Flask Bot
35f2b0d3de
New translations messages.properties (Chinese Traditional)
2024-03-30 07:06:07 +00:00
Flask Bot
5fd6468c93
New translations messages.properties (Portuguese, Brazilian)
2024-03-23 18:45:58 +00:00
Flask Bot
a8eab5f442
New translations messages.properties (Russian)
2024-03-21 02:39:38 +00:00
Flask Bot
b45c000bc7
New translations messages.properties (Chinese Traditional)
2024-03-19 04:12:32 +00:00
Flask Bot
7cbb66f2ae
New translations messages.properties (Thai)
2024-03-18 12:38:19 +00:00
Flask Bot
c667df2bdb
New translations messages.properties (Chinese Simplified)
2024-03-17 12:24:05 +00:00
Flask Bot
f5fcaef2d0
New translations messages.properties (Chinese Simplified)
2024-03-17 11:19:09 +00:00
Flask Bot
18c5461278
New translations messages.properties (Chinese Simplified)
2024-03-17 10:14:55 +00:00
Flask Bot
711a51bc29
New translations messages.properties (Ukrainian)
2024-03-16 19:24:21 +00:00
Flask Bot
2df0cc9ec0
New translations messages.properties (Chinese Simplified)
2024-03-15 11:28:53 +00:00
Flask Bot
d1e214410f
New translations messages.properties (Ukrainian)
2024-03-14 19:27:33 +00:00
Flask Bot
b3452a2efa
New translations messages.properties (Thai)
2024-03-12 10:26:27 +00:00
Flask Bot
2508f2b38d
New translations messages.properties (Thai)
2024-03-12 07:19:22 +00:00
Flask Bot
ee15a595b5
New translations messages.properties (Vietnamese)
2024-03-10 10:17:33 +00:00
Flask Bot
89574f3a86
New translations messages.properties (Japanese)
2024-03-08 23:08:37 +00:00
Flask Bot
94da56127d
New translations messages.properties (French)
2024-03-07 10:17:44 +00:00
Flask Bot
6103cf9504
New translations messages.properties (Danish)
2024-03-03 18:55:06 +00:00
Flask Bot
171866c279
New translations messages.properties (Danish)
2024-03-03 17:54:29 +00:00
Flask Bot
850d405ae0
New translations messages.properties (Korean)
2024-02-29 10:50:19 +00:00
Flask Bot
cbed2d10b9
New translations messages.properties (Czech)
2024-02-28 14:42:55 +00:00
Flask Bot
193e89061b
New translations messages.properties (Czech)
2024-02-28 13:15:38 +00:00
Josh Roy
cff2d94c6c
Merge branch '2.x' into l10n_2.x
2024-02-26 14:33:01 -05:00
pop4959
6b521e78a6
Fix jail-online-time with offline players ( #5701 )
2024-02-26 14:32:44 -05:00
pop4959
4219450705
Hotfix legacy serializer to include capitalized formatting code chars ( #5711 )
2024-02-26 05:09:02 -08:00
pop4959
bd8c792fa4
Support custom biomes in random teleport excluded biome list ( #5703 )
2024-02-26 03:47:00 -08:00
MD
52a638f18f
Add actions step to log JUnit test reports ( #5684 )
2024-02-26 01:51:31 +00:00
pop4959
1b1b511b61
Fix conversion issues between Legacy and MiniMessage ( #5702 )
...
Fixes #5652
2024-02-26 01:39:18 +00:00
Flask Bot
22dad2bc60
New translations messages.properties (Finnish)
2024-02-25 22:50:02 +00:00
pop4959
d4b72c8af6
Fix Discord /list command showing tags in output ( #5698 )
2024-02-25 00:06:52 -08:00
pop4959
185b4e266b
Fix /broadcastworld sending in all but the intended world ( #5699 )
...
Fixes #5694
This issue was caused by the passed predicate being excludes rather than
includes.
Also addresses a separate issue where no help output was given when no
arguments were specified and the command was sent by a player.
2024-02-24 22:40:22 +00:00
pop4959
7a9a0e6f51
Fix /me from console ( #5700 )
...
Fixes #5689
2024-02-24 20:42:30 +00:00
pop4959
9be27ad7ac
Fix custom message colors config not working ( #5705 )
...
No linked issue; discussed on Discord with @Evidentsinger14
Also @JRoy, I refuse to believe you ever tested this feature, you're
trolling
---------
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
2024-02-24 20:39:40 +00:00
pop4959
09fa6463a7
Update GitHub Actions ( #5704 )
...
Bump actions steps to remove deprecation warnings on GitHub
https://github.com/EssentialsX/Essentials/assets/17698576/0d032078-0c36-4362-b680-5a9b30d30345
2024-02-24 20:28:07 +00:00
Flask Bot
69de72e696
New translations messages.properties (Romanian)
2024-02-24 19:23:43 +00:00
Flask Bot
fa530f8108
New translations messages.properties (Danish)
2024-02-23 20:47:14 +00:00
Flask Bot
bbe279770e
New translations messages.properties (Danish)
2024-02-21 14:58:58 +00:00
Flask Bot
a80fb2c75a
New translations messages.properties (Dutch)
2024-02-21 10:13:01 +00:00
Charles DeLancey
1929d4110a
Fix format parsing in /heal ( Fixes #5690 )
2024-02-20 16:57:57 -05:00
Josh Roy
4386713807
Fix messages not sending after /ess reload ( Fixes #5663 )
2024-02-19 19:37:03 -05:00
Josh Roy
139db29782
Fix format parsing in various discord commands
2024-02-19 17:01:44 -05:00
Josh Roy
d307279b3b
Fix format parsing in unlinked kick message ( Fixes #5667 )
2024-02-19 17:01:44 -05:00
Josh Roy
80e6f96c71
Fix format parsing in /msg from Discord ( Fixes #5671 )
2024-02-19 17:01:44 -05:00
Josh Roy
77d505bb4a
Fix format parsing using in-game commands in console ( Fixes #5670 )
2024-02-19 17:01:44 -05:00
Josh Roy
14125d9c4c
Fix format parsing in /spawner ( Fixes #5680 )
2024-02-19 17:01:44 -05:00
Josh Roy
dfc5c49f56
Log individual JUnit test results
2024-02-19 02:07:58 -05:00
Josh Roy
221a6622f3
Fix format parsing in /time ( Fixes #5661 )
2024-02-19 02:07:58 -05:00
Josh Roy
82606a7ced
Fix format parsing in local spy chat format ( Fixes #5665 )
2024-02-19 02:07:58 -05:00
Josh Roy
1dccfbfcee
Fix format parsing in /suicide ( Fixes #5662 )
2024-02-19 02:07:58 -05:00
Josh Roy
ac0ba8890f
Fix format parsing in /unlimited
2024-02-19 02:07:58 -05:00
Josh Roy
0cd47639c2
Fix /kill and /suicide on latest Spigot/Paper
2024-02-19 02:07:58 -05:00