diff --git a/README.md b/README.md index f5eb2f5..e5ef80e 100644 --- a/README.md +++ b/README.md @@ -21,31 +21,40 @@ ## Commands physics.create.box + ```/physics create box ``` - Create a box with the specified parameters. physics.create.sphere + ```/physics create sphere ``` - Create a sphere with the specified parameters. physics.clear + ```/physics clear``` - Clear all physics objects. physics.freeze + ```/physics freeze``` - Freeze all physics objects. physics.timespan + ```/physics timespan ``` - Set the timespan for the physics engine default 1/20. physics.substeps + ```/physics substeps ``` - Set the substeps for the physics engine default 30. physics.chunk + ```/physics chunk ``` - Convert a chunk to a physics object. help + ```/physics help``` - Show the help message. ## Download You can download the plugin from the dev builds [here](https://github.com/Sorax5/SoraxPhysic/actions). + You will need worldedit to use the plugin. ## Developer Note