Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. virtualchest {
  2. TextTitle = "&b&l Nature menu" //Title of the menu
  3. Rows = 3 //Howmany rows the menu has
  4. Slot0 { //the the slot in the menu this command populates
  5. Item { //information about the item in the menu
  6. Count = 1
  7. ItemType = "minecraft:leather_helmet"
  8. UnsafeDamage = 0
  9. DisplayName = "&lAdamant"
  10. ItemLore = [
  11. "Description line 1"
  12. "Description line 2"
  13. ]
  14. }
  15. PrimaryAction {
  16. Command ="*pokeedit 1"
  17. KeepInventoryOpen = false
  18. }
  19. }
  20. Slot1 {
  21. Item {
  22. Count = 1
  23. ItemType = "minecraft:golden_helmet"
  24. UnsafeDamage = 0
  25. DisplayName = "&lTimid"
  26. ItemLore = [
  27. "Timid Nature"
  28. "Extra info goes here"
  29. ]
  30. }
  31. PrimaryAction {
  32. Command ="nature 1 Adamant"
  33. KeepInventoryOpen = false
  34. }
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement