ToolBox v0.2.4a

Details

  • Filename
    ToolBox_0.2.4.jar
  • Uploaded by
  • Uploaded
    Jan 21, 2016
  • Size
    49.88 KB
  • Downloads
    122
  • MD5
    8b24f1bb95d9085dfc7cf2d8ab177129

Supported Bukkit Versions

  • 1.8.1

Changelog


This Version


[WARNING]
The browse menu has no permission check, use this version only for testing purposes.


Commands:

  • /tb browse (<-- opens main menu)
  • /tb browse test (<-- GUI test window)
  • /tb wakeup

Permissions:

  • scripting.* - all scripting rights (op default)
  • scripting.public - handle public scripts
  • scripting.private - handle own private scripts
  • scripting.private.others - handle private scripts of others
  • the browser has no permission required! <missing perm>

Previous Version

Command menu is working.
Commands:

  • /toolbox = /tb
  • /tb script <-- scripting commands

How to make scripts:

  • /tb s new private s1
  • /tb s edit my s1 (my=own=private (just shorter))
  • add spawn (<-- adds cmd "/spawn" to the script)
  • end (<-- to save, 'cancel' to cancel all modification made)

To run script: /tb s run my s1
To make a public script use "public" instead of "private"/"my"/"own" Private scripts are only visible for you (the creator), meanwhile public scripts are shared with others


[WARNING]
The browse menu has no permission check, use this version only for testing purposes.