{{ config.lua.serverName }}
    
        {%  if experienceStages %}
        Experience stages: {{ experienceStages }}
        {%  endif %}
        Commands: Look here
        Team: Look here
    
 
    Server Info:
    - IP: {{ serverIp }} (Port: {{ config.lua.loginPort }})
 
    {%  if clientVersion %}
    - Client: {{ clientVersion }}
 
    {%  endif %}
    - Online: 24/7
 
    {%  if globalSaveHour %}
    - Global save: {{ globalSaveHour }}:00
 
    {%  endif %}
    - World type: {{ config.lua.worldType|upper }} (Protection level: {{ protectionLevel }})
 
    - House rent: {{ houseRent }}.
 
    {%  if houseOld %}
    - Houses with inactive owners are cleaned after 30 days.
 
    {%  endif %}
    Rates
    {%  if rateExp is defined %}
    - Exp Rate: x{{ rateExp }}
 
    {%  endif %}
    {%  if rateExpFromPlayers %}
        - Exp Rate from Players: x{{ rateExpFromPlayers }}
 
    {%  endif %}
    {%  if rateMagic is defined %}
    - Magic Level: x{{ rateMagic }}
 
    {%  endif %}
    {%  if rateSkill is defined %}
    - Skills: x{{ rateSkill }}
 
    {% endif %}
    {%  if rateLoot is defined %}
    - Loot: x{{ rateLoot }}
 
    {%  endif %}
    {%  if rateSpawn is defined %}
    - Spawn: x{{ rateSpawn }}
 
    {%  endif %}
    {%  if houseLevel %}
    - Houses: {{ houseLevel }} level
 
    {%  endif %}
    - Guilds: {{ setting('core.guild_need_level') }} level (Create via website)
 
    
    Frags & Skull system
    - PZ Lock: {{ pzLocked / (60 * 1000) }} min
 
    {%  if whiteSkullTime %}
    - White Skull Time: {{ whiteSkullTime }} min
 
    {%  endif %}
    - Red skull length: {{ redSkullLength / (24 * 60 * 60) }} days
 
    {% if blackSkull %}
    - Black skull length: {{ blackSkullLength / (24 * 60 * 60) }} days
 
    {%  endif %}
	{% if killsToRedSkull is defined %}
    - Kills to red skull: {{ config.lua.killsToRedSkull }}
 
    {%  elseif config.lua.dailyFragsToRedSkull is defined or config.lua.kills_per_day_red_skull is defined %}
    - 
        
Red skull
        
            - {{ dailyFragsToRedSkull }} frags daily
 
            - {{ weeklyFragsToRedSkull }} frags weekly
 
            - {{ monthlyFragsToRedSkull }} frags monthly
 
        
        {% if blackSkull and config.lua.dailyFragsToBlackSkull is defined or config.lua.kills_per_day_black_skull is defined %}
        Black skull
        
            - {{ dailyFragsToBlackSkull }} frags daily
 
            - {{ weeklyFragsToBlackSkull }} frags weekly
 
            - {{ monthlyFragsToBlackSkull }} frags monthly
 
        
        {% elseif config.lua.dailyFragsToBanishment is defined %}
        Banishment
        
            - {{ config.lua.dailyFragsToBanishment }} frags daily
 
            - {{ config.lua.weeklyFragsToBanishment }} frags weekly
 
            - {{ config.lua.monthlyFragsToBanishment }} frags monthly
 
        
        {% endif %}
     
    {% endif %}
    {% if banishmentLength %}
    - Banishment length: {{ banishmentLength }} days
 
    {% endif %}
	{% if finalBanishmentLength %}
    - Final banishment length: {{ finalBanishmentLength }} days
 
    {% endif %}
	{% if ipBanishmentLength %}
    - IP banishment length: {{ ipBanishmentLength }} days
 
    {% endif %}
    
    Other
    - Respect our rules.
 
    - Please report rule violations (Botters, players breaking rules etc) with CTRL + R.