KHobbits
03368e45df
Extract user match looping
2013-09-28 21:33:22 +01:00
KHobbits
62b4348842
Don't waste cpu on /baltop if eco is disabled.
2013-08-28 18:00:27 +01:00
KHobbits
eca3be5cf3
Extend eco disable option to block eco lookups. This can be required to combat slow SQL economies.
...
This option is not recommended under normal circumstances.
2013-08-28 17:50:28 +01:00
KHobbits
ffae86dd42
Use user object to send messages when possible.
2013-08-15 01:53:22 +01:00
KHobbits
7401608cc5
The /tpahere command now stores the location of 'here' rather than using the current players location.
...
Cleanup teleport logic - This also fixes exploiting /tpahere to get accesses to restricted areas.
2013-08-11 16:37:21 +01:00
KHobbits
11f87eccb0
Tidy and slightly expand user API
2013-07-14 12:41:27 +01:00
KHobbits
fc63f63de6
Fix local message when no players are in the area
...
Allow any translation key to be silenced by blanking it in locale file
2013-07-13 18:46:26 +01:00
Iaccidentally
200ad81862
[API] fix implementation?
2013-07-13 12:52:08 -04:00
Iaccidentally
dad348d3d0
[API] Move 2.x API to new package, create dummy classes for compatibility
2013-07-13 11:14:39 -04:00
KHobbits
fe86f3a01d
Reset suffix on /nick even if op and prefix/suffix are disabled.
2013-06-13 09:18:47 +01:00
KHobbits
09f67c9723
Split util classes.
2013-06-08 22:31:19 +01:00
KHobbits
5d5fee4612
Attempt to fix /seen times on vanish.
2013-06-02 17:45:56 +01:00
KHobbits
6d317fd26d
Small tweak to warning display and make config variable 'economy-lag-warning' set in ms not ns.
2013-05-12 16:31:40 +01:00
KHobbits
8ebe55a294
Make the lag warning configurable, useful to debug economy lag on larger servers.
2013-05-12 16:10:41 +01:00
KHobbits
af2c514f2a
Throw console warning on slow economy api call.
2013-05-12 04:12:34 +01:00
KHobbits
1bb7946e13
Couple more bits of Eco cleanup
2013-05-05 20:05:28 +01:00
snowleo
6044cca54f
ECONOMY MADNESS? THIS IS … FIXED
2013-05-05 11:41:19 +02:00
snowleo
aaebb6143e
fix NPE in teleport code
2013-05-05 11:08:49 +03:00
KHobbits
2d70bb19f7
Economy Madness
2013-05-05 05:12:17 +01:00
snowleo
555a300378
Fix cleanup to not hold Users in memory.
2013-05-03 00:12:40 +02:00
GunfighterJ
96c5bebdf2
Initial 1.5 update
2013-03-15 14:54:51 -05:00
KHobbits
b1f427d52e
[Fix] Allow /nick to change nickname case, without adding prefix character.
2013-03-09 14:24:19 +00:00
snowleo
5b975672e8
Don't overwrite last location on logout
...
Logout position is saved as logoutlocation now in users yml
2013-02-08 21:22:35 +01:00
GunfighterJ
88c1b785af
Adds toggle to disable AFK cancel on interactions
2013-02-02 23:06:09 -06:00
KHobbits
63e622374d
New perm: essentials.vanish.effect - People with this effect will get the potion effect applied while vanished.
2013-01-01 21:12:26 +00:00
KHobbits
adb75b69c2
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
Chris Ward
1f8a0a811f
Add /recipe command
2012-12-19 14:57:12 +11:00
KHobbits
889f60e58e
Userdata cleanup
2012-11-27 17:47:08 +00:00
KHobbits
d674e65c11
Allow the 'userIsNotAway' and 'userIsAway' translation messages to be empty.
2012-11-04 22:41:35 +00:00
KHobbits
7a410919a0
Code comments
2012-10-06 03:49:36 +01:00
KHobbits
f701090c89
Config file permissions cleanup
...
Removed deprecated 'restricted-commands' section.
Deprecated 'superperms' toggle.
Remove op override on essentials permissions.
Give op's all permissions by default via superperms.
2012-09-16 20:27:35 +01:00
KHobbits
a2886d76d2
Fix Essentials /sethome to more strictly obey home limits.
2012-09-15 19:55:12 +01:00
KHobbits
5d372b8149
Move auto afk permission to 'essentials.afk.auto'
2012-09-09 19:09:35 +01:00
KHobbits
842d9f73a4
More error on 'Permissions system error' in debug mode.
2012-09-02 18:30:59 +01:00
KHobbits
93f5a05f17
Reduce the number of permissions checks in command cost lookups
...
Add support for item number repair costs (repair-123: 120)
Ess charge api supports nested charges.
Slight kit optimization.
2012-08-31 17:48:07 +01:00
KHobbits
930eb7ae86
Fix IllegalStateException in sign click patch
...
Cleanup
2012-08-31 00:47:53 +01:00
KHobbits
5755d647a3
Update chat formatting to use &r instead of &f
2012-08-30 20:43:33 +01:00
KHobbits
c4e4235f30
Handle jail teleport locations slightly better.
2012-08-28 02:06:11 +01:00
KHobbits
089fa8c19b
Add AntiBuild to Metrics.
2012-08-25 16:57:36 +01:00
KHobbits
7c687831bc
Don't check for loan permission is there is no cost.
2012-08-22 09:12:38 +01:00
KHobbits
e324a21b60
New command: /enderchest [player] (alias /endersee and /echest)
...
This command lets you look inside your or another players enderchest
New Permissions:
essentials.enderchest - Access to the command
essentials.enderchest.others - Lets you look at other enderchests
essentials.enderchest.modify - Lets you modify other enderchests
2012-08-21 20:44:09 +01:00
snowleo
1a07815f4b
Make chat handling more thread safe (and also faster)
2012-08-03 22:57:29 +02:00
Timothy Aveni
38a2e2bcfd
Fix /vanish with no arguments doing nothing
2012-06-21 06:17:26 -04:00
KHobbits
9679a90d88
Add sign throttle config option.
...
Allows you to limit how often an Essentials sign can be spammed per player.
2012-06-17 19:28:59 +01:00
KHobbits
c578302d7c
Fix playerlistname update when prefix/suffix option is disabled.
...
Fixes #2216
2012-06-16 17:42:42 +01:00
KHobbits
0c2e63baad
Make /vanish follow the same rules as /fly, /god and /gamemode
2012-06-16 13:53:46 +01:00
md_5
8cff4348a6
Fix the vanish command for good.
2012-06-11 09:18:06 +10:00
KHobbits
43b3a9df23
/vanish command sets players invisible to essentials commands.
2012-06-10 23:36:10 +01:00
KHobbits
23283426e0
Allow syntax: /god <player> <on/off>
2012-06-10 19:20:43 +01:00
md_5
cab40d7893
Keep track of vanished players and tweak lag meter.
2012-05-21 15:13:24 +10:00