Advertisement
Guest User

Untitled

a guest
Sep 18th, 2018
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.92 KB | None | 0 0
  1.  
  2.   Slot0 = [{ # Гранит
  3.   Item {
  4.     Count = 1
  5.     ItemType = "minecraft:stone"
  6.     UnsafeDamage = 1
  7.       ItemLore = [
  8.         "&aЦена 1"
  9.       ]
  10.     }
  11.     Requirements = "%economy_balance% >= 1"
  12.       PrimaryAction = {
  13.         Command = "cost: 1; console: give %player_name% minecraft:stone 1 1; tell: &2Вы купили &7[&bГранит&7]&2 х1"
  14.         KeepInventoryOpen = true
  15.         }
  16.       SecondaryAction {
  17.         Command = "cost: 1; console: give %player_name% minecraft:stone 1 1; tell: &2Вы купили &7[&bГранит&7]&2 х1"
  18.         KeepInventoryOpen = true
  19.         }
  20.     }, {
  21.         Item {
  22.         Count = 1
  23.         ItemType = "minecraft:stone"
  24.         UnsafeDamage = 1
  25.         ItemLore = [
  26.           "&4Цена 1"
  27.         ]
  28.     }
  29.       PrimaryAction = {
  30.         Command = "tell: &4У вас не достаточно денег!"
  31.         }
  32.       SecondaryAction = {
  33.         Command = "tell: &4У вас не достаточно денег!"
  34.         }
  35.     }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement