Published Jun 19th, 2015, 6/19/15 4:59 pm
- 3,935 views, 0 today
- 7
- 3
- 6
24
Do you want to lock chests in minecraft with no mods? Well here's how.
Step 1:
Get the chest that requires a lock.
To do that, use this command:
Now, you have a chest in hand. Place it. If you try to open it, it will say "This Chest is locked."
Step2:
To open your chest, you will need a key Use this command to get this key:
Just make sure that the lock(chest) and the name(key) match. It doesn't matter what they are, as long as they match perfectly. :)
Step 1:
Get the chest that requires a lock.
To do that, use this command:
Code
/give @p chest 1 0 {BlockEntityTag:{Lock:"NAMEGOESHERE"}}
Step2:
To open your chest, you will need a key Use this command to get this key:
Code
/give @p stick 1 0 {display:{Name:"NAMEGOESHERE"}}
Just make sure that the lock(chest) and the name(key) match. It doesn't matter what they are, as long as they match perfectly. :)
Tags |
3356221
6
Create an account or sign in to comment.
Wow you really do all kinds of useful command block commands!