Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorax5 authored Aug 30, 2024
1 parent 6ae763d commit 5af6b52
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,40 @@
## Commands

physics.create.box

```/physics create box <block> <mass> <xScale> <yScale> <zScale>``` - Create a box with the specified parameters.

physics.create.sphere

```/physics create sphere <block> <mass> <radius>``` - 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 <timespan>``` - Set the timespan for the physics engine default 1/20.

physics.substeps

```/physics substeps <substeps>``` - Set the substeps for the physics engine default 30.

physics.chunk

```/physics chunk <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
Expand Down

0 comments on commit 5af6b52

Please sign in to comment.