iGabyTM / guihelper

The ultimate solution to creating professional GUIs
https://spigotmc.org/resources/70831/
MIT License
6 stars 1 forks source link

CrateReloaded potion & splash effects, duration #20

Open TomLewis opened 8 months ago

TomLewis commented 8 months ago
  1. duration is not exported from potions/splash and is just duration:1 on all pots exported.
  2. Potions with multiple effects may not be working, I had to manually add effect:nausea power:0 duration:40 to one of my pots
  3. The power level is always 1, even if its a base potion this hasn't been exported with it either.
  4. strength changes to INCREASE_DAMAGE
iGabyTM commented 8 months ago
  1. strength changes to INCREASE_DAMAGE

That is the name spigot uses

TomLewis commented 8 months ago

oh, maybe it works, I will do some more testing! I think the crate reloaded docs are outdated, by a lot.