Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reformat pom | KHobbits | 2014-02-08 | -2/+2 |
| | ||||
* | Restore Bukkit dependency to parent pom | Chris Ward | 2014-01-30 | -7/+0 |
| | ||||
* | Force Bukkit version to match deps. | KHobbits | 2014-01-25 | -0/+7 |
| | ||||
* | Remove Ant, migrate Netbeans code style to pom.xml | Chris Ward | 2013-12-27 | -1688/+0 |
| | ||||
* | Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff | Iaccidentally | 2013-11-06 | -60/+55 |
| | ||||
* | Add Maven Support | Chris Ward | 2013-10-19 | -0/+51 |
| | ||||
* | Remove .idea and *.iml from git | Chris Ward | 2013-10-18 | -27/+0 |
| | ||||
* | Extract CommandSender to CommandSource, this should prevent Ess user object ↵ | KHobbits | 2013-10-16 | -2/+29 |
| | | | | leaks. | |||
* | [API] fix other modules to use new packages | Iaccidentally | 2013-07-13 | -4/+4 |
| | ||||
* | Split util classes. | KHobbits | 2013-06-08 | -5/+16 |
| | ||||
* | [Feature] Add a blacklist for what dispensers can dispense to antibuild | Iaccidentally | 2013-04-16 | -2/+13 |
| | ||||
* | [fix] essantibuild shouldnt run without essentials | Necrodoom | 2013-02-28 | -1/+1 |
| | ||||
* | Remove references to earth2me in plugin.ymls | Chris Ward | 2013-01-23 | -1/+1 |
| | ||||
* | Fixes Item Frames being linked to Paintings when breaking | Chris Ward | 2013-01-11 | -5/+18 |
| | ||||
* | Update AntiBuild to use HangingBreakByEntityEvent instead of deprecated ↵ | Iaccidentally | 2013-01-02 | -2/+2 |
| | | | | PaintingBreakByEntityEvent | |||
* | Use durability instead of itemdata for antibuild checks. | KHobbits | 2012-11-04 | -5/+5 |
| | | | | Fixes potion blocking using antibuild. | |||
* | Update ↵ | KHobbits | 2012-10-22 | -0/+4 |
| | | | | EssentialsAntiBuild/src/com/earth2me/essentials/antibuild/EssentialsAntiBuildListener.java | |||
* | Update AntiBuild for NB7.2 | snowleo | 2012-10-07 | -55/+402 |
| | ||||
* | Envelope new drop/pickup/craft perms under 'essentials.build'. | KHobbits | 2012-09-24 | -14/+21 |
| | ||||
* | Minor cleanup | KHobbits | 2012-09-24 | -7/+7 |
| | ||||
* | ignoreCancelled events. | KHobbits | 2012-09-19 | -4/+4 |
| | ||||
* | New Permission: | KHobbits | 2012-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: | KHobbits | 2012-09-19 | -0/+23 |
| | | | | essentials.build.craft.<id>[:<datavalue>] - Allows crafting of an item | |||
* | Fix painting break in antibuild. | KHobbits | 2012-08-31 | -17/+32 |
| | ||||
* | Optimize AntiBuild a little | KHobbits | 2012-08-28 | -34/+37 |
| | | | | Support item name deny messages in antibuild. | |||
* | Fix minor typo in plugin.yml | KHobbits | 2012-08-27 | -1/+1 |
| | | | | Remove 'essentials.interact' permission from antibuild - Not needed | |||
* | Reorder perm check in antibuild | KHobbits | 2012-08-20 | -6/+6 |
| | ||||
* | Reduce permissions checks in antibuild. | KHobbits | 2012-08-19 | -14/+19 |
| | | | | Add a little debug logging for those with it enabled. | |||
* | Correct antibuild perm check | KHobbits | 2012-08-19 | -5/+5 |
| | | | | (still need to abort interact/use checks on block place) | |||
* | Attempt to add support for metadata permissions. | KHobbits | 2012-08-19 | -4/+35 |
| | ||||
* | Split Ess protect into EssProtect and EssAntiBuild | KHobbits | 2012-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 |