Advertisement
hubs

Untitled

Mar 16th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. # Do not touch
  2. version: 1.0.1
  3.  
  4. # The language locale which the plugin will translate its messages to
  5. locale: en
  6.  
  7. # A list of commands which are allowed to use ingame
  8. # Commands not included in this list won't be allowed to use while playing
  9. # Adding an '*' (including quotes) will allow players to dispatch any command
  10. game-allowed-commands:
  11. - hub
  12. - bg
  13. - lobby
  14. - s
  15.  
  16. # Arenas are protected from construct and destruction modifications
  17. game-arena-protection: true
  18.  
  19. # Broadcast in-game chat message to the console
  20. game-broadcast-chat: true
  21.  
  22. # The gamemode players get set to when joining and leaving a game
  23. game-default-join-gamemode: SURVIVAL
  24. game-default-leave-gamemode: SURVIVAL
  25.  
  26. # The display names of different weapon types
  27. game-display-name:
  28. equipment: "&f%bg_weapon%"
  29. firearm: "&f%bg_weapon% %bg_magazine%/%bg_ammo%"
  30. knife: "&f%bg_weapon%"
  31.  
  32. # Explosive throwing cooldown in ticks
  33. game-explosive-cooldown: 20
  34.  
  35. # The general accuracy of firearms in the game
  36. # Change to higher number for lower accuracy, change to lower number for higher accuracy
  37. game-firearm-accuracy: 10.0
  38.  
  39. # Scoreboard configurations
  40. game-scoreboard:
  41. # Set to false to disable scoreboards
  42. enabled: true
  43. # The layout of the game scoreboards
  44. # Leave "" to remove this line
  45. lobby:
  46. layout:
  47. line0: "&6カウントダウン: &f%bg_countdown%s"
  48. line1: " "
  49. line2: "&6残りプレイヤー: &f%bg_players%"
  50. line3: " "
  51. line4: "&6ゲームモード: &f%bg_gamemode%"
  52. line5: "&6アリーナ: &f%bg_arena%"
  53. line6: "&8%bg_date%"
  54. title: "&b&lFFA"
  55. worlds: "*"
  56.  
  57. # The material and durability of the launchers' projectiles
  58. game-launcher-material: IRON_HELMET,1
  59.  
  60. # The velocity of grenade launchers' projectiles
  61. # Higher values than 3.0 may cause the projectile to not launch accurately
  62. game-launcher-velocity: 2.0
  63.  
  64. # Some projectiles are able to pierce through certain blocks. Add their materials here
  65. game-pierceable-blocks:
  66. - AIR
  67. - BARRIER
  68. - CARPET
  69. - CROPS
  70. - FENCE
  71. - IRON_FENCE
  72. - LADDER
  73. - LEAVES
  74. - LONG_GRASS
  75. - REDSTONE_WIRE
  76. - SIGN_POST
  77. - STAINED_GLASS_PANE
  78. - THIN_GLASS
  79. - WALL_SIGN
  80.  
  81. # The layout of the game joining signs
  82. game-sign-layout:
  83. line-0: "%bg_state%"
  84. line-1: "&lGame %bg_game%"
  85. line-2: "%bg_arena%"
  86. line-3: "&8&l%bg_players%/%bg_maxplayers%"
  87.  
  88. # Gamestate notations on game joining signs
  89. game-sign-states:
  90. disabled: "&8&l[ DISABLED ]"
  91. in-game: "&4&l[ IN GAME ]"
  92. resetting: "&9&l[ RESETTING ]"
  93. starting: "&6&l[ STARTING ]"
  94. waiting: "&2&l[ WAITING ]"
  95.  
  96. # The minimum level players need to be to get access to custom loadout creation
  97. loadout-creation-level: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement