Recent content by Nant1t

  1. Nant1t

    Abstract Menus | An advanced GUI plugin - Bug fixes and small update

    Changes: 1) Added support for placeholders in Iterator catalogue 2) Added material-only check for heldItem rule (by special condition) 3) Fixed miniMessage sending on 1.21 4) Fixed refreshMenu for generated menu by matrix (refreshes the number of items) now you can check only material by...
  2. Nant1t

    Abstract Menus | An advanced GUI plugin - Update 1.17

    Added support for Spigot and Paper 1.20.6 and 1.21.
  3. Nant1t

    Abstract Menus | An advanced GUI plugin - Patch 1.16.7

    Rewritten skin actions to support new SkinsRestorer API (15.0+)
  4. Nant1t

    Abstract Menus | An advanced GUI plugin - Patch 1.16.6

    Fixed GameProfile building issue on 1.20.2.
  5. Nant1t

    Abstract Menus | An advanced GUI plugin - Patch 1.16.5

    Fixed Oraxen support. Update your Oraxen plugin, if you get ClassNotFoundException after this update.
  6. Nant1t

    Abstract Menus | An advanced GUI plugin - Update 1.16.4

    Added print action to print message in console Fixed empty variable handling
  7. Nant1t

    Abstract Menus | An advanced GUI plugin - Patch 1.16.3

    Fixed SkinsRestorer hook Fixed variable synchronizing issue Fixed maven dependency example in the docs
  8. Nant1t

    Abstract Menus | An advanced GUI plugin - Patch 1.16.2

    Fixed legacy color codes formatting if MiniMessage enabled
  9. Nant1t

    Abstract Menus | An advanced GUI plugin - Patch 1.16.1

    Fixed MiniMessage support for 1.19.x Drag-and-drop fully disabled if there are no draggable slots Fixed time formatting for 0 seconds Fixed startup exception with SoundCategory class on Spigot 1.8
  10. Nant1t

    Abstract Menus | An advanced GUI plugin - Update 1.16

    Added: Drag-and-drop feature (experimental). Actions placeItem, removePlaced (for DnD). Rule placedItem (for DnD). Logical wrapper for rules called oneof. Serializing and deserializing item from/to base64 string. Actions setButton and removeButton. Action customSound. Parameter slot for...
  11. Nant1t

    Abstract Menus | An advanced GUI plugin - Mini update 1.15.4

    Forgot to add promised action blocks: preOpenActions - executes before menu opened. Useful, for example, to change title before open menu. postOpenActions - executes after menu opened. Detailed here: https://abstractmenus.github.io/docs/general/menu_structure.html#menu-properties
  12. Nant1t

    Abstract Menus | An advanced GUI plugin - Update 1.15.3

    Added: MiniMessage format support for regular messages and item properties. New item property clickCooldown to set cooldown for buttons. The equipItem property now can take item from another player's inventory. New action and rule called playerScope to execute actions or check rules for other...
  13. Nant1t

    Abstract Menus | An advanced GUI plugin - Update 1.15.2

    Added custom inventory types. Added base64 texture support. Added equipItem item property to access items from player inventory. Added playerIsOnline rule to check is player on the server.
  14. Nant1t

    Abstract Menus | An advanced GUI plugin - Fix 1.15.1

    Fixed books on MC 1.8 Fixed async execution of some actions for inputChat action
  15. Nant1t

    Abstract Menus | An advanced GUI plugin - Update 1.15

    Added chat input action Added updateActions to menu. These actions will be performed each time menu updated by updateInterval Fixed menu lifecycle
Top