Settings Files

Here you can find all settings files

  • CONFIG FILE

# 
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#        WOOLWARS CONFIGURATION FILE         
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 
match:
    locations:
        lobby:
            worldName: world
            x: 0.0
            y: 100.0
            z: 0.0
            pitch: 0.0
            yaw: 0.0
    starting-cooldown-duration-seconds: 5
    pre-round-duration-seconds: 12
    round-duration-seconds: 60
    center-unlocks-seconds: 10
    wait-for-new-round: 5
    close-game-cooldown: 5
    options:
        enable-leave-command: true
        enable-fall-damage: false
        disabled-interaction-blocks: 
        - CRAFTING_TABLE
        - FURNACE
    jump-pads:
        material: SLIME_BLOCK
        power:
            horizontal: 0.5
            vertical: 1.0
# 
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#        COMMANDS SETTINGS         
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 
blocked-commands:
    # Set this to true to make the list as whitelist.
    whitelist: false
    # All players with the permission woolwars.ignore-commands-block will ignore this feature
    commands: 
    - /spawn
# 
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#        SOUNDS SETTINGS         
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 
sounds:
    jump-pad: ENTITY_BAT_TAKEOFF
    round-start: BLOCK_ANVIL_LAND
    round-won: ENTITY_PLAYER_LEVELUP
    round-lost: ENTITY_GHAST_WARN
    teleport: ENTITY_ENDERMAN_TELEPORT
    game-won: ENTITY_PLAYER_LEVELUP
    game-lost: ENTITY_GHAST_WARN
    powerup-collected: ENTITY_EXPERIENCE_ORB_PICKUP
    player-death: ENTITY_GHAST_WARN
    player-kill: ENTITY_EXPERIENCE_ORB_PICKUP
    cooldown: ENTITY_CHICKEN_EGG
    player-joined: ENTITY_CHICKEN_EGG
    player-left: ENTITY_CHICKEN_EGG
# 
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#        DATABASE SETTINGS         
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 
database:
    # Choose one between MYSQL or SQLITE
    type: SQLITE
    credentials:
        address: localhost
        host: 3306
        database: minecraft
        username: root
        password: root
  • GUI FILE

  • LANGUAGE FILE

Last updated