Features
- SDK:
{uuid}
command parameter is now filled by the plugin if a uuid is available and not filled by Tebex API
Fixes
- Minecraft Offline/Geyser: Offline actions (such as removing groups) with no payment or package attached will now be processed properly.
- Minecraft Offline/Geyser: Certain types of offline commands still could not be parsed and executed, causing console errors.
- Bukkit:
/sendlink
now sends the checkout link to the target player - SDK: mojangIdToJavaId() no longer returns a null ID if any provided parameters are null
Features
- Improvements to debug mode showing relevant HTTP request and response data
/tebex lookup
provides more in-depth feedback when users are not found
Changes
/tebex ban
no longer requires an ip or reason
Fixes
- Servers running offline mode are now able to process commands
- Online commands are handled more efficiently on large servers to avoid rate limits (code 429)
- Fix for
Failed to get online commands: java.lang.UnsupportedOperationException: JsonNull
caused by online commands with no package reference /tebex sendlink
incorrectly used player id instead of username- Fix
/tebex report
now sends the entire report - Arguments such as
{id}
and{username}
are now properly parsed for all command types
Fixes
- Command usage instructions are now shown if incorrect/not enough args are used
- Store information was not properly reloaded after running
tebex secret
, causing errors until the server was restarted. /tebex lookup
now uses the appropriate endpoint- Some commands' usage instructions improperly included a
.
in the command name /tebex report
now properly sends all report information to Tebex