SoraxPhysic
Physics Engine as a Minecraft Plugin
Showcase
Commands
physics.create.box
/physics create box <block> <mass> <xScale> <yScale> <zScale> - Creates a box with specified parameters.
physics.create.sphere
/physics create sphere <block> <mass> <radius> - Creates a sphere with specified parameters.
physics.clear
/physics clear - Removes all physics objects.
physics.freeze
/physics freeze - Freezes all physics objects.
physics.timespan
/physics timespan <timespan> - Sets the time interval for the physics engine (default 1/20).
physics.substeps
/physics substeps <substeps> - Sets the number of substeps for the physics engine (default 30).
physics.chunk
/physics chunk <chunk> - Converts a chunk into a physics object.
help
/physics help - Shows the help message.
Developer Note
This plugin is still under development and is not recommended for production servers. The plugin is in early development stages and may contain bugs. If you find any bugs, please report them in the issues tab.
Credits
This implementation is inspired by the work of YouTuber SethBling
License
This plugin is licensed under the GPL-3.0 license. More information can be found in the LICENSE file.

