summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectBlockListener.java
Commit message (Collapse)AuthorAgeLines
* [Fix] fireball-fire=true now prevents fire spread from fireballscoegho2014-02-08-0/+6
|
* [API] fix other modules to use new packagesIaccidentally2013-07-13-5/+4
|
* [Breaking] Remove protect database functionality for protecting signs and rails.ementalo2013-02-28-320/+4
| | | | | - Removed config entries - Removed c3p0 lib
* Clean up protect :: transient is not needed :: remove unnecessary returns :: ↵Iaccidentally2013-02-12-416/+405
| | | | @Override all the things!
* ignoreCancelled events.KHobbits2012-09-19-33/+8
|
* Split Ess protect into EssProtect and EssAntiBuildKHobbits2012-08-19-44/+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-2/+4
| | | | If user has this permisson they do not trigger EssProtect block alerts
* Update for new CraftBukkit Event Codesnowleo2012-01-20-9/+13
| | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
* Optimize Break in Protectsnowleo2012-01-16-4/+58
|
* Allow EssentialsProtect to go into emergency mode, if Essentials core is not ↵snowleo2011-11-30-3/+3
| | | | present at all.
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-11/+4
|
* General fix against overwriting already existing protectionssnowleo2011-11-17-2/+4
|
* Prevent that sign protection in EssProtect can be circumvented by placing signs.snowleo2011-11-17-1/+3
|
* Protect detector/powered railssnowleo2011-08-27-12/+20
|
* Protect Rails and other signs from pistonssnowleo2011-07-18-1/+66
|
* Cleaned deprecated functionssnowleo2011-07-18-9/+9
|
* Piston push blacklistsnowleo2011-07-18-0/+33
|
* Fixes to EssentialsProtect that will remove conflicts with WorldGuard and ↵snowleo2011-07-16-0/+8
| | | | other protection plugins.
* Fix unbreakable blockssnowleo2011-06-23-8/+9
|
* Protect: Remove protection when attached block is destroyedementalo2011-06-11-4/+15
|
* Major cleanup of the Protect codesnowleo2011-06-06-115/+134
|
* [trunk] Protect, more mergesementalo2011-06-05-0/+12
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1586 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Protect refactors (formally known as 3.0) needs ***EXTENSIVE*** ↵ementalo2011-06-02-72/+63
| | | | | | testing git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1574 e251c2fe-e539-e718-e476-b85c1f46cddb
* Missed some parts for the last commitssnowleo2011-06-01-1/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1555 e251c2fe-e539-e718-e476-b85c1f46cddb
* More translation stuff. Translated Spawn, Chat, Protect, GeoIPsnowleo2011-05-10-3/+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
* This is a big refactoring of the user class and more.snowleo2011-05-01-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+6
| | | | 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] fix setting for prevent-block-on-railsementalo2011-04-15-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1200 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] add setting warn-on-build-disallow to protect. setting this will ↵ementalo2011-04-14-2/+5
| | | | | | 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] Protect: new prevent.portal-creationsnowleo2011-04-11-0/+10
| | | | | | If enabled, players can't create portals using fire. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1177 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Backported some code from 3.0 branch: Correct the protection of ↵snowleo2011-04-10-5/+30
| | | | | | signs and rails. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1163 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Item lists in settings are now stored as Integer lists.snowleo2011-04-01-3/+3
| | | | | | 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
* Updated for CB 602Zenexer2011-03-30-5/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1043 e251c2fe-e539-e718-e476-b85c1f46cddb
* gahementalo2011-03-30-33/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1036 e251c2fe-e539-e718-e476-b85c1f46cddb
* 2.1 vementalo2011-03-30-0/+33
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1035 e251c2fe-e539-e718-e476-b85c1f46cddb
* Revert to 1013snowleo2011-03-30-69/+38
| | | | 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/+272
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk2.1@1015 e251c2fe-e539-e718-e476-b85c1f46cddb