Ayush Deotare
57c9edcc0c
Add optional requirements for balance top listing ( #5394 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2024-11-25 03:06:08 +00:00
Kyriakum
3f0a412390
Add locale based comma support for /pay ( #5962 )
...
Co-authored-by: JRoy <10731363+JRoy@users.noreply.github.com>
2024-11-25 02:51:52 +00:00
Charles DeLancey
9590d4cd75
Add translation key for /alts output ( #5595 )
...
Co-authored-by: JRoy <10731363+JRoy@users.noreply.github.com>
2024-11-25 02:28:49 +00:00
Clement Raynaud
f02eeecee8
Add method to get all linked players in DiscordLinkService ( #5896 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2024-11-25 02:20:54 +00:00
AjMac
3203e97a5e
Parse /pay modifiers more strictly ( #5638 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2024-11-25 02:16:28 +00:00
Charles DeLancey
bea43e8798
Fix mini message parsing in NumberUtil#displayCurrency ( #5921 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2024-11-25 02:11:41 +00:00
int4_t
1af1565059
Discord: Add start time placeholder for start message ( #5686 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2024-11-25 01:45:40 +00:00
Yurakaii
38e42f9f90
Add argument to /skull to give skull to other player ( #5822 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2024-11-24 20:42:04 -05:00
pop4959
2418a6fb78
Improvements to Random Teleport ( #4271 )
...
Co-authored-by: triagonal <10545540+triagonal@users.noreply.github.com>
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2024-11-24 18:07:18 -05:00
Ahmed Waleed
1778bf5ada
Respect per player locale for command descriptions ( #5972 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2024-11-24 22:24:03 +00:00
Adrián Oliva Del Río
a87760d3ce
Add wildcard support for /delhome ( #5919 )
2024-11-24 01:47:36 +00:00
Josh Roy
2ac37d8dd4
Fix repair sign translation error ( #5967 )
...
Fixes #5964
2024-11-10 22:41:29 -05:00
JRoy
0b49421bad
Fix typo in build logic
2024-11-09 08:00:08 -05:00
JRoy
aa2eca17ef
Fix compile errors from Sound no longer being an enum
2024-11-09 08:00:08 -05:00
JRoy
fe6b04ed84
Support boat variants on older versions
...
New versions will need to use the specific entity, as we cannot swap the entity type after it has been spawned
2024-11-09 08:00:08 -05:00
JRoy
2b209a4a2f
1.12.3 Item Changes
2024-11-09 08:00:08 -05:00
JRoy
a4a09299e7
1.12.3 Mob Changes
2024-11-09 08:00:08 -05:00
JRoy
4a68758975
Update to 1.12.3
2024-11-09 08:00:08 -05:00
JRoy
cb15b467ab
Update toolchain
2024-11-09 08:00:08 -05:00
MD
f7a8f86850
Update shadow config for Discord module ( #5960 )
...
trove4j's artifact name changed and so it was no longer being shaded in
the Discord module.
Fixes #5959 .
2024-10-21 13:55:22 -04:00
Josh Roy
cd06e737e1
Fix error message during warp sign creation ( #5956 )
...
Fixes #5954
2024-10-21 10:36:35 +00:00
Josh Roy
a8452b4615
Update JDA ( #5958 )
2024-10-20 22:18:21 +00:00
Josh Roy
1bede4ae3f
Fix confirmClear & confirmPayment messages ( #5957 )
2024-10-20 18:15:57 -04:00
Josh Roy
c80bef9841
Fix recipe message not being translated correctly ( #5952 )
...
I truly don't understand how this slipped through the cracks.
Fixes #5943
2024-10-15 11:13:16 +00:00
Josh Roy
9c3e0eb312
Add wind charge to /fireball ( #5951 )
...
Closes #5949
2024-10-15 06:56:11 -04:00
MD
6157668a63
Bump PlaceholderAPI dependency to version 2.11.6 ( #5936 )
...
Versions older than 2.11.5 are currently missing from the PlaceholderAPI
Maven repo, so we need to bump this for EssentialsX to compile.
2024-09-15 09:11:26 +01:00
JRoy
04518dbbb3
Use a click component for discord link command
2024-09-14 16:35:45 -04:00
JRoy
3e29e04722
Fix kittycannon on old versions
2024-09-14 16:35:45 -04:00
JRoy
9dfa8cf3cb
Fix similarWarpExist message not being translated correctly
2024-09-14 16:35:45 -04:00
Slimified
b54c8c1774
Parse colors from broadcast world command ( #5913 )
...
Make the broadcast world command mimic the behavior of the broadcast
command which correctly parses colors from the broadcast message.
Broadcast World Command Output Before: https://i.imgur.com/aFR6Zzb.png
Broadcast World Command Output After: https://i.imgur.com/qrvb8XD.png
2024-08-25 21:25:14 +00:00
Charles DeLancey
f1a5caf98e
Fixes wording on CannotRemoveNegativeItems ( #5901 )
2024-08-11 16:32:41 -04:00
Triassic
7ae01a03ac
Update to Minecraft 1.21.1 ( #5900 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2024-08-11 14:48:53 +00:00
Charles DeLancey
b763fd3868
Fix removing negative items in /clearinventory ( #5899 )
...
Co-authored-by: JRoy <10731363+JRoy@users.noreply.github.com>
2024-08-11 10:43:00 -04:00
Jason Penilla
7b02d22ac7
Fix incompatibility with AlternativeCommandsHandler & Paper API ( #5881 )
2024-08-01 19:59:37 -04:00
pop4959
8b08a8f2c8
Update placeholder colors for eco give ( #5738 )
2024-07-23 20:20:12 +00:00
Josh Roy
80c3150e44
Fix trade signs not updating signs ( Fixes #5814 )
...
i guess these things are transactional now whatever
2024-07-21 17:48:16 -04:00
JRoy
33e086ff05
Fix notEnoughMoney message not being translated correctly
...
Fixes #5759
2024-07-13 19:25:09 -04:00
JRoy
8971798a90
Fix build on new spigot versions
...
Villager.Profession was moved to a registry, only breaks at compile time.
2024-07-13 19:25:09 -04:00
Josh Roy
fcf6e64732
Fix legacy compatibility ( Fixes #5851 )
2024-07-01 23:01:48 -04:00
JRoy
9e57dd6aef
Fix NPE when using avatars in discord module ( Fixes #5748 )
2024-07-01 23:01:48 -04:00
JRoy
b392f03ad1
Use enchantment key names for 1.13+
...
Enchantment#getName is deprecated and gives the wrong names for enchantments starting in 1.21
2024-06-29 11:40:40 +01:00
JRoy
64531aa862
Update items.json for 1.21
2024-06-29 11:40:40 +01:00
JRoy
1ea080effa
Add support for 1.21 enchantments
2024-06-29 11:40:40 +01:00
JRoy
6624e6688c
Add support for 1.21 potions
2024-06-29 11:40:40 +01:00
JRoy
022b0049b4
Add support for 1.21 Mobs
2024-06-29 11:40:40 +01:00
JRoy
cecc00a3b6
Update to Minecraft 1.21
2024-06-29 11:40:40 +01:00
JRoy
29a122ea5e
Update toolchain
2024-06-29 11:40:40 +01:00
Josh Roy
3a6fdd9bf3
Fix exception on 1.20.6 with Spigot ( #5820 )
...
How could I forget to update the md_5 magic letter
Fixes #5818
2024-06-02 19:34:47 -04:00
Pantera (Mad_Daniel)
434e7a0e70
Update adventure ( #5819 )
2024-06-02 11:42:27 -04:00
Josh Roy
e7a4167111
Add support for data components
2024-05-27 15:53:50 -04:00