Trent Hensler
a468ec5e08
Default setting to be enabled confirm commands by default with commented out list of possible options
2018-03-26 00:24:10 -07:00
Ali Moghnieh
1ef1cd98db
Add default toggle for confirm commands in config.yml.
2018-01-28 17:23:43 +00:00
Trent Hensler
cd43355d4c
Move kits to kits.yml ( #1774 )
...
* Move kits to kits.yml
We will now use a separate kits.yml file.
Any kits that were defined in the config.yml will be migrated over to the kits.yml file automatically on startup.
2018-01-18 00:25:00 -08:00
md678685
ed5aa1f469
Alter config options for EssentialsX Spawn listeners ( #1491 )
...
* Add spawn-join-listener-priority setting
* Make "none" an option for priority settings
* Register each listener with separate priorities
* Add note to spawn-join-listener priority
Warns about effect on spawn-on-join
2017-09-16 15:23:56 +01:00
md678685
7958cd0b88
Add ability to click helmet slot to equip item. #960
2017-08-04 17:24:43 +01:00
Florian CUNY
fd63a7df4e
[Feature] Added an option to spy chat messages from muted players ( #1430 )
...
Related to https://github.com/drtshock/Essentials/issues/1420
2017-08-04 00:04:42 +01:00
md678685
50f2e7a95f
Add a delay for sending the MOTD ( #1396 )
...
* Add delay-motd setting
* Move MOTD to Runnable
* Refactored according to comments
* Delay motd loading as well as sending
2017-07-28 19:20:44 +01:00
Ali Moghnieh
11a03bbce9
Add notify-player-of-mail-cooldown
config option.
...
This feature allows for the ability to specify a cooldown for how often individual players are notified of their outstanding unread mails.
2017-06-22 22:54:51 +01:00
Ali Moghnieh
27ab90ab2a
Improve spawn-on-join with ability to specify groups.
2016-10-30 13:29:21 +00:00
Ali Moghnieh
63b5cb9ec7
Add prefix/suffix toggle for playerlist. Resolves #771
...
This commit adds two new configurable options:
- `add-prefix-in-playerlist`: enable prefix in playerlist
- `add-suffix-in-playerlist`: enable suffix in playerlist
These were added to prevent very long names in the playerlist.
2016-07-28 17:17:26 +01:00
Ali Moghnieh
f1d9cda5eb
Create allow-bulk-buy-sell config option. Resolves #765 .
2016-07-26 12:25:20 +01:00
Ali Moghnieh
6cbb8c846b
Make old /createkit toggleable in config.
2016-07-13 23:25:20 +01:00
Ali Moghnieh
23e8498b47
Clear trailing whitespaces in ISettings and Settings.
2016-07-10 17:58:15 +01:00
Ali Moghnieh
c9f1b0fdc5
Add the option to disable disabled-sign name protection. ( #699 )
...
This allows EssentialsX users to use other plugins that provide signs such as [Kit] and not have EssentialsX interfere with the final sign name.
2016-07-10 17:45:43 +01:00
Ali Moghnieh
caeb59ede4
Merge branch '2.x' into custom-currency-formatting
2016-07-06 21:21:24 +01:00
Ali Moghnieh
992ef5dc91
Add npcs-in-balance-ranking
configurable option. Resolves #716 .
2016-07-06 19:34:25 +01:00
Ali Moghnieh
d37433e81c
Merge branch '2.x' into custom-currency-formatting
2016-07-05 18:46:01 +01:00
Ali Moghnieh
09acbcdb05
Implement Command Cooldowns. Resolves #110
2016-06-30 12:52:28 -07:00
Ali Moghnieh
0a563b91a2
Create teleport-to-center configuration option.
...
This option toggles whether essentials should rounds all teleportations off to the center of the block.
2016-06-26 15:21:35 +01:00
Ali Moghnieh
0237d485bf
Merge branch '2.x' into custom-currency-formatting.
2016-06-20 12:55:31 +01:00
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
282ec81af1
Implement configurable currency formatting.
...
This commit enables users of different countries around the world to configure currency formatting displayed to users in a familiar manner.
Prior to this commit US formatting (symbols) was forced upon users. This is now configurable via locale values e.g. en-US, de, fr-ch.
This commit adds two new configurations:
- currency-format
- currency-symbol-format-locale
One method ISettings#getCurrencyFormat()
2016-06-19 20:03:54 +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
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
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
0e6a5240db
Add chat configurables.
2014-03-30 15:50:32 +01: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
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
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
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
cd51d718ba
[API] flip! (╯°□°)╯︵ ┻━┻
2013-07-13 13:40:46 -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
2ad346e84c
[FEATURE] Add configurable max nick length
2013-07-10 10:48:14 -04:00