Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Ignore self damage in teleport entity protection. | KHobbits | 2012-12-29 | -1/+1 |
| | ||||
* | Better fix for last commit | snowleo | 2012-11-19 | -13/+15 |
| | ||||
* | Fix for the plugin conflict with any plugin that contains a log4j library | snowleo | 2012-11-19 | -0/+10 |
| | ||||
* | Fix missing mob target block | KHobbits | 2012-11-04 | -63/+39 |
| | ||||
* | nothing to see here, move along (typo fix) | Iaccidentally | 2012-10-28 | -1/+1 |
| | ||||
* | NOW with complete wither protection! | Iaccidentally | 2012-10-28 | -1/+7 |
| | ||||
* | oops! :: fix wither spawn explosion blocking | Iaccidentally | 2012-10-28 | -2/+2 |
| | ||||
* | Fully support wither blocking in protect | Iaccidentally | 2012-10-28 | -0/+26 |
| | ||||
* | Protect updates :: ability to prevent wither damage :: block spawning of new ↵ | Iaccidentally | 2012-10-28 | -1/+10 |
| | | | | mobs | |||
* | ignoreCancelled events. | KHobbits | 2012-09-19 | -65/+21 |
| | ||||
* | Split Ess protect into EssProtect and EssAntiBuild | KHobbits | 2012-08-19 | -123/+1 |
| | | | | | | | | | 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 | |||
* | Null check, for quick exit. | KHobbits | 2012-04-16 | -1/+1 |
| | ||||
* | Adding missing entities to Protect Spawn Blacklist | KHobbits | 2012-03-23 | -1/+1 |
| | ||||
* | Fix fake explosions. | KHobbits | 2012-03-15 | -4/+3 |
| | ||||
* | Add Enderman check to EntityChangeEvent (Should fix sheep eating grass). | KHobbits | 2012-03-11 | -1/+1 |
| | ||||
* | Updated Essentials to work with R5 | snowleo | 2012-02-21 | -92/+3 |
| | ||||
* | Revert emergency listener to old style | KHobbits | 2012-01-26 | -2/+92 |
| | | | | Stops peoples world world burning down if they throw in 2.8, on a 1.0 server. | |||
* | Add new permission essentials.protect.alerts.notrigger | ementalo | 2012-01-23 | -2/+5 |
| | | | | If user has this permisson they do not trigger EssProtect block alerts | |||
* | Removing load info, bucket displays that now. | snowleo | 2012-01-20 | -22/+5 |
| | ||||
* | Update for new CraftBukkit Event Code | snowleo | 2012-01-20 | -108/+95 |
| | | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities. | |||
* | Optimize Break in Protect | snowleo | 2012-01-16 | -4/+58 |
| | ||||
* | Update plugin information. | KHobbits | 2011-12-09 | -1/+1 |
| | ||||
* | Prevent blockdamage by enderdragon (default true) in EssentialsProtect ↵ | snowleo | 2011-12-08 | -7/+20 |
| | | | | CB#1566 B#1058 | |||
* | Allow EssentialsProtect to go into emergency mode, if Essentials core is not ↵ | snowleo | 2011-11-30 | -103/+169 |
| | | | | present at all. | |||
* | If Essentials core fails to read one of the configs now, it will disable ↵ | snowleo | 2011-11-30 | -4/+101 |
| | | | | itself. If other modules detect that Essentials is not enabled, they will be disabled too. EssentialsProtect will go into emergency mode, canceling all events that could hurt your world. Fix the file and either restart or reload the server. | |||
* | New option for EssProtect: Prevent villager death. | snowleo | 2011-11-28 | -0/+8 |
| | ||||
* | Moved all dependency on craftbukkit to one package in the main jar. The rest ↵ | snowleo | 2011-11-22 | -43/+2 |
| | | | | is now clean bukkit code. Also cleaned PlayerExtension class. | |||
* | Switch to the new I18n class and format cleanup of all classes | snowleo | 2011-11-21 | -121/+125 |
| | ||||
* | Prevent NPE with creatures that are not added to bucket yet. | snowleo | 2011-11-20 | -1/+7 |
| | ||||
* | Add SmallFireball to EssProtect | snowleo | 2011-11-20 | -20/+24 |
| | ||||
* | General fix against overwriting already existing protections | snowleo | 2011-11-17 | -2/+4 |
| | ||||
* | Prevent that sign protection in EssProtect can be circumvented by placing signs. | snowleo | 2011-11-17 | -1/+3 |
| | ||||
* | Fix water/lava bucket bug with mobs | snowleo | 2011-11-17 | -2/+3 |
| | ||||
* | New config setting: protect.prevent.enderman-pickup | snowleo | 2011-09-21 | -0/+15 |
| | | | | Defaults to false | |||
* | Less use of Craftbukkit code, so less things will break on MC update. | snowleo | 2011-08-27 | -46/+52 |
| | | | | Added try/catch around the tnt and creeper protection code. The event will now always canceled, even if our fake explosion code fails. | |||
* | Protect detector/powered rails | snowleo | 2011-08-27 | -1/+6 |
| | ||||
* | Protect detector/powered rails | snowleo | 2011-08-27 | -12/+20 |
| | ||||
* | PVP protection for arrows and other projectiles. Needs cleanup. | snowleo | 2011-08-26 | -25/+21 |
| | ||||
* | Wait 1 second after deactivation of protect to allow the database to close. | snowleo | 2011-08-21 | -0/+8 |
| | ||||
* | Revert "Prevent closing already closed statements" | snowleo | 2011-08-08 | -28/+7 |
| | | | | This reverts commit b9fc6a0b2bd89d7dcd5b97540a03353a096b55bd. | |||
* | Prevent closing already closed statements | snowleo | 2011-08-08 | -7/+28 |
| | ||||
* | Correcting all line endings to LF | snowleo | 2011-07-24 | -356/+356 |
| | ||||
* | Removing the annoying c3p0 start message. | snowleo | 2011-07-19 | -1/+15 |
| | ||||
* | Close database connections on plugin deactivation | snowleo | 2011-07-19 | -1/+22 |
| | ||||
* | New config settings for Protect: | snowleo | 2011-07-18 | -0/+35 |
| | | | | | | protect.prevent.tnt-playerdamage protect.prevent.fireball-fire protect.prevent.fireball-playerdamage | |||
* | Split build and use protection | snowleo | 2011-07-18 | -2/+17 |
| | ||||
* | Protect Rails and other signs from pistons | snowleo | 2011-07-18 | -1/+66 |
| | ||||
* | Cleaned deprecated functions | snowleo | 2011-07-18 | -15/+15 |
| | ||||
* | Piston push blacklist | snowleo | 2011-07-18 | -1/+37 |
| | ||||
* | Fixes to EssentialsProtect that will remove conflicts with WorldGuard and ↵ | snowleo | 2011-07-16 | -0/+16 |
| | | | | other protection plugins. |