Advertisement
Guest User

Untitled

a guest
Nov 15th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. # Spawner GUI categorie
  2.  
  3. # If you want to change the "/spawners" commands aliases
  4. # 1) Open 'MySpawnerMenu.jar' file with 7zip or WinRar
  5. # 2) Open 'plugin.yml' in this file
  6. # 3) Change aliases section , example: (aliases: [yourcustomspawnerscommand, myspawners] )
  7.  
  8. menu:
  9. # Menu Name
  10. nameFormat: "&aKrako&cZia &6(<numberOfSpawners>/<spawnersLimit>)"
  11. # Menu Lore / Description
  12. lores:
  13. type: "Type"
  14. owner: "à"
  15. id: "Id"
  16. pos: "Position"
  17. messages:
  18. non_placed: "Non placé"
  19. spawner_of: "Spawner à "
  20.  
  21. # Global Options
  22. options:
  23. spawnersChunkLimit:
  24. enable: false
  25. limitPerChunk: 5
  26. # Spawners per group options
  27. spawnersLimitPerGroup:
  28. # by default spawners limit
  29. default: 60
  30. # op spawners limit
  31. op: 500
  32. # need 'myspawnermenu.limit.vip' permission
  33. vip: 120
  34. # need 'myspawnermenu.limit.mvp' permission
  35. mvp: 300
  36. # write all log in a file
  37. logFile:
  38. enable: true
  39. name: "logs.yml"
  40.  
  41. # Players can place spawners on the obsidian or bedrock base
  42. setable_to_bedrock_and_obsidian: false
  43.  
  44. pickaxe:
  45. # pickaxe item id (modded item allowed)
  46. itemId: 285
  47. name: "&e&lPioche à spawner !"
  48. lore_first_part: "&a"
  49. lore_second_part: " Duration !"
  50. storage:
  51. # Configuration Spawners storage
  52. configStorage:
  53. enable: true
  54. configName: spawners.yml
  55.  
  56. # Mysql Spawners storage
  57. mysqlStorage:
  58. enable: true
  59. urlBase: ""
  60. host: "localhost:3306"
  61. database: "myspawnersmenu"
  62. # full perm user
  63. username: ""
  64. password: ""
  65.  
  66. helpCommands:
  67. default: "&e/spawners : Show spawners"
  68. add: "&e/spawners add [type] [player] : Add a spawner "
  69. remove: "&e/spawners remove [type] [player] : Remove a spawner"
  70. removeall: "&e/spawners removeall [player] : Remove all player spawners"
  71. send: "&e/spawners send [type] [player] : Send a spawner !"
  72. givepickaxe: "&e/spawners givepickaxe [player] [use] : Send a spawner pickaxe"
  73. messages:
  74. prefix: "&7[&a&lKrako&cZia&7] "
  75. # no permission message
  76. no_permission: "&cVous avez pas la permission !"
  77. # impossible actions
  78. no_break_possible: "&9Ce spawner ne vous appartient."
  79. not_setable: "&cLe spawner peut pas être placé sur de l'obsidienne & bedrock !"
  80. cant_place: "&cLa zone est protégé !"
  81. # spawners actions
  82. spawner_gift_send: "&eVous avez envoyé un spawner à &6<type> &e Envoyé à: &6<reciever>"
  83. spawner_gift_recieve: "&eVous avez reçu un spawner à &6<type> &epar &6<sender>"
  84. spawner_type_doesnt_exist: "&c<name> n'existe pas !"
  85. spawner_pickaxe_recieve: "&eVous avez reçu une &lpioche a spawner &f&e! &7(&e<use> Duration&7)"
  86. # null spawners actions
  87. no_spawners: "&cVous n'avez pas de spawners !"
  88. no_spawners_to_send: "&cVous n'avez pas de spawner à envoyer"
  89. no_spawners_type_to_send: "&cPas de spawner à <type> à envoyer"
  90. no_spawner_found: "&cNo <spawnerName> Spawner found from <playerName>."
  91. # final actions
  92. player_dont_have_spawner: "&cCe joueur n'a pas de spawners !"
  93. player_remove_spawner_complete: "&9Spawner enlevé par <playerName> de la liste a spawner"
  94. #actions
  95. add_spawner: "&9<playerName> &7 à reçu un spawner à &9<spawnerName> !"
  96. pickup_spawner: "&9<playerName> &7 à ramasser un spawner à &9<spawnerName> !"
  97. removespawner: "&aSpawner enlevé du monde ! /spawners."
  98. breakSpawner: "&9Spawner ajouté au /spawners"
  99. preplace: "&aLe prochain bloc que vous tapez, Sera votre spawner !"
  100. place_announce: "&9Only on claims."
  101. # limit spawners message
  102. spawner_limit: "&cVous ne pouvez pas avoir plus de spawners"
  103. # limit per chunk reached
  104. spawner_limit_reached: "&c&lMaximum number of spawners reached for chunk &7[&6<chunk>&7] "
  105. # limit chunk message
  106. limit_per_chunk: "&cSpawners in this chunk &e<spawnersAmount>&7/&e<spawnersLimit> &cfor chunk &7[&6<chunk>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement