Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: J3fftw <[email protected]>
  • Loading branch information
JustAHuman-xD and J3fftw1 authored Mar 5, 2024
1 parent e1726b6 commit 38e0d5f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ This can be helpful with testing how optimized the blocks are or if they would c
- `/wesf wand`
- This command gives a player the selection wand
- `/wesf pos1`
- This command sets position 1 of your selection.
- This command sets position 1.
- `/wesf pos2`
- This command sets position 2 of your selection.
- `/wesf paste <slimefun_block> <energy> <inputs>`
- This command sets position 2.
- `/wesf paste <slimefun_block> [energy] [inputs]`
- This command pastes the block specified in the area selected.
- `<slimefun_block>` (required), a string id, it can be any slimefun or slimefun addon block
- `<energy>` (optional), a boolean, charges the pasted blocks to max integer so they can process pseudo-infinitely (if possible)
- `<inputs>` (optional), a string array, places these items in the blocks input slots (if possible)
- `/wesf clear <call_event>`
- `[energy]` (optional), a boolean, charges the pasted blocks to max integer so they can process pseudo-infinitely (if possible)
- `[inputs]` (optional), a string array, places these items in the blocks input slots (if possible)
- `/wesf clear [call_event]`
- This command clears the blocks you have selected with the position commands.
- `<call_event>` (optional), a boolean, if a `BlockBreakEvent` should be used to trigger item handlers. (defaults to `false`)
- `[call_event]` (optional), a boolean, if a `BlockBreakEvent` should be used to trigger item handlers. (defaults to `false`)

## Download
You can find the download of this addon in the [releases](https://github.com/Slimefun-Addon-Community/WorldEditSlimefun/releases/tag/latest) tab

0 comments on commit 38e0d5f

Please sign in to comment.