summaryrefslogtreecommitdiffstats
path: root/EssentialsAntiBuild
Commit message (Collapse)AuthorAgeLines
* Converted emulated player class calls to use base class.KHobbits2014-04-13-2/+2
|
* CleanupKHobbits2014-04-06-2/+0
|
* Future Java versions may not support _ as identifier.FearFree2014-03-22-18/+18
|
* Reformat pomKHobbits2014-02-08-2/+2
|
* Restore Bukkit dependency to parent pomChris Ward2014-01-30-7/+0
|
* Force Bukkit version to match deps.KHobbits2014-01-25-0/+7
|
* Remove Ant, migrate Netbeans code style to pom.xmlChris Ward2013-12-27-1688/+0
|
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-60/+55
|
* Add Maven SupportChris Ward2013-10-19-0/+51
|
* Remove .idea and *.iml from gitChris Ward2013-10-18-27/+0
|
* Extract CommandSender to CommandSource, this should prevent Ess user object ↵KHobbits2013-10-16-2/+29
| | | | leaks.
* [API] fix other modules to use new packagesIaccidentally2013-07-13-4/+4
|
* Split util classes.KHobbits2013-06-08-5/+16
|
* [Feature] Add a blacklist for what dispensers can dispense to antibuildIaccidentally2013-04-16-2/+13
|
* [fix] essantibuild shouldnt run without essentialsNecrodoom2013-02-28-1/+1
|
* Remove references to earth2me in plugin.ymlsChris Ward2013-01-23-1/+1
|
* Fixes Item Frames being linked to Paintings when breakingChris Ward2013-01-11-5/+18
|
* Update AntiBuild to use HangingBreakByEntityEvent instead of deprecated ↵Iaccidentally2013-01-02-2/+2
| | | | PaintingBreakByEntityEvent
* Use durability instead of itemdata for antibuild checks.KHobbits2012-11-04-5/+5
| | | | Fixes potion blocking using antibuild.
* Update ↵KHobbits2012-10-22-0/+4
| | | | EssentialsAntiBuild/src/com/earth2me/essentials/antibuild/EssentialsAntiBuildListener.java
* Update AntiBuild for NB7.2snowleo2012-10-07-55/+402
|
* Envelope new drop/pickup/craft perms under 'essentials.build'.KHobbits2012-09-24-14/+21
|
* Minor cleanupKHobbits2012-09-24-7/+7
|
* ignoreCancelled events.KHobbits2012-09-19-4/+4
|
* New Permission:KHobbits2012-09-19-1/+37
| | | | | essentials.build.pickup.<id>[:<datavalue>] - Allows collecting of an item essentials.build.drop.<id>[:<datavalue>] - Allows dropping of an item
* New Permission:KHobbits2012-09-19-0/+23
| | | | essentials.build.craft.<id>[:<datavalue>] - Allows crafting of an item
* Fix painting break in antibuild.KHobbits2012-08-31-17/+32
|
* Optimize AntiBuild a littleKHobbits2012-08-28-34/+37
| | | | Support item name deny messages in antibuild.
* Fix minor typo in plugin.ymlKHobbits2012-08-27-1/+1
| | | | Remove 'essentials.interact' permission from antibuild - Not needed
* Reorder perm check in antibuildKHobbits2012-08-20-6/+6
|
* Reduce permissions checks in antibuild.KHobbits2012-08-19-14/+19
| | | | Add a little debug logging for those with it enabled.
* Correct antibuild perm checkKHobbits2012-08-19-5/+5
| | | | (still need to abort interact/use checks on block place)
* Attempt to add support for metadata permissions.KHobbits2012-08-19-4/+35
|
* Split Ess protect into EssProtect and EssAntiBuildKHobbits2012-08-19-0/+1759
New permissions: essentials.build - same as build: true essentials.build.interact.<id> - whitelist single interact block essentials.build.place.<id> - whitelist single place block essentials.build.break.<id> - whitelist single break block essentials.build.use.<id> - whitelist single use item