Explore Discord Help
Sign In
JaTiTV
/
CommandGUI
1
0
Fork
You've already forked CommandGUI
0
Code Issues Pull Requests Projects Releases 29 Activity

Releases Tags

  • Pre-Release 2.7.0_Snapshot-1 b0ff520847
    Compare
    2.6.0
    2.6.1
    2.6.10_Snapshot-1
    2.6.10_Snapshot-2
    2.6.10_Snapshot-3
    2.6.2
    2.6.2_Snapshot-1
    2.6.2_Snapshot-2
    2.7.0
    2.7.0_Snapshot-1
    2.7.0_Snapshot-2
    2.7.0_Snapshot-6
    2.7.1
    2.7.2
    2.7.3
    2.7.4
    2.7.6
    2.7.7
    2.8.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'main'
    ${ noResults }

    2.7.0_Snapshot-1 | Big changes, new features and bug fixes

    JaTiTV released this 2 months ago | 0 commits to 2.7.0 since this release

    This version may contain errors or bugs!

    If you notice any bugs, please report them to me in Discord support.

    In this update some functions were rewritten, changed and added.

    Also some minor bugs have been fixed.

    The GUIs files have been split into GUI files and function files, this provides more clarity in the complete plugin structure and offers the possibility to access a function from multiple GUIs. Thus, for example, you can create a back button as a function and open it from 3 GUIs, the item, the function can also be in different places, because the slot is set in the GUI file.
    Config differences: https://git.t2code.net/JaTiTV/CommandGUI/src/branch/2.7.0/Config%20Update%20V5

    In the GUI files is thus specified on which slot which function should be located.
    In addition, the permission for See and for Use of the functions can now be set individually in the GUI Config.

    In the functions also 2 new functions were added, with which players can switch permissions on and off and an option to switch the UseItem on and off.

    Placeholders have been added.

    This update includes a converter that builds the new structure from the old config structure. Your options should be taken over. For security reasons your old GUI files are saved under the path 'plugins/CommandGUI/OldConfig/GUIs/Version4'.

    Bug fixes:

    • Fixed a bug that prevented GUIs from opening.
    • The OpenGUI option, the command '/cgui ' did not work. The GUI that was set as default GUI in UseItem was always opened. This was fixed

    New features:

    • Placeholders
    • %commandgui_useitem% - Shows if you have activated or deactivated the UseItem (in color, customizable in config.yml)
    • %commandgui_useitem_boolean% - Shows if you have enabled or disabled the UseItem
    • %commandgui_useitem_slot% - shows on which slot you have set the UseItem
    • ToggleUseItem as new option for slots
    • TogglePermission as new option for slots

    Changes:

    • The config structure has been revised.

    If there are any errors, bugs or questions, please contact me in the Discord support.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • 388 KiB CommandGUI_2.7.0_Snapshot-1.jar
     
  • Pre-Release 2.6.10_Snapshot-3 d96205887c
    Compare
    2.6.0
    2.6.1
    2.6.10_Snapshot-1
    2.6.10_Snapshot-2
    2.6.10_Snapshot-3
    2.6.2
    2.6.2_Snapshot-1
    2.6.2_Snapshot-2
    2.7.0
    2.7.0_Snapshot-1
    2.7.0_Snapshot-2
    2.7.0_Snapshot-6
    2.7.1
    2.7.2
    2.7.3
    2.7.4
    2.7.6
    2.7.7
    2.8.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'main'
    ${ noResults }

    2.6.10_Snapshot-3 | Bugfix

    JaTiTV released this 2 months ago | 55 commits to main since this release

    The OpenGUI option, the command '/cgui ' did not work. The GUI that was set as default GUI in UseItem was always opened. This was fixed

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • 379 KiB CommandGUI_2.6.10_Snapshot-3.jar
     
  • Pre-Release 2.6.10_Snapshot-2 d96205887c
    Compare
    2.6.0
    2.6.1
    2.6.10_Snapshot-1
    2.6.10_Snapshot-2
    2.6.10_Snapshot-3
    2.6.2
    2.6.2_Snapshot-1
    2.6.2_Snapshot-2
    2.7.0
    2.7.0_Snapshot-1
    2.7.0_Snapshot-2
    2.7.0_Snapshot-6
    2.7.1
    2.7.2
    2.7.3
    2.7.4
    2.7.6
    2.7.7
    2.8.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'main'
    ${ noResults }

    2.6.10_Snapshot-2 | BugFix

    JaTiTV released this 2 months ago | 55 commits to main since this release

    Fixed a bug that prevented GUIs from opening.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • 379 KiB CommandGUI_2.6.10_Snapshot-2.jar
     
  • Pre-Release 2.6.10_Snapshot-1 ff2cb3ce96
    Compare
    2.6.0
    2.6.1
    2.6.10_Snapshot-1
    2.6.10_Snapshot-2
    2.6.10_Snapshot-3
    2.6.2
    2.6.2_Snapshot-1
    2.6.2_Snapshot-2
    2.7.0
    2.7.0_Snapshot-1
    2.7.0_Snapshot-2
    2.7.0_Snapshot-6
    2.7.1
    2.7.2
    2.7.3
    2.7.4
    2.7.6
    2.7.7
    2.8.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'main'
    ${ noResults }

    2.6.10_Snapshot-1 | New functions, placeholders and bug fixes

    JaTiTV released this 3 months ago | 0 commits to 2.6.10 since this release

    In this update, new features and placeholders have been added and minor bugs have been fixed.

    New features:

    • Placeholders
      • %commandgui_useitem% - Shows if you have activated or deactivated the UseItem (in color, customizable in config.yml)
      • %commandgui_useitem_boolean% - Shows if you have enabled or disabled the UseItem
      • %commandgui_useitem_slot% - shows on which slot you have set the UseItem
    • ToggleUseItem as new option for slots
    • TogglePermission as new option for slots
    Slots:
      Key:
        Toggle:
          Permission:
            Enable: false
            Permission: ''
          UseItem:
            Enable: false
    

    Changes:

    • Minor code changes
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • 379 KiB CommandGUI_2.6.10_Snapshot-1.jar
     
  • Stable 2.6.2 ff2cb3ce96
    Compare
    2.6.0
    2.6.1
    2.6.10_Snapshot-1
    2.6.10_Snapshot-2
    2.6.10_Snapshot-3
    2.6.2
    2.6.2_Snapshot-1
    2.6.2_Snapshot-2
    2.7.0
    2.7.0_Snapshot-1
    2.7.0_Snapshot-2
    2.7.0_Snapshot-6
    2.7.1
    2.7.2
    2.7.3
    2.7.4
    2.7.6
    2.7.7
    2.8.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'main'
    ${ noResults }

    2.6.2 | Bugfix

    JaTiTV released this 3 months ago | 61 commits to main since this release

    If you didn't have the permission to see an item, you could still click on it and get the message that you don't have the permission. This has now been changed so that you only get the message if you can see the item.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • 330 KiB CommandGUI_2.6.2.jar
     
  • Pre-Release 2.6.2_Snapshot-2 17b1a0568e
    Compare
    2.6.0
    2.6.1
    2.6.10_Snapshot-1
    2.6.10_Snapshot-2
    2.6.10_Snapshot-3
    2.6.2
    2.6.2_Snapshot-1
    2.6.2_Snapshot-2
    2.7.0
    2.7.0_Snapshot-1
    2.7.0_Snapshot-2
    2.7.0_Snapshot-6
    2.7.1
    2.7.2
    2.7.3
    2.7.4
    2.7.6
    2.7.7
    2.8.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'main'
    ${ noResults }

    2.6.2_Snapshot-2

    JaTiTV released this 3 months ago | 0 commits to open-gui-test since this release

    [17b1a05]

    • If you didn't have the permission to see an item, you could still click on it and get the message that you don't have the permission. This has now been changed so that you only get the message if you can see the item.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • 330 KiB CommandGUI_2.6.2_Snapshot-2.jar
     
  • Pre-Release 2.6.2_Snapshot-1 1c6e6d6660
    Compare
    2.6.0
    2.6.1
    2.6.10_Snapshot-1
    2.6.10_Snapshot-2
    2.6.10_Snapshot-3
    2.6.2
    2.6.2_Snapshot-1
    2.6.2_Snapshot-2
    2.7.0
    2.7.0_Snapshot-1
    2.7.0_Snapshot-2
    2.7.0_Snapshot-6
    2.7.1
    2.7.2
    2.7.3
    2.7.4
    2.7.6
    2.7.7
    2.8.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'main'
    ${ noResults }

    2.6.2_Snapshot-1

    JaTiTV released this 3 months ago | 1 commits to open-gui-test since this release

    [1c6e6d6] The GUI listener has been redesigned in terms of code and improved in terms of performance.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • 330 KiB CommandGUI_2.6.2_Snapshot-1.jar
     
  • Stable 2.6.1 ff2cb3ce96
    Compare
    2.6.0
    2.6.1
    2.6.10_Snapshot-1
    2.6.10_Snapshot-2
    2.6.10_Snapshot-3
    2.6.2
    2.6.2_Snapshot-1
    2.6.2_Snapshot-2
    2.7.0
    2.7.0_Snapshot-1
    2.7.0_Snapshot-2
    2.7.0_Snapshot-6
    2.7.1
    2.7.2
    2.7.3
    2.7.4
    2.7.6
    2.7.7
    2.8.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'main'
    ${ noResults }

    2.6.1 | Changed the permission for slots in the GUI

    JaTiTV released this 3 months ago | 61 commits to main since this release

    Changed the permission for slots in the GUI.

    2 new permissions have been added to see the item in the GUI

    • to see: 'commandgui.gui..slot..see'
    • to use: 'commandgui.gui..slot..use'

    The old permission 'commandgui.gui..slot.' still works and includes both new permissions.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • 337 KiB CommandGUI_2.6.1.jar
     
  • Stable 2.6.0 4cbe8ed802
    Compare
    2.6.0
    2.6.1
    2.6.10_Snapshot-1
    2.6.10_Snapshot-2
    2.6.10_Snapshot-3
    2.6.2
    2.6.2_Snapshot-1
    2.6.2_Snapshot-2
    2.7.0
    2.7.0_Snapshot-1
    2.7.0_Snapshot-2
    2.7.0_Snapshot-6
    2.7.1
    2.7.2
    2.7.3
    2.7.4
    2.7.6
    2.7.7
    2.8.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'main'
    ${ noResults }

    2.6.0 | 1.18.2 Support and minor changes

    JaTiTV released this 4 months ago | 64 commits to main since this release

    [4cbe8ed]
    Add:

    • 1.18.2 Support

    Bugfix:

    • Fixed a bug where bungee commands were executed multiple times when multiple players were on the server.

    New features:

    • Bungee commands can now also be executed from the server
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • 336 KiB CommandGUI_2.6.0.jar
     
  • Stable 2.5.23 e8b5d49822
    Compare
    2.6.0
    2.6.1
    2.6.10_Snapshot-1
    2.6.10_Snapshot-2
    2.6.10_Snapshot-3
    2.6.2
    2.6.2_Snapshot-1
    2.6.2_Snapshot-2
    2.7.0
    2.7.0_Snapshot-1
    2.7.0_Snapshot-2
    2.7.0_Snapshot-6
    2.7.1
    2.7.2
    2.7.3
    2.7.4
    2.7.6
    2.7.7
    2.8.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'main'
    ${ noResults }

    2.5.23 | Bugfix

    JaTiTV released this 5 months ago | 65 commits to main since this release

    [ce07fd2] - Bugfix in the plugin info at '/cgui admin info'.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • 336 KiB CommandGUI_2.5.23.jar
     
First Previous 1 2 3 Next Last
Powered by Gitea Version: 1.17.0+dev-175-gbd71245c5 Page: 137ms Template: 30ms
English
bahasa Indonesia Deutsch English español français italiano latviešu magyar nyelv Nederlands polski Português de Portugal português do Brasil suomi svenska Türkçe čeština ελληνικά български русский српски Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API Website Impressum Go1.17.7