-
Notifications
You must be signed in to change notification settings - Fork 4
Commands and Permissions
This is the base command for all the commands in this plugin. You can also use /bm
for short. If run this will redirect you to the help command.
Command: /bettermessages
Permission: bettermessages
This is the help command. It will display a message containing a list of the commands. You can edit the help message in the plugins config file.
Command: /bettermessages help
Permission: bettermessages.help
This is the reload command. It will reload all the config options so you don't have to restart the server whenever you edit the config file.
Command: /bettermessages reload
Permission: bettermessages.reload
This command allows users to modify their own message to anything they want, PAPI placeholders and the built in ones work with these messages. This command is not usable by the console/plugins, it can only be run by the player. The message name will be what the message is called in the config. The default config has 4 messages names, join
, quit
, first-join
and entered-nether
, these will be what needs to be used in place of the message name.
Command: /bettermessages editmsg <message name> <message>
Permission: bettermessages.editmsg.<message name>
This command allows an admin or console entity to edit a players message, the player needs to be online. The message name will be what the message is called in the config. The default config has 4 messages names, join
, quit
, first-join
and entered-nether
, these will be what needs to be used in place of the message name. PAPI placeholders and the built in ones work with these messages.
Command: /bettermessages editmsgother <player> <message name> <message>
Permission: bettermessages.editmsgother
By default any players who are OP'd have all the command permissions but not the silent messages permissions.
The silent messages permissions will make it so you do not send any join, leave, world change etc messages. This also comes into effect if you are vanished with a vanish plugin.
bettermessages.silent-join
- Stops any join messages from appearing.
bettermessages.silent-quit
- Stops any quit messages from appearing.
bettermessages.silent-world-change
- Stops any world change messages from appearing.