Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.81 KB | None | 0 0
  1. config:
  2.   alwaysdropboat: true
  3.   invincibleboats: false
  4.   boatspeed_global: 0.4
  5.   boatspeed_arena: 0.4
  6.   boatlifes: 5
  7.   playerlifes: 1
  8.   use_economy: true
  9.   entry_money: 10.0
  10.   itemreward_itemid: 364
  11.   itemreward_amount: 2
  12.   maxplayers: 10
  13.   minplayers: 2
  14.   starting_cooldown: 11
  15.   teams: true
  16.   auto_updating: true
  17.   announce_winners: true
  18. strings:
  19.   ball_name: §2BoatBall
  20.   nopermission: §4You don't have permission!
  21.   createarena: §2Arenaname saved. Now create two spawn points with /sb setspawn <count> <name> and a lobby spawn with /sb setlobby <name>.
  22.   help1: '§2Seabattle help:'
  23.   help2: §2Use '/sb createarena <name>' to create a new arena
  24.   help3: §2Use '/sb setlobby <name>' to set the lobby for an arena
  25.   help4: §2Use '/sb setspawn <count> <name>' to set a new spawn. <count> can be 1 or 2.
  26.   lobbycreated: §2Lobby successfully created!
  27.   spawn: §2Spawnpoint registered.
  28.   spawnerror: §4An error occured. Did you provide a number (1 or 2)?
  29.   arenaremoved: §4Arena removed.
  30.   notenoughmoney: §4You don't have enough money!
  31.   won: §2[BOATGAME] You won the game!
  32.   lost: §4[BOATGAME] You lost the game!
  33.   lostlife: 4[BOATGAME] You lost one life! Lifes left: '
  34.   reload: §2Boatgame config successfully reloaded.
  35.   nothing: §4This command action was not found.
  36.   spawn1: §2First spawnpoint registered.
  37.   spawn2: §2Second spawnpoint registered. Now create a join sign at the lobby (create a lobbyspawn if haven't done already) and start playing! :)
  38. test:
  39.   name: test
  40.   world: lw
  41.   lobbyspawn:
  42.     x: 439
  43.     y: 68
  44.     z: 490
  45.     world: lw
  46.   spawn1:
  47.     x: 442
  48.     y: 77
  49.     z: 504
  50.     world: lw
  51.   spawn2:
  52.     x: 478
  53.     y: 77
  54.     z: 502
  55.     world: lw
  56.   spawn3:
  57.     x: 465
  58.     y: 77
  59.     z: 515
  60.     world: lw
  61.   sign:
  62.     world: lw
  63.     x: 439
  64.     y: 69
  65.     z: 494
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement