1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-02-24 16:32:35 +01:00

3149 Commits

Author SHA1 Message Date
KHobbits
8eb99a16c8 Reorganize entity listener 2012-12-30 03:32:32 +00:00
Alexander Schepp
e8b45dba88 Use the right formatter in XMPP 2012-12-30 00:23:04 +01:00
KHobbits
0325e7a340 Hide a few more duplicate enchantments from /enchant 2012-12-29 09:00:42 +00:00
KHobbits
737f355174 Set default tpa timeout to 2 minutes. 2012-12-29 08:40:03 +00:00
KHobbits
8b1b3352d8 Allow unsafe enchantments in /item /give /kit and /enchant
Needs enabled in config file manually.
2012-12-29 08:36:24 +00:00
KHobbits
6370267f62 Make /enchant only show valid enchantments for the item. 2012-12-29 07:58:28 +00:00
KHobbits
253ee53403 Add aliases for new thorns enchantment. 2012-12-29 07:47:07 +00:00
KHobbits
b2a1504722 Ignore self damage in teleport entity protection. 2012-12-29 07:35:26 +00:00
KHobbits
06d3f9f41c Lets clean up the recipe window on player quit, just in case. 2012-12-29 06:55:48 +00:00
KHobbits
f6dd34e980 Fix home functionality bugs:
/home not using bed when enabled
/home not giving teleport warning
2012-12-29 06:43:26 +00:00
KHobbits
3d5ce2868a Update bukkit to 1.4.6-R0.1
bukkit: 1652 cb: 2561
2012-12-29 06:37:52 +00:00
KHobbits
66518f10cd Fix string match error on none existing user (/ban). 2012-12-29 02:00:48 +00:00
Chris Ward
c76b603bec Add SimplyPerms to classpath 2012-12-29 11:26:44 +11:00
Xefir
eb5ebc5f9a Added SimplyPerms Handler 2012-12-29 10:41:15 +11:00
Alexander Schepp
c04f83ce20 Merge pull request #229 from necrodoom/patch-9
fix tempban permission check
2012-12-28 09:37:40 -08:00
Necrodoom
cca19631f8 derp - fix tempban permission check 2012-12-28 19:05:54 +02:00
Chris Ward
67789d7ad2 Revert 340319db4b - Adding permission node to speak, with config option to enable the node 2012-12-27 01:41:32 +11:00
Chris Ward
5b5ce6b15d Add tpdeny message to /tpahere 2012-12-27 01:10:57 +11:00
Chris Ward
340319db4b Adding permission node to speak, with config option to enable the node 2012-12-24 01:55:53 +11:00
Chris Ward
c66c5ead66 Move max-tempban-time in config 2012-12-24 01:04:02 +11:00
Chris Ward
a8b312042d Fixing IUser 2012-12-23 21:29:26 +11:00
Chris Ward
ab62d521ab Adding isAfk and setAfk to IUser API 2012-12-23 21:25:29 +11:00
KHobbits
2f2652c786 Make seen status's only show when true. 2012-12-22 03:36:56 +00:00
Chris Ward
3af6db773d Merge pull request #215 from necrodoom/patch-5
update items.csv to minecraft 1.4.6
2012-12-21 04:33:14 -08:00
KHobbits
ccfd85b2a1 Log target plugin in debug mode for altcmd 2012-12-21 06:38:51 +00:00
KHobbits
34292e6fea Final all the things - Recipe 2012-12-21 03:48:54 +00:00
KHobbits
b39ed95844 Fix recipe layout for small shapes 2012-12-21 03:35:48 +00:00
KHobbits
3aff740c62 Swap method order on recipe 2012-12-21 03:21:35 +00:00
KHobbits
f4e28c69f5 Adjust section matching. 2012-12-20 23:37:37 +00:00
KHobbits
73caa8736f Merge pull request #227 from Elvaron/2.9
FallBack for missing config property
2012-12-20 15:36:01 -08:00
Elvaron
df75311ed2 FallBack for missing config property 2012-12-21 00:16:18 +01:00
KHobbits
f1a891aa64 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-12-20 22:58:00 +00:00
KHobbits
b4920d32aa Add support for whitelisting commands in /help by permission: essentials.help.<plugin>.<command> 2012-12-20 22:57:38 +00:00
KHobbits
a231aa6134 Reduce permissions checking when generating /help 2012-12-20 22:54:36 +00:00
KHobbits
6010151a18 Allow certain commands while in jail, but only if the user normally has access to that command. 2012-12-20 22:53:52 +00:00
KHobbits
6f15edef94 Merge pull request #226 from Elvaron/2.9
Made socialspy commands list configurable
2012-12-20 14:16:45 -08:00
Elvaron
ada24bb006 Made socialspy commands list configurable 2012-12-20 23:07:22 +01:00
KHobbits
13c799bd2e Merge branch 'release' of github.com:essentials/Essentials into 2.9 2012-12-20 20:37:42 +00:00
KHobbits
d73bbd469a Add a little bit of extra information to /seen, this will show when user is online. 2012-12-20 20:37:04 +00:00
KHobbits
9b56f36819 Warn other party when teleport fails after tpaccept. 2012-12-20 20:24:07 +00:00
KHobbits
8eb0624539 Redundant tpaccept cost check. 2012-12-20 20:23:51 +00:00
KHobbits
a579845728 Fix max tempban length option. 2012-12-20 20:11:45 +00:00
KHobbits
6a1fb49369 Warn other party when teleport fails after tpaccept. 2012-12-20 20:01:43 +00:00
KHobbits
d2320ddc03 Redundant tpaccept cost check. 2012-12-20 19:50:59 +00:00
KHobbits
f7b0b134b5 Merge branch 'release' of github.com:essentials/Essentials into 2.9 2012-12-20 17:03:48 +00:00
KHobbits
eabbd393f6 Remove command cost warnings from plugin matching. 2012-12-20 15:51:49 +00:00
Chris Ward
364bb3e90e Fix currency display in MOTD - display currency character, trim decimal places 2012-12-20 15:45:32 +00:00
snowleo
e1743e3e65 Don't use broken CB methods ... 2012-12-20 15:45:22 +00:00
snowleo
22ee57cea9 Don't use broken CB methods ... 2012-12-20 16:07:40 +01:00
Chris Ward
c5513b6b40 Useless import 2012-12-20 23:10:38 +11:00