From 38e0d5f979cb0cff6f27f8ce0f5e86af7ec1ff27 Mon Sep 17 00:00:00 2001 From: JustAHuman-xD <65748158+JustAHuman-xD@users.noreply.github.com> Date: Tue, 5 Mar 2024 07:03:23 -0600 Subject: [PATCH] Update README.md Co-authored-by: J3fftw <44972470+J3fftw1@users.noreply.github.com> --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dd11185..d01ba81 100644 --- a/README.md +++ b/README.md @@ -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 ` + - This command sets position 2. +- `/wesf paste [energy] [inputs]` - This command pastes the block specified in the area selected. - `` (required), a string id, it can be any slimefun or slimefun addon block - - `` (optional), a boolean, charges the pasted blocks to max integer so they can process pseudo-infinitely (if possible) - - `` (optional), a string array, places these items in the blocks input slots (if possible) -- `/wesf clear ` + - `[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. - - `` (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