-
released this
2022-11-23 17:50:38 +00:00 | 106 commits to development since this releaseFixed a spam error that occurred when our update server is unreachable
Downloads
-
released this
2022-11-20 21:12:32 +00:00 | 106 commits to development since this releaseBugfix in the update checker (there was an error in the console when joining the server if the update checker has not yet checked for a new update)
Downloads
-
released this
2022-11-19 01:51:12 +00:00 | 108 commits to development since this releaseChange:
- If no new update was found from a plugin, then there is now no more console spam
- Support for the old update checker has been removed
Downloads
-
released this
2022-11-15 01:21:46 +00:00 | 108 commits to development since this releaseChanges:
- The update checker has been revised and now shows more information about the updates
- MiniMessage support has been added on the Bungee
- The command '/t2c updateinfo [plugin from t2code]' was added to get more detailed information of the last update
- From now on a different temporary path is used to create the debug zip to avoid data garbage.
- The design of the update messages was changed
- It is now adjustable whether you want to be informed about pre-release versions in the UpdateCheck.
- further changes in the update check (code based)
- It is now separately adjustable in each plugin (Not yet in all T2Code plugins!):
- Whether UpdateCheck On Join should be displayed.
- Whether Pre Release Updates should be displayed
- In which time cycle updates should be checked
Report Logs:
- The command '/t2c debug createReportLog' now loads the debug zip directly at our server, which can be downloaded via a link and deleted via a command
- The command '/t2c debug deleteReportLog [key]' has been added to delete a debug zip
- Debug zip files are automatically deleted after 14 days
Please note that not all plugins from T2Code support the new update checker yet, as long as this is not the case for all plugins, the new update information will not be displayed for the plugins that are not yet supported.
Downloads
-
released this
2022-11-14 17:48:29 +00:00 | 118 commits to development since this releaseChanges:
- The update checker has been revised and now shows more information about the updates
- MiniMessage support has been added on the Bungee
- The command '/t2c updateinfo [plugin from t2code]' was added to get more detailed information of the last update
Report Logs:
- The command '/t2c debug createReportLog' now loads the debug zip directly at our server, which can be downloaded via a link and deleted via a command
- The command '/t2c debug deleteReportLog [key]' has been added to delete a debug zip
- Debug zip files are automatically deleted after 14 days
Downloads
-
released this
2022-11-13 17:41:30 +00:00 | 137 commits to development since this releaseBug fixed:
- Fixed the known bug that T2CodeLib does not start on some Minecraft versions due to a bug with MiniMessage.
PS: I hope it's finally fixed now :)
Downloads
-
Performance improvement Pre-Release
released this
2022-08-05 23:21:45 +00:00 | 151 commits to development since this releaseThe update checker now works asynchronously
Downloads
-
12.5 | MiniMessage Stable
released this
2022-07-14 19:48:54 +00:00 | 156 commits to development since this releaseVersion 12.4 was skipped as a stable version.
- ADD: MiniMessage format for messages
Wiki: https://docs.adventure.kyori.net/minimessage/format.html
WebUI: https://webui.adventure.kyori.net) - Change: Minor code changes
Downloads
- ADD: MiniMessage format for messages
-
12.4 | add minimessag Pre-Release
released this
2022-07-08 17:07:50 +00:00 | 157 commits to development since this release- ADD: MiniMessage format for messages
Wiki: https://docs.adventure.kyori.net/minimessage/format.html
WebUI: https://webui.adventure.kyori.net) - Change: Minor code changes
Downloads
- ADD: MiniMessage format for messages
-
released this
2022-06-07 04:57:12 +00:00 | 164 commits to development since this releaseThe API for Economy has been rebuilt.
-
Class renamed: net.t2code.lib.Spigot.Lib.vault.Vault -> net.t2code.lib.Spigot.Lib.eco.Eco
-
Methods renamed:
- buy(String prefix, Player p, Double price) -> moneyRemove(String prefix, Player player, Double price)
- addMoney(String prefix, Player p, Double price) -> moneyAdd(String prefix, Player player, Double price)
-
New methods:
- itemRemove(Player player, String item, int amount)
- itemAdd(Player player, String item, int amount)
- votePointsRemove(String prefix, Player player, Integer amount) (for VotingPlugin)
- votePointsAdd(String prefix, Player player, Integer amount) (for VotingPlugin)
-
VotingPlugin added to PluginCheck
Downloads
-