Releases: ParadauxDev/SimpleSuite
The Reply Update
The Command Update
New Commands
- /msg - Sends a message to a player.
Update of all command delegation.
Language file added.
Removed certain API functions.
The Chat Management Update
New Commands
- /clearchat - Globally clears chat
- /mutechat - Globally disables chat.
- /simple - provides help in command usage. currently not well documented
API Updates:
prefix() Display API (Not intended for outside use)
chatHandler.clearChat(amount, sender)
chatHandler events
languageControl (Allows future allowance of messages.yml or equivalent for multi language support
The Gamemode Update
SimpleSuite v0.02 adds the following commands:
- /gamemode
- /gm
- /gmc
- /gms
- /gmsp
- /gma
- /adventure
- /survival
- /creative
- /spectator
It adds the following API Entries:
gamemodeHandler.java - gamemodeHandler.setGM(Gamemode Int, Player player);
0.03 Prerelease 2
Fixes crucial bug in /clearchat
0.3 Prerelease 1
[WARNING CLEARCHAT IS BROKEN AND WILL CRASH YOUR SERVER IN THIS VERSION USE AT YOUR OWN RISK]
Commands:
/simple
/clearchat
/cc
/clearc
API:
chatHandler.clearChat(int amount,Player player) Sends amount of empty lines
prefix.bIt(String text) - Broadcasts w/ prefix
prefix.seperate(String text1,String text2, Player player) Separates two strings via Gold - white text