Brokkonaut
aa622f8d27
SPECTATOR mode is safe for teleporting everywhere.
2018-06-18 23:38:54 +02:00
Ali Moghnieh
365ae356bd
Format currency correctly by placing negative sign at beginning.
...
This is forcefully placed at the beginning of the formatted currency because of how `currency` message is customisable. Until a better solution arises this shall stay.
2017-08-19 20:11:21 +01:00
Ali Moghnieh
8fd532c648
Translate now
instead of static "now"
in DateUtil.
2017-06-04 20:57:06 +01:00
Maxetto
78b710dc22
Set PORTAL as an Unsafe Destination
2017-01-20 09:17:11 -06:00
Ali Moghnieh
d37433e81c
Merge branch '2.x' into custom-currency-formatting
2016-07-05 18:46:01 +01: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
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
vemacs
ec1215b227
Restore 1.8 compatibility
2016-03-28 17:42:33 -06:00
vemacs
dcb14170b9
Fix meta setting (works for 1.9)
2016-03-28 17:31:25 -06:00
vemacs
c266778c1e
[Likely breaks 1.8 compatibility, will be fixed] Use non-deprecated methods
2016-03-28 17:21:57 -06:00
vemacs
8116ce39d7
[Experimental] Attempt restoring potion effect ID compatibility to 1.9
2016-03-28 16:54:17 -06:00
vemacs
f1c57371a3
Refactor providers to a generic implementation in preparation for future spawn egg APIs
2016-03-10 08:54:07 -07:00
vemacs
f6cbda0e04
Also limit maxYears in parser
2016-03-01 09:43:28 -07:00
vemacs
7c59d61b32
Limit max time delta in years to 100k
2016-03-01 09:24:06 -07:00
Ali Moghnieh
419d2d8282
Prettify currency display further.
2016-01-14 18:20:06 +00:00
drtshock
a669163196
Remove colour in permission checks.
...
As @supaham pointed out, this can cause issues with giving a player a wildcard permission and then negating the specific node if both nodes aren't negated.
2016-01-02 12:17:43 -08:00
vemacs
2d376bc72f
Restore LocationUtil compatibility with 1_8_R1
2015-11-15 07:59:19 -07: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
ShadowRanger
c364adcf00
Updated & refactored LocationUtil
2015-09-28 12:25:46 +10:00
drtshock
d5301824fc
Use Bukkit ChatColor instead of ess regex to strip colors.
2015-07-23 15:23:47 -05:00
vemacs
16c7bf2eb3
Add v1_8R2 to support 1.8.3 users not on the latest 1.8.3 build
2015-06-18 13:43:39 -04:00
vemacs
1d63209691
Rename this class to match the others
2015-06-17 15:22:00 -04:00
vemacs
e95ca8444e
Simplify loadProvider method
2015-06-17 11:09:13 -04:00
vemacs
51b52ac343
[Experimental] Also catch provider instanciation exceptions
2015-06-17 10:38:25 -04:00
vemacs
8793add589
[Untested] [Experimental] [Need @drtshock to fix build server] Fully support all versions of Spigot and CraftBukkit from 1.8+
2015-06-17 10:25:46 -04:00
vemacs
e4f6bb363d
Compile against Spigot's Bukkit maven repo
2015-06-17 09:02:28 -04:00
vemacs
20a59ddb6e
Catch throwable for spawnerutil, move nasty warning to spawnerutil
2015-06-12 11:22:11 -06:00
drtshock
5e605f992a
Reformat floatutil.
2015-06-05 10:38:06 -05:00
vemacs
b6957db352
Apply patch "Fix float parsing issues" from Spigot-Essentials
2015-06-04 20:32:36 -06:00
vemacs
73ac6488ce
Run IntelliJ IDEA inspections
2015-06-03 14:11:56 -06:00
vemacs
c03765803c
Move to switch statement (Java 7 sugar)
2015-06-03 14:03:26 -06:00
vemacs
5375ff3790
Add reset color code before name (duplicate legacy vanilla behavior)
2015-06-02 14:02:08 -06:00
vemacs
37d4dc70e5
Set display name for given spawners
2015-06-02 13:56:54 -06:00
vemacs
2273329e29
Add SpawnerUtil with primary Spigot 1.8.3+ EntityType setting, legacy data fallback. Fixes #22
2015-06-02 11:28:38 -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
9a265aac48
Add /createkit.
...
Allows you to create a kit in game using your inventory.
2015-04-20 12:51:22 -05:00
drtshock
dde0b20775
Reformat
2015-04-14 23:06:16 -05:00
Necrodoom
49d80462d1
Remove outdated try-catches
2014-08-11 00:11:06 +01:00
KHobbits
4e6c98ac57
Allow people with god & fly to teleport to unsafe locations even when teleport safety is disabled.
2014-07-12 16:33:50 +01:00
KHobbits
27890e2b22
Only remove first date match from ban reason.
2014-06-14 16:27:34 +01:00
KHobbits
da6df89126
Add optional {2} in 'tempBanned' TL key, for reason.
2014-06-14 16:21:05 +01:00
KHobbits
c12373bf41
Remove '-' from valid account names again.
...
This could cause issues with NPC's converted to UUID before this version.
2014-05-05 22:46:46 +01:00
KHobbits
b6c0871daa
Format /seen account history list, optimize map loading.
2014-04-18 05:57:47 +01:00
KHobbits
36e580474f
Converted emulated player class calls to use base class.
2014-04-13 01:01:49 +01:00
KHobbits
af3f3fb4c7
Fix fly logic check (creative doesn't mean fly is enabled)
2014-03-31 03:26:48 +01:00
FearFree
5724c0c8df
Future Java versions may not support _ as identifier.
2014-03-22 16:08:11 +11:00
KHobbits
b0e165546e
Round to gc output to 2 dp.
2014-03-03 08:34:43 +00:00
KHobbits
2d5c1fd51c
Fix safety tp check above world height
...
Performance tweak to fly check
2014-02-23 17:41:25 +00:00
KHobbits
98bee40bf7
Fix Stripping/blocking of urls containing caps.
2014-02-12 01:20:54 +00:00
Iaccidentally
518650e842
Modifier order consistency
2014-02-04 11:11:43 -05:00