summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect
Commit message (Collapse)AuthorAgeLines
...
* Heavy cleanup of all classessnowleo2011-07-16-3/+2
| | | | | ItemDb is not static anymore Essentials.getStatic() removed
* Log Protection alerts to the consolesnowleo2011-07-15-13/+16
| | | | Also added the world name, which was missing.
* Now fireball explosion prevention has it's own config settings (was catched ↵snowleo2011-07-06-1/+10
| | | | by tnt explosion prevention before)
* Bounce projectiles, if they are cancelled.snowleo2011-07-06-0/+1
|
* Updating for huge renames in #939ementalo2011-06-28-1/+1
|
* Deprecating the old sign code and adding the new code.snowleo2011-06-26-2/+2
| | | | Please test everything without EssentialsProtect. The signs should protect themselves.
* Fix unbreakable blockssnowleo2011-06-23-8/+9
|
* Merge branch 'bukkitupdate'snowleo2011-06-23-1/+4
|\ | | | | | | | | Conflicts: EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java
| * Added TargetReasons of wolfssnowleo2011-06-23-1/+4
| |
* | Only get data from valid rowssnowleo2011-06-23-2/+1
| | | | | | | | Fixes #641
* | 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: Remove protection when attached block is destroyedementalo2011-06-11-4/+15
| |
* | Protect: Get block owners on right click block onlyementalo2011-06-11-1/+2
| |
* | Fix dependencysnowleo2011-06-07-3/+10
| | | | | | | | Loading from lib won't work, so back to the old method.
* | Major cleanup of the Protect codesnowleo2011-06-06-579/+916
| |
* | [trunk] Protect, add missing listenerementalo2011-06-05-0/+1
| | | | | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1587 e251c2fe-e539-e718-e476-b85c1f46cddb
* | [trunk] Protect, more mergesementalo2011-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 aboutementalo2011-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 inementalo2011-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 ↵ementalo2011-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 momentementalo2011-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*** ↵ementalo2011-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 commitssnowleo2011-06-01-14/+13
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1555 e251c2fe-e539-e718-e476-b85c1f46cddb
* CB#812snowleo2011-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
* cleanupsnowleo2011-05-22-6/+15
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1520 e251c2fe-e539-e718-e476-b85c1f46cddb
* cleanupsnowleo2011-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.snowleo2011-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.snowleo2011-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
* Move Register stuff inside Essentialssnowleo2011-05-13-28/+3
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1454 e251c2fe-e539-e718-e476-b85c1f46cddb
* Add Register as dependency for all projects.snowleo2011-05-13-31/+56
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1453 e251c2fe-e539-e718-e476-b85c1f46cddb
* Finally get rid of all dependency problems.snowleo2011-05-11-13/+5
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1423 e251c2fe-e539-e718-e476-b85c1f46cddb
* IConfExternal is abstract class for other jars, because the interface is not ↵snowleo2011-05-10-1/+0
| | | | | | | | accessible. Forgot to remove the import. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1419 e251c2fe-e539-e718-e476-b85c1f46cddb
* IConfExternal is abstract class for other jars, because the interface is not ↵snowleo2011-05-10-1/+2
| | | | | | accessible. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1417 e251c2fe-e539-e718-e476-b85c1f46cddb
* Fix EssentialsProtect not loading correctly, because Essentials is not ↵snowleo2011-05-10-3/+8
| | | | | | loaded first. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1414 e251c2fe-e539-e718-e476-b85c1f46cddb
* Reload Users and Protect on /essentials reload.snowleo2011-05-10-3/+5
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1411 e251c2fe-e539-e718-e476-b85c1f46cddb
* More translation stuff. Translated Spawn, Chat, Protect, GeoIPsnowleo2011-05-10-12/+13
| | | | | | | 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-4/+48
| | | | | | to worldguard git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1332 e251c2fe-e539-e718-e476-b85c1f46cddb
* Cleanup of the iConomyBridge Codesnowleo2011-05-02-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1321 e251c2fe-e539-e718-e476-b85c1f46cddb
* This is a big refactoring of the user class and more.snowleo2011-05-01-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] added new config settings to disable weather. you can disable storm ↵ementalo2011-04-27-4/+68
| | | | | | / thunder and lightning seperately. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1284 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] cleanup, prevent lightning fire spreadementalo2011-04-26-55/+6
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1280 e251c2fe-e539-e718-e476-b85c1f46cddb
* CB 731snowleo2011-04-26-93/+89
| | | | | | | | Adding new craftbukkit because it fixes one of the bugs I reported. Mysql and sqlite are included in craftbukkit, we don't need to add the libs to our jars. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1272 e251c2fe-e539-e718-e476-b85c1f46cddb
* CB 697snowleo2011-04-21-1/+6
| | | | | | | Fixes spawning of web and new rails. New config: Disable Lightning damage for players. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1258 e251c2fe-e539-e718-e476-b85c1f46cddb
* Craftbukkit 689 / MC 1.5 snowleo2011-04-21-2/+2
| | | | | | Testing only, do not release until 689 or higher is recommended git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1247 e251c2fe-e539-e718-e476-b85c1f46cddb
* Updated build-impl by Netbeans 7.0snowleo2011-04-21-1080/+1088
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1246 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Removed useless loadClasses() method from Essentials.snowleo2011-04-16-3/+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