Ali Moghnieh
b673630a7e
Implement spawn-on-join configuration.
...
Admins can now specify whether all joining players should be teleported to the user's group spawn when joining the server. Players can be assigned the essentials.spawn-on-join.exempt permission to become exempt from this feature.
2016-06-19 21:07:45 +01:00
Ali Moghnieh
bbf657e251
Add afk-list-name config property for changing the player list name of AFK players.
2016-01-20 14:15:53 +00:00
Ali Moghnieh
c6d2746959
Add world-time-permissions configurable variable (false by default) that justifies whether /time should check for per world permissions. This was recommended by Khobbits as newbies might get confused by this feature.
2016-01-20 11:46:37 +00:00
vemacs
b17f5d32c9
Add configuration option for toggling "fly mode enabled" message on login
2016-01-18 19:21:29 -07:00
Ali Moghnieh
540fa98a44
Ensure signsEnabled boolean is reset when reloading config.
2015-12-25 23:24:51 +00:00
vemacs
1a701e69ca
Add configuration option for the "#EasterEgg" regarding milk buckets and animals.
...
Requested by @prplz
2015-12-01 17:41:56 -07:00
Ali Moghnieh
ca387687a5
Add last-message-reply-recipient-timeout setting for timing out reply-recipient in private messaging.
2015-11-24 22:48:18 +00:00
Ali Moghnieh
0a876c33a7
Add minimum-pay-amount setting to limit how little you can /pay someone.
...
Add 'minimumPayAmount' translatable message.
Create NumberUtil#displayCurrencyExactly(BigDecimal, IEssentials).
2015-11-07 17:23:40 +00:00
Matthew Steglinski
756ea346e6
[Fix] Add option to not show one time use kits described in #188
...
* Adds toggleable config option 'skip-used-one-time-kits-from-kit-list' to exclude used kits with delay < 0 from displaying in the /kit list
2015-10-28 13:29:30 -06:00
Ali Moghnieh
447b9db397
Rewrote messaging structure for more abstractness.
...
This commit adds a new boolean-configurable feature called last-message-reply-recipient, defaults to true for new installs and false for old installs, which states whether to use the new messaging functionality or not.
This commit deprecates Console#getCommandSender(Server) and provides Console#getInstance()#getCommandSender() for future usability.
2015-10-27 20:46:58 -06:00
Matthew Steglinski
77eb430b0b
[Fix] Fixes drtshock/Essentials#189 , adds toggleable config option 'ignore-colors-in-max-nick-length' to exclude ChatColors from nickname length
2015-10-27 22:37:33 -04:00
vemacs
cf9c9f7073
Use metrics-lite, use global PluginMetrics config to control disable
2015-07-05 09:26:36 -06:00
vemacs
306aab0d8d
Implement drop-items-if-full for /give command (default false)
2015-06-28 10:30:21 -05:00
vemacs
2f39811a46
Properly set default for force-disable-teleport-safety to false
2015-06-01 14:00:06 -05:00
vemacs
f995676fad
Add force-disable-teleport-safety option (default false). This option is useful for preventing "teleport-glitching" in Factions servers.
2015-06-01 14:00:06 -05:00
drtshock
179dbe19fd
Use separate config option for near radius.
...
We were using chat radius, which upset me when I wanted to change it but didn't want to start using local chat.
2015-05-16 19:36:57 -05:00
drtshock
d6eb846488
Add blacklist of commands for muted players. Adds #30 .
2015-05-12 21:44:36 -05:00
drtshock
9a265aac48
Add /createkit.
...
Allows you to create a kit in game using your inventory.
2015-04-20 12:51:22 -05:00
drtshock
f5b40dba34
Add option to not send no new mail message on join.
2015-04-16 09:25:29 -05:00
drtshock
dde0b20775
Reformat
2015-04-14 23:06:16 -05:00
KHobbits
4854961901
Add a lag check for permission system checks.
...
This doesn't include normal permission checks, since the overhead could be detrimental.
2014-06-19 02:38:28 +01:00
KHobbits
1690b9d83d
If "sethome-multiple" config section is invalid, silently fallback to default config values.
2014-06-17 00:19:59 +01:00
KHobbits
57bb1ee475
New permission: essentials.silentjoin.vanish
...
The server needs silentjoin to be enabled first.
2014-05-25 19:31:55 +01:00
KHobbits
10de6ac929
Cleanup
2014-04-06 15:44:37 +01:00
KHobbits
0e6a5240db
Add chat configurables.
2014-03-30 15:50:32 +01:00
FearFree
5724c0c8df
Future Java versions may not support _ as identifier.
2014-03-22 16:08:11 +11:00
KHobbits
e409363426
Alternative implementation of unsafe enchant blocking for signs.
...
Permission: essentials.signs.enchant.allowunsafe - required to add unsafe enchants using enchant signs.
This reverts commit 3f2c2aadbb
.
2014-02-19 01:18:40 +00:00
snowleo
3f2c2aadbb
Split unsafe enchantments in kits to a new config option
2014-02-18 23:47:18 +01:00
Iaccidentally
518650e842
Modifier order consistency
2014-02-04 11:11:43 -05:00
Joshua Popoff
7d8d9d8959
Add the ability to disable teleport safety. Requested by a few people - teleport safety isn't always a good thing for some servers. Request is cancelled if not safe.
2013-12-13 17:07:26 +11:00
KHobbits
5dbf4f5a00
Make it so both {world} and {worldname} work for both keyword parsers.
2013-12-07 23:58:47 +00:00
KHobbits
427b97433e
Logger cleanup pt 1.
2013-12-07 20:03:05 +00:00
Chris Ward
bac26f966c
Cleanup join/quit messages.
2013-12-05 23:08:29 +00:00
Chris Ward
278bb98649
Fix custom join messages Removes double message, adds colour codes and placeholders for the user's name.
2013-12-05 23:08:28 +00:00
KHobbits
c57c791e69
Cache join/quit messages.
2013-12-05 23:03:33 +00:00
Iaccidentally
1ae2b094f3
Add options to disable join/quit messages and custom join/quit messages
2013-12-05 23:03:33 +00:00
Iaccidentally
3e725ef060
Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff
2013-11-06 21:22:32 -05:00
KHobbits
59b501b2b1
Clean Imports
2013-10-11 03:44:41 +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
okamosy
8aac502ab6
Added horse armor /spawnmob horse:armor<iron|gold|diamond>
2013-07-17 23:32:25 +01:00
KHobbits
e8d9951ee8
Add scaling object cap for usermap, prevent huge memory usage, also config file configurable.
2013-07-17 01:56:27 +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
Iaccidentally
e57aa0e088
tweak default setting for max nick length
2013-07-10 11:01:49 -04:00
Iaccidentally
2ad346e84c
[FEATURE] Add configurable max nick length
2013-07-10 10:48:14 -04:00
KHobbits
0e43233e46
Add {TEAMPREFIX} {TEAMSUFFIX} and {TEAMNAME} to chat formatting.
2013-06-28 17:12:01 +01:00
KHobbits
0292cb59cd
Drop messageFormat for simple string replace, remove duped ' marks.
2013-06-27 09:33:35 +01:00
KHobbits
c69c78f15c
Don't automatically convert {chatparms} to [chatparams]
2013-06-25 18:04:31 +01:00
KHobbits
09f67c9723
Split util classes.
2013-06-08 22:31:19 +01:00
KHobbits
a738e49e3c
Default chat formatting should strip all format codes, not just colours.
2013-05-19 01:03:54 +01:00