Newer
Older
void-pack-super-server / config / grandexchange.cfg
# Configuration file

general {
    # Whether Forge takes precedence over Sponge when finding permissions. Set this to true if your permissions manager uses Forge.
    B:forgePermissionPrecedence=false

    # Server locale - the client's locale takes precedence if Grand Exchange is installed there.
    S:locale=en_us

    # Tax for selling items on the Grand Exchange. This tax is non-refundable and taken up front, to prevent players from using the Grand Exchange as free storage. Negative numbers indicate a flat tax, positive numbers ingicate a percent of the total price.
    I:sellingTax=3

    # Should the tax be contributed to the player's clans' balances if Clans is loaded?
    B:taxToClans=true
}