Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | |||
* | 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/+416 |
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 |