Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Fix] fireball-fire=true now prevents fire spread from fireballs | coegho | 2014-02-08 | -0/+6 |
| | ||||
* | 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 | -1687/+0 |
| | ||||
* | Do not block user damaging self (ender eye) | Necrodoom | 2013-11-17 | -0/+1 |
| | ||||
* | Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff | Iaccidentally | 2013-11-06 | -59/+55 |
| | ||||
* | Add Maven Support | Chris Ward | 2013-10-19 | -0/+51 |
| | ||||
* | Extract CommandSender to CommandSource, this should prevent Ess user object ↵ | KHobbits | 2013-10-16 | -4/+14 |
| | | | | leaks. | |||
* | [API] flip! (╯°□°)╯︵ ┻━┻ | Iaccidentally | 2013-07-13 | -1/+0 |
| | ||||
* | [API] fix other modules to use new packages | Iaccidentally | 2013-07-13 | -7/+6 |
| | ||||
* | Split util classes. | KHobbits | 2013-06-08 | -5/+16 |
| | ||||
* | Fix Minecart class rename | KHobbits | 2013-03-16 | -11/+12 |
| | | | | | Lets use consistent versions in the code base Bukkit: 1700 CB: 2648 | |||
* | Initial 1.5 update | GunfighterJ | 2013-03-15 | -11/+27 |
| | ||||
* | Remove reference to c3p0 from build.xml | ementalo | 2013-02-28 | -1/+0 |
| | ||||
* | [Breaking] Remove protect database functionality for protecting signs and rails. | ementalo | 2013-02-28 | -1516/+10 |
| | | | | | - Removed config entries - Removed c3p0 lib | |||
* | [Protect] Prevent creepers from breaking paintings if their explosions are ↵ | GunfighterJ | 2013-02-25 | -2/+15 |
| | | | | | | disabled. Backport from 3.0 | |||
* | Clean up protect :: transient is not needed :: remove unnecessary returns :: ↵ | Iaccidentally | 2013-02-12 | -1786/+1771 |
| | | | | @Override all the things! | |||
* | Update to 1.4.7 R1 :: remove calls to ScheduleAsyncDelayedTask, as it is ↵ | Iaccidentally | 2013-01-31 | -4/+14 |
| | | | | deprecated :: cleanup :: WARNING: This commit may or may not be stable | |||
* | Remove references to earth2me in plugin.ymls | Chris Ward | 2013-01-23 | -1/+1 |
| | ||||
* | 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 | |||
* | Netbeans 7.2 changes | snowleo | 2012-08-03 | -55/+402 |
| | ||||
* | 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 |
| | ||||
* | Remove old, unwanted manifest.mf files | md_5 | 2012-03-01 | -1/+0 |
| | ||||
* | 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 |
| | ||||
* | Netbeans 7.1 stuff | snowleo | 2012-01-12 | -2/+11 |
| | ||||
* | Update copylibs. | KHobbits | 2011-12-13 | -5/+7 |
| | ||||
* | Update Bukkit jars and paths. | KHobbits | 2011-12-12 | -2/+2 |
| | ||||
* | 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 | |||
* | We don't need them anymore. | snowleo | 2011-12-01 | -1/+0 |
| | ||||
* | Cleanup of the library folder | snowleo | 2011-12-01 | -2/+1 |
| | | | | Also: we don't use the mysql.jar/sqlite.jar anymore, since it is included in craftbukkit. I don't know why this reference in config.yml still exists. |