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
Flask Bot
083e70d96a
New translations messages.properties (Czech)
2024-02-18 17:50:36 +00:00
MD
63234d6b1d
Update Gradle and plugins; don't enforce running tests on Java 8 ( #5685 )
...
Fixes CI failures when trying to run `testJava8`, now that Spigot API is
compiled for Java 17.
2024-02-18 16:14:56 +00:00
Flask Bot
bb9d9573f8
New translations messages.properties (Vietnamese)
2024-02-18 05:25:19 +00:00
Flask Bot
241c8be897
New translations messages.properties (Vietnamese)
2024-02-18 04:29:26 +00:00
Flask Bot
a0eda9eb40
New translations messages.properties (Norwegian)
2024-02-17 00:47:55 +00:00
Flask Bot
b9f173e774
New translations messages.properties (Thai)
2024-02-15 19:28:05 +00:00
Flask Bot
1c65bf22ea
New translations messages.properties (Chinese Simplified)
2024-02-14 02:36:17 +00:00
Flask Bot
1fa4c818b6
New translations messages.properties (Chinese Simplified)
2024-02-13 01:38:06 +00:00
Josh Roy
8a57856c96
Remove CommonPlaceholders#displayName methods
...
I18n argument mutation already converts legacy color codes
to parsed MiniMessage. This was redundant and was creating
issues with other parts of the codebase.
2024-02-09 23:31:06 -05:00
Josh Roy
3d9d3a3254
Fix format parsing in /home ( Fixes #5653 )
2024-02-09 23:31:06 -05:00
Josh Roy
544f69aec8
Fix format parsing in /kit ( Fixes #5651 )
2024-02-09 23:31:06 -05:00
Josh Roy
596ba6e2f5
Fix format parsing in /ptime ( Fixes #5655 )
2024-02-09 23:31:06 -05:00
Josh Roy
1e040fa7b5
Fix format parsing in /me ( Fixes #5654 )
2024-02-09 23:31:06 -05:00
Josh Roy
51075adec6
Fix format parsing in /near ( Fixes #5641 )
2024-02-09 23:31:06 -05:00
Josh Roy
4134b5fb99
Fix format parsing for command usage strings
2024-02-09 23:31:06 -05:00
Flask Bot
f4b8ae4b86
New translations messages.properties (Polish)
2024-02-08 21:48:46 +00:00
Flask Bot
adc36eb555
New translations messages.properties (English, United States)
2024-02-08 05:48:02 +00:00
Flask Bot
d160be17a5
New translations messages.properties (Korean)
2024-02-06 05:15:07 +00:00
Flask Bot
c9b8fd113d
New translations messages.properties (Slovak)
2024-02-05 20:52:51 +00:00
Flask Bot
1c2837cd5c
New translations messages.properties (Czech)
2024-02-05 19:37:12 +00:00
Josh Roy
d4ecfd2263
Fix component appending in social spy ( #5650 )
...
fixes #5649
this time it wasn't me!
2024-02-05 18:15:13 +00:00
MD
0d1462a021
Fix message display issues from Adventure refactor ( #5648 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2024-02-04 20:31:58 -05:00
Flask Bot
c15228fbed
New translations messages.properties (Italian)
2024-02-04 12:34:39 +00:00
Flask Bot
401b0ddf82
New translations messages.properties (Czech)
2024-02-04 11:03:07 +00:00
Flask Bot
b4780e993e
New translations messages.properties (Serbian (Latin))
2024-02-04 09:49:42 +00:00
Josh Roy
16e297269d
Fix several regressions from adventure PR ( #5637 )
...
* Fixes /list
* Fixes /baltop
* Fixes Social Spy
* Fixes Essentials Signs
2024-02-04 03:35:37 +00:00
Pantera (Mad_Daniel)
3b61b3ed31
Update adventure-platform-bukkit (Fix 1.20.4) ( #5636 )
2024-02-04 02:59:49 +00:00
Josh Roy
23093b68d7
Fix placeholders not parsing inside log messages ( #5635 )
2024-02-03 21:13:18 -05:00
MD
746627c4b5
Use sendTl to ensure message format is parsed ( #5632 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2024-02-04 01:47:20 +00:00
TiagoFar78
04c01655f6
Fix give command for tipped arrow item ( #5627 )
2024-02-03 17:12:35 -08:00
Josh Roy
388d571da9
We're going on an Adventure! ( #4717 )
...
https://user-images.githubusercontent.com/10731363/147530817-f9adc58e-18a5-49ed-84c6-106e51d6948f.mp4
Add support for chat components throughout EssentialsX using the Adventure library.
Translations have been converted to the MiniMessage format, and custom message files will be migrated on startup.
This also introduces new options to allow players to see messages in their own language and for server owners to change the main message colours without editing message files.
Closes #2029
Closes #2391
---------
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
Co-authored-by: pop4959 <pop4959@gmail.com>
2024-02-03 20:38:14 +00:00
Flask Bot
8234dedb22
New Crowdin updates ( #5629 )
2024-02-03 16:12:09 +00:00
Flask Bot
81a8731330
New Crowdin updates ( #5511 )
2024-02-03 15:10:46 +00:00
Charles DeLancey
fbfd7e9871
Fix msgToggleCommandUsage1Description ( #5614 )
2024-01-13 17:16:21 -08:00
Charles DeLancey
0af4436c2f
Update supported versions ( #5600 )
...
Remove 1.19.1
Update 1.19.2 -> 1.19.4
closes : #5599
---------
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
2023-12-16 17:35:57 +00:00
Josh Roy
84e9051f46
Update to Minecraft 1.20.4 ( #5592 )
2023-12-16 15:14:37 +00:00
Josh Roy
bb7b334ace
Use WeakReference to store alternative commands ( #5572 )
...
Co-authored-by: oop778 <oskardhavel@gmail.com>
2023-11-27 21:29:20 +00:00
Josh Roy
c68b277782
Fix trade signs not updating with full inventories ( #5574 )
...
Starting with 1.19, sign block states are no longer persistent causing them to become dead after any call to Sign#update.
To avoid this, ensure we either always get the latest block state or update the block state after any call to Sign#update.
2023-11-10 21:23:10 -05:00
Josh Roy
50c4d04b02
Prevent possible NPE during legacy file conversion ( #5551 )
...
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
2023-11-10 19:27:06 -05:00