Configuration

general:
  world: The Walls 2 world name
  monsters: Whether or not to disable monsters
  prize: The prize for winning The Walls 2
         Format: 'itemID:itemData:itemAmount'
game:
  virtual: Whether or not the game is simulated virtually instead of using redstone
  notify: (Requires virtual to be true)
          Whether or not to notify players at certain intervals about the
          remaining time until the walls fall
  notify-interval: (Requires notify and virtual to be true)
                   The time (in minutes) in between notifying players
                   about the remaining time
  time: (Requires virtual to be true)
        The time (in minutes) that it takes for the walls to fall
locations:
  lobby: Lobby location (empty = default)
         Format: x;y;z
         Example: 250.5;65;100.5
timer:
  enabled: Whether or not the timer for starting games automatically is enabled
  initial-time: The time (in minutes) that it takes after the server is started until
                a new game is started (if there are enough players)
  normal-time: The time (in minutes) that it takes after the last game has finished
               until a new game is started (if there are enough players)

Comments

Posts Quoted:
Reply
Clear All Quotes