Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer authored Nov 8, 2023
1 parent 2d8329b commit 333a367
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# BloCommands

## Commands
```
/bloc checkworld <world>
Get the list of IDs of the blocks in the world
/bloc addaction <id> <type> <action>
Add an action to the block
/bloc clearaction <id> <type>
Clear all actions of the bundle of the block
/bloc create <id>
Create a new block
/bloc location <id>
Set the location of the block to the looking block
/bloc check
Check if the looking block is registered
/bloc removeaction <id> <type> <index>
Remove an action at the index of the bundle of the block
/bloc purgeworld <world>
Remove all blocks in the world
/bloc remove <id>
Remove the block
/bloc setaction <id> <type> <index> <action>
Set the action at the index of the bundle of the block
/bloc status <id>
Check the status of the block
/bloc flash
Make the blocks glowing
```

0 comments on commit 333a367

Please sign in to comment.