Logs:
- Implemented two new command-related permissions.
- Implemented two new basics-category commands.
- Implemented the ability to ban a player from a minigame.
- Implemented two new Developer API methods.
- Implemented three new messages.yml configuration options.
- Slightly optimized the command executor & handler.
- Improved the String utilities with brand new methods.
Permissions:
Code (Text):
minigamemaker.ban
minigamemaker.unban
Commands:
Code (Text):
/mgm ban <player> <minigame> <reason>
/mgm unban <player> <minigame>
Developer API: (MinigameMakerAPI)
Code (Text):
void banPlayer(String minigame, UUID uuid, String reason)
void unbanPlayer(String minigame, UUID uuid)
messages.yml changes:
Code (Text):
minigame_ban
minigame_ban_player
minigame_unban_player