Fabricio20 / HubBasics

Bukkit Plugin For Hub Owners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: AntiVoid TP Height

Robert9157 opened this issue · comments

Hello, would it be possible to customize the height the AntiVoid module teleports at? y-64 is a lot of falling before being teleported back. My server software (Purpur) has an option to change the void damage height #170 (comment), but it is not feasible for me to change that for every world. Thanks.

Hello, I don't think this is possible, the plugin triggers void tp when the player receives void damage, the only other possibility would be to track the player's Y coordinate, but that's very bad for performance, as I'd have to hook into PlayerMoveEvent.