language-mc-chatcontrol
A language package for the free version of the spigot plugin ChatControl for Minecraft
# ChatControl Grammar Package for Atom
A simple but useful grammar package for the rule files in the free version of kangarko's spigot plugin ChatControl.
You can find it here.
Example
Here some little example for how it may look like:
Installation
Command Line
- Check you have the newest version of Atom
- In the terminal, install the package via apm:
apm install language-mc-chatcontrol
GUI
- Check you have the newest version of Atom
- Launch Atom
- Open Settings View using Cmd+, on macOS or Ctrl+, on other platforms
- Click the Install tab on the left side
- Enter
language-mc-chatcontrol
in the search box and press Enter - Click the "Install" button that appears
Usage
To use the grammar package you have to open on the rule files of CC (ChatControl).
- chat.txt
- commands.txt
- packets.txt
- rules.txt
- sign.txt
All of them should work automatically but if you want to optimize the decision for Atom add
# ChatControl Rule File
To the first line of all of these files.
Author's Note
I personally really love the plugin ChatControl and thought it would be useful to have some grammar for it. I started this private and I think others probably like it to.
Thanks kangarko for this nice work. ❤