mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-24 15:01:44 +01:00
A great item solution for your RPG server.
https://phoenixdevt.fr/
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 |
||
---|---|---|
.m2 | ||
lib | ||
src/main | ||
.gitignore | ||
.gitlab-ci.yml | ||
pom.xml | ||
README.md |
Private repository for MMOItems Premium.
Issues: https://git.lumine.io/mythiccraft/mmoitems/-/issues
Wiki: https://git.lumine.io/mythiccraft/mmoitems/-/wikis/home