• 2.8.16 7768530c19

    JaTiTV released this 2023-12-07 18:33:31 +00:00 | 0 commits to main since this release

    • 1.20.2 Support
    • If UseItem.AllowToggle was disabled in config.yml, it was still possible to toggle it via the toggle function, this logic error has been fixed
    • The BungeeCord option has been removed from config.yml. The setting from the T2CodeLib Config is adopted
    • T2CodeLib 16.2 is required!
    Downloads
  • 2.8.15 ae5a3b3557

    JaTiTV released this 2023-06-08 06:02:32 +00:00 | 0 commits to 2.8.15 since this release

    [ae5a3b3]

    • API update to Minecraft version 1.20
    • T2CodeLib API update to 15.0 (this version is required from now on
    Downloads
  • 2.8.14 2f3c555195

    JaTiTV released this 2022-12-22 01:11:02 +00:00 | 6 commits to main since this release

    Bugfix: #14

    Downloads
  • 2.8.13 cd366cbe14

    JaTiTV released this 2022-12-22 00:53:11 +00:00 | 9 commits to main since this release

    Change:

    • The plugin reload now runs asyncron and therefore no longer causes the server to freeze briefly during a plugin reload.
    Downloads
  • 2.8.12 893f99c3e5

    JaTiTV released this 2022-11-15 14:32:35 +00:00 | 17 commits to main since this release

    Update to T2CodeLib 13.4

    Please note the changes of T2CodeLib 13.4

    Downloads
  • 2.8.11 893f99c3e5

    JaTiTV released this 2022-11-14 16:08:48 +00:00 | 17 commits to main since this release

    The T2CodeLib has been completely cleaned up and restructured.

    Please make sure that all plugins that need T2CodeLib are compatible with version 13.0.

    For those plugins from T2Code that have an interface on the Bungee, the plugin files do not need to be on the Bungee anymore, the T2CodeLib is sufficient!

    If you need help or have any questions, please contact us on our T2Code Support Discord Server: dc.t2code.net

    Downloads
  • 2.8.0 c590255d38

    JaTiTV released this 2022-06-07 04:57:16 +00:00 | 40 commits to main since this release

    In this update more options to pay for the functions like Vote Points (VotingPlugin) and Items have been added.

    Also, 2 completely new functions have been added to give or remove both Vote Points and Items to the player.

    Update to T2CodeLib 12.0!

    New config for the function files:
    Eco:

        Cost:
          Enable: false
          EcoModule: VAULT # VAULT, MONEY, ITEM, VOTEPOINTS
          Item: DIRT;5 # ITEM;AMOUNT
          VotePoints: 0
          Price: 0.0
    

    The new functions:

        FunctionVotePoints:
          Enable: false
          Mode: ADD # ADD, REMOVE
          Amount: 0
        FunctionItem:
          Enable: false
          Mode: REMOVE # ADD, REMOVE
          Item: DIRT;5 # ITEM;AMOUNT
    
    Downloads
  • 2.7.7 87d0f75a4c

    JaTiTV released this 2022-06-02 10:33:23 +00:00 | 43 commits to main since this release

    Downloads
  • 2.7.6 5674b54593

    JaTiTV released this 2022-06-01 11:35:45 +00:00 | 48 commits to main since this release

    [ebbec1f] Critical bugfix: MySQL had a server crash
    [f6860e9] Fix: The message when disabling the GUIItem was not displayed
    Spigot: https://www.spigotmc.org/resources/commandgui-functionsgui-spigot-bungee-1-8-x-1-18-x.90671/update?update=458088

    Downloads
  • 2.7.4 19822f7024

    JaTiTV released this 2022-05-28 19:46:53 +00:00 | 50 commits to main since this release

    MySQL Bugfix

    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'IF NOT EXISTS `Slot` INT(1) NULL DEFAULT NULL AFTER `Status`' at line 1
    

    And minor code changes

    Downloads