Сборки серверов

СливПлатные

Сейчас онлайн

  • WhyDortty13
  • DontCr1
  • ylta2323
  • DenPlayStar
  • bagalast
  • MiddleClient110
  • QuestTracker
  • scorgme
  • dragxwx
  • bobobo
  • Tarekizor
  • fcPlugins
  • SayGG
  • m9rksy
  • ponda
  • Robyan
  • mineral
  • Sculmix

Помощь дон шоп

  • Автор темыDaknurYt
  • Дата начала
DaknurYt
помогите я не знаю что делать я создал предмет на сайте хочу добавить в донат шоп но незнаю как. Использую плагин Deluxe Menu для дон шопа
 
DaknurYt
вот команда на предмет /give @p[team=helmet] golden_helmet{display:{Name:'{"text":"Шлем Бога Солнца","color":"gold","bold":true}',Lore:['{"text":"Он как незеритовой","color":"dark_purple","bold":true}','{"text":"но неразрушимой","color":"dark_purple","bold":true}']},Unbreakable:1b,AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:3,Operation:0,UUID:[I;-185490985,2001751276,-1215804280,-1687530278],Slot:"head"},{AttributeName:"generic.armor_toughness",Name:"generic.armor_toughness",Amount:3,Operation:0,UUID:[I;1898430434,1783056043,-1375385831,1809988693],Slot:"head"},{AttributeName:"generic.knockback_resistance",Name:"generic.knockback_resistance",Amount:1,Operation:0,UUID:[I;1923723828,350178133,-1449195661,435281233],Slot:"head"}]} 1
 
3aBapKa
@DaknurYt,
Код:
  'g-h':
    material: golden_helmet
    slot: 1
    hide_attributes: true
    display_name: '&8⌜&6&lШлем Бога Солнца⌟&8 x1'
    enchantments:
    - DURABILITY;1
    hide_enchantments: true
    lore:
    - '&8&m&l━━━━━━━━━━━━━━━'
    - '&5 Он как незеритовой'
    - '&5 но неразрушимой'
    - '&8&m&l━━━━━━━━━━━━━━━'
    - '&e● Цена: 299$'
    - '&e● Кликай, чтобы купить'
    left_click_requirement:
      requirements:
        anything_here:
          type: '>='
          input: '%playerpoints_points%'
          output: '299'
      deny_commands:
       - '[close]'
       - '[message] &6&lОШИБКА &7| &fНедостаточно средств!'
       - '[message] &6&lБАЛАНС &7| &fВаш баланс: &c&l%playerpoints_points%$'
    right_click_requirement:
      requirements:
        anything_here:
          type: '>='
          input: '%playerpoints_points%'
          output: '299'
      deny_commands:
       - '[close]'
       - '[message] &6&lОШИБКА &7| &fНедостаточно средств!'
       - '[message] &6&lБАЛАНС &7| &fВаш баланс: &c&l%playerpoints_points%$'
    left_click_commands:
    - '[console] p take %player_name% 299'
    - '[console] give %player_name% golden_helmet{display:{Name:'{"text":"Шлем Бога Солнца","color":"gold","bold":true}',Lore:['{"text":"Он как незеритовой","color":"dark_purple","bold":true}','{"text":"но неразрушимой","color":"dark_purple","bold":true}']},Unbreakable:1b,AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:3,Operation:0,UUID:[I;-185490985,2001751276,-1215804280,-1687530278],Slot:"head"},{AttributeName:"generic.armor_toughness",Name:"generic.armor_toughness",Amount:3,Operation:0,UUID:[I;1898430434,1783056043,-1375385831,1809988693],Slot:"head"},{AttributeName:"generic.knockback_resistance",Name:"generic.knockback_resistance",Amount:1,Operation:0,UUID:[I;1923723828,350178133,-1449195661,435281233],Slot:"head"}]} 1'
    right_click_commands:
    - '[console] give %player_name% golden_helmet{display:{Name:'{"text":"Шлем Бога Солнца","color":"gold","bold":true}',Lore:['{"text":"Он как незеритовой","color":"dark_purple","bold":true}','{"text":"но неразрушимой","color":"dark_purple","bold":true}']},Unbreakable:1b,AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:3,Operation:0,UUID:[I;-185490985,2001751276,-1215804280,-1687530278],Slot:"head"},{AttributeName:"generic.armor_toughness",Name:"generic.armor_toughness",Amount:3,Operation:0,UUID:[I;1898430434,1783056043,-1375385831,1809988693],Slot:"head"},{AttributeName:"generic.knockback_resistance",Name:"generic.knockback_resistance",Amount:1,Operation:0,UUID:[I;1923723828,350178133,-1449195661,435281233],Slot:"head"}]} 1''
    - '[console] p take %player_name% 299'
 
ВерхНиз