A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
Dancull47 dbb0c0de04 Added a Placeholder Condition for MMOItem Crafting Stations.
Here's an example of using it `- 'placeholder{placeholder=%ac_Stat_Weight%~>~1}'`

This means "Placholder ac_Stat_Weight is greater than 1" then use you use it with `hide-when-locked: true` to prevent the item from showing, or however you want to use it.

`placeholder{placeholder=<Placeholder>~<Comparator>~<Number>}`

It's simple, but a bit odd. You first declare the placeholder "%ac_Stat_Weight%", then chose the comparator ">" and finally the number to compare it to "1" all split up using the "~".

You can also compare the placeholder with Text/String when using the `equals` comparator

More info on the Wiki https://git.lumine.io/mythiccraft/mmoitems/-/wikis/Recipe-Conditions
2021-04-23 21:44:18 -04:00
.m2 Add new file 2020-07-27 21:55:33 -07:00
lib !add mini message support for item names and lores 2021-02-11 13:53:39 -07:00
src/main Added a Placeholder Condition for MMOItem Crafting Stations. 2021-04-23 21:44:18 -04:00
.gitignore Update .gitignore 2020-11-22 07:09:14 -07:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-09-05 18:51:47 -07:00
pom.xml Revision of items where gemstones are lost now supports giving those gems back to the player. 2021-04-15 21:40:44 -05:00
README.md !Forgot double space 2020-09-10 19:29:31 -07:00