This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Tips and Tricks
kangarko edited this page May 6, 2017
·
3 revisions
- Plugin saves files in UTF-8 format. WordPad or Notepad on Windows may break them. Notepad++ is strongly recommended. Use UTF-8 (without BOM), not ANSI.
- To use color codes (anywhere) you must put the entire message in quotes (double quotes "" also work), example: '&cHello &aworld'
- Use \n to make a new line in a message. Put the message in quotes and save the file with Notepad++, using ANSI or UNICODE encoding (In Notepad++: Top menu->Encoding->Convert to ->Save).
- To whitelist an IP/domain, use 'ignore string' operator in your rule. Help and examples are in rules.txt file.
- For per world chat with unlimited radius in world, enable Ranged_Mode and give everyone chatcontrol.chat.overrideranged permission.
- Cyrilic alphabet is supported! Set Ignore_Special_Characters to false in settings.yml.
© MineAcademy | Code Unique Minecraft Plugins & Servers In 20 Days
About
Free version
Basics
Understanding
- Channels
- Formatting
- Rules / Filters
- Handlers
- Groups
- JSON
- Discord
- Toggle ignoring swears
- Variables
- JavaScript Variables
Tweaking
Solving Issues
Miscellaneous