Sample WarZ Config

Config for MC-WarZ practice servers:

Config:
    RequiresPermission: false
    OnLeftClick: false
    OnRightClick: true
    EatDelay: 8
    SoupItems:
        INK_SACK-4:
            Heal: 5
            Saturate: 1
            LeaveItemBehind: EGG
            ShouldHealHunger: true
            HealHungerSimultaneously: true
            SoundOnEat: true
            SoundToPlay: BURP
            EatOnFull: false
            PotionEffects:
        INK_SACK-11:
            Heal: 7
            Saturate: 1
            LeaveItemBehind: EGG
            ShouldHealHunger: true
            HealHungerSimultaneously: true
            SoundOnEat: true
            SoundToPlay: BURP
            EatOnFull: false
            PotionEffects:
        COOKED_FISH:
            Heal: 7
            Saturate: 4
            LeaveItemBehind: EGG
            ShouldHealHunger: true
            HealHungerSimultaneously: true
            SoundOnEat: true
            SoundToPlay: BURP
            EatOnFull: false
            PotionEffects:
        INK_SACK-15:
            Heal: 20
            Saturate: 3
            LeaveItemBehind: EGG
            ShouldHealHunger: true
            HealHungerSimultaneously: true
            SoundOnEat: true
            SoundToPlay: DRINK
            EatOnFull: false
            PotionEffects:
        GOLDEN_APPLE:
            Heal: 20
            Saturate: 3
            LeaveItemBehind: AIR
            ShouldHealHunger: true
            HealHungerSimultaneously: true
            SoundOnEat: true
            SoundToPlay: BURP
            EatOnFull: true
            PotionEffects:
            - HEAL-5s-1
        SUGAR:
            Heal: 0
            Saturate: 0
            LeaveItemBehind: AIR
            ShouldHealHunger: false
            HealHungerSimultaneously: false
            SoundOnEat: true
            SoundToPlay: EAT
            EatOnFull: true
            PotionEffects:
            - SPEED-10s-1

Comments

Posts Quoted:
Reply
Clear All Quotes