Advertisement
shadow45

spanish v1 annihilation by shadow45

Aug 7th, 2016
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 KB | None | 0 0
  1. ####################################################################### Anni 3.0 #######################################################################
  2. #Permissions:
  3. # KITS:
  4. #
  5. # anni.class.warrior - WARRIOR
  6. # anni.class.archer - ARCHER
  7. # anni.class.miner - MINER
  8. # anni.class.lumberjack - LUMBERJACK
  9. # anni.class.scout - SCOUT
  10. # anni.class.berserker - BERSERKER
  11. # anni.class.spy - SPY
  12. # anni.class.defender - DEFENDER
  13. # ------------------------
  14. #
  15. # OTHERS :
  16. #
  17. # anni.bypass.teamlimitor - Change Team
  18. # anni.bypass.teamlimit - Join to full team
  19. # anni.bypass.phaselimiter - PHASE JOIN
  20. # anni.map.edit - EDIT MAP
  21. # anni.map.save - SAVE MAP
  22. #
  23. #####################################################################################################################################################
  24. # Start delay - 30 = 30 seconds
  25. start-delay: 30
  26.  
  27. # Phase time - 600 seconds = 10 minuts
  28. phase-period: 600
  29.  
  30. # Restart time - 2
  31. restart-delay: 30
  32.  
  33. # Stats: "flatfile" - File DB - stats.yml | "sql" - MySQL DB
  34. stats: flatfile
  35.  
  36. MySQL:
  37. port: 3306
  38. user: username
  39. pass: password
  40. host: localhost
  41. name: anniplus
  42.  
  43. roman: true
  44.  
  45. #Prefix Anni
  46. prefix: '&8[&9Annihilation&8] &a'
  47.  
  48. # Players to start
  49. requiredToStart: 5
  50.  
  51. # Build zone
  52. build: 14
  53.  
  54. # Boss to spawn - 10 minutes
  55. bossRespawnDelay: 10
  56.  
  57. # MOTD -
  58. enableMotd: true
  59.  
  60. # Join to Phase
  61. lastJoinPhase: 2
  62.  
  63. #JoinMessage
  64. JoinMessage: '&cBienvenido a Destruye el Nexo!'
  65. PermissionsForClass: '&cNo tienes Permisos!'
  66.  
  67. # Motd Setting
  68. # %PHASE% %TIME% %PLAYERCOUNT% %MAXPLAYERS%
  69. # %GREENNEXUS% %REDNEXUS% %BLUENEXUS% %YELLOWNEXUS%
  70. # %GREENCOUNT% %REDCOUNT% %BLUECOUNT% %YELLOWCOUNT%
  71. motdLobby: '&5&lLobby'
  72. motdPhase: '&aFase &e%PHASE%'
  73. #Seting ActionBar:
  74. # %PHASE% %TIME% %RESTART% %TOTAL%
  75. ActionPhase: '&aFase: &e%PHASE% &f&l| &cTiempo: &5%TIME%'
  76. ActionStart: '&7Iniciando juego: '
  77. ActionRestart: '&cTiempo total: &6%TOTAL% &f| &aEl servidor se esta reiniciando: %RESTART%'
  78.  
  79. #Seting Team
  80. EnableJoinTeamTitle: true
  81. JoinTitleTeam: '&fEntraste'
  82. JoinSubTitleTeam: '&r%TEAM%'
  83.  
  84. #Classa
  85. EnableClassTitle: true
  86. ClassTitleSelect: '&fSeleccionado'
  87. ClassSubTitleSelect: '&e%CLASS%'
  88.  
  89. #Join
  90. EnableJoinTitle: true
  91. JoinTitle: '&7Annihilation'
  92. JoinSubTitle: '&eDisfruta tu estadia!'
  93.  
  94. #MapTitle
  95. EnableMapTitle: true
  96. MapTitle: '&fNosotros vamos a jugar en:'
  97. MapSubTitle: '&e%MAP%'
  98.  
  99. #BossTitle
  100. EnableBossTitle: true
  101. SpawnBossTitle: 'Jefe &a%boss% &fha aparecido!'
  102. SpawnBossSubTitle: '&cAniquilalo!'
  103.  
  104. #EndGameTitle
  105. EnableEndTitle: true
  106. EndGameTitle: '&aFelicidades'
  107. EndGameSubTitle: 'Equipo %TEAM% &fGanaron!'
  108.  
  109. #NexusTitle
  110. EnableNexusTitle: true
  111. NexusZnicenTitle: 'El Jugador %KILLER% &rdel equipo &r%TEAM%'
  112. NexusZnicenSubTitle: 'destruyo &r%ZNICEN% Nexus&r!'
  113.  
  114. #PhaseTitle
  115. EnablePhaseTitle: true
  116. PhaseTitle: 'FASE &e%PHASE%'
  117. PhaseSubTitle: 'Empieza!'
  118.  
  119.  
  120. # %PHASE% %TIME% %MAP%
  121. EnableTab: true
  122. Header: '&7Mapa: &e%MAP%'
  123. Voting: '&7Votacion'
  124. Footer: '&aPhase &e%PHASE% &7&l| &b%TIME%'
  125.  
  126. #ScoreBoard
  127. LobbySB: '&aVotacion &7| &e/vote <ID>'
  128. GameSB: '&6&l%MAP%'
  129.  
  130. #Nastaveni menu
  131. #TEAM
  132. #Item
  133. JoinItemTeamName: '&eMenu del equipo'
  134. ItemTeamID: 340
  135. JoinItemTeamSlot: 1
  136. #Menu
  137. JoinItemTeamName: '&eMenu del equipo'
  138. TeamSlotMenu: 9
  139. #Teams Slot
  140. YellowSlot: 2
  141. RedSlot: 4
  142. GreenSlot: 6
  143. BlueSlot: 8
  144. #Teams name
  145. YellowName: '&eAmarillo'
  146. RedName: '&cRojo'
  147. GreenName: '&aVerde'
  148. BlueName: '&9Azul'
  149. #Teams Lore VARIABLE: "»" - %SIPKA%
  150. YellowLore: '&e%SIPKA% &7Players: &e%YELLOW%'
  151. RedLore: '&c%SIPKA% &7Players: &c%RED%'
  152. GreenLore: '&a%SIPKA% &7Players: &a%GREEN%'
  153. BlueLore: '&9%SIPKA% &7Players: &9%BLUE%'
  154.  
  155. #CLASS
  156. #Menu
  157. TitleClassMenu: '&0&l&nSeleccion de Clase'
  158. #Item
  159. JoinItemClassName: '&bSeleccion de Clase'
  160. JoinItemClassSlot: 2
  161. ItemClassID: 288
  162.  
  163. #Chat VARIABLE: %color% - Color Team
  164. LobbyChat: '&8[&5Lobby&8]'
  165. AllChat: '&8[%color%Todo&8]'
  166. TeamChat: '&8[%color%Equipo&8]'
  167. DeadChat: '&8[&cUmrel&8]'
  168. ChatEnd: '&3&l>'
  169.  
  170. #XP
  171. KillXP: 5
  172. KillBossXP: 20
  173.  
  174. # Command for reset
  175. commandsToRunAtEndGame:
  176. - "anniwr"
  177.  
  178.  
  179. #BOSS SETING
  180. Boss-loot:
  181. Item-Nb: 6
  182. Item0:
  183. ==: org.bukkit.inventory.ItemStack
  184. type: DIAMOND_HELMET
  185. meta:
  186. ==: ItemMeta
  187. meta-type: UNSPECIFIC
  188. enchants:
  189. PROTECTION_ENVIRONMENTAL: 1
  190. OXYGEN: 3
  191. display-name: 'Oxigeno I'
  192. lore:
  193. - '§7Esto es oxigeno I!'
  194. repair-cost: 4
  195. Item1:
  196. ==: org.bukkit.inventory.ItemStack
  197. type: DIAMOND_HELMET
  198. meta:
  199. ==: ItemMeta
  200. meta-type: UNSPECIFIC
  201. enchants:
  202. PROTECTION_ENVIRONMENTAL: 4
  203. OXYGEN: 3
  204. display-name: 'Oxigeno II'
  205. lore:
  206. - '§7Puedes respirar bajo el agua'
  207. - '§5 + proteccion 4!'
  208. repair-cost: 4
  209. Item2:
  210. ==: org.bukkit.inventory.ItemStack
  211. type: DIAMOND_LEGGINGS
  212. meta:
  213. ==: ItemMeta
  214. meta-type: UNSPECIFIC
  215. enchants:
  216. PROTECTION_ENVIRONMENTAL: 4
  217. display-name: 'Anti proyectiles'
  218. lore:
  219. - '§7SProteje contra flechas!'
  220. repair-cost: 2
  221. Item3:
  222. ==: org.bukkit.inventory.ItemStack
  223. type: DIAMOND_BOOTS
  224. meta:
  225. ==: ItemMeta
  226. meta-type: UNSPECIFIC
  227. enchants:
  228. PROTECTION_ENVIRONMENTAL: 2
  229. PROTECTION_FALL: 4
  230. display-name: 'Proteccion de Caida'
  231. lore:
  232. - '§7Menos daño al caer!'
  233. repair-cost: 2
  234. Item4:
  235. ==: org.bukkit.inventory.ItemStack
  236. type: BOW
  237. meta:
  238. ==: ItemMeta
  239. meta-type: UNSPECIFIC
  240. enchants:
  241. ARROW_INFINITE: 1
  242. display-name: 'Arco de la suerte'
  243. lore:
  244. - '§7Suerte de tener infinidad!'
  245. repair-cost: 4
  246. Item5:
  247. ==: org.bukkit.inventory.ItemStack
  248. type: DIAMOND_SWORD
  249. meta:
  250. ==: ItemMeta
  251. meta-type: UNSPECIFIC
  252. enchants:
  253. DAMAGE_ALL: 3
  254. display-name: 'Espada de diamante'
  255. lore:
  256. - '§7Lo mas poderoso en minecraft!'
  257. repair-cost: 2
  258. Item6:
  259. ==: org.bukkit.inventory.ItemStack
  260. type: DIAMOND_CHESTPLATE
  261. meta:
  262. ==: ItemMeta
  263. meta-type: UNSPECIFIC
  264. enchants:
  265. PROTECTION_ENVIRONMENTAL: 4
  266. display-name: 'Troll plate'
  267. lore:
  268. - '§7proteccion ontra proyectiles !'
  269. repair-cost: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement