Advertisement
Guest User

SeaBattle Config

a guest
Aug 2nd, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.52 KB | None | 0 0
  1. #
  2. # alwaysdropboat: Drops a boat item, if a boat crashes or gets destroyed any other way
  3. # invincibleboats: Boats won't crash anymore (and can't be removed at all)
  4. # boatlifes: Count of snowballs needed to crash a boat in the arena and win the game
  5. # entry_money: Money needed to entry a game, only available, if use_economy is set to true. The winner will get the entry money multiplied by the count of players in the arena. (Entry: 5$, 3 players => 15$ for the winner) [Vault and economy plugin needed]
  6.  
  7. config:
  8.   alwaysdropboat: true
  9.   invincibleboats: false
  10.   boatlifes: 5
  11.   use_economy: true
  12.   entry_money: 10.0
  13.   maxplayers: 10
  14. strings:
  15.   nopermission: §4You don't have permission!
  16.   createarena: §2Arenaname saved. Now create two spawn points with /sb setspawn <count> <name> and a lobby spawn with /sb setlobby <name>.
  17.   help1: '§2Seabattle help:'
  18.   help2: §2Use '/sb createarena <name>' to create a new arena
  19.   help3: §2Use '/sb setlobby <name>' to set the lobby for an arena
  20.   help4: §2Use '/sb setspawn <count> <name>' to set a new spawn. <count> can be 1 or 2.
  21.   lobbycreated: §2Lobby successfully created!
  22.   spawn1: §2First spawnpoint registered.
  23.   spawn2: §2Second spawnpoint registered. Now create a join sign at the lobby (create a lobbyspawn if haven't done already) and start playing! :)
  24.   spawnerror: §4An error occured. Did you provide a number (1 or 2)?
  25.   arenaremoved: §4Arena removed.
  26.   notenoughmoney: §4You don't have enough money!
  27.   won: §2[BOATGAME] You won!
  28.   lost: §4[BOATGAME] You lost!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement