SavageLabs / SkyblockX

The Performance-Oriented Skyblock Core. MC 1.8.X-1.15.X.
https://skyblockx.com
Other
3 stars 0 forks source link

Island falling into void #54

Closed michaelsieminski closed 4 years ago

michaelsieminski commented 4 years ago

Hello, when you fall into void from your island and get teleported back you land inside of the Tree stuck and get spammed with the "You fell into the void" message

unsky559 commented 4 years ago

It actually teleport you to default home position, but now player can change it to another using /is set-go - @ProSavage need to fix

Also you can enable "useFallingDeathCommands": true in your config, and write something like

 "fallingDeathPreventionCommands": [
     "is go"
   ]

to add commands when player is falling

prosavage commented 4 years ago

Uses the go position now by default