Skip to content

Commit 040a72e

Browse files
authored
Update README.md
1 parent 2eff69c commit 040a72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can take the typescript example and compile it, then directly modify the jav
2222
## Commands and Permissions
2323
| Command | Alias | Description | Permission |
2424
| ------------- | ------------- |-----------------------------------------------------| ------------------------ |
25-
| `/scriptablemc reload` | `/smc rl | /jsrl` | Fully reloads the script engine and all script files. | `scriptablemc.reload` |
25+
| `/scriptablemc reload` | `/smc rl /jsrl` | Fully reloads the script engine and all script files. | `scriptablemc.reload` |
2626
| `/scriptablemc javascript execute <source>` | `/smc js ex <source>` | Executes javascript source and prints the return value. | `scriptablemc.js.execute` |
2727
| `/scriptablemc javascript file <filePath>` | `/smc js f <filePath>` | Executes javascript file from the scripts folder. | `scriptablemc.js.execute.file` |
2828
| `/scriptablemc menu` | `/smc menu` | Opens an inventory menu that allows you to control the scriptable engine. | `scriptablemc.menu` |

0 commit comments

Comments
 (0)