Advertisement
Guest User

Untitled

a guest
Jan 11th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Plugin created by Borrachondo
  2. # Version 1.7
  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: false
  38. # BungeeCord server to send players on kick.
  39. lobbyserver: lobby
  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. #
  56. # PermissionsEx & GroupManager Support:
  57. #
  58. # Just add #prefix# and #suffix#
  59. #
  60. # Example:
  61. # chatFormat: '#prefix#&e%player%&8#suffix#: &7%message%'
  62. #
  63. chatFormat: '&e%player%&8: &7%message%'
  64. chatFormatTeam: '&lTEAM &e%player%&8: &7%message%'
  65. chatFormatDead: '&7&lDEAD &e%player%&8: &7%message%'
  66.  
  67.  
  68. ###################
  69. ## LOBBY OPTIONS ##
  70. ###################
  71.  
  72. # Min players to start
  73. minplayers: 2
  74.  
  75. # Time in seconds before starting game.
  76. # /// DO NOT USE LESS THAN 15
  77. # /// DO NOT USE MORE THAN 300
  78. CountDownInSeconds: 180
  79.  
  80. # Disable block place or break while the players are in the lobby
  81. disablebuildinlobby: true
  82.  
  83.  
  84. ##################
  85. ## GAME OPTIONS ##
  86. ##################
  87.  
  88. # Players per team during game. Totally configurable
  89. PlayersPerTeam: 2
  90.  
  91. # Enable / Disable reconnect
  92. allowreconnect: true
  93.  
  94. # Time in seconds until eliminate player for being disconnect
  95. timeuntilreconnect: 120
  96.  
  97. # Enable / Disable compass tracker.
  98. GiveCompassTracker: true
  99.  
  100. # Compass tracker will be given in this time in seconds after starting game
  101. GiveCompassTimeInSeconds: 600
  102.  
  103. # Time in seconds before enabling PVP. Set 0 if you don't want to disable PVP.
  104. DisablePVPTimeInSeconds: 600
  105.  
  106. # Enable / Disable hunger before PVP
  107. NoHungerUntilPVP: true
  108.  
  109. # Enable / Disable deathmatch
  110. ActivateDeathmatch: true
  111.  
  112. # Time in seconds before starting Deathmatch
  113. StartDeathmatchTimeInSeconds: 1800
  114.  
  115. # Deathmatch & Game duration, if deathmatch starts and this time end, the server will auto stop.
  116. DeathmatchDurationTimeInSeconds: 600
  117.  
  118. # World radius in deathmatch. Players will be teleported to 0, 0 and this will be their radius until the game ends.
  119. DeathmatchWorldRadius: 50
  120.  
  121. # Enable / Disable allow joining the server during game.
  122. AllowJoinInGame: true
  123. # Enable / Disable auto spectating after death.
  124. SpectateAfterDeath: true
  125.  
  126.  
  127. #######################################
  128. ## WorldBorder & WorldRadius options ##
  129. #######################################
  130.  
  131. # Game world radius.
  132. WorldRadius: 1000
  133.  
  134. # Minimum radius from 0, 0 to spawn players
  135. WorldMinSpawnRadius: 100
  136.  
  137. # Maximum compass tracking radius. The player will be able to track players in this radius
  138. MaxCompassTrackRadius: 500
  139.  
  140. # Enable / Disable reducing world radius during game.
  141. WorldRadiusReducing: true
  142.  
  143. # Time in seconds after starting game to start reducing radius.
  144. WorldStartReducingTimeInSeconds: 600
  145.  
  146. # How many block to reduce radius per second. It's proportional in nether
  147. WorldRadiusReduceBlocksPer4Seconds: 2
  148.  
  149. # World radius will reduce until this radius.
  150. WorldRadiusReducedMinRadius: 100
  151.  
  152. # Distance between player and border to start warning
  153. WorldBorderWarningDistance: 30
  154.  
  155. # Distance between player and deathmatch border to start warning
  156. WorldBorderDeathmatchWarningDistance: 10
  157.  
  158.  
  159. ########################
  160. ## SCOREBOARD OPTIONS ##
  161. ########################
  162.  
  163. # Show / Hide health in tab
  164. ShowHealthInTab: true
  165.  
  166. # Show / Hide full scoreboard
  167. ShowScoreboard: true
  168.  
  169. # Show / Hide team-mates health in scoreboard
  170. ShowTeammateHealth: true
  171. # Show / Hide team-mates distance in scoreboard
  172. ShowTeammateDistance: true
  173.  
  174.  
  175. ######################
  176. ## CRAFTING OPTIONS ##
  177. ######################
  178.  
  179. # Enable / Disable difficult glistering melon craft. false: Normal craft, true: melon + gold block
  180. DifficultGlisteringMelonCraft: true
  181.  
  182. # Enable / Disable golden apple crafts with mob heads.
  183. SkullGoldenAppleCraft: true
  184.  
  185. # Enable / Disable golden apple crafts with player heads.
  186. HeadGoldenAppleCraft: true
  187.  
  188. # Amount of golden apples on player head craft.
  189. HeadGoldenAppleAmountOnCraft: 3
  190.  
  191. # Ban / Not ban enchanted golden apple
  192. BanEnchantedGoldenAppleCraft: true
  193.  
  194.  
  195. #####################
  196. ## REWARD COMMANDS ##
  197. #####################
  198.  
  199. # This commands will be executed when the game ends. %player% will be replaced with the winner/s
  200. RewardCommandsforWinners:
  201. - money give %player% 1000
  202.  
  203. # This commands will be executed when a players kills someone
  204. RewardCommandsforKillers:
  205. - money give %player% 150
  206.  
  207.  
  208.  
  209. ##################################
  210. # ////////// LANGUAGE \\\\\\\\\\ #
  211. ##################################
  212.  
  213. ###################
  214. ## Chat messages ##
  215. ###################
  216.  
  217. startmotd_line1: '&7&m-----------------------------------------------'
  218. startmotd_line2: '&c&l- Pommes d or enchantees sont interdits!'
  219. startmotd_line3: '&c&l- Ne touchez pas la frontiere, cela fait mal!'
  220. startmotd_line4: '&a&l- La boussole vous indique ou les ennemis sont'
  221. startmotd_line5: '&a&l- Vous n aurez pas faim j usqua la periode de PVP'
  222. startmotd_line6: '&c&l- Ceci est UHC, la sante ne se regenere pas!'
  223. startmotd_line7: '&c&l- Aide et respecter votre equipe'
  224. startmotd_line8: '&a&l- Votre equipe est definie par un certain nombre'
  225. startmotd_line9: '&c&l- Prenez du plaisir!'
  226. startmotd_line10: '&7&m----------------------------------------------'
  227. chat_disabled_starting_game: '&c&lLe chat est desactive maintenant. Attendez s il vous plait'
  228. commands_disabled: '&c&lcommandes desactive!'
  229. chat_disabled_inlobby: '&c&lChat desactivee au lobby!'
  230. restarting_kick_message: '&c&lRedemarage'
  231. ingame_kick_message: '&c&lLe jeux et en cours!'
  232. join_message: '&aLe joueur &e%player% &aa rejoint le jeux! &7(&a%players%&7/&a%maxplayers%&7)'
  233. ingame_join_message: '&aLe joueur &e%player% &arejoint la partie!'
  234. ingame_leave_message: '&aLe joueur &e%player% &avient de ce deconecter!'
  235. leave_message: '&aLe joueur &e%player% &avient de ce deconecter! &7(&a%players%&7/&a%maxplayers%&7)'
  236. countdown_stopped: '&c&lCompte a rebours arrete !! Nous avons besoin d au moins %joueurs% joueurs pour commencer le jeu!'
  237. team_pvp_deny: '&c&lVous ne pouvez pas blesser quelqu un dans votre equipe!'
  238. pvp_disabled: '&c&lPVP desactiver!'
  239. death_message: '&c&lVous etes mort!'
  240. not_reconnect_in_time: '&a%player% &cne c est pas se reconnecter a temps! Elimine!'
  241. restarting_message: '&c&lLe serveur va redemarrer bientot!'
  242. no_permission: '&cvous ne disposez pas des autorisations'
  243. no_commands_in_game: '&cVous ne pouvez pas utiliser cette commande dans le jeu!'
  244. unknown_command: '&cCommande inconnue. Utilise /team'
  245. unknown_command_uhc: '&cCommande inconnue. Utilise /uhc'
  246. too_many_args: '&cTrop d arguments. Utilise /team'
  247. too_many_args_uhc: '&cTrop d arguments. Type /uhc'
  248. only_by_player: 'Cette commande ne peut etre execute par un joueur!'
  249. health_use: '&aUtilise &e/health <player> &apour voir son etat de sante'
  250. health_message: '%player% &aa %health% de vie'
  251.  
  252. ###################
  253. ## Team messages ##
  254. ###################
  255.  
  256. team_invite_help: '&7Invite un(e) joueur(e) dans ta team'
  257. team_accept_help: '&7Accepter invitation'
  258. team_leave_help: '&7Quite votre equipe'
  259. team_list_help: '&7Voir les joueurs de votre equipe'
  260. no_team: '&cVous n avez aucune Equipe!'
  261. left_team: '&cVous avez quite l Equipe'
  262. leader_left_team: '&cLe Leader a quite l Equipe! Equipe suprimee'
  263. player_left_team: '&a%player% A quite l Equipe'
  264. team_list: '&aMembre de l Equipe:'
  265. player_not_found: '&cErreur : Joueur Inconnue'
  266. invite_himself: '&cYou can t invite yourself!'
  267. player_has_team: '&c%player% et deja dans votre Equipe'
  268. request_sent: '&aRequete envoyer!'
  269. invitation: '&a%player% Vous a inviter. Utilise &e/team accept %player% &apour le rejoindre'
  270. not_leader: '&cVous n etes pas le Leader'
  271. creating_team: '&aEquipe cree!'
  272. already_in_team: '&cVous posseder deja une Equipe! Utilise /team leave pour la quitee'
  273. has_not_team: '&c%player% n a pas d Equipe'
  274. not_invited: '&c%player% ne vous a pas invite!'
  275. joined_team: '&aVous avez rejoint l Equipe!'
  276. player_joined_team: '&a%player% a rejoint l Equipe!'
  277. team_full: '&cEquipe complete'
  278. individual_game: '&cJeux individuel!'
  279.  
  280. ###################
  281. ## Item messages ##
  282. ###################
  283.  
  284. spectate_compass_title: '&c&lSpectateur'
  285. tracking_compass_title: '&c&lBoussole de suivi'
  286. leave_game_item_name: '&c&lRetournez au Lobby'
  287. head_craft_golden_apple_name: '&cPomme d or cree avec une tete'
  288. dropped_head_on_death_name: '&cTete de %player% s'
  289.  
  290. #########################
  291. ## Action bar messages ## IMPORTANT! Don't worry if you use 1.7, will be a chat message
  292. #########################
  293.  
  294. game_autostart: '&a&lLe jeux ce lance dans %sec% sec!'
  295. game_autostart_minutes: '&a&lLe jeux ce lance dans %min% min!'
  296. deathmatch_autostart: '&a&lDeathmatch commence dans %sec% sec!'
  297. deathmatch_autostart_minutes: '&a&lDeathmatch commence %min% min!'
  298. pvp_autoenable: '&4&lPVP sera active dans %sec% sec!'
  299. pvp_autoenable_minutes: '&4&lPVP sera active dans %min% min!'
  300. world_radius_reducing_start: '&6&lLe monde va retrecir...'
  301. need_players: '&c&lIl faut au moin %players% joueurs pour lancee le jeux!'
  302. spectator_message: '&a&lVous etes un spectateur!'
  303. compass_no_nearby_players: '&c&lPas de joueurs a proximite!'
  304. tracking_compass_message: '&6&lJoueurs: &e%player%  &6&lDistance: &a%distance%m'
  305. too_close_border: '&c&lATTENTION: La bordure ractrecie!'
  306.  
  307. #################################
  308. ## Titles & Subtitles messages ## IMPORTANT! Don't worry if you use 1.7, will be a chat message
  309. #################################
  310.  
  311. teleporting: '&c&lTeleportation...'
  312. game_started: '&c&lJeux lancee!'
  313. pvp_enabled: '&4&lPVP Activee!'
  314. deathmatch_started: '&a&lDeathmatch Lancee!'
  315. game_ended: '&c&lJeux fini!'
  316. winning_player: '&e&l%player% &a&lgagne l UHC!'
  317. winning_team: '&a&l%team% &a&lgagne l'UHC!'
  318. game_start_title: '&a&lDemarage du jeux!'
  319. game_start_subtitle: '&c&lBonne chance!'
  320. teleporting_title: '&c&lTeleportion joueurs'
  321. teleporting_subtitle: '&c&lVeuillez patientez...'
  322. on_join_lobby_subtitle: '&eUtilise &a/team &epour voir les commandes de l'equipe'
  323.  
  324. #########################
  325. ## Scoreboard messages ##
  326. #########################
  327.  
  328. scoreboard_title: '&e&lUltra Hardcore'
  329. scoreboard_time: '&lTEMPS'
  330. scoreboard_winner: '&lGAGNANT'
  331. scoreboard_team: '&cEquipe'
  332. scoreboard_teams: '&lEquipe restant'
  333. scoreboard_alive: '&c%teams% vie'
  334. scoreboard_border: '&lBORDURE'
  335. scoreboard_players: '&lJOUEURS'
  336. scoreboard_status: '&lSTATUS'
  337. scoreboard_waiting: '&6Patientez...'
  338. scoreboard_starting: '&6Demarage...'
  339. scoreboard_teammates: '&lCOeQUIPIERS'
  340. scoreboard_list_teammates1: '&aUtilise &6/team'
  341. scoreboard_list_teammates2: '&6list &apour voir'
  342. scoreboard_list_teammates3: '&avos coequipiers'
  343. scoreboard_game_individual1: '&aLe type'
  344. scoreboard_game_individual2: '&ade jeux et'
  345. scoreboard_game_individual3: '&aindividuel'
  346. scoreboard_no_team1: '&aTu n a'
  347. scoreboard_no_team2: '&aaucune Equipe'
  348. scoreboard_no_team3: '&aUtilise &6/team'
  349.  
  350. # THIS OPTIONS WILL BE SCOREBOARD TITLES!!
  351. scoreboard_starting2: '&a&lLancement dans %sec%s'
  352. scoreboard_pvp_enable_time: '&c&lPVP dans %min%min'
  353. scoreboard_pvp_enable_time_seconds: '&c&lPVP dans %sec%s'
  354. scoreboard_deathmatch_enable_time: '&a&lDeathmatch dans %min%min'
  355. scoreboard_deathmatch_enable_time_seconds: '&a&lDeathmatch dans %sec%s'
  356.  
  357. ##########################
  358. ## Server ping messages ##
  359. ##########################
  360.  
  361. server_motd_inlobby: '&cDans le lobby...'
  362. server_motd_starting: '&cLancement...'
  363. server_motd_inprogress: '&cEn jeux'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement