summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectPlayerListener.java
Commit message (Collapse)AuthorAgeLines
* Split Ess protect into EssProtect and EssAntiBuildKHobbits2012-08-19-40/+0
| | | | | | | | | 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
* Add new permission essentials.protect.alerts.notriggerementalo2012-01-23-0/+1
| | | | If user has this permisson they do not trigger EssProtect block alerts
* Removing load info, bucket displays that now.snowleo2012-01-20-1/+1
|
* Update for new CraftBukkit Event Codesnowleo2012-01-20-3/+5
| | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
* Allow EssentialsProtect to go into emergency mode, if Essentials core is not ↵snowleo2011-11-30-2/+2
| | | | present at all.
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-12/+8
|
* Fix water/lava bucket bug with mobssnowleo2011-11-17-2/+3
|
* Split build and use protectionsnowleo2011-07-18-1/+15
|
* Fixes to EssentialsProtect that will remove conflicts with WorldGuard and ↵snowleo2011-07-16-0/+4
| | | | other protection plugins.
* Prevent lava bucket placed in air (far away from user)snowleo2011-06-12-5/+0
| | | | event.isCancelled() does not return the expected value
* Another missing partsnowleo2011-06-12-0/+4
|
* The permission is essentials.protect.ownerinfosnowleo2011-06-12-1/+1
|
* Protect: Get block owners on right click block onlyementalo2011-06-11-1/+2
|
* Major cleanup of the Protect codesnowleo2011-06-06-20/+28
|
* [trunk] Protect refactors (formally known as 3.0) needs ***EXTENSIVE*** ↵ementalo2011-06-02-24/+21
| | | | | | testing git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1574 e251c2fe-e539-e718-e476-b85c1f46cddb
* Added permissions to bypass EssentialsProtect damage protection.snowleo2011-05-15-1/+0
| | | | | | | | | | | | | | | | | | | 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
* More translation stuff. Translated Spawn, Chat, Protect, GeoIPsnowleo2011-05-10-4/+4
| | | | | | | Protect is only partly translated (sql stuff is not translated) EssentialsSpawn is changed to use the onCommand from Essentials jar, since that is more up to date. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1408 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] EssentialsProtect :- fix owner spam on arm swing, will only show on ↵ementalo2011-05-05-1/+2
| | | | | | right-click now git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1346 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk/protect] Adding warning for changes coming soon to protect in regards ↵ementalo2011-05-03-3/+0
| | | | | | to worldguard git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1332 e251c2fe-e539-e718-e476-b85c1f46cddb
* This is a big refactoring of the user class and more.snowleo2011-05-01-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many commands have been cleaned. File changes: - all user data has been moved from users.yml to userdata folder - all files in userdata folder are lower case Both changes should be done automatically. Class changes: - Moved all user data functions to UserData class - Moved all user teleport functions to Teleport class - Moved the user list to Essentials class - Less static functions for better testing - EssentialsCommand now has ess Property (Essentials class) - New NotEnoughArgumentsException, that will show command description and syntax New commands: - /seen, shows the last login or logout - /tempban, temporarily ban someone - /tjail and mute, temporarily option added Other changes: - ban reason is saved - don't show "You have xxx mail" on login, if user doesn't have essentials.mail permission - time will be parsed: years, months (mo), weeks, days, hours, minutes (m), seconds, these can be shortened and combined, example: 2 days 5h 30m git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1300 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] cleanup, prevent lightning fire spreadementalo2011-04-26-25/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1280 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Removed useless loadClasses() method from Essentials.snowleo2011-04-16-1/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1216 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] add setting warn-on-build-disallow to protect. setting this will ↵ementalo2011-04-14-0/+4
| | | | | | give users with build:false a warning git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1189 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Backported some code from 3.0 branch: Correct the protection of ↵snowleo2011-04-10-2/+2
| | | | | | signs and rails. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1163 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] New permission essentials.protect.ownerinfo shows the owner of each ↵snowleo2011-04-08-1/+1
| | | | | | block, was essentials.protect.admin before. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1158 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Item lists in settings are now stored as Integer lists.snowleo2011-04-01-6/+6
| | | | | | Also: Names from items.csv now work in item lists. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1084 e251c2fe-e539-e718-e476-b85c1f46cddb
* NULL item is when we click on stuff like doors. ementalo2011-03-31-8/+9
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1053 e251c2fe-e539-e718-e476-b85c1f46cddb
* Updated for CB 602Zenexer2011-03-30-1/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1043 e251c2fe-e539-e718-e476-b85c1f46cddb
* gahementalo2011-03-30-6/+27
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1036 e251c2fe-e539-e718-e476-b85c1f46cddb
* 2.1 vementalo2011-03-30-27/+6
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1035 e251c2fe-e539-e718-e476-b85c1f46cddb
* Revert to 1013snowleo2011-03-30-27/+51
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1021 e251c2fe-e539-e718-e476-b85c1f46cddb
* 2.1 prerelease, part 2 of 3Zenexer2011-03-30-0/+70
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk2.1@1015 e251c2fe-e539-e718-e476-b85c1f46cddb