Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.85 KB | None | 0 0
  1. #-----------------------------------------------------------#
  2. # ABOUT THIS PLUGIN #
  3. #-----------------------------------------------------------#
  4.  
  5. # Guilds by the Glare Masters
  6. # Guilds on DevBukkit: https://dev.bukkit.org/projects/the-guilds-plugin
  7. # Guilds on SpigotMC: https://www.spigotmc.org/resources/guilds.13388/
  8. # Guilds on GitHub: https://github.com/darbyjack/Guilds-Plugin
  9.  
  10. #-----------------------------------------------------------#
  11. # IMPORTANT INFORMATION #
  12. #-----------------------------------------------------------#
  13.  
  14. # DO NOT CHANGE THIS
  15. version: 5
  16.  
  17. #-----------------------------------------------------------#
  18. # CHOOSE YOUR LANGUAGE #
  19. #-----------------------------------------------------------#
  20.  
  21. # Choosing your language for the plugin couldn't be easier! The default language is english.
  22. # Not an english server? No worries, you can choose from the following list of languages that we currently support.
  23. # If you speak another language but don't see it here, feel free to submit it via one of the links above to have it added to the plugin.
  24. lang: french
  25. # The plugin also supports the following other languages:
  26. # - chinese
  27. # - dutch
  28. # - english
  29. # - french
  30. # - hungarian
  31. # - japanese
  32. # - polish
  33. # - romanian
  34. # - russian
  35. # - simplifiedchinese
  36. # - slovak
  37. # - swedish
  38.  
  39.  
  40. # NOTE: If you change your language please ONLY use from the list above and use them EXACTLY as they are spelled in the list above.
  41. # Example: If I am a french server, I would change lang: english to lang: french
  42. # If you try and use a different language than any in the list above, the plugin will not function in a normal manner.
  43.  
  44. # If you are NOT an english speaking server and want to change what is displayed in "/guild help" please change the follow line from false to true and this will allow you to modify the plugin.yml if you choose to do so.
  45. description:
  46. patch: false
  47.  
  48. #-----------------------------------------------------------#
  49. # GUI CONFIGURATION #
  50. #-----------------------------------------------------------#
  51.  
  52. # In this section of the config you can choose if you would look a GUI for various commands. The ones displayed below are the only ones that have implemented GUIs on them.
  53. # For example: if info is set to true, you can change that to false and that would make /guild info display as text vs opening a GUI.
  54. gui:
  55. info: true
  56.  
  57.  
  58. # As stated above, the name here such as list and info will modify data inside that commands GUI.
  59. # If your server's language is not english, you will need to manually modify these to your server's language and they will display in the GUI as your new input.
  60.  
  61.  
  62. # This section controls what shows in the "/guild list" command.
  63. display:
  64. prefix: true
  65. name: true
  66. master: true
  67. member-count: true
  68. members: true
  69. guildstatus: true
  70.  
  71. list:
  72. prefix: "Prefix de Guilde: "
  73. name: "Nom de Guilde: "
  74. master: "Guild Master: "
  75. member-count: "Nombre de membres: "
  76. members: "Membres: "
  77. guildstatus: "Status de Guilde: "
  78.  
  79. info:
  80. playername: "Nom: "
  81. guildname: "Guilde: "
  82. master: "Guild Master: "
  83. member-count: "Nombre de membres: "
  84. role: "Rôle de Guilde: "
  85. members: "Membres de la Guilde: "
  86. guildstatus: "Status de Guilde: "
  87.  
  88. #-----------------------------------------------------------#
  89. # Buff Configuration #
  90. #-----------------------------------------------------------#
  91.  
  92. # In this section of the config, you can modify the buff name, price, time, and amplifier (Haste 1, 2 ,3 4, etc).
  93. # The current will give Haste 2, Speed 2, etc with "1". If you make it "2", it'll change it to 3, and so on.
  94.  
  95. buff:
  96. name:
  97. haste: "Minage-Speed"
  98. speed: "Marche-Vent"
  99. fire-resistance: "Souffle du Dragon"
  100. night-vision: "Oeil de félin"
  101. invisibility: "Marcheur de l'ombre"
  102. price:
  103. haste: 60
  104. speed: 60
  105. fire-resistance: 60
  106. night-vision: 60
  107. invisibility: 60
  108. time:
  109. haste: 60
  110. speed: 60
  111. fire-resistance: 60
  112. night-vision: 60
  113. invisibility: 60
  114. amplifier:
  115. haste: 1
  116. speed: 1
  117. fire-resistance: 1
  118. night-vision: 1
  119. invisibility: 1
  120.  
  121. # This message in is the buff configuration so that you can easily access it
  122.  
  123. not-enough-buff-money: "Vous n'avez pas assez d'argent pour acheter ce Buff!"
  124.  
  125.  
  126. #-----------------------------------------------------------#
  127. # Vault Configuration #
  128. #-----------------------------------------------------------#
  129.  
  130. # This section of the config will display options for your server based upon if you are using the Vault plugin or not.
  131. # This option only matters if you have an economy plugin on your server AND you have Vault installed.
  132. # The plugin will work without Vault but ONLY if you don't have an economy plugin also.
  133. require-money: true
  134. Requirement:
  135. cost: 50000
  136. sethome-cost: 1000
  137.  
  138. # Uncomment the lines below if you have Vault + an economy plugin and have change the option above to true.
  139. # You can define how much it costs for users to create a guild, the cost option, and you can define how much it costs for users to set a guild home.
  140.  
  141. #Requirement:
  142. # cost: 100
  143. # sethome-cost: 100
  144.  
  145. #-----------------------------------------------------------#
  146. # Community Server List #
  147. #-----------------------------------------------------------#
  148.  
  149. # Guilds comes with it's own Server Listing website.
  150. # If you choose to not display your website among the others on the Server List, you can change the below option to false.
  151. # The Community Server List website is https://glaremasters.me/server/
  152. server-list: true
  153.  
  154. #-----------------------------------------------------------#
  155. # Guild Configuration #
  156. #-----------------------------------------------------------#
  157.  
  158. # This section of the config will talk about various parts of making a guild and options as server owner you can set.
  159.  
  160. # The prefix of all messages send by this plugin to a player for all messages and commands
  161. plugin-prefix: "&a[Guilde]"
  162.  
  163. # Disable this to remove guild names showing next to a player in "TabList"
  164. tablist-guilds: true
  165.  
  166. # Change how the Prefixes in the TabList show!
  167. # Note: DO NOT REMOVE THE {guild}
  168. tablist: "&7[&b{guild}&7]"
  169.  
  170. # Disable this if you don't want to allow Guild Signs to be made.
  171. guild-signs: true
  172.  
  173. # Change this to true if you want to allow players in the same guild to damage each other.
  174. allow-guild-damage: true
  175.  
  176. # Check for update on startup (SUGGESTED YOU KEEP THIS ENABLED)
  177. updater:
  178. check: true
  179.  
  180. # This part pertains to the /guild home command
  181. home:
  182. # Define how long they must wait to use the command
  183. cool-down: 60
  184. # Define how long they must stand still before being teleported
  185. teleport-delay: 5
  186. # Keep this TRUE unless you really don't want it. It could mess up how teleport-delay works.
  187. freeze-player: true
  188. # Freezing a player will make them not able to move while teleporting.
  189. # Change the teleport-delay if you want them to wait longer to teleport after running the command.
  190.  
  191. # Define how long they must wait to use the command
  192. sethome:
  193. cool-down: 60
  194.  
  195. name:
  196. # Minimum length of guild names
  197. min-length: 1
  198. # Maximum length of guild names
  199. max-length: 16
  200. # RegEx (https://en.wikipedia.org/wiki/Regular_expression) used to only allow certain characters (default only allows alphanumeric characters)
  201. # To turn off the ability for colored names change the regex to "^[a-zA-Z0-9]*$"
  202. regex: "^[a-zA-Z0-9&]*$"
  203.  
  204. prefix:
  205. # With the default Regex currently set, the minimum length of the prefix is 1 and the maximum is 20.
  206. # To change this, adjust the numbers and maybe have a look at the link above (RegEx).
  207. # To turn off the ability for colored prefixes change the regex to "[a-zA-Z0-9&]{1,20}"
  208. regex: "[a-zA-Z0-9&]{1,20}"
  209.  
  210. members:
  211. # Set to -1 to disable
  212. max-members: 64
  213.  
  214. scoreboard:
  215. # Enable or disable scoreboard which handles friendly fire, prefixes and guild invisibility
  216. enable: false
  217. # Enable or disable friendly fire (Allied Guilds)
  218. friendly-fire: false
  219. # Enable or disable being able to see invisible guild members
  220. see-invisible: true
  221.  
  222. # There are lots of options when it comes to configuring the roles. We have NOT (yet) experience with adding new ranks, so if it breaks, do not be surprised.
  223. # You can change individual perms for each rank but please DO NOT modify the order in which they go along with the numbers such as 0, 1 ,2, 3, etc.
  224.  
  225. roles:
  226. 0:
  227. name: "GuildMaster"
  228. permissions:
  229. chat: true
  230. ally-chat: true
  231. invite: true
  232. kick: true
  233. promote: true
  234. demote: true
  235. add-ally: true
  236. remove-ally: true
  237. change-prefix: true
  238. change-home: true
  239. change-master: true
  240. remove-guild: true
  241. toggle-guild: true
  242. open-vault: true
  243. transfer-guild: true
  244. activate-buff: true
  245.  
  246. 1:
  247. name: "Officier"
  248. permissions:
  249. chat: true
  250. ally-chat: true
  251. invite: true
  252. kick: true
  253. promote: true
  254. demote: true
  255. add-ally: false
  256. remove-ally: false
  257. change-prefix: false
  258. change-home: false
  259. change-master: false
  260. remove-guild: false
  261. toggle-guild: false
  262. open-vault: true
  263. transfer-guild: false
  264. activate-buff: false
  265.  
  266. 2:
  267. name: "Vétéran"
  268. permissions:
  269. chat: true
  270. ally-chat: true
  271. invite: true
  272. kick: false
  273. promote: false
  274. demote: false
  275. add-ally: false
  276. remove-ally: false
  277. change-prefix: false
  278. change-master: false
  279. remove-guild: false
  280. toggle-guild: false
  281. open-vault: true
  282. transfer-guild: false
  283. activate-buff: false
  284. 3:
  285. name: "Membre"
  286. permissions:
  287. chat: true
  288. ally-chat: true
  289. invite: false
  290. kick: false
  291. promote: false
  292. demote: false
  293. add-ally: false
  294. remove-ally: false
  295. change-prefix: false
  296. change-master: false
  297. remove-guild: false
  298. toggle-guild: false
  299. open-vault: false
  300. transfer-guild: false
  301. activate-buff: false
  302.  
  303. #-----------------------------------------------------------#
  304. # Storage Configuration #
  305. #-----------------------------------------------------------#
  306.  
  307. # In this part of the config, we will discuss data saving for the plugin.
  308. # MySQL is in, but there are many bugs but will be fixed as soon as we can
  309. # We recommend you use the default JSON storage
  310.  
  311. database:
  312. # Set the type of the database (Either JSON or MySQL)
  313. type: JSON
  314. # Uncomment when using MySQL
  315. # host: "127.0.0.1"
  316. # port: 3306
  317. # username: "root"
  318. # password: "password"
  319. ## Note: Database needs to be created manually
  320. # database: "guilds"
  321. # pool-size: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement