Create private rooms for your users to store their items!
- New features:
- add 'settings.use-room-limit' in config.yml
- add 'messages.room.command_blocked' in messages.yml
- Internal changes
Add this in your config.yml
settings:
use-room-limit: false # <-- enable or disable room limit feature
Add this in your messages.yml
messages:
room:
command_blocked: "<red>Commands are prohibited while in a room."