Abstract Menus | An advanced GUI plugin icon

Abstract Menus | An advanced GUI plugin -----

A powerful menus creation plugin. Animations, Templates, Dynamic generation and much more!



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 heldItem:
heldItem: {material: DIAMOND_SWORD}
And you can make this checker for item:
Code (Text):

{
  slot: 1
  material: "STONE"
  click {
    rules {
      or: [
        {heldItem: {material: DIAMOND_SWORD}},
        {heldItem: {material: STONE}}
      ]
    }
    actions: {
      message: "&aSpecial item in hand"
    }
    denyActions: {
      message: "&cNo special item in hand"
    }
  }
}
 
----------, Aug 16, 2024
Resource Information
Author:
----------
Total Downloads: 377
First Release: Feb 17, 2020
Last Update: Sep 8, 2024
Category: ---------------
All-Time Rating:
26 ratings
Find more info at abstractmenus.github.io...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings