A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
Monzter 14cbbcad15 Fixed Crafting Station Placeholder Condition
- `=`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.
2021-08-28 22:21:52 +00:00
.m2 Setup auth for maven 2021-06-27 02:48:54 +00:00
src/main Fixed Crafting Station Placeholder Condition 2021-08-28 22:21:52 +00:00
.gitignore Update .gitignore 2020-11-22 07:09:14 -07:00
.gitlab-ci.yml Update .gitlab-ci.yml 2021-06-13 21:21:20 +00:00
pom.xml kick kick kick 2021-08-28 02:52:12 -06:00
README.md reeeeeee 2021-06-12 19:23:09 -06:00