main/Changelog
Changelog
v3.5.1:
released on June 23rd 2013
- Compiled against 1.5.2-R1.0
- Fixed ranged breaking not working
v3.5:
released on May 20th 2012
- Compiled against 1.2.5-R2.0
- Added a new config option - serverwidemsg: [true/false] (default to true)
- This determines if the serverwide mode login message is sent to a player upon logging in.
- You'll have to recreate the config, I didn't make it look for old config files. Either that or add a line that says "serverwidemsg: true" if you want nothing to change
v3.4:
released on April 6th 2012
- Compiled against 1.2.5-R1.0
- Fixed a couple of typos with the "/ib serverwide" command
- Added Iron Golems && Tamed Ocelots to the ignore list for instant kills
- Updated "/ib info" command to inform the player if they have instant kill access or not
- Moved Command handling to it's own class.
v3.3:
released on March 2nd 2012
- Compiled against 1.1-R6 (Build# 1988)
- Current configs from 3.2 will need to be deleted, and let the plugin generate a new config file for you
- Made it so those individuals granted InstaBreak mode via "/ib enable playername" lose InstaBreak on world change
- Cleaned up the config.yml to better suit the current workings in the code
- removed rangedistance from the config, 200 is fine hard-coded in. If you need it to work further than that for some reason, PM me
- Fixed permission check on "/ib disable" command
- Changed "/ib reload" to load current config file settings into memory
- Added "/ib save" to save current settings in memory to the config file
- Added "/ib stats" and "/ib protection" to toggle their respective configuration options
- Changed config option "staticplugin: (true/false)" to "serverwide: (true/false)", and added a command to toggle it.
- Added "/ib serverwide" and a new permission to go along with it to enable/disable "Server Wide" mode.
- In order to use this command, you need both instabreak.config and the new instabreak.serverwide permissions
- This mode makes EVERY player able to use InstaBreak mode granted they're wielding the InstaBreak tool
- When this mode is toggled, there is a server wide broadcast.
- If this mode is enabled, people will be notified as they sign in, and what tool is the current IB tool
- When this mode is active, the only allowed commands become "/ib serverwide", "/ib save", and "/ib reload"
- Added instant killing of living entities with the current InstaBreak tool when in InstaBreak mode or in Server Wide InstaBreak mode
- Villagers, Tamed Wolves, and Players are not allowed to be instantly killed. (Nor will Iron Golems when a 1.2 CB RB comes out)
- The permission to allow this to happen is instabreak.instakill and will be required even if in Server Wide InstaBreak mode
- This form of killing things doesn't grant Experience.
v3.2:
released on February 29th 2012
- Updated to new Configuration and Events systems
- Added 2 new commands, "/ib bedrock" & "/ib ranged"
- each updates their config counterpart (the save sticks on plugin disable but the benefits are effective immediately)
- Added 1 config file option, "rangedistance", which is the maximum number of meters you can break blocks at range
- I will most likely add a command to change this from in-game
- Removed hooks into NMS code which changes every Minecraft update and breaks things
- Cleaned up code other than removing broken NMS hooks
- If, somehow, you're upgrading from InstaBreak 2.0 or earlier, you'll need to delete your config file and let it regenerate
Comments