FAQ
This is a collection of frequently asked questions. This will be useful for you, if you don’t know how to implement some feature and don’t know where to find information about this in the docs.
Note, that this list will be updated with new questions over time.
Tip
If you haven’t found answer on your question, you always can ask it in our Discord channel
Where I can use placeholders?
You can use placeholder almost anywhere:
Actions
Rules
Menu title
Item properties
Even if some parameter takes numbers, you can use it, if your placeholder always returns number.
I added PlaceholderAPI placeholders but it still doesn’t work.
First, try to reload menus with /am reload
command.
If it still doesn’t work, check is you downloaded PlaceholderAPI expansion which placeholders you use.
If you use player placeholders (for example %player_name%
), you need to donwload Player expansion:
/papi ecloud download Player
/papi reload
Is there some priority to display items?
Each next item in list will be displayed over previous, if they has one slot. You can use rules to filter displaying of these items.
How to activate some item property depending on the rules?
For this AbstractMenus has special bindings
property. More about it you can read here.
How to fast add one item in multiple slot?
There is multimple way to describe item slot. You can use numeric, ranged slots, and even slots matrix. More about this read here.
How to make items update by some interval?
For this AbstractMenus has updateInterval
menu property. More about this read here.
Can I implement logic conditions like “AND”, “OR”, “NOT”, and their combinations?
Yes. AbstractMenus has logical wrappers and notation to invert any rule result. More about this read here.