Utilities and Buffs for servers.
3

Config

# Permanent Effects Applied to Players On Login (Potion Effect | Level of Effect)
"Active Potion Effects" {
    "minecraft:absorption"=0
    "minecraft:blindness"=0
    "minecraft:fire_resistance"=0
    "minecraft:glowing"=0
    "minecraft:haste"=0
    "minecraft:health_boost"=0
    "minecraft:hunger"=0
    "minecraft:invisibility"=0
    "minecraft:jump_boost"=0
    "minecraft:luck"=0
    "minecraft:mining_fatigue"=0
    "minecraft:nausea"=0
    "minecraft:night_vision"=0
    "minecraft:poison"=0
    "minecraft:regeneration"=0
    "minecraft:resistance"=0
    "minecraft:saturation"=0
    "minecraft:slowness"=0
    "minecraft:speed"=0
    "minecraft:strength"=0
    "minecraft:unluck"=0
    "minecraft:water_breathing"=0
    "minecraft:weakness"=0
    "minecraft:wither"=0
}
# Prevents Players from taking damage sources in this list
"Damage Prevention" {
    Drown=false
    Explosive=false
    Fall=false
    Fire=false
    Hunger=false
    Magic=false
    Magma=false
    Suffocate=false
    Void=false
}
# Changes how Dropped Items act
"Dropped Items" {
    Auto-Smelt=true
    # Items in list will not be affected by auto-smelt
    "Auto-Smelt BlackList"=[
        "minecraft:log",
        "minecraft:log2"
    ]
    "Dropped to Inventory"=true
}
# Toggle to enable or disable modules
Modules {
    "Damage Prevention"=true
    "Dropped Items"=true
    "Permanent Effects"=true
}
# Options that affect tools
"Tool Options" {
    "Pickaxe Lore"=false
    "Unbreakable Pickaxes"=false
}

Category: Admin Tools

Published on Jun 25, 2019

views

stars

watchers

total downloads

Promoted Versions

Members