A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
Gunging b4d1d78b14 Important: go to your config and change the value
```yml
item-upgrading:
    name-suffix: '&f &e(+#lvl#)'
```
to
```yml
item-upgrading:
    name-suffix: ' &e(+#lvl#)'
```
(remove that `&f`, literally the cause of the upgrade suffix stacking bug)

Also removed the spammy debug messages that I accidentally left
2021-03-05 14:50:55 -06: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 Important: go to your config and change the value 2021-03-05 14:50:55 -06: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 Made Item Updating work **much** better, and much more transparent on what it is actually doing. 2021-02-24 23:23:57 -06:00
README.md !Forgot double space 2020-09-10 19:29:31 -07:00