• 13.7 deeedcd408

    JaTiTV released this 2022-11-23 17:50:38 +00:00 | 106 commits to development since this release

    Fixed a spam error that occurred when our update server is unreachable

    Downloads
  • 13.6 deeedcd408

    JaTiTV released this 2022-11-20 21:12:32 +00:00 | 106 commits to development since this release

    Bugfix 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
  • 13.5 1b7918f011

    JaTiTV released this 2022-11-19 01:51:12 +00:00 | 108 commits to development since this release

    Change:

    • 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
  • 13.4 1b7918f011

    JaTiTV released this 2022-11-15 01:21:46 +00:00 | 108 commits to development since this release

    Changes:

    • 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
  • 13.4_SNAPSHOT-1 f9b0b512b9

    JaTiTV released this 2022-11-14 17:48:29 +00:00 | 118 commits to development since this release

    Changes:

    • 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
  • 13.3 c049b8a032

    JaTiTV released this 2022-11-13 17:41:30 +00:00 | 137 commits to development since this release

    Bug 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
  • 12.6 7f706cce49

    JaTiTV released this 2022-08-05 23:21:45 +00:00 | 151 commits to development since this release

    The update checker now works asynchronously

    Downloads
  • 12.5 14741afb8d

    JaTiTV released this 2022-07-14 19:48:54 +00:00 | 156 commits to development since this release

    Version 12.4 was skipped as a stable version.

    Downloads
  • 12.4 8f05d5c677

    12.4 | add minimessag Pre-Release

    JaTiTV released this 2022-07-08 17:07:50 +00:00 | 157 commits to development since this release

    Downloads
  • 12.0 3ce11b3d12

    JaTiTV released this 2022-06-07 04:57:12 +00:00 | 164 commits to development since this release

    The 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