Notice: This is the final supported build for Fabric 1.20.1 and 1.20.4.
-
Feature: A build for Fabric 1.21.4 is now available (Thanks @ZekeZDev)
-
Feature: Better command suggestions on Velocity (Thanks @RealBauHD)
-
Fix: Create coupon caused unnecessary RuntimeException if
Cart
used as effective type -
Fix:
Unexpected status code when sending server events
caused by excessive precision in date format -
Fix: /information request was duplicated on plugin enable
-
Fix: Some requests would attempt to run if secret key was not set or invalid
-
Fix: Proper version string replacement in all variants
-
Fix: Improvements to debug logging
Feature: Player IP addresses for join events are now anonymized before sending to Tebex
Fix [Fabric]: Items can no longer be taken out of or placed into the /buy GUI Fix: Threads did not shut down properly on Fabric #71 Fix: Online commands did not respect command delays Fix: Server events use Instant.now() for UTC timing. #73 Fix: Buy GUI now appropriately re-sizes according to number of packages in a category #75
This version resolves the majority of cross-version and inter-plugin issues experienced on the current Bukkit variant.
- Bukkit/Spigot/Paper support: 1.8.8+
- BungeeCord support: 1.18+
- Velocity support: API 3.3.0 and above
- Fabric support: 1.20.1, 1.20.4, 1.21.1
Fixes
java.lang.NoSuchMethodError: com.google.gson.JsonArray.add
on certain Minecraft versions fixed- Join event queue could become too large and indefinitely fail to send
- Triumph dependency made redundant (Bukkit)
- sgui dependency made redundant (Fabric)
tebex reload
now appropriately reloads the buy commandcom.google.gson
is now relocated to avoid version conflictscom.cryptomorin.xseries
is now relocated to avoid conflicts- Improved tracking of warning and error events relating to processing player commands
- An appropriate
User-Agent
is now set for Tebex API requests - Store listings are always appropriately refreshed after setting a secret key
- Updated all remaining dependencies
Features
- Improved warning and error logs. All warnings will suggest solutions. Revised which errors and data are sent automatically to Tebex.
Fixes
/buy
command no longer causes the crashing/errors affecting 1.20.6 and 1.21isBuyCommandEnabled
setting was ignored in previous versions and now works properly