Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | 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 | |
| | |||||
* | Changes to build-impl by Netbeans | snowleo | 2011-08-08 | -3/+4 | |
| | |||||
* | Correcting all line endings to LF | snowleo | 2011-07-24 | -442/+442 | |
| | |||||
* | Added code guidelines to all projects, so we don't need them globally. | snowleo | 2011-07-24 | -87/+123 | |
| | | | | | | | Compress jar files Don't copy lib files into dist folders Removed vendor names Changed all java versions to 1.6 to make it consistent. | ||||
* | 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. | ||||
* | Heavy cleanup of all classes | snowleo | 2011-07-16 | -3/+2 | |
| | | | | | ItemDb is not static anymore Essentials.getStatic() removed | ||||
* | Log Protection alerts to the console | snowleo | 2011-07-15 | -13/+16 | |
| | | | | Also added the world name, which was missing. | ||||
* | Now fireball explosion prevention has it's own config settings (was catched ↵ | snowleo | 2011-07-06 | -1/+10 | |
| | | | | by tnt explosion prevention before) | ||||
* | Bounce projectiles, if they are cancelled. | snowleo | 2011-07-06 | -0/+1 | |
| | |||||
* | Updating for huge renames in #939 | ementalo | 2011-06-28 | -1/+1 | |
| | |||||
* | Deprecating the old sign code and adding the new code. | snowleo | 2011-06-26 | -2/+2 | |
| | | | | Please test everything without EssentialsProtect. The signs should protect themselves. | ||||
* | Fix unbreakable blocks | snowleo | 2011-06-23 | -8/+9 | |
| | |||||
* | Merge branch 'bukkitupdate' | snowleo | 2011-06-23 | -1/+4 | |
|\ | | | | | | | | | Conflicts: EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java | ||||
| * | Added TargetReasons of wolfs | snowleo | 2011-06-23 | -1/+4 | |
| | | |||||
* | | Only get data from valid rows | snowleo | 2011-06-23 | -2/+1 | |
| | | | | | | | | Fixes #641 | ||||
* | | Prevent lava bucket placed in air (far away from user) | snowleo | 2011-06-12 | -5/+0 | |
| | | | | | | | | event.isCancelled() does not return the expected value | ||||
* | | Another missing part | snowleo | 2011-06-12 | -0/+4 | |
| | | |||||
* | | The permission is essentials.protect.ownerinfo | snowleo | 2011-06-12 | -1/+1 | |
| | | |||||
* | | Protect: Remove protection when attached block is destroyed | ementalo | 2011-06-11 | -4/+15 | |
| | | |||||
* | | Protect: Get block owners on right click block only | ementalo | 2011-06-11 | -1/+2 | |
| | | |||||
* | | Fix dependency | snowleo | 2011-06-07 | -3/+10 | |
| | | | | | | | | Loading from lib won't work, so back to the old method. | ||||
* | | Major cleanup of the Protect code | snowleo | 2011-06-06 | -579/+916 | |
| | | |||||
* | | [trunk] Protect, add missing listener | ementalo | 2011-06-05 | -0/+1 | |
| | | | | | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1587 e251c2fe-e539-e718-e476-b85c1f46cddb | ||||
* | | [trunk] Protect, more merges | ementalo | 2011-06-05 | -18/+124 | |
| | | | | | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1586 e251c2fe-e539-e718-e476-b85c1f46cddb | ||||
* | | [trunk] Protect, move some bits about | ementalo | 2011-06-03 | -8/+5 | |
| | | | | | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1582 e251c2fe-e539-e718-e476-b85c1f46cddb | ||||
* | | [trunk] Protect, merging changes in | ementalo | 2011-06-03 | -15/+17 | |
| | | | | | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1581 e251c2fe-e539-e718-e476-b85c1f46cddb | ||||
* | | [trunk] Adding dependancy checker, need to fix timings as Protect tries to ↵ | ementalo | 2011-06-03 | -104/+91 | |
| | | | | | | | | | | | | use it before the file system finishes git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1579 e251c2fe-e539-e718-e476-b85c1f46cddb | ||||
* | | [trunk] Fix the build, bundling the c3p0 jar inside protect for the moment | ementalo | 2011-06-03 | -1/+1 | |
| | | | | | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1578 e251c2fe-e539-e718-e476-b85c1f46cddb | ||||
* | | [trunk] Protect refactors (formally known as 3.0) needs ***EXTENSIVE*** ↵ | ementalo | 2011-06-02 | -848/+945 | |
|/ | | | | | | testing git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1574 e251c2fe-e539-e718-e476-b85c1f46cddb | ||||
* | Missed some parts for the last commits | snowleo | 2011-06-01 | -14/+13 | |
| | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1555 e251c2fe-e539-e718-e476-b85c1f46cddb | ||||
* | CB#812 | snowleo | 2011-05-26 | -1/+2 | |
| | | | | | | | Fix for change in the minecraft class structure. Do not use this yet! git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1538 e251c2fe-e539-e718-e476-b85c1f46cddb | ||||
* | cleanup | snowleo | 2011-05-22 | -6/+15 | |
| | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1520 e251c2fe-e539-e718-e476-b85c1f46cddb | ||||
* | cleanup | snowleo | 2011-05-22 | -9/+0 | |
| | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1519 e251c2fe-e539-e718-e476-b85c1f46cddb | ||||
* | Added permissions to bypass EssentialsProtect damage protection. | snowleo | 2011-05-15 | -11/+22 | |
| | | | | | | | | | | Change for admin! Since we don't want to murder all admins, I added another permission: essentials.protect.damage.disable Since all admins get this by using '*', all those damage permissions are disabled Don't use - -essentials.protect.damage.* as I stated in the last commit. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1479 e251c2fe-e539-e718-e476-b85c1f46cddb | ||||
* | Added permissions to bypass EssentialsProtect damage protection. | snowleo | 2011-05-15 | -43/+71 | |
| | | | | | | | | | | | | | | | | | | | As admin you want to disable this with - -essentials.protect.damage.* New permissions: essentials.protect.damage.contact essentials.protect.damage.lava essentials.protect.damage.tnt essentials.protect.damage.creeper essentials.protect.damage.projectiles essentials.protect.damage.fall essentials.protect.damage.suffocation essentials.protect.damage.fire essentials.protect.damage.drowning essentials.protect.damage.lightning git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1476 e251c2fe-e539-e718-e476-b85c1f46cddb |