Giter VIP home page Giter VIP logo

wiki2's People

Contributors

aboodyy avatar blitzoffline avatar cj89898 avatar darbyjack avatar devsolaris avatar frcsty avatar funny-cube avatar gitbook-bot avatar kqliber avatar lagclear avatar mrdiamond123 avatar piggypiglet avatar tanguygab avatar underscore11code avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

wiki2's Issues

So have a menu I add here. See if it is some interest

It is a more complex sell menu an what the wiki has. I check and tell if player has money or not and have a portion to sell. So if you has no money but portion, it tell player you can sell but not buy.

Have fix only first portions and you can easy copy paste to get upgraded and stronger portions too sell. If some interest I can translate rest of the menu.

Colors shall bee soo close i can to original portions look.

Need vault and checkitem
Soft need cmi (if you uncommitted cmi panimation), and javascript*

*You can remake to, if you not what javascript.

#     If player have portion:

        has_portion:
          type: string equals
          input: "%checkitem_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false%"
          output: "yes"

#     If player not have portion:

        has_not_portion:
          type: string equals
          input: "%checkitem_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false%"
          output: "no"
3-0.20 min portions
##########################################################################
# + ------------------------------------------------------------------ + #
# |                       Buy and sell portions                        | #
# + ------------------------------------------------------------------ + #
##########################################################################
menu_title: '§1&l   Witch portions 0:20-3 min'
open_command: shop
# open_requirement:
#   requirements:
#     permission:
#       type: has permission
#       permission: affär.Häxbrygder
size: 53
items:
  Bakgrund blåa kanter:
    material: blue_stained_glass_pane
    slots:
    - 0
    - 8
    - 9
    - 17
    - 18
    - 26
    - 27
    - 35
    - 36
    - 44
    - 53
    display_name: '&2'
  Bagrund gui lime färgade top och botten:
    material: lime_stained_glass_pane
    slots:
    - 1
    - 2
    - 3
    - 4
    - 5
    - 6
    - 7
    - 46
    - 47
    - 48
    - 49
    - 50
    - 51
    - 52
    display_name: '&2'
##########################################################################
##########################  Häxbrygd Night Vision no money ###############
  1_no_money:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    slot: 10
    priority: 10
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 350
    display_name: '  &#ffffff☕ &2&lNight Vision &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for Night Vision:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 350 &eⒼ'
    - '&8╚═════════════════╝'
##########################  Häxbrygd Night Vision no potion #################
  1_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 0,0,170
    slot: 10
    priority: 8
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 350
    display_name: '  &#ffffff☕ &2&l Night Vision &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    NightVision:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 350 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 350
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 350 &eⒼ &7too buy&c1 Night Vision.'
    left_click_commands:
    - '[takemoney] 350'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of NIGHT_ViSION,loreequals:&6Give\, one effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:0,0,170;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Night Vision for&6 350 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
######################## Häxbrygd Night Vision potion no money #################
  1_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 0,0,170
    slot: 10
    priority: 5
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 350
    display_name: '  &#ffffff☕ &2&l Night Vision &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money &6&l> '
    - '&#ff0537&l guld på kontot&6&l>'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    NightVision:'
    - '&#00ffa5    Sell:&6 10 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 10'
    - '[console] clear %player_name% potion{Potion:"minecraft:night_vision"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Night Vision for&6 10 &eⒼ..'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Night Vision  #############################
  1:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 0,0,170
    slot: 10
    priority: 1
    view_requirement:
      requirements:
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 350
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
    display_name: '  &#ffffff☕ &2&l Night Vision &#ffffff☕'
    lore:
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    NightVision:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 300 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    NightVision:'
    - '&#00ffa5    Sell:&6 10 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 350
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 350 &eⒼ &7too buy&c1 Night Vision.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 350'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of NIGHT_ViSION,loreequals:&6Give\, one effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:0,0,170;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Night Vision for&6 350 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:night_vision"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Night Vision for&6 10 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################################################################
##########################  Häxbrygd Invisibility no money #########################
  '2_no_money':
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 11
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 400
    display_name: '  &#ffffff☕ &2&l Invisibility &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for Invisibility:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 400 &eⒼ'
    - '&8╚═════════════════╝'
##########################  Häxbrygd Invisibility no potion #########################
  '2_no_potion':
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 198,196,196
    priority: 8
    slot: 11
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INVISIBILITY,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 400
    display_name: '  &#ffffff☕ &2&l Invisibility &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Invisibility:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 400 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 400
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 400 &eⒼ &7för att köpa&c1 x Häxbrygd Invisibility.'
    left_click_commands:
    - '[takemoney] 400'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:INVISIBILITY,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of INVISIBILITY,loreequals:&6Give\, one effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:198,196,196;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Invisibility Häxbrygd &2för&a 200 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
###################  Häxbrygd Invisibility potion no money #####################
  '2_potion':
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 198,196,196
    priority: 2
    slot: 11
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INVISIBILITY,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 400
    display_name: '  &#ffffff☕ &2&l Invisibility &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    Invisibility:'
    - '&#00ffa5    Sell:&6 10 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INVISIBILITY,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
    right_click_commands:
    - '[givemoney] 50'
    - '[console] clear %player_name% potion{Potion:"minecraft:invisibility"} 1 <delay=1>'
    - '[message] &6Witch &8> &fYou sell &61 &2Invisibility Häxbrygd &2för&a 10 &eⒼ.<delay=2>'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Invisibility  ##################################
  '2':
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 198,196,196
    priority: 1
    slot: 11
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INVISIBILITY,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 400
    display_name: '  &#ffffff☕ &2&l Invisibility &#ffffff☕'
    lore:
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Invisibility:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 400 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    Invisibility:'
    - '&#00ffa5    Sell:&6 10 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 400
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 400 &eⒼ &7för att köpa&c1 x Häxbrygd Invisibility.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INVISIBILITY,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
    left_click_commands:
    - '[takemoney] 400'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:INVISIBILITY,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of INVISIBILITY,loreequals:&6Give\, one effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:198,196,196;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Invisibility for&6 200 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 50'
    - '[console] clear %player_name% potion{Potion:"minecraft:invisibility"} 1 '
    - '[message] &6Witch &8> &fYou sell &61 &2Invisibility for&6 10 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################################################################
##########################  Häxbrygd Leaping no money ##########################
  '3_no_money':
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 12
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 600
    display_name: '     &#ffffff☕ &2&l Leaping &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for Leaping:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 300 &eⒼ'
    - '&8╚═════════════════╝'
##########################  Häxbrygd Leaping no potion #########################
  '3_no_potion':
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 28,177,59
    priority: 8
    slot: 12
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:JUMP,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 600
    display_name: '     &#ffffff☕ &2&l Leaping &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Leaping:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 600 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 600
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 600 &eⒼ &2för att köpa&c1 Häxbrygd Leaping.'
    left_click_commands:
    - '[takemoney] 600'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:JUMP,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of JUMP,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:28,177,59;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Leaping for&6 600 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
#################  Häxbrygd Leaping potion on money ############################
  '3_potion':
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 28,177,59
    priority: 2
    slot: 12
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:JUMP,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 600
    display_name: '     &#ffffff☕ &2&l Leaping &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    Leaping:'
    - '&#00ffa5    Sell:&6 15 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:JUMP,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 15'
    - '[console] clear %player_name% potion{Potion:"minecraft:leaping"} 1'
    - '[message] &6Witch &8> &fYou sell &61 x Leaping for&6 15 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Leaping  ##############################
  '3':
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 28,177,59
    priority: 1
    slot: 12
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:JUMP,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 600
    display_name: '     &#ffffff☕ &2&l Leaping &#ffffff☕'
    lore:
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Leaping:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 600 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    Leaping:'
    - '&#00ffa5    Sell:&6 15 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 600
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 600 &eⒼ &2för att köpa&c1 Häxbrygd Leaping.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:JUMP,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 600'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:JUMP,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of JUMP,loreequals:&6Give\, one effect|&6Drink for the effect%'
    - '[message] &6Witch &8> &fYou buy &61 &2Leaping for&6 600 &eⒼ.'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:28,177,59;pitch:150'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 15'
    - '[console] clear %player_name% potion{Potion:"minecraft:leaping"} 1'
    - '[message] &6Witch &8> &fYou sell &61 x Leaping for&6 15 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################################################################
##########################  Häxbrygd Fire Resistance no money ############
  4_no_money:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 13
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 500
    display_name: '&#ffffff☕ &2&l Fire Resistance &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion guld.'
    - '&#0080ff    &4Häxbrygd Fire Resistance:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 500 &eⒼ'
    - '&8╚═════════════════╝'
##########################  Häxbrygd Fire Resistance no potion #################
  4_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 228,154,58
    priority: 8
    slot: 13
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:FIRE_RESISTANCE,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 500
    display_name: '&#ffffff☕ &2&l Fire Resistance &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Fire Resistance:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 500 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 500
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 500 &eⒼ &7too buy&c1 Fire Resistance.'
    left_click_commands:
    - '[takemoney] 300'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:FIRE_RESISTANCE,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of FIRE_RESISTANCE,loreequals:&6Give\, one effect|&6Drink for the effect%'
    - '[message] &6Witch &8> &fYou buy &61 &2Fire Resistance for&6 500 &eⒼ.'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:228,154,58;pitch:150'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
###################  Häxbrygd Fire Resistance potion no money ##################
  4_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 228,154,58
    priority: 2
    slot: 13
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:FIRE_RESISTANCE,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 500
    display_name: '&#ffffff☕ &2&l Fire Resistance &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    Fire Resistance:'
    - '&#00ffa5    Sell:&6 20 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:FIRE_RESISTANCE,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 100'
    - '[console] clear %player_name% potion{Potion:"minecraft:fire_resistance"} 1'
    - '[message] &6Witch &8> &fYou sell &61 Fire Resistance for&6 20 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Fire Resistance  ##########################
  4:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 228,154,58
    priority: 1
    slot: 13
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:FIRE_RESISTANCE,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 500
    display_name: '&#ffffff☕ &2&l Fire Resistance &#ffffff☕'
    lore:
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Fire Resistance:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 600 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    Fire Resistance:'
    - '&#00ffa5    Sell:&6 20 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 500
          deny_commands:
          - '[message] &6Häxmästare &8> &7Du har inte tillräckligt med guld. Du behöver &c600Ⓖ &2för att köpa&c1 x Häxbrygd Fire Resistance.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:FIRE_RESISTANCE,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 500'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:FIRE_RESISTANCE,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of FIRE_RESISTANCE,loreequals:&6Give\, one effect|&6Drink for the effect%'
    - '[message] &6Witch &8> &fYou buy &61 &2Fire Resistance for&6 500 &eⒼ.'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:228,154,58;pitch:150'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 20'
    - '[console] clear %player_name% potion{Potion:"minecraft:fire_resistance"} 1'
    - '[message] &6Witch &8> &fYou sell &61 Fire Resistance for&6 20 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################################################################
##########################  Häxbrygd swiftness no money ##################
  5_no_money:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 14
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 350
    display_name: '     &#ffffff☕ &2&l swiftness &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for swiftness:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 350 &eⒼ'
    - '&8╚═════════════════╝'
##########################  Häxbrygd swiftness no potion #################
  5_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 90,129,162
    priority: 8
    slot: 14
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SPEED,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 350
    display_name: '     &#ffffff☕ &2&l swiftness &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    swiftness:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 350 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 350
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 350 &2Ⓖ &2för att köpa&c1 Häxbrygd swiftness.'
    left_click_commands:
    - '[takemoney] 350'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:SPEED,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of SPEED,loreequals:&6Give\, one effect|&6Drink for the effect%'
    - '[message] &6Witch &8> &fYou buy &61 &2Swiftness for&6 350 &eⒼ.'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:90,129,162;pitch:150'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
###################  Häxbrygd swiftness potion no money ########################
  5_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 90,129,162
    priority: 2
    slot: 14
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SPEED,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 350
    display_name: '     &#ffffff☕ &2&l swiftness &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    swiftness:'
    - '&#00ffa5    Sell:&6 15 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SPEED,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 15'
    - '[console] clear %player_name% potion{Potion:"minecraft:swiftness"} 1'
    - '[message] &6Witch &8> &fYou sell &61 Swiftness for&6 15 &eⒼⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd swiftness #################################
  5:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 90,129,162
    priority: 1
    slot: 14
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SPEED,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 350
    display_name: '     &#ffffff☕ &2&l Swiftness &#ffffff☕'
    lore:
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    swiftness:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 350 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    swiftness:'
    - '&#00ffa5    Sell:&6 15 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 350
          deny_commands:
          - '[message] &6Häxmästare &8> &7Du har inte tillräckligt med guld. Du behöver&2 350 &eⒼ &7too buy&c1 swiftness.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SPEED,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 350'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:SPEED,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of SPEED,loreequals:&6Give\, one effect|&6Drink for the effect%'
    - '[message] &6Witch &8> &fYou buy &61 &2Swiftness for&6 500 &eⒼ.'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:90,129,162;pitch:150'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 15'
    - '[console] clear %player_name% potion{Potion:"minecraft:swiftness"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Swiftness for&6 15 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################################################################
##########################  Häxbrygd Slowness no money ##################
  '6_no_money':
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 15
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 250
    display_name: '     &#ffffff☕ &2&l Slowness &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffIs&6 1:30&#0080ff min portions'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for Slowness:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 250 &eⒼ'
    - '&8╚═════════════════╝'
##########################  Häxbrygd Slowness no potion #################
  6_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 139,174,215
    priority: 8
    slot: 15
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SLOWNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 250
    display_name: '     &#ffffff☕ &2&l Slowness &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&#0080ffIs&6 1:30&#0080ff min portions'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Slowness:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 300 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 250
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 250 &eⒼ &7too buy&c1 Slowness.'
    left_click_commands:
    - '[takemoney] 250'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:SLOWNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of SLOWNESS,loreequals:&6Give\, one effect|&6Drink for the effect%'
    - '[message] &6Witch &8> &fYou buy &61 &2Slowness for&6 250 &eⒼ.'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:139,174,215;pitch:150'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
###################  Häxbrygd slowness potion// no money ########################
  6_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 139,174,215
    priority: 2
    slot: 15
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SLOWNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 250
    display_name: '     &#ffffff☕ &2&l Slowness &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Högerklicka för sälja 1:30 min'
    - '&#0080ff    Slowness:'
    - '&#00ffa5    Sell:&6 15 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SLOWNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 15'
    - '[console] clear %player_name% potion{Potion:"minecraft:slowness"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Slowness for&6 15 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd slowness #################################
  6:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 139,174,215
    priority: 1
    slot: 15
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SLOWNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 250
    display_name: '     &#ffffff☕ &2&l Slowness &#ffffff☕'
    lore:
    - ''
    - '&#0080ffIs&6 1:30&#0080ff min portions'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Slowness:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 250 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Högerklicka för sälja 1:30 min'
    - '&#0080ff    Slowness:'
    - '&#00ffa5    Sell:&6 15 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 250
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 250&e Ⓖ &7too buy&c1 Slowness.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SLOWNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 250'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:SLOWNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of SLOWNESS,loreequals:&6Give\, one effect|&6Drink for the effect%'
    - '[message] &6Witch &8> &fYou buy &61 &2Slowness for&6 250 &eⒼ.'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:139,174,215;pitch:150'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 15'
    - '[console] clear %player_name% potion{Potion:"minecraft:slowness"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Slowness for&6 15 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
#########################################################################
###################  Häxbrygd Water Breathing no money ##################
  7_no_money:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 16
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 450
    display_name: ' &#ffffff☕ &2&l Water Breathing &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion guld.'
    - '&#0080ff    &4Häxbrygd Water Breathing:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 450 &eⒼ'
    - '&8╚═════════════════╝'
#######################  Häxbrygd Water Breathing no potion #################
  7_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 36,62,111
    priority: 8
    slot: 16
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:WATER_BREATHING,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 450
    display_name: ' &#ffffff☕ &2&l Water Breathing &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Water Breathing:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 450 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 450
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 450 &eⒼ &7för att köpa&c1 Water Breathing.'
    left_click_commands:
    - '[takemoney] 450'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:WATER_BREATHING,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of WATER_BREATHING,loreequals:&6Give\, one effect|&6Drink for the effect%'
    - '[message] &6Witch &8> &fYou buy &61 &2Water Breathing for&6 450 &eⒼ.'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:36,62,111;pitch:150'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
#############  Häxbrygd Water Breathing potion //no money ########################
  7_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 36,62,111
    priority: 2
    slot: 16
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:WATER_BREATHING,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 450
    display_name: ' &#ffffff☕ &2&l Water Breathing &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    Water Breathing:'
    - '&#00ffa5    Sell:&6 30 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:WATER_BREATHING,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:water_breathing"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Water Breathing for&6 30 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Water Breathing ##########################
  7:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 36,62,111
    priority: 1
    slot: 16
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:WATER_BREATHING,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 450
    display_name: ' &#ffffff☕ &2&l Water Breathing &#ffffff☕'
    lore:
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Water Breathing:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 450 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    Water Breathing:'
    - '&#00ffa5    Sell:&6 30 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 450
          deny_commands:
          - '[message] &6Häxmästare &8> &7Du har inte tillräckligt med guld. Du behöver &c250Ⓖ &2för att köpa&c1 x Häxbrygd  Water Breathing.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:WATER_BREATHING,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 450'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:WATER_BREATHING,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of WATER_BREATHING,loreequals:&6Give\, one effect|&6Drink for the effect%'
    - '[message] &6Witch &8> &fYou buy &61 &2Water Breathing for&6 450 &eⒼ.'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:36,62,111;pitch:150'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:water_breathing"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Water Breathing for&6 30 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
#########################################################################
###################  Häxbrygd Healing no money ##################
  8_no_money:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 19
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 600
    display_name: '     &#ffffff☕ &2&l Healing &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffGive&6 4 &#0080ffheart.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for Healing:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 600 &eⒼ'
    - '&8╚═════════════════╝'
#######################  Häxbrygd Healing no potion #################
  8_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 194,29,29
    priority: 8
    slot: 19
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INSTANT_HEAL,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 600
    display_name: '     &#ffffff☕ &2&l Healing &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&#0080ffGive&6 4 &#0080ffheart.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Healing:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 600 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 600
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 600 &eⒼ &7too buy&c1 Healing.'
    left_click_commands:
    - '[takemoney] 600'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:INSTANT_HEAL,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of INSTANT_HEAL,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:194,29,29;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Healing for&6 600 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
#############  Häxbrygd Healing potion no money ########################
  8_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 194,29,29
    priority: 2
    slot: 19
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INSTANT_HEAL,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 600
    display_name: '     &#ffffff☕ &2&l Healing &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ffGive&6 4 &#0080ffheart.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Högerklicka för sälja'
    - '&#0080ff    Healing:'
    - '&#00ffa5    Sell:&6 30 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INSTANT_HEAL,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:healing"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Healing for&6 30 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Healing #################################
  8:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 194,29,29
    priority: 1
    slot: 19
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INSTANT_HEAL,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 600
    display_name: '     &#ffffff☕ &2&l Healing &#ffffff☕'
    lore:
    - ''
    - '&#0080ffGive&6 4 &#0080ffheart.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Healing:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 600 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Högerklicka för sälja'
    - '&#0080ff    Healing:'
    - '&#00ffa5    Sell:&6 30 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 600
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 600 &eⒼ &7too buy&c1 Healing.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INSTANT_HEAL,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 600'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:INSTANT_HEAL,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of INSTANT_HEAL,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:194,29,29;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Healing for&6 600 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:healing"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Healing for&6 30 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
#########################################################################
###################  Häxbrygd Harming no money ##################
  9_no_money:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 20
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 300
    display_name: '     &#ffffff☕ &2&l Harming &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffYou get&6 6 &#0080ffheart in dmg.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for Harming:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 300 &eⒼ'
    - '&8╚═════════════════╝'
#######################  Häxbrygd Harming no potion #################
  9_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 46,11,10
    priority: 8
    slot: 20
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INSTANT_DAMAGE,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 300
    display_name: '    &#ffffff☕ &2&l Harming &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&#0080ffYou get&6 6 &#0080ffheart in dmg.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Harming:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 300 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 300
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 600 &eⒼ &7too buy&c1 Harming.'
    left_click_commands:
    - '[takemoney] 300'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:INSTANT_DAMAGE,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of INSTANT_DAMAGE,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:46,11,10;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Harming for&6 300 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
#############  Häxbrygd Harming potion// no money ########################
  9_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 46,11,10
    priority: 2
    slot: 20
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INSTANT_DAMAGE,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 300
    display_name: '     &#ffffff☕ &2&l Harming &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ffYou get&6 6 &#0080ffheart in dmg.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Högerklicka för sälja'
    - '&#0080ff    Harming:'
    - '&#00ffa5    Sell:&6 30 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INSTANT_DAMAGE,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:harming"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Harming for&6 30 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Harming #################################
  9:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 46,11,10
    priority: 1
    slot: 20
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INSTANT_DAMAGE,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 300
    display_name: '     &#ffffff☕ &2&l Harming &#ffffff☕'
    lore:
    - ''
    - '&#0080ffYou get&6 6 &#0080ffheart in dmg.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Harming:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 300 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Högerklicka för sälja'
    - '&#0080ff    Harming:'
    - '&#00ffa5    Sell:&6 30 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 300
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 300 &eⒼ &7too buy&c1 Harming.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:INSTANT_DAMAGE,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 300'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:INSTANT_DAMAGE,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of INSTANT_DAMAGE,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:46,11,10;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Harming for&6 600 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:harming"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Harming for&6 30 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
#########################################################################
###################  Häxbrygd Poison no money ###########################
  10_no_money:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 21
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 300
    display_name: '      &#ffffff☕ &2&l Poison &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ff&6 45&#0080ff seconds portion.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for Poison:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 300 &eⒼ'
    - '&8╚═════════════════╝'
#######################  Häxbrygd Poison no potion #################
  10_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 48,96,32
    priority: 8
    slot: 21
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:POISON,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 300
    display_name: '       &#ffffff☕ &2&l Poison &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ff&6 45&#0080ff seconds portion.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Poison:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 300 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 300
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 300 &eⒼ &7too buy&c1 Harming.'
    left_click_commands:
    - '[takemoney] 300'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:POISON,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of POISON,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:50,97,36;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Poison for&6 300 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
#############  Häxbrygd Poison potion// no money ########################
  10_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 48,96,32
    priority: 2
    slot: 21
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:POISON,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 300
    display_name: '       &#ffffff☕ &2&l Poison &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ff&6 45&#0080ff seconds portion.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    Poison:'
    - '&#00ffa5    Sell:&6 25 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:POISON,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 25'
    - '[console] clear %player_name% potion{Potion:"minecraft:poison"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Poison for&6 25 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Poison #################################
  10:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 48,96,32
    priority: 1
    slot: 21
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:POISON,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 300
    display_name: '       &#ffffff☕ &2&l Poison &#ffffff☕'
    lore:
    - ''
    - '&#0080ff&6 45&#0080ff seconds portion.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Poison:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 300 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    Poison:'
    - '&#00ffa5    Sell:&6 25 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 300
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 300 &eⒼ &7too buy&c1 Poison.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:POISON,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 300'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:POISON,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of POISON,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:50,97,36;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Poison for&6 300 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 25'
    - '[console] clear %player_name% potion{Potion:"minecraft:poison"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Poison for&6 25 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
#########################################################################
###################  Häxbrygd Regeneration no money ####################
  11_no_money:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 22
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 400
    display_name: ' &#ffffff☕ &2&l Regeneration &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ff&6 45&#0080ff seconds portion.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for Regeneration:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 400 &eⒼ'
    - '&8╚═════════════════╝'
#######################  Häxbrygd Regeneration no potion #################
  11_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 136,62,113
    priority: 8
    slot: 22
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:REGEN,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 400
    display_name: ' &#ffffff☕ &2&l Regeneration &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&#0080ff&6 45&#0080ff seconds portion.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Regeneration:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 400 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 400
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 300 &eⒼ &7too buy&c1 Regeneration.'
    left_click_commands:
    - '[takemoney] 400'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:REGEN,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of REGEN,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:136,62,113;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Regeneration for&6 200 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
#############  Häxbrygd Regeneration potion// no money ########################
  11_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 136,62,113
    priority: 2
    slot: 22
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:REGEN,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 400
    display_name: ' &#ffffff☕ &2&l Regeneration &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ff&6 45&#0080ff seconds portion.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Högerklicka för sälja 45 sek'
    - '&#0080ff    Regeneration:'
    - '&#00ffa5    Sell:&6 20 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:REGEN,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 20'
    - '[console] clear %player_name% potion{Potion:"minecraft:regeneration"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Regeneration for&6 20 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Regeneration #############################
  11:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 136,62,113
    priority: 1
    slot: 22
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:REGEN,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 400
    display_name: ' &#ffffff☕ &2&l Regeneration &#ffffff☕'
    lore:
    - ''
    - '&#0080ff&6 45&#0080ff seconds portion.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Regeneration:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 400 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Högerklicka för sälja 45 sek'
    - '&#0080ff    Regeneration:'
    - '&#00ffa5    Sell:&6 20 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 400
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 400 &eⒼ &7too buy&c1 Regeneration.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:REGEN,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 400'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:REGEN,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of REGEN,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:136,62,113;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Regeneration for&6 400 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 20'
    - '[console] clear %player_name% potion{Potion:"minecraft:regeneration"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Regeneration for&6 20 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
#########################################################################
###################  Häxbrygd Strength no money ####################
  12_no_money:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 23
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 500
    display_name: '    &#ffffff☕ &2&l Strength &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for Strength:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 500 &eⒼ'
    - '&8╚═════════════════╝'
#######################  Häxbrygd Strength no potion #################
  12_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 91,21,21
    priority: 8
    slot: 23
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:STRENGTH,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 500
    display_name: '    &#ffffff☕ &2&l Strength &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Strength :'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 500 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 500
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 300 &eⒼ &7too buy&c1 Strength.'
    left_click_commands:
    - '[takemoney] 300'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:STRENGTH,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of STRENGTH,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:91,21,21;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Strength for&6 500 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
#############  Häxbrygd Strength potion// no money ########################
  12_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 91,21,21
    priority: 2
    slot: 23
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:STRENGTH,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 500
    display_name: '    &#ffffff☕ &2&l Strength &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    Strength:'
    - '&#00ffa5    Sell:&6 20 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:STRENGTH,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 40'
    - '[console] clear %player_name% potion{Potion:"minecraft:strength"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Strength for&6 40 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Strength #############################
  12:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 91,21,21
    priority: 1
    slot: 23
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:STRENGTH,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 500
    display_name: '    &#ffffff☕ &2&l Strength &#ffffff☕'
    lore:
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Strength:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 500 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    Strength:'
    - '&#00ffa5    Sell:&6 50 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 500
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 300 &eⒼ &7too buy&c1 Strength.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:STRENGTH,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 500'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:STRENGTH,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of STRENGTH,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:91,21,21;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Strength for&6 500 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 50'
    - '[console] clear %player_name% potion{Potion:"minecraft:strength"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Strength for&6 50 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
#########################################################################
###################  Häxbrygd Weakness no money ####################
  13_no_money:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 24
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 500
    display_name: '   &#ffffff☕ &2&l Weakness &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffIs&6 1:30&#0080ff min portions'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for Weakness:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 500 &eⒼ'
    - '&8╚═════════════════╝'
#######################  Häxbrygd Weakness no potion #################
  13_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 50,52,52
    priority: 8
    slot: 24
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:WEAKNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 500
    display_name: '   &#ffffff☕ &2&l Weakness &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&#0080ffIs&6 1:30&#0080ff min portions'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Weakness:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 500 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 500
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 300 &eⒼ &7too buy&c1 Weakness.'
    left_click_commands:
    - '[takemoney] 300'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:WEAKNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of WEAKNESS,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:50,52,52;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Weakness for&6 500 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
#############  Häxbrygd Weakness potion// no money ########################
  13_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 50,52,52
    priority: 2
    slot: 24
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:WEAKNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 500
    display_name: '  &#ffffff☕ &2&l Weakness &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ffIs&6 1:30&#0080ff min portions'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Högerklicka för sälja 1:30 min'
    - '&#0080ff    Weakness:'
    - '&#00ffa5    Sell:&6 30 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:WEAKNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:weakness"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Weakness for&6 30 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Weakness #############################
  13:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 50,52,52
    priority: 1
    slot: 24
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:WEAKNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 500
    display_name: '  &#ffffff☕ &2&l Weakness &#ffffff☕'
    lore:
    - ''
    - '&#0080ffIs&6 1:30&#0080ff min portions'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Weakness:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 500 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Högerklicka för sälja 1:30 min'
    - '&#0080ff    Weakness:'
    - '&#00ffa5    Sell:&6 30 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 500
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 300 &eⒼ &7too buy&c1 Weakness.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:WEAKNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 500'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:WEAKNESS,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of WEAKNESS,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:50,52,52;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Strength for&6 400 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:weakness"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Weakness for&6 30 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
#########################################################################
###################  Häxbrygd Turtle Master no money ####################
  14_no_money:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 25
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 400
    display_name: '&#ffffff☕ &2&l Turtle Master &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffHäxbrygden varar i&6 20&#0080ff sekunder.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for Turtle Master:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 400 &eⒼ'
    - '&8╚═════════════════╝'
#######################  Häxbrygd Turtle Master no potion #################
  14_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 75,60,67
    priority: 8
    slot: 25
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:TURTLE_MASTER,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 400
    display_name: '&#ffffff☕ &2&l Turtle Master &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&#0080ffHäxbrygden varar i&6 20&#0080ff sekunder.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Turtle Master:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 400 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 400
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 300 &eⒼ &7too buy&c1 Turtle Master.'
    left_click_commands:
    - '[takemoney] 400'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:TURTLE_MASTER,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of TURTLE_MASTER,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:75,60,67;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Turtle Master for&6 200 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
#############  Häxbrygd Turtle Master potion// no money ########################
  14_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 75,60,67
    priority: 2
    slot: 25
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:TURTLE_MASTER,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 400
    display_name: '&#ffffff☕ &2&l Turtle Master &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ffHäxbrygden varar i&6 20&#0080ff sekunder.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Högerklicka för sälja 20 sec'
    - '&#0080ff    Turtle Master:'
    - '&#00ffa5    Sell:&6 30 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:TURTLE_MASTER,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:turtle_master"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Turtle Master for&6 30 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Turtle Master #############################
  14:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 75,60,67
    priority: 1
    slot: 25
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:TURTLE_MASTER,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 400
    display_name: '&#ffffff☕ &2&l Turtle Master &#ffffff☕'
    lore:
    - ''
    - '&#0080ffHäxbrygden varar i&6 20&#0080ff sekunder.'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Turtle Master:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 400 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Högerklicka för sälja 20 sec'
    - '&#0080ff    Turtle Master'
    - '&#00ffa5    Sell:&6 30 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 400
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 400 &eⒼ &7too buy&c1 Turtle Master.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:TURTLE_MASTER,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 400'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:TURTLE_MASTER,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of TURTLE_MASTER,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:75,60,67;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Turtle Master for&6 400 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:turtle_master"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Turtle Master for&6 30 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
#########################################################################
###################  Häxbrygd Slow Falling no money ####################
  15_no_money:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    priority: 10
    slot: 28
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 600
    display_name: '   &#ffffff☕ &2&l Slow Falling &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&#0080ffIs&6 1:30&#0080ff min portions'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for Slow Falling:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 600 &eⒼ'
    - '&8╚═════════════════╝'
#######################  Häxbrygd Slow Falling no potion #################
  15_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 144,144,129
    priority: 8
    slot: 28
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SLOW_FALLING,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 600
    display_name: '   &#ffffff☕ &2&l Slow Falling &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&#0080ffIs&6 1:30&#0080ff min portions'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Slow Falling:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 600 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 600
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 300 &eⒼ &7too buy&c1 Slow Falling.'
    left_click_commands:
    - '[takemoney] 600'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:SLOW_FALLING,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of SLOW_FALLING,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:144,144,129;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Slow Falling for&6 600 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
#############  Häxbrygd Slow Falling potion// no money ########################
  15_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 144,144,129
    priority: 2
    slot: 28
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SLOW_FALLING,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 600
    display_name: '   &#ffffff☕ &2&l Slow Falling &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money&6&l> '
    - ''
    - '&#0080ffIs&6 1:30&#0080ff min portions'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Högerklicka för sälja 1:30 min'
    - '&#0080ff    Slow Falling:'
    - '&#00ffa5    Sell:&6 30 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SLOW_FALLING,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:slow_falling"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &Slow Falling for&6 30 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Slow Falling #############################
  15:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 144,144,129
    priority: 1
    slot: 28
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SLOW_FALLING,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 600
    display_name: '   &#ffffff☕ &2&l Slow Falling &#ffffff☕'
    lore:
    - ''
    - '&#0080ffIs&6 1:30&#0080ff min portions'
    - ''
    - '&8╔══════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    Slow Falling:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 600 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Högerklicka för sälja 1:30 min'
    - '&#0080ff    Slow Falling:'
    - '&#00ffa5    Sell:&6 30 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 600
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 400 &eⒼ &7too buy&c1 Slow Falling.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:SLOW_FALLING,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 600'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:SLOW_FALLING,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of SLOW_FALLING,loreequals:&6Give\, one effect|&6Drink for the effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:144,144,129;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Slow Falling for&6 600 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:slow_falling"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Slow Falling for&6 30 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
#=================================================================
#                       Exit
#=================================================================
  Tillbakaknapp:
    material: CHORUS_FLOWER
    hide_attributes: true
    enchantments:
    - 'SILK_TOUCH;1'
    hide_enchantments: true
    slot: 45
    display_name: '§2☜ Close'
    left_click_commands:
    - '[sound] BLOCK_BARREL_CLOSE'
    - '[close]'

Make it easier see how to set up, show one item.

show only one item
##########################################################################
##########################  Häxbrygd Night Vision no money ###############
  1_no_money:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 255,0,0
    slot: 10
    priority: 10
    view_requirement:
      money_requirement:
        type: '<'
        input: '%vault_eco_balance_fixed%'
        output: 350
    display_name: '  &#ffffff☕ &2&lNight Vision &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money and portion&6&l> '
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    &4No money and portion'
    - '&#0080ff    &4for Night Vision:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 350 &eⒼ'
    - '&8╚═════════════════╝'
##########################  Häxbrygd Night Vision no potion #################
  1_no_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 0,0,170
    slot: 10
    priority: 8
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "no")'
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 350
    display_name: '  &#ffffff☕ &2&l Night Vision &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo portion&6&l> '
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    NightVision:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 350 &eⒼ'
    - '&8╚═════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 350
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 350 &eⒼ &7too buy&c1 Night Vision.'
    left_click_commands:
    - '[takemoney] 350'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of NIGHT_ViSION,loreequals:&6Give\, one effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:0,0,170;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Night Vision for&6 350 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
######################## Häxbrygd Night Vision potion no money #################
  1_potion:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 0,0,170
    slot: 10
    priority: 5
    view_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
        money_requirement:
          type: '<'
          input: '%vault_eco_balance_fixed%'
          output: 350
    display_name: '  &#ffffff☕ &2&l Night Vision &#ffffff☕'
    lore:
    - ''
    - '&6&l<&#ff0537&lNo money &6&l> '
    - '&#ff0537&l guld på kontot&6&l>'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    NightVision:'
    - '&#00ffa5    Sell:&6 10 &eⒼ'
    - '&8╚══════════════════╝'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    right_click_commands:
    - '[givemoney] 10'
    - '[console] clear %player_name% potion{Potion:"minecraft:night_vision"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Night Vision for&6 10 &eⒼ..'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'
##########################  Häxbrygd Night Vision  #############################
  1:
    material: potion
    hide_effects: true
    potion_effects:
    - "JUMP;0;2"
    rgb: 0,0,170
    slot: 10
    priority: 1
    view_requirement:
      requirements:
        money_requirement:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 350
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
    display_name: '  &#ffffff☕ &2&l Night Vision &#ffffff☕'
    lore:
    - ''
    - '&#0080ffIs&6 3&#0080ff min portions.'
    - ''
    - '&8╔═════════════════╗'
    - '&#0080ff    Leftclick for buy one'
    - '&#0080ff    NightVision:'
    - '&#00ffa5    Money in wallet:&6 %vault_eco_balance_commas% &eⒼ'
    - '&#00ffa5    Buy:&6 300 &eⒼ'
    - '&8  ══════════════════'
    - '&#0080ff    Rightclick to sell 3 min'
    - '&#0080ff    NightVision:'
    - '&#00ffa5    Sell:&6 10 &eⒼ'
    - '&8╚══════════════════╝'
    left_click_requirement:
      requirements:
        har_pengar:
          type: has money
          amount: 350
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the money too buy. 350 &eⒼ &7too buy&c1 Night Vision.'
    right_click_requirement:
      requirements:
        potion:
          type: javascript
          expression: '("%checkitem_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false%" == "yes")'
          deny_commands:
          - '[message] &6Witch &8> &fyou not have the portion too sell.'
    left_click_commands:
    - '[takemoney] 350'
    - '[console] papi parse %player_name% %checkitem_give_potiontype:NIGHT_VISION,amt:1,mat:potion,potionextended:false,potionupgraded:false,nameequals:&rPortion of NIGHT_ViSION,loreequals:&6Give\, one effect%'
#    - '[console] cmi panimation %player_name% circle;effect:reddust;dur:5;pitchc:15;part:25;offset:0,1.7,0;radius:2.0;yawc:15;color:0,0,170;pitch:150'
    - '[message] &6Witch &8> &fYou buy &61 &2Night Vision for&6 350 &eⒼ.'
    - '[sound] ENTITY_WITCH_AMBIENT'
    - '[refresh]'
    right_click_commands:
    - '[givemoney] 30'
    - '[console] clear %player_name% potion{Potion:"minecraft:night_vision"} 1'
    - '[message] &6Witch &8> &fYou sell &61 &2Night Vision for&6 10 &eⒼ.'
    - '[sound] ENTITY_SPLASH_POTION_BREAK'
    - '[refresh]'

[DeluxeMenus] Add new Requirement types to wiki

DeluxeMenus now has new requirement options available to use, which are namely:

  • !has item
  • !has money
  • !has permission
  • !string contains
  • !string equals
  • !string equals ignorecase
  • !regex matches

Considering that only differentiate from the others by being prefixed with an exclamation mark, would I suggest to just mention, that you can invert the methods by prefixing it with a said exclamation mark.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.