summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect
Commit message (Collapse)AuthorAgeLines
* Updated Essentials to work with R5snowleo2012-02-21-92/+3
|
* Revert emergency listener to old styleKHobbits2012-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.notriggerementalo2012-01-23-2/+5
| | | | If user has this permisson they do not trigger EssProtect block alerts
* Removing load info, bucket displays that now.snowleo2012-01-20-22/+5
|
* Update for new CraftBukkit Event Codesnowleo2012-01-20-108/+95
| | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
* Optimize Break in Protectsnowleo2012-01-16-4/+58
|
* Netbeans 7.1 stuffsnowleo2012-01-12-2/+11
|
* Update copylibs.KHobbits2011-12-13-5/+7
|
* Update Bukkit jars and paths.KHobbits2011-12-12-2/+2
|
* Update plugin information.KHobbits2011-12-09-1/+1
|
* Prevent blockdamage by enderdragon (default true) in EssentialsProtect ↵snowleo2011-12-08-7/+20
| | | | CB#1566 B#1058
* We don't need them anymore.snowleo2011-12-01-1/+0
|
* Cleanup of the library foldersnowleo2011-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.
* Allow EssentialsProtect to go into emergency mode, if Essentials core is not ↵snowleo2011-11-30-103/+169
| | | | present at all.
* If Essentials core fails to read one of the configs now, it will disable ↵snowleo2011-11-30-4/+101
| | | | itself. If other modules detect that Essentials is not enabled, they will be disabled too. EssentialsProtect will go into emergency mode, canceling all events that could hurt your world. Fix the file and either restart or reload the server.
* New option for EssProtect: Prevent villager death.snowleo2011-11-28-0/+8
|
* Moved all dependency on craftbukkit to one package in the main jar. The rest ↵snowleo2011-11-22-46/+5
| | | | is now clean bukkit code. Also cleaned PlayerExtension class.
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-121/+127
|
* Prevent NPE with creatures that are not added to bucket yet.snowleo2011-11-20-1/+7
|
* Add SmallFireball to EssProtectsnowleo2011-11-20-20/+24
|
* CB# 1467 B#1022snowleo2011-11-20-2/+2
|
* 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
|
* Fix water/lava bucket bug with mobssnowleo2011-11-17-2/+3
|
* New config setting: protect.prevent.enderman-pickupsnowleo2011-09-21-0/+15
| | | | Defaults to false
* Less use of Craftbukkit code, so less things will break on MC update.snowleo2011-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 railssnowleo2011-08-27-1/+6
|
* Protect detector/powered railssnowleo2011-08-27-12/+20
|
* PVP protection for arrows and other projectiles. Needs cleanup.snowleo2011-08-26-25/+21
|
* Wait 1 second after deactivation of protect to allow the database to close.snowleo2011-08-21-0/+8
|
* Revert "Prevent closing already closed statements"snowleo2011-08-08-28/+7
| | | | This reverts commit 9c2af4adbfa171ddc55bb60a497f37e8f96aab03.
* Prevent closing already closed statementssnowleo2011-08-08-7/+28
|
* Changes to build-impl by Netbeanssnowleo2011-08-08-3/+4
|
* Correcting all line endings to LFsnowleo2011-07-24-442/+442
|
* Added code guidelines to all projects, so we don't need them globally.snowleo2011-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.snowleo2011-07-19-1/+15
|
* Close database connections on plugin deactivationsnowleo2011-07-19-1/+22
|
* New config settings for Protect:snowleo2011-07-18-0/+35
| | | | | | protect.prevent.tnt-playerdamage protect.prevent.fireball-fire protect.prevent.fireball-playerdamage
* Split build and use protectionsnowleo2011-07-18-2/+17
|
* Protect Rails and other signs from pistonssnowleo2011-07-18-1/+66
|
* Cleaned deprecated functionssnowleo2011-07-18-15/+15
|
* Piston push blacklistsnowleo2011-07-18-1/+37
|
* Fixes to EssentialsProtect that will remove conflicts with WorldGuard and ↵snowleo2011-07-16-0/+16
| | | | other protection plugins.
* 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
|