CC 0.8Beta

Details

  • Filename
    CleverCommand.jar
  • Uploaded by
  • Uploaded
    Jan 19, 2015
  • Size
    140.76 KB
  • Downloads
    221
  • MD5
    69e3af06edf3b2a99d7ea7722aa5ff1e

Supported Bukkit Versions

  • CB 1.7.9-R0.2

Changelog

0.8B - Waited Update

  • Chunk\Block database system added
  • UniversalRegion now supports abstract shape
    • New subinterface: UCuboidRegion
    • RegionFormatHandler interface changed
  • new addons:
    • ZureHook
  • addon improvements:
    • BlockCommands
      • uses the Chunk\Block database system
      • stores lines for blocks
  • PlayerID 4.0 (PID4) implemented
  • Added logging (...\plugins\CleverCommand\logs\<date>.log)
  • many minor changes

0.6-0.7B - Fixes

- - 0.6.10.4b
  • zip input stream reader repaired - working now
- - 0.6.10.3b
  • addon misbehave solved
  • inbuilt addon double-enable bug fixed
- - 0.6.10.2b
  • simulator PlayerID stuff updated

0.6.10B - Manager Update

  • ZipPackage utility added!
  • moved to 'ccmd' package instead of 'clevercommand'
  • fixed: inventory part of simulation virtual player !!!
  • fixed: region edge 1-1 block not detected as region
  • variable update 2
  • new commands:
    • /cc readvariable - ok
    • /cc removevariable !!!!
  • improvedcmd: /cc setvar !!!!
  • added requirements! !!!!
  • added variable use in commands - ok
    • %variable%
    • %%variable%
  • new permissions added:
    • ccommand.variable.*
    • ccommand.variable.set
    • ccommand.variable.set.own
    • ccommand.variable.set.all
    • ccommand.variable.read
    • ccommand.variable.read.own
    • ccommand.variable.read.all
  • addons merged:
    • simulator
    • worldedit
  • new addons:
    • VaultHook
    • BlockCommands
    • Librarian
  • PlayerID 3.0 implemented