mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-13 13:11:21 +01:00
A great item solution for your RPG server.
https://phoenixdevt.fr/
- `=`s cannot be used as comparators. Instead replace them with a `+` For example, `placeholder{placeholder=%mmocore_profession_mining%~<+~20}` is less than or equal to `placeholder{placeholder=%mmocore_profession_mining%~+~20}` is equal to If using `+` gives you incorrect results when attempting to see if something is equal (Says that it is not equal, even though it is), use `equals` instead. Greater than or equal to & Less than or equal to, should NOT have incorrect results, only direct `+` equal to comparisons may. So if `placeholder{placeholder=%mmocore_profession_mining%~++~20}` result is incorrect, then use `placeholder{placeholder=%mmocore_profession_mining%~equals~20}` instead. |
||
---|---|---|
.m2 | ||
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