# Configuration file

general {
    # 'All' plays mod sounds from all players, 'Self' only plays mod sounds from you, and 'None' plays no mod sounds [default: All]
    S:soundMode=All

    # The number of seconds a player must wait before they can sync their Energy Values with the server again [range: 0 ~ 32767, default: 5]
    I:sync.threshold=5

    transmutation {
        # All - Player can learn all items that have a value, Select - Player can learn select items, Tier - Player can learn items below this tier level, Restricted - Player can only learn items listed in the restricted file, None - Player cannot learn any items [default: All]
        S:knowledgeMode=All

        # The highest available knowledge tier for which players can learn transmutations [range: 0 ~ 32767, default: 0]
        I:maxTier=0

        # If true, new player's will have their transmutation knowledge copied from the knowledge template file (template.ee3) [default: true]
        B:useTemplateFile=true
    }

}


