Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.37 KB | None | 0 0
  1. # Plugin created by Borrachondo
  2. # Version 1.5
  3.  
  4. # /// Before start, sorry for my bad English, I'm Spanish! \\\ #
  5.  
  6. # //////////////////// WARNINGS \\\\\\\\\\\\\\\\\\\\ #
  7. # / - Do not use adventure mode NEVER manually \ #
  8. # / - Report bugs & errors at ------------------- \ #
  9. # / - Do not use special characters \ #
  10. # /////////////////////// | \\\\\\\\\\\\\\\\\\\\\\\\ #
  11.  
  12.  
  13. #######################################
  14. # ////////// CONFIGURATION \\\\\\\\\\ #
  15. #######################################
  16.  
  17. #################
  18. ## MAP OPTIONS ##
  19. #################
  20.  
  21. # This worlds are going to be deleted on server stop, and created on server start
  22. # Auto regenerating game world. IMPORTANT: IT MUST BE THE SAME AS LEVEL-NAME IN SERVER PROPERTIES
  23. map-name: UHC
  24.  
  25. # World to teleport players when deathmatch starts
  26. deathmatchworld: DM
  27.  
  28. # World to teleport players before starting game.
  29. lobbyworld: Lobby
  30.  
  31.  
  32. #############################
  33. ## Bungee & Server options ##
  34. #############################
  35.  
  36. # Enable / Disable kicking players to a specific server. Also will kick players before stop server.
  37. kickplayerstosever: true
  38. # BungeeCord server to send players on kick.
  39. lobbyserver: Creative
  40.  
  41.  
  42. ##################
  43. ## CHAT OPTIONS ##
  44. ##################
  45.  
  46. # Enable / Disable chat in lobby
  47. EnableChatInLobby: true
  48.  
  49. # Enable / Disable chat per team
  50. chatperteam: true
  51.  
  52. # Enable / Disable commands in game
  53. disablecommands: true
  54.  
  55. chatFormat: '&6&lGLOBAL &e%player% &8» &f%message%'
  56. chatFormatTeam: '&lTEAM &e%player% &8» &f%message%'
  57. chatFormatDead: '&7&lDEAD &e%player% &8» &f%message%'
  58.  
  59.  
  60. ###################
  61. ## LOBBY OPTIONS ##
  62. ###################
  63.  
  64. # Min players to start
  65. minplayers: 3
  66.  
  67. # Time in seconds before starting game.
  68. # /// DO NOT USE LESS THAN 15
  69. # /// DO NOT USE MORE THAN 300
  70. CountDownInSeconds: 60
  71.  
  72. # Disable block place or break while the players are in the lobby
  73. disablebuildinlobby: true
  74.  
  75.  
  76. ##################
  77. ## GAME OPTIONS ##
  78. ##################
  79.  
  80. # Players per team during game. Totally configurable
  81. PlayersPerTeam: 2
  82.  
  83. # Enable / Disable reconnect
  84. allowreconnect: true
  85.  
  86. # Time in seconds until eliminate player for being disconnect
  87. timeuntilreconnect: 120
  88.  
  89. # Enable / Disable compass tracker.
  90. GiveCompassTracker: true
  91.  
  92. # Compass tracker will be given in this time in seconds after starting game
  93. GiveCompassTimeInSeconds: 600
  94.  
  95. # Time in seconds before enabling PVP. Set 0 if you don't want to disable PVP.
  96. DisablePVPTimeInSeconds: 600
  97.  
  98. # Enable / Disable hunger before PVP
  99. NoHungerUntilPVP: true
  100.  
  101. # Enable / Disable deathmatch
  102. ActivateDeathmatch: true
  103.  
  104. # Time in seconds before starting Deathmatch
  105. StartDeathmatchTimeInSeconds: 1800
  106.  
  107. # Deathmatch & Game duration, if deathmatch starts and this time end, the server will auto stop.
  108. DeathmatchDurationTimeInSeconds: 600
  109.  
  110. # World radius in deathmatch. Players will be teleported to 0, 0 and this will be their radius until the game ends.
  111. DeathmatchWorldRadius: 50
  112.  
  113. # Enable / Disable allow joining the server during game.
  114. AllowJoinInGame: true
  115. # Enable / Disable auto spectating after death.
  116. SpectateAfterDeath: true
  117.  
  118.  
  119. #######################################
  120. ## WorldBorder & WorldRadius options ##
  121. #######################################
  122.  
  123. # Game world radius.
  124. WorldRadius: 1000
  125.  
  126. # Minimum radius from 0, 0 to spawn players
  127. WorldMinSpawnRadius: 100
  128.  
  129. # Maximum compass tracking radius. The player will be able to track players in this radius
  130. MaxCompassTrackRadius: 500
  131.  
  132. # Enable / Disable reducing world radius during game.
  133. WorldRadiusReducing: true
  134.  
  135. # Time in seconds after starting game to start reducing radius.
  136. WorldStartReducingTimeInSeconds: 600
  137.  
  138. # How many block to reduce radius per second. It's proportional in nether
  139. WorldRadiusReduceBlocksPer4Seconds: 2
  140.  
  141. # World radius will reduce until this radius.
  142. WorldRadiusReducedMinRadius: 100
  143.  
  144. # Distance between player and border to start warning
  145. WorldBorderWarningDistance: 30
  146.  
  147. # Distance between player and deathmatch border to start warning
  148. WorldBorderDeathmatchWarningDistance: 10
  149.  
  150.  
  151. ########################
  152. ## SCOREBOARD OPTIONS ##
  153. ########################
  154.  
  155. # Show / Hide health in tab
  156. ShowHealthInTab: true
  157.  
  158. # Show / Hide full scoreboard
  159. ShowScoreboard: true
  160.  
  161. # Show / Hide team-mates health in scoreboard
  162. ShowTeammateHealth: true
  163. # Show / Hide team-mates distance in scoreboard
  164. ShowTeammateDistance: true
  165.  
  166.  
  167. ######################
  168. ## CRAFTING OPTIONS ##
  169. ######################
  170.  
  171. # Enable / Disable difficult glistering melon craft. false: Normal craft, true: melon + gold block
  172. DifficultGlisteringMelonCraft: true
  173.  
  174. # Enable / Disable golden apple crafts with mob heads.
  175. SkullGoldenAppleCraft: true
  176.  
  177. # Enable / Disable golden apple crafts with player heads.
  178. HeadGoldenAppleCraft: true
  179.  
  180. # Amount of golden apples on player head craft.
  181. HeadGoldenAppleAmountOnCraft: 3
  182.  
  183. # Ban / Not ban enchanted golden apple
  184. BanEnchantedGoldenAppleCraft: true
  185.  
  186.  
  187. #####################
  188. ## REWARD COMMANDS ##
  189. #####################
  190.  
  191. # This commands will be executed when the game ends. %player% will be replaced with the winner/s
  192. RewardCommandsforWinners:
  193. - points give %player% 100
  194.  
  195.  
  196.  
  197. ##################################
  198. # ////////// LANGUAGE \\\\\\\\\\ #
  199. ##################################
  200.  
  201. ###################
  202. ## Chat messages ##
  203. ###################
  204.  
  205. startmotd_line1: '&7&m-----------------------------------------------'
  206. startmotd_line2: '&c&l- Enchanted golden apples are banned!'
  207. startmotd_line3: '&c&l- Do not touch the border, it hurts!'
  208. startmotd_line4: '&a&l- The compass tells you where Enemies are'
  209. startmotd_line5: '&a&l- You will not have hunger until PVP'
  210. startmotd_line6: '&c&l- This is UHC, health doesn´t regenerate!'
  211. startmotd_line7: '&c&l- Help and respect your team'
  212. startmotd_line8: '&a&l- Your team is defined by a number'
  213. startmotd_line9: '&c&l- Enjoy!'
  214. startmotd_line10: '&7&m----------------------------------------------'
  215. chat_disabled_starting_game: '&c&lChat is disabled now. Wait please'
  216. commands_disabled: '&c&lCommands disabled!'
  217. chat_disabled_inlobby: '&c&lChat is disabled in lobby!'
  218. restarting_kick_message: '&c&lRestarting...'
  219. ingame_kick_message: '&c&lThe game is in progress!'
  220. join_message: '&aPlayer &e%player% &ajoined the game! &7(&a%players%&7/&a%maxplayers%&7)'
  221. ingame_join_message: '&aPlayer &e%player% &ajoined the game!'
  222. ingame_leave_message: '&aPlayer &e%player% &aleft the game!'
  223. leave_message: '&aPlayer &e%player% &aleft the game! &7(&a%players%&7/&a%maxplayers%&7)'
  224. countdown_stopped: '&c&lCountdown stopped!! We need at least %players% players to start game!'
  225. team_pvp_deny: '&c&lYou can´t hurt someone in your team!'
  226. pvp_disabled: '&c&lPVP is disabled!'
  227. death_message: '&c&lYou have died!'
  228. not_reconnect_in_time: '&a%player% &cdid not reconnect in time! Eliminated!'
  229. restarting_message: '&c&lThe server will restart soon!'
  230. no_permission: '&cYou don´t have permission'
  231. no_commands_in_game: '&cYou cant use this command in game!'
  232. unknown_command: '&cUnknown command. Type /team to see avaliable commands'
  233. unknown_command_uhc: '&cUnknown command. Type /uhc to see avaliable commands'
  234. too_many_args: '&cToo many arguments. Type /team to see avaliable commands'
  235. too_many_args_uhc: '&cToo many arguments. Type /uhc to see avaliable commands'
  236. only_by_player: 'This command can only be run by a player!'
  237.  
  238. ###################
  239. ## Team messages ##
  240. ###################
  241.  
  242. team_invite_help: '&7Invite a player to your team'
  243. team_accept_help: '&7Accept an invitation'
  244. team_leave_help: '&7Leave your current team'
  245. team_list_help: '&7See players in your team'
  246. no_team: '&cYou don´t have team!'
  247. left_team: '&cYou have left the team'
  248. leader_left_team: '&cThe leader has left the team! Team removed'
  249. player_left_team: '&a%player% has left the team'
  250. team_list: '&aTeam members:'
  251. player_not_found: '&cError: Player not found'
  252. invite_himself: '&cYou can´t invite yourself!'
  253. player_has_team: '&c%player% already has team'
  254. request_sent: '&aRequest sent!'
  255. invitation: '&a%player% has invited you to his team. Type &e/team accept %player% &ato join'
  256. not_leader: '&cYou are not the leader of this team'
  257. creating_team: '&aCreating a team for you!'
  258. already_in_team: '&cYou already are in a team! Type /team leave to leave it'
  259. has_not_team: '&c%player% doesn´t have any team'
  260. not_invited: '&c%player% has not invited you!'
  261. joined_team: '&aYou have joined the team!'
  262. player_joined_team: '&a%player% has joined the team!'
  263. team_full: '&cToo late! Team full'
  264. individual_game: '&cThe game type is individual!'
  265.  
  266. ###################
  267. ## Item messages ##
  268. ###################
  269.  
  270. spectate_compass_title: '&c&lSpectator'
  271. tracking_compass_title: '&c&lTracking compass'
  272. leave_game_item_name: '&c&lReturn to lobby'
  273. head_craft_golden_apple_name: '&cGolden apple head'
  274. dropped_head_on_death_name: '&c%player%´s head'
  275.  
  276. #########################
  277. ## Action bar messages ## IMPORTANT! Don't worry if you use 1.7, will be a chat message
  278. #########################
  279.  
  280. game_autostart: '&a&lThe game will start in %sec% sec!'
  281. game_autostart_minutes: '&a&lThe game will start in %min% min!'
  282. deathmatch_autostart: '&a&lDeathmatch will start in %sec% sec!'
  283. deathmatch_autostart_minutes: '&a&lDeathmatch will start in %min% min!'
  284. pvp_autoenable: '&4&lPVP will be enabled in %sec% sec!'
  285. pvp_autoenable_minutes: '&4&lPVP will be enabled in %min% min!'
  286. world_radius_reducing_start: '&6&lThe world becomes smaller...'
  287. need_players: '&c&lWe need at least %players% players to start game!'
  288. spectator_message: '&a&lYou are spectator now!'
  289. compass_no_nearby_players: '&c&lNo nearby players!'
  290. tracking_compass_message: '&6&lPlayer: &e%player% &6&lDistance: &a%distance%m'
  291. too_close_border: '&c&lWARNING: Too close to border!'
  292.  
  293. #################################
  294. ## Titles & Subtitles messages ## IMPORTANT! Don't worry if you use 1.7, will be a chat message
  295. #################################
  296.  
  297. teleporting: '&c&lTeleporting...'
  298. game_started: '&c&lGame started!'
  299. pvp_enabled: '&4&lPVP enabled!'
  300. deathmatch_started: '&a&lDeathmatch started!'
  301. game_ended: '&c&lGame ended!'
  302. winning_player: '&e&l%player% &a&lwon UHC!'
  303. winning_team: '&a&l%team% &a&lwon UHC!'
  304. game_start_title: '&a&lGame started!'
  305. game_start_subtitle: '&c&lGood luck!'
  306. teleporting_title: '&c&lTeleporting players'
  307. teleporting_subtitle: '&c&lPlease wait...'
  308. on_join_lobby_subtitle: '&eUse &a/team &eto see team commands'
  309.  
  310. #########################
  311. ## Scoreboard messages ##
  312. #########################
  313.  
  314. scoreboard_time: '&lTIME'
  315. scoreboard_winner: '&lWINNER'
  316. scoreboard_team: '&cTeam'
  317. scoreboard_teams: '&lTEAMS LEFT'
  318. scoreboard_alive: '&c%teams% alive'
  319. scoreboard_border: '&lBORDER'
  320. scoreboard_players: '&lPLAYERS'
  321. scoreboard_status: '&lSTATUS'
  322. scoreboard_waiting: '&6Waiting...'
  323. scoreboard_starting: '&6Starting in'
  324. scoreboard_starting2: '&6%sec% seconds'
  325. scoreboard_teammates: '&lTEAMMATES'
  326. scoreboard_list_teammates1: '&aType &6/team'
  327. scoreboard_list_teammates2: '&6list &ato see'
  328. scoreboard_list_teammates3: '&ayour teammates'
  329. scoreboard_game_individual1: '&aThe type'
  330. scoreboard_game_individual2: '&aof game is'
  331. scoreboard_game_individual3: '&aindividual'
  332. scoreboard_no_team1: '&aYou don´t'
  333. scoreboard_no_team2: '&ahave team'
  334. scoreboard_no_team3: '&aType &6/team'
  335.  
  336. ##########################
  337. ## Server ping messages ##
  338. ##########################
  339.  
  340. server_motd_inlobby: '&cIn lobby...'
  341. server_motd_starting: '&cStarting...'
  342. server_motd_inprogress: '&cIn progress'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement