Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # alwaysdropboat: Drops a boat item, if a boat crashes or gets destroyed any other way
- # invincibleboats: Boats won't crash anymore (and can't be removed at all)
- # boatlifes: Count of snowballs needed to crash a boat in the arena and win the game
- # 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]
- config:
- alwaysdropboat: true
- invincibleboats: false
- boatlifes: 5
- use_economy: true
- entry_money: 10.0
- maxplayers: 10
- strings:
- nopermission: §4You don't have permission!
- createarena: §2Arenaname saved. Now create two spawn points with /sb setspawn <count> <name> and a lobby spawn with /sb setlobby <name>.
- help1: '§2Seabattle help:'
- help2: §2Use '/sb createarena <name>' to create a new arena
- help3: §2Use '/sb setlobby <name>' to set the lobby for an arena
- help4: §2Use '/sb setspawn <count> <name>' to set a new spawn. <count> can be 1 or 2.
- lobbycreated: §2Lobby successfully created!
- spawn1: §2First spawnpoint registered.
- spawn2: §2Second spawnpoint registered. Now create a join sign at the lobby (create a lobbyspawn if haven't done already) and start playing! :)
- spawnerror: §4An error occured. Did you provide a number (1 or 2)?
- arenaremoved: §4Arena removed.
- notenoughmoney: §4You don't have enough money!
- won: §2[BOATGAME] You won!
- lost: §4[BOATGAME] You lost!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement