endercrest / VoidSpawn

A Spigot & Bukkit plugin that teleports players upon entering the void.
https://www.spigotmc.org/resources/voidspawn.19350/
GNU Lesser General Public License v2.1
5 stars 10 forks source link

Add physics / COR based bounce #104

Closed mart-r closed 1 year ago

mart-r commented 1 year ago

This adds COR based bounce as per discussions.

It introduces a ´bounce_mode´ option to change the mode between cound (default) and physics. The ´bounce´ option acts as the COR % value (i.e between 0 and 100).

SlimeDog commented 1 year ago

THIS WAS AN EXPERIMENT BY SlimeDog AND mart-r TO EXPLORE COR-BASED BOUNCE PHYSICS, DISCUSSED IN THIS ISSUE. IT TURNS OUT THAT PLAYER VELOCITY IS LIMITED BY MC TERMINAL VELOCITY, SO THE EXPERIMENT WAS NOT SUCCESSFUL.

DO NOT MERGE THIS PR. IT IS ARCHIVED AT SlimeDog/VoidSpawn.

IF POSSIBLE, THIS PR SHOULD BE DELETED.