RedProtect Anti-Grief

RedProtect Anti-Grief

73.3k Downloads

double config value?

CloudeLecaw opened this issue ยท 1 comments

commented

i found these lines in the config

nether-protection {
    # If the player go to your world nether roof, this commands be fired. Use {player} to use player name.
    execute-cmd=[
        "spawn {player}"
    ]
    # The size of your nether world(s).
    maxYsize=128
}
netherProtection {
    execute-cmd=[
        "spawn {player}"
    ]
    maxYsize=128
}

and this

    purge-limit-perworld=true
    regen {
        awe-logs=false
        # If worldedit is installed, regen the region instead remove?
        enable=true
        # If worldedit is installed, regen the region instead remove?
        enabled=true

i think just one of them is correct... why tis doubled?

commented

This is from old configs! Remove both and redprotect will create only the valid one.