A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
Gunging e30a0f9e8f Updating MMOItems with Random Stats now asks the following question:
Under the new RNG parameters, is the chance of getting this same RNG roll less than 1 in 3,000?

If the answer is *yes*, the stat is Rerolled with the new parameters. Otherwise it remains the same :)

Or then again, you can always enable in the config, if you wanted them to roll
```yml
item-revision:
    reroll-when-updated: true
```
2021-03-29 18:53:14 -05: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 Updating MMOItems with Random Stats now asks the following question: 2021-03-29 18:53:14 -05: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 !Implementation of Custom Crafting System that very well supports MMOItems 2021-03-26 12:25:48 -05:00
README.md !Forgot double space 2020-09-10 19:29:31 -07:00