Changes:
- Added 3 new config settings:
- The double jump can now be configured, you can change the velocity multiplier and the Y boost when a player activated a double jump. If you don't know what these are, just play around with the settings and decrease the numbers to make the jump weaker, and increase to strengthen it.
- You can now add worlds to a disabled-worlds list. Any InfinityStone abilities will not work when the player is in those worlds.
Here are the new config sections if you want to copy/paste, or you can delete your old config and reload.
Code (YAML):
# Any stone abilities in the worlds listed below will not work.
disabled-worlds
:
- 'example1'
- 'example2'
and
Code (YAML):
# detirmines the volocity multiplier of the double jump (default: 1.5 )
double-jump-velocity-multiplier
: 1.5
# detirmises the Y boost of the double jump (How high the player is boosted) (default: 1.0)
double-jump-y-boost
: 1.0
Thanks so much for 1000 downloads! Enjoy 