Skip to content

Releases: ParadauxDev/SimpleSuite

The Reply Update

08 May 23:23
Compare
Choose a tag to compare

This update introduces the ability to reply to a message.

The Command Update

07 May 04:01
Compare
Choose a tag to compare
The Command Update Pre-release
Pre-release

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

03 May 17:43
Compare
Choose a tag to compare
Pre-release

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

02 May 11:49
Compare
Choose a tag to compare

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

02 May 14:51
Compare
Choose a tag to compare
0.03 Prerelease 2 Pre-release
Pre-release

Fixes crucial bug in /clearchat

0.3 Prerelease 1

02 May 14:45
Compare
Choose a tag to compare
0.3 Prerelease 1 Pre-release
Pre-release

[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