Sobky

OneShot - config.yml

Aug 11th, 2016
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.72 KB | None | 0 0
  1. #Available languages: en, sk If you want other, you can create it and insert file to lang folder. And here write name of file (Without .yml)
  2. language: "en"
  3.  
  4. #Here write allowed commands, when player is in game
  5. allowedCommands:
  6.    - oneshot
  7.     - os
  8.  
  9. #Available types of storage data: file, mysql
  10. database:
  11.   type: file
  12.   user: "name"
  13.   host: "ip"
  14.   database: "db"
  15.   password: "password"
  16. #BungeeCord mode
  17. #When is enabled, on server you can have more arenas, but always only one will be selected to play it.
  18. #After join the server with this plugin. You will be joined the game automatically.
  19. #MOTD is available, too. There are using signGameWaiting, signGameRunning, signGameStopped and signGameEnding variables from language file.
  20. bungeecord:
  21.     enable: false
  22.     #When you left the game or game ended. You will be teleprted to one of these hub servers.
  23.     hubServers:
  24.    - hub1
  25.     - hub2
  26. #If true cmdForWinner and cmdForKiller will be enabled
  27. allowRewardCmds: false
  28. cmdForWiner:
  29.    - gems give {player} 1
  30. cmdForKiller:
  31.    - gems add {player} 1
  32. #If true, players in game don't see messages from players who aren't in same game.  
  33. separateChat: false
  34.  
  35. #If true, after select kit player's inventory will be closed.
  36. closeInventoryAfterSelectKit: true
  37.  
  38. #If true, winners will be rewarded with money. Reward is customizable with command /os setMoneyReward <game> <money> (Def: 100)
  39. enableVault: false
  40. #Symbol of currency. E.g. $/€
  41. currencyChar: $
  42.  
  43. #What items will be displayed in Lobby inventory. Here you have to write IDs of items. (Only leaveGame item will be displayed in game.)
  44. guiItems:
  45.   leaveGame: 355
  46.   kits: 54
  47.   kitSword: 272
  48.   kitArrow: 262
  49.   kitSpeed: 414
  50.   kitExplosion: 46
  51.   kitShield: 442
Add Comment
Please, Sign In to add comment