1

Tips & Tricks for Beginning Mapmakers (Little help?)build

TW15T3D5H4D0W's Avatar TW15T3D5H4D0W10/31/20 5:38 pm history
1/20/2021 6:28 pm
ImYourFwend_'s Avatar ImYourFwend_
(Just a little FYI, I didn't actually know where to put this thread.)

I'm thinking of building a Java adventure map, but I'm having trouble locating certain commands/redstone builds:

-How to make a lever/button so it's only placeable on a certain block
-How to make a tool (an axe, for example) only break a certain block
-How to lock doors/chests and make them unlock only when a certain item is held
-How to make a locked door that only opens when a certain item is placed in a dispenser/dropper
-How to make an on-death jumpscare
Posted by TW15T3D5H4D0W's Avatar
TW15T3D5H4D0W
Level 40 : Master Necromancer
53

Create an account or sign in to comment.

6

Eternity303
12/01/2020 8:41 pm
Level 18 : Journeyman Engineer
Eternity303's Avatar
Lever that can be placed on a certain block:
/give @p lever{CanPlaceOn:[<block>]} 1

Tools that can break certain block:
/give @p tool{CanDestroy:[<block>]} 1

Lock chest:
/data merge block <coordinates of chest> {Lock:"<name of item>"}

Lock door with item in dispenser:
eh im not good at redstone

On-Death Jumpscare:
idk maybe teleport the player when he dies
1
ImYourFwend_
01/20/2021 6:28 pm
Level 26 : Expert Warrior
ImYourFwend_'s Avatar
thx for the help (thx sooo much)
1
MissC-YT
12/01/2020 7:52 pm
Level 24 : Expert Princess
MissC-YT's Avatar
For the Love of all those using Dark mode can you use a different colour.
1
Ferralis
12/01/2020 12:52 am
Level 9 : Apprentice Skinner
Ferralis's Avatar
For the first one, if the player is in adventure u can set up a command that gives u a block that can only be placed on a specific surface, i will link u to the template command, the same is done for tools.
1
TW15T3D5H4D0W
12/01/2020 7:44 pm
Level 40 : Master Necromancer
TW15T3D5H4D0W's Avatar
Ooh, thanks! Send the link when you can!
1
Ferralis
12/01/2020 8:31 pm
Level 9 : Apprentice Skinner
Ferralis's Avatar
/give @p dirt{CanPlaceOn:[&quot;minecraft:dirt&quot;],CanDestroy:[&quot;minecraft:dirt&quot;]} 1

just replace the dirt with whatever item or block you want.
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome