Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to: http://youtu.be/VpJkXZXYpmk
- ==========================================================================================================================
- == NORMAL ==
- blockdata ~ ~1 ~
- {
- Text1:
- "{
- text:\"Give\",
- color:blue,
- clickEvent:
- {
- action:run_command,
- value:\"/execute @p ~ ~ ~ give @p diamond 10\"
- }
- }",
- Text2:"{
- text:\"10 Diamonds\",
- color:blue
- }",
- Text3:"{
- text:\"3\",
- color:blue
- }",
- Text4:"{
- text:\"4\",
- color:blue
- }"
- }
- ==========================================================================================================================
- == ENCHANTED BOOK ==
- blockdata ~ ~1 ~
- {
- Text1:
- "{
- text:\"Give\",
- color:blue,
- clickEvent:
- {
- action:run_command,
- value:\"/give @p minecraft:enchanted_book 1 0 {ench:[{id:0,lvl:255},{id:1,lvl:255},{id:2,lvl:255}]}\"
- }
- }",
- Text2:"{
- text:\"Enchanted\",
- color:blue
- }",
- Text3:"{
- text:\"Book\",
- color:blue
- }",
- Text4:"{
- text:\"4\",
- color:blue
- }"
- }
- ==========================================================================================================================
- == CUSTOM POTION ==
- blockdata ~ ~1 ~
- {
- Text1:
- "{
- text:\"Give\",
- color:blue,
- clickEvent:
- {
- action:run_command,
- value:\"/give @p potion 1 8214 {CustomPotionEffects:[{Id:3,Amlifier:5,Duration:240},{Id:5,Amlifier:3,Duration:240},{Id:14,Amlifier:3,Duration:240}]}\"
- }
- }",
- Text2:"{
- text:\"custom Potion\",
- color:blue
- }",
- Text3:"{
- text:\"3\",
- color:blue
- }",
- Text4:"{
- text:\"4\",
- color:blue
- }"
- }
Advertisement
Add Comment
Please, Sign In to add comment