1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-08 15:46:54 +02:00

152 Commits

Author SHA1 Message Date
FearFree
51bd0d88f3 Future Java versions may not support _ as identifier. 2014-03-22 16:08:11 +11:00
coegho
20629a17a7 [Fix] fireball-fire=true now prevents fire spread from fireballs 2014-02-08 00:22:56 +00:00
KHobbits
807a5c382f Reformat pom 2014-02-08 00:13:46 +00:00
Chris Ward
85c09226e2 Restore Bukkit dependency to parent pom 2014-01-30 10:34:16 +11:00
KHobbits
cd2fc1928f Force Bukkit version to match deps. 2014-01-25 23:29:48 +00:00
Chris Ward
5f78452880 Remove Ant, migrate Netbeans code style to pom.xml 2013-12-27 03:47:13 +11:00
Necrodoom
0ebc82756f Do not block user damaging self (ender eye) 2013-11-17 19:19:42 +02:00
Iaccidentally
f056d430c4 Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff 2013-11-06 21:22:32 -05:00
Chris Ward
d84fb870bf Add Maven Support 2013-10-19 12:19:39 +01:00
KHobbits
ff46b39f2b Extract CommandSender to CommandSource, this should prevent Ess user object leaks. 2013-10-16 21:05:33 +01:00
Iaccidentally
a3cc1e4213 [API] flip! (╯°□°)╯︵ ┻━┻ 2013-07-13 13:40:46 -04:00
Iaccidentally
878a5a2674 [API] fix other modules to use new packages 2013-07-13 12:40:50 -04:00
KHobbits
7470ee6854 Split util classes. 2013-06-08 22:31:19 +01:00
KHobbits
c7564796a9 Fix Minecart class rename
Lets use consistent versions in the code base
Bukkit: 1700 CB: 2648
2013-03-16 08:55:39 +00:00
GunfighterJ
528e124af2 Initial 1.5 update 2013-03-15 14:54:51 -05:00
ementalo
063525311d Remove reference to c3p0 from build.xml 2013-02-28 21:23:33 +00:00
ementalo
12cd5cb898 [Breaking] Remove protect database functionality for protecting signs and rails.
- Removed config entries
- Removed c3p0 lib
2013-02-28 21:02:37 +00:00
GunfighterJ
c9cf8acf1a [Protect] Prevent creepers from breaking paintings if their explosions are disabled.
Backport from 3.0
2013-02-25 17:15:20 -06:00
Iaccidentally
0c72a7ab99 Clean up protect :: transient is not needed :: remove unnecessary returns :: @Override all the things! 2013-02-12 18:37:40 -05:00
Iaccidentally
8aad9a4cb5 Update to 1.4.7 R1 :: remove calls to ScheduleAsyncDelayedTask, as it is deprecated :: cleanup :: WARNING: This commit may or may not be stable 2013-01-31 14:03:27 -05:00
Chris Ward
ad3f6318fd Remove references to earth2me in plugin.ymls 2013-01-23 02:56:18 +11:00
KHobbits
b2a1504722 Ignore self damage in teleport entity protection. 2012-12-29 07:35:26 +00:00
snowleo
070575bb22 Better fix for last commit 2012-11-19 22:03:25 +01:00
snowleo
d5edf4e3d7 Fix for the plugin conflict with any plugin that contains a log4j library 2012-11-19 20:28:12 +01:00
KHobbits
254dceec0d Fix missing mob target block 2012-11-04 16:45:02 +00:00
Iaccidentally
a9432e6408 nothing to see here, move along (typo fix) 2012-10-28 13:09:19 -04:00
Iaccidentally
06cfbab6ae NOW with complete wither protection! 2012-10-28 13:05:08 -04:00
Iaccidentally
e9fb819d0a oops! :: fix wither spawn explosion blocking 2012-10-28 12:58:01 -04:00
Iaccidentally
73013a19ba Fully support wither blocking in protect 2012-10-28 12:53:12 -04:00
Iaccidentally
31161d7536 Protect updates :: ability to prevent wither damage :: block spawning of new mobs 2012-10-28 09:39:54 -04:00
KHobbits
17a7548ef8 ignoreCancelled events. 2012-09-19 21:07:50 +01:00
KHobbits
444ec11dc1 Split Ess protect into EssProtect and EssAntiBuild
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
2012-08-19 14:54:58 +01:00
snowleo
32362f33c1 Netbeans 7.2 changes 2012-08-03 09:45:44 +02:00
KHobbits
fe937ec5b2 Null check, for quick exit. 2012-04-16 21:42:53 +01:00
KHobbits
6dbb2d405e Adding missing entities to Protect Spawn Blacklist 2012-03-23 10:16:38 +00:00
KHobbits
3aadff48bf Fix fake explosions. 2012-03-15 06:42:58 +00:00
KHobbits
ba50ce5f3a Add Enderman check to EntityChangeEvent (Should fix sheep eating grass). 2012-03-11 01:46:01 +00:00
md_5
c5709c20a0 Remove old, unwanted manifest.mf files 2012-03-01 19:05:47 +01:00
snowleo
406295a548 Updated Essentials to work with R5 2012-02-21 17:33:46 +01:00
KHobbits
e47043589f Revert emergency listener to old style
Stops peoples world world burning down if they throw in 2.8, on a 1.0 server.
2012-01-26 21:21:13 +00:00
ementalo
c2135961b4 Add new permission essentials.protect.alerts.notrigger
If user has this permisson they do not trigger EssProtect block alerts
2012-01-23 15:48:56 +00:00
snowleo
a44c6d51f7 Removing load info, bucket displays that now. 2012-01-20 05:52:35 +01:00
snowleo
3315019203 Update for new CraftBukkit Event Code
EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
2012-01-20 05:20:37 +01:00
snowleo
5ab7edb941 Optimize Break in Protect 2012-01-16 01:55:04 +01:00
snowleo
955843d6a0 Netbeans 7.1 stuff 2012-01-12 23:37:39 +01:00
KHobbits
61d77e5a44 Update copylibs. 2011-12-13 03:11:11 +00:00
KHobbits
825ebbd568 Update Bukkit jars and paths. 2011-12-12 22:45:59 +00:00
KHobbits
462c8e2e54 Update plugin information. 2011-12-09 21:51:31 +00:00
snowleo
4efb3174cd Prevent blockdamage by enderdragon (default true) in EssentialsProtect CB#1566 B#1058 2011-12-08 00:48:53 +01:00
snowleo
949d0778e9 We don't need them anymore. 2011-12-01 01:56:39 +01:00