Advertisement
Guest User

MobRacers config.yml 1.1.18

a guest
Dec 3rd, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.20 KB | None | 0 0
  1. #
  2. #Hi and welcome to MobRacers configuration
  3. #If you want to regen this file, just delete it and reload the plugin
  4. #
  5.  
  6. #base-speed is the base-speed of all the vehicles, warning a too high value may cause bugs
  7. #The points given to all the players when finished a race a multiplied by the point coefficient so you can control the economy
  8. #scoreboard-update-period is the time between each scoreboard updates during the game
  9. base-speed: 1.0
  10. point-coefficient: 1.0
  11. scoreboard-update-period: 1
  12.  
  13. #The duration of the different timers in the game
  14. #arena-selection-timer is when the players vote for their favorite arena
  15. #vehicle-selection-timer is when the players vote for their favorite arena
  16. #fireworks-timer is at the end of the game when the winner is announced
  17. arena-selection-timer: 45
  18. vehicle-selection-timer: 30
  19. fireworks-timer: 5
  20.  
  21. #This is the weather of the lobby
  22. #time-locked is to lock the normal cycle of the time
  23. #It doesn't change the world's time, it's only affecting the client
  24. #Raining on a cold biome will make snow
  25. time: 6000
  26. time-locked: true
  27. raining: false
  28.  
  29. #Their name explains pretty much what they do,
  30. #Disabling the stats will prevent the plugin from using userdatas, it is recommended for large Bungee Networks with multiples MobRacers servers
  31. #Disable music if you don't like music but it hasn't any other effect
  32. #The rotation is what making the game restaring over and over. Disable it if you want players to leave after the game
  33. enable-stats: true
  34. enable-music: true
  35. enable-rotation: true
  36.  
  37. #Do you want to integrate Vault's economy system into MobRacers ?
  38. #Setting true even if you do not have vault won't cause problems but I do not recommend it
  39. enable-vault: false
  40.  
  41. #This option makes MobRacers change the server MOTD to the current MobRacers status
  42. #MOTDs are configurable in the lang file using the lines standby-status, arenaselect-status, vehicleselect-status and game-status
  43. #This can be really useful if you plan to do a big networks with multiples MobRacers server
  44. #and you need to show the current status of servers.
  45. enable-motd: false
  46.  
  47. #The invitation message is a message sent to the players of the server when a player join the game and there's not enough players to begin.
  48. #Broadcast-worlds are the worlds on which players will receive the invitation-message and the win message. you can set a list, a single world, 'null' or '*' (* for all the worlds)
  49. invitation-message: false
  50. broadcast-worlds: 'null'
  51.  
  52. #The auto-join mode permit players to join instantly the game when joining the server.
  53. #Optimal for BungeeCord networks MobRacers alone in a whole server
  54. #Players with the admin permission (MobRacers.admin) are not automatically put in game and they can leave with the command
  55. #
  56. #The teleport-join mode permit players to join the game when they are teleported in the region and leave the game when they are teleported out
  57. #Perfect for Multiverse servers with portals to join games
  58. #Players with the admin permission (BlockFarmers.admin) are not automatically put in game when they are teleported in the region
  59. auto-join: false
  60. teleport-join: true
  61.  
  62. #If you enable this, people in game will have their name green in the player list and they will have a header and a footer to their player list containing infos about the game
  63. color-in-tab: true
  64.  
  65. #This is the command-blocking feature only actived for players in-game. You can enable it or disable it and you have the list of non-blocked commands just after
  66. block-commands: true
  67. allowed-commands:
  68.  - blockfarmers
  69.   - bf
  70.   - farm
  71.   - farmers
  72.   - blockf
  73.   - bfarmers
  74.   - reload
  75.   - ban
  76.   - mute
  77.   - kick
  78.  
  79. #Do you want to use displaynames or normal names ? Display names may include the ranks and essentials nicknames
  80. use-displaynames: false
  81.  
  82. #The minimum of players cannot be less than 2 and the maximum can be whatever you want
  83. #You can set -1 as a max value to remove the limit
  84. min-players: 2
  85. max-players: 8
  86.  
  87. #Use the end-game commands to use MobRacers with your economy ! You can set a list of commands, how much you want
  88. #The winner's name can be used with <first> and it's the same thing for the <second>, the <third> and the <last>
  89. #
  90. #Remove the '#'s to activate it
  91. #endgame-commands:
  92. #  - 'broadcast <last> is a noob ! Hahaha'
  93. #  - 'give <first> minecraft:diamond 1'
  94.  
  95. #Do you want to keep the states of your players so they will get it back when leaving the game ?
  96. #This option is optimal for factions servers, there's no way to use MobRacers to get life or food with this.
  97. #Plus, it completly keeps the inventory and exp of all players.
  98. #This option also permit you to not set the exit location since they are teleported back to their previous location.
  99. #List of things saved by this feature:
  100. #The location, the velocity and the fall distance
  101. #Inventory, Armor and Item on the cursor
  102. #Health, Food level, saturation and exhaustion
  103. #Fire ticks and remaining air
  104. #Gamemode, the permission to fly and the flying itself
  105. #Walking speed and Flying speed
  106. #All potion effects
  107. keep-player-states: false
  108.  
  109. #This option enable the messages admins get when joining the server if MobRacers isn't up to date
  110. #I recommend letting it to true but It's all up to you
  111. update-notifications: true
  112.  
  113. #Do you want spectators and finished players to be in gamemode spectator ?
  114. #However, they won't be able to use their spectators items
  115. gamemode-3-spectators: false
  116.  
  117. #Do you want the plugin to inject new messages in your lang file when one is missing ?
  118. #This feature is useful to get new messages instantly without configuring them but
  119. #may break your file identation since the file is loaded and saved. When set to false
  120. #and a message is missing, it's path will be send.
  121. inject-lang-file: true
  122.  
  123. #Configures MobRacers' database connection
  124. #Disabling the sql without disabling stats above will use Yaml userdatas to save players data
  125. #The plugin support almost any databse compatible with jdbc and supporting "TEXT" values
  126. #
  127. #Noticeable drivers & urls:
  128. #  com.mysql.jdbc.Driver
  129. #  jdbc:mysql://localhost:3306/yourdatabase
  130. #
  131. #  org.sqlite.JDBC
  132. #  jdbc:sqlite:/C:/Users/you/yourdatabase
  133. #
  134. sql-enabled: false
  135. sql-driver: com.example.jdbc.Driver
  136. sql-url: jdbc:example://localhost:3306/minecraft_db
  137. sql-user: mobracers_admin
  138. sql-password: secret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement