v3.2
What's new?
- Added a new configurable subcommand to create a player channel since some may find a command more intuitive than the GUI.
/playerchannels create <optional: name> <multiple words, optional: description>
- Made descriptions optional for creating a chatroom
How to update:
1. Add the following to your config.yml
Code (Text):
# Subcommand name for creating a chatroom with a command instead of through GUI as it may be more intuitive that way
# e.g. /playerchannels create <name> <optional: description>
create: "create"
Add to your messages.yml
Code (Text):
taken-name: "&cThat name is taken!"
2. Put in v3.2 and reload/restart!