1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-24 21:31:32 +02:00
Commit Graph

3076 Commits

Author SHA1 Message Date
snowleo
f6f49f4f1e Removed empty methods. 2012-10-24 22:45:16 +02:00
snowleo
deae46fa73 Allow to fill data with defaults on newly created configs 2012-10-24 22:35:08 +02:00
ementalo
f03361b0c6 "When IDE's attack" 2012-10-24 14:49:40 +01:00
ementalo
96d76f46fc Null handling in AntiBuild 2012-10-24 14:48:12 +01:00
ementalo
bb838c3369 Fix metrics NPE 2012-10-24 14:36:49 +01:00
ementalo
a12706f88d Cleanup Entity Listener 2012-10-19 12:17:54 +01:00
ementalo
e0d3b9cfcf Fix command handlers 2012-10-19 10:33:10 +01:00
md_5
215e093c3f Clean up use of libraries 2012-10-19 19:54:56 +11:00
Iaccidentally
b41f3bdef6 Porting changes to 3.0: Volume 2 :: The Code Strikes Back 2012-10-18 21:40:26 -04:00
snowleo
9d486ac638 Add tabComplete support to Essentials commands 2012-10-18 23:17:19 +02:00
Iaccidentally
afa47c176b Porting changes to 3.0: volume 1 :: lots of cleanup 2012-10-18 16:00:25 -04:00
snowleo
3dd98f1048 Always teleport in sync thread 2012-10-16 22:21:48 +02:00
snowleo
ef289cb309 Added exempt/offline permissions to fly, god, gamemode and socialspy command. Added more options to socialspy 2012-10-16 22:04:56 +02:00
snowleo
3b32012a67 Remember kids, don't copy & paste while coding 2012-10-16 21:26:14 +02:00
snowleo
c644eb1ee2 Allow unsafe enchantments in /item /give /enchant with permissions. 2012-10-16 21:24:00 +02:00
snowleo
d056b9e436 Fix /seen for offline users 2012-10-16 21:12:29 +02:00
snowleo
c412a22502 Add command option /ignore list 2012-10-16 01:09:10 +02:00
snowleo
c70caf8001 Allow at least one home by default. 2012-10-16 00:23:27 +02:00
snowleo
4f4f9d8702 Cleanup of ranks and make it more resistant against exceptions from external code 2012-10-16 00:15:38 +02:00
snowleo
80bdae2cc9 Add config option for /near default radius 2012-10-15 23:34:13 +02:00
snowleo
d82899ebd6 Correctly implement charges in /more all 2012-10-15 23:28:53 +02:00
snowleo
c74545d614 Add command option /more all 2012-10-15 23:12:02 +02:00
snowleo
6f34f208b0 Add more options to /balancetop and fix access to getPlayer() on offline user 2012-10-15 23:00:55 +02:00
snowleo
10f47ed7a5 World permissions for /time command 2012-10-15 22:42:48 +02:00
snowleo
7c8f7ba3ed Fix changeDisplayname and related code 2012-10-15 21:02:02 +02:00
ementalo
b86ca14295 Fix chat colours 2012-10-15 00:47:36 +01:00
ementalo
9867af51a9 Remove [PLAYER_COMMAND] output, cleanup 2012-10-14 23:29:11 +01:00
snowleo
93fe12f433 New permissions: essentials.give.enchanted essentials.item.enchanted 2012-10-14 23:01:34 +02:00
snowleo
cb528935de Fix instanceof Player 2012-10-14 21:27:38 +02:00
snowleo
9ca4f53c1a replace user.isHidden() with player.canSee() 2012-10-14 00:35:24 +02:00
ementalo
eca8b54ef5 entity target bypass protect permission split out to essentials.protect.entity.bypass.entityname for per entity settings 2012-10-13 19:40:55 +01:00
ementalo
590430fcec Fix usermap player matching 2012-10-11 16:59:07 +01:00
ementalo
448e718085 Remove user assignment in anti build listeners. 2012-10-11 16:46:23 +01:00
ementalo
a00ca1fd52 Fix /god
Use assigned variable in protect BlockListener
Cleanup imports
2012-10-11 15:06:25 +01:00
ementalo
5e663508ce Anti Build 3.0 update 2012-10-11 13:40:26 +01:00
ementalo
3d2870cc4e Esschat clean up
Re-implement sign throttle Test #2331
2012-10-10 14:01:22 +01:00
snowleo
62d5f63ab1 Get Player objects of players, that are not in the game yet. 2012-10-09 20:39:58 +02:00
ementalo
2c72a6bc95 Updated items.csv and translations
Fixes missing whois tl key
2012-10-09 14:06:50 +01:00
ementalo
b6e7daa036 Move social spy command definition to config file.
Fix the loading of some values from the config.
2012-10-09 13:47:55 +01:00
ementalo
4fac9f95de Fix time set permissions 2012-10-09 11:11:51 +01:00
md_5
24ea8fe410 Golden rule of commiting, don't make formatting worse in a cleanup commit. 2012-10-09 20:26:53 +11:00
Iaccidentally
4aba49ce30 cleanup 2012-10-09 04:56:44 -04:00
ementalo
8412b6682f Null checks on join / quit variables 2012-10-09 00:38:55 +01:00
ementalo
4d1cdaa7f0 Adding join / quit messages in the config test #1697
PlayerChatEvent -> AsyncPlayerChatEvent
2012-10-08 22:22:06 +01:00
snowleo
b1103726cb Temporary fix for javadoc bug 2012-10-08 22:59:28 +02:00
snowleo
591d4af167 Show write queue size on /gc 2012-10-08 22:48:52 +02:00
snowleo
524531a090 Queued writing of the files to reduce disk io 2012-10-07 22:18:53 +02:00
md_5
7a36150f3c Use correct classloader to load 2012-10-07 21:47:14 +11:00
md_5
6d3119dfe6 Shift fields around so they are actually set. 2012-10-07 21:33:44 +11:00
md_5
41946a2da9 Don't name each command Commandxxx 2012-10-07 21:30:06 +11:00