-
Notifications
You must be signed in to change notification settings - Fork 21
Newcomer
Matej Pacan edited this page Nov 14, 2020
·
6 revisions
You can make ChatControl behave differently for players that spend less than a configured time on your server, and/or is located on a certain world.
Newcomers can have the following attributes:
- Different permissions
- Get more warning points for breaking rules (stops new players who just join to spam)
- Have chatting or seeing chat disabled
- Have certain commands disabled (blacklist or whitelist are both supported)
You can configure everything in the Newcomer section of settings.yml.
You can also send different welcome message to newcomers using Motd.Format_Motd_Newcomer
option from settings.yml.
The {player_newcomer} variable returns true or false. You can so use it in JavaScript conditions to show a format in Formats or custom JavaScript Variables.
© MineAcademy | Code Unique Minecraft Plugins & Servers In 20 Days
Installation
Troubleshooting
Basics
Learn
- Channels
- Formats
- Rules
- Rules Creator
- Messages
- Variables
- JavaScript Variables
- Running JavaScript Code
- Logs
- Spying
- Books
Tweaking
- Performance
- Chat Bots
- Groups
- Sound Notify
- Newcomer
- Super Cool Messages
- Custom Commands
- Listener Priorities
- JSON
- API
Tutorials
About