Changelog

Changelog:

Version 1.1.0
  • Armor not affected from inventory changing (creative <-> survival), now you have an own set of armor for each gamemode
  • slightly adjusted the configuration for the Time plugin
Version 1.0.0
  • made plugin compatible with craftbukkit 1.4.7
Version 0.8.0
  • integrated new config system from latest craftbukkit release (#1317)
  • fixed some ranged building bugs
Version 0.7.0
  • added ranged building
    • new permission creativity.ranged
    • new command /rangedbuilding (aliases: /crb /rb)
    • lets you destroy and place blocks over large distance
  • added new file blacklist.yml
    • Blocks added in this file can not be placed by users
      • by default TNT and Lava are blacklisted
    • Blocks will be removed from inventory when trying to place them
    • new permission creativity.noblacklist (disables blacklist)
    • OPs don´t have a blacklist
    • new options in config.yml
      • Blacklist enabled - turns blacklist on if true (default)
      • Remove blacklisted Items - removes blacklisted items on place if true (default)
  • removed gamemode messages when joining the server
  • hopefully completely fixed the auto gamemode change on worldchange / reconnect
  • changed auto gamemode change
    • removed player teleport event
    • added player changed world event
  • Permission System completely changed to PermissionsBukkit
    • all commands default to op
    • removed the permission system detection on start
  • fixed some MultiVerse related bugs
Version 0.6.2
  • fixed setting wrong mode on player reconnect
Version 0.6.1
  • made plugin compatible with Recommended Build #1240
Version 0.6.0
  • added localisation
    • available: english, german, french
    • you need to download the localisation files
  • added no player drops, so players can not drop items from inventory (can be disabled)
  • explosions are now disabled (can be enabled)
  • fixed the reload issue with MultiVerse
  • recommended Multiworld plugin is MultiVerse !
Version 0.5.3
  • fixed a bug when switching from minecraft creative to creativity creative
  • added no damage in Creativity creative mode
Version 0.5.2
  • fixed no spread not properly working
  • fixed no spread applying to all worlds
  • fixed not setting normal game mode on teleport if using creativity creative
    • was only affecting admins
  • fixed hunger not being disabled for admins or players with creativity.all/creativity.allworlds permission
  • fixed an inventory issue
Version 0.5.1
  • fixed Auto Gamemode change not working, if different inventories was disabled
  • changed CWorld.yml handling (all worlds will be automatically added)
Version 0.5
  • implemented Minecraft Creative Gamemode (now is default, but can be changed in config (config.yml >> "Default Creative mode (minecraft or creativity):")
    • implemented Block protection
    • implemented inventory drops
    • no normal drops !
  • new command /setmode (player) <mode>
    • Player is optional
    • modes: normal (which is survival), minecraft (for minecraft creative), creativity (for the creativity creative mode)
  • Different inventories for Creative / Non-Creative Worlds (config.yml >> "Different inventories for creative worlds")
  • New File playersettings.yml - player settings and inventories will be stored here, pls do not edit this file !
  • disabled hunger in creative worlds (only if creativity creative mode is used)
  • Block amount is now "frozen" instead of setting it to 9
  • fire spread is disabled (can be changed in config.yml)
  • bottom layer of the map can´t be destroyed (can be changed in config.yml)
  • GameMode is changed depending on Worlds setting (can be changed in config.yml)
  • you can now define a default for the block protection in config.yml
  • OPs or players with permission creativity.all or creativity.allworlds can now use creativity in all worlds !
Version 0.4
  • Extended Permissions, new nodes:
    • => creativity.all - grants full access
    • => creativity.create - grants access to /create, /drops, /idrops, /prot
    • => creativity.clear - grants access to /clearinv
    • => creativity.time - grants access to /timeset, /timeplugin [new commands]
    • => added error messages if someone does not have permission
  • added 2 new commands:
    • => /timeplugin - Time plugin enable / disable
    • => /timeset <day|night|normal> - sets the Time preset for your current World
  • changes to config files:
    • => change from *.txt to *.yml
    • => blacklist.txt changed to protlist.yml
    • => CWorld.txt changed to CWorld.yml
    • => "Day plugin" renamed to "Time plugin" in config.yml
    • ==> you will have to rewrite your CWorld.yml and protlist.yml, sorry for that
    • ==> you will have to reenable Time plugin (can be done via ingame cmd)
  • rewrote the /create help and /create alias commands
  • changed some messages
  • fixed a bug within the time plugin
Version 0.3
  • changed default settings in config.yml (should not affect current users)
  • Added optional Inventory Clear
    • You can clear all, the main window or your bar
    • plugin has to be enabled in config.yml (Clearinventory: true)
  • Added optional Always Day / Night (may cause lag !)
    • can be enabled in config.yml (Day plugin: true)
    • edit settings for worlds in config.yml
      • available Settings: day, night, normal
      • by default all worlds are normal
    • works fine with MultiVerse 2.0
    • u may need to reload Server after startup with WormholeXtreme
    • not tested with other Multiworld plugins (if u need support, tell me the plugin and i will try figure it out)
  • some minor code changes
Version 0.2:
  • General Config file config.yml
    • > Set if worlds listed in CWorld.txt are enabled or disabled
    • > Disable Bedrock protection
  • Config file for Block Protection (blacklist.txt)
Version 0.1:
  • Initial release