-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |