-
Notifications
You must be signed in to change notification settings - Fork 3
Changelog
magik edited this page May 1, 2011
·
21 revisions
##2.44-2.39
- added block level checking of explosions
- added potential GroupManager issue fix
- NoSpawn mob removal fix
- multiworld fix
- possible NPE fix for mob kill task during /reload
- added /icl adminlist ( icoland.admin.adminlist perm )
- fixed a /icl select fullheight intersection bug
- added a perm fixing command /icl fixperms ( icoland.admin.fixperms perm )
- fixed temporary item task removal NPE bug when trying to remove an item that was already removed
- fixed tasks not being cancelled on /reload
- added nospawn mob list, instead of killing all mobs, will only kill listed mobs
- added default nospawn mob list
- added temporarily allowed items in claimed lands ( with configurable delay ) - temp items returned to user after removal
- staggered mob removal task to have less server impact
- fixed tax issue, renamed all dateTaxed to taxDate ( changed the meaning of this column in the database -> now reflects the next tax date, not the last tax date )
- divide by zero error in time formatting
- added negative due dates formatting
- added better database connection/plugin enabling scheme
- fixed tax code for "notax" perms
- added catchup to tax code ( will repeat taxes until they are up to date )
- fixed heal interval set to 0 eating 100% cpu
- fixed /icl info to show 0 for taxes with "notax" perm
- fixed console /icl info
- re-grouped permissions
- fixed issue where land was being "sold" at marking inactive time ( moved to when deleting inactive )
- fixed console commands
- fixed console commands
- fix bad tax rates
- added /icl select
- added "icoland.notax" perm
- added bank tax account that taxes/profit/money from sales/tax go into ( configurable )
- added better /icl info - for taxes ( shows next tax time ) - also for inactive ( shows time till purge )
- added "active" flag to lands - for when a land can't pay it's taxes, it gets set inactive, so the user can still buy back their land before it expires completely ( configurable expire time )
- implemented non-active lands don't have features enabled
- added means to buy back inactive land
- added inactive purging
- fixed the permission editing bug
- retooled config again ( moved taxes, moved debug, added selection opitions - default full height select )
- added config for default full height selection
- added /icl select fullheight
- added configurable announce check delay
- added # of lands in DB shown on enable in console
- major config.yml overhaul ( reorganized, some things renamed )
- added recurring taxes
- added default owner perm when buying land
- fixed creeper bug preventing it from exploding in noboom zones ( will boom, just not hurt blocks now )
- added options for unclaimed land to have options for canboom/canburn/canbuild
- removed damage from boom/fire when in noboom/nofire zone
- bugfix - not loading when creating config.yml for first time
- added depends ( on iConomy and Permissions ) in plugin.yml ( will throw an exception if not detected )
- tweaking plugin enabling sequence
- moved to H2 DB
- added importdb/exportdb commands ( for importing/exporting to old .yml format )
- bugfix - reporting wrong configuration node for exceeding volume limit
- bugfix - tweaked how plugin loads/initializes
- added info log for when H2 gets initialized
- bugfix - now blocks placement of water/lava in protected areas
- bugfix for new global deny
- noflow config bugfix
- added bypass perm for admins - also shows more info in /icl info now for non-owned land
- implemented /icl modify addons ( just toggles whatever list you put at the end )
- tweaked "nocost" perm to show prices, but not charge
- added a global config to deny build perms in non claimed areas ( defaults to false ) - also added "canbuild" perm that allows users to bypass this deny if they have this perm
- added NoFlow
- added NoFire
- added NoBoom
- tweaked /icl list and /icl info information
- Added mob removal task for NoSpawn addons
- Added "nocost" permission node for free land/addons
- Implemented healing zone
- Added NoSpawn zone ( still needs a mob removal interval task )
- Added relevant config options
- paginated /icl list
- added configurable max limit for total volume claimed
- added configurable max limit for total # of lands claimed
- added min/max limits for individual land sizes
- refactor/rename to iCoLand
- Locale fix
- updated to CB# 602 RB ( and iConomy/Permissions for this RB )
- bugfix for selection after buying land
- shifted configuration around, added enable toggle for all addons
- added 'noenter' addon
- bug fix - /icl modify not saving
- better in-game /icl help
- bug fixes/cleanup
- added permission editing
- added location names
- lots of bugfixes, restructure
- initial bukkit.org release ( BETA )