#Change name on left click (Deluxe Menu)

1 messages · Page 1 of 1 (latest)

stuck gate
#
    **Condition:
    - type:placeholdermatch
    - '%jobsr_user_isin_Miner%:match:true'**
    RewardType_left: opcommand
    Reward_left: jobminerinfo
    PriceType: free
    RewardType_right: opcommand
    Reward_right:
    - jobs:jobs leave miner  
    Pricetype_right: free
    MenuItem:
    - type:GOLDEN_PICKAXE
    - name:&6&lMiner &8• %jobsr_totalplayers_Miner% Employees
    InventoryLocation: 22
  MinerB:
    **Condition:
    - type:placeholdermatch
    - '%jobsr_user_isin_Miner%:match:false'**
    RewardType: opcommand
    Reward: jobminerinfo
    PriceType: free
    RewardType_right: opcommand
    Reward_right:
    - jobs:jobs join miner
    Pricetype_right: free
    MenuItem:
    - type:GOLDEN_PICKAXE
    - name:&6&lMiner &8• %jobsr_totalplayers_Miner% Employees
    InventoryLocation: 22```

Can someone help me out on how to make these conditions / requirements in deluxe menu's?
bleak night
#
type: string equals
input: "%jobsr_user_isin_Miner%"
output: "true" # or "false"

@stuck gate