Advertisement
Guest User

Untitled

a guest
Jun 9th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.86 KB | None | 0 0
  1. #The prefix of all messages send by this plugin to a player
  2. plugin-prefix: "&a[Guilds]"
  3.  
  4. Requirement:
  5. cost: 10000
  6.  
  7. #List your server at https://glaremasters.me/server/
  8. #This is defaulted to false in order to allow you to opt-in to it.
  9. #To display your server, change "false" to "true" and restart your server.
  10. server-list: true
  11.  
  12. updater:
  13. check: true
  14.  
  15. name:
  16. # Minimum length of guild names
  17. min-length: 1
  18. # Maximum length of guild names
  19. max-length: 64
  20. # RegEx (https://en.wikipedia.org/wiki/Regular_expression) used to only allow certain characters (default only allows alphanumeric characters)
  21. regex: "^[a-zA-Z0-9]*$"
  22.  
  23. prefix:
  24. # RegEx (https://en.wikipedia.org/wiki/Regular_expression) used to only allow certain characters (default only allows alphanumeric characters)
  25. # With the default Regex currently set, the minimum length of the prefix is 1 and the maximum is 6.
  26. # To change this, adjust the numbers and maybe have a look at the link above.
  27. # When changing the {1,6} you MUST change the "requirements" field under "prefix" down in the config below to the MAX number you have redefined the regex as. E.x. for {1,2} change ("&cYour guild's prefix does not match the requirements! You can only use alphanumeric characters and the length of the prefix cannot exceed 6") to ("&cYour guild's prefix does not match the requirements! You can only use alphanumeric characters and the length of the prefix cannot exceed 2")
  28. regex: "[a-zA-Z0-9]{1,6}"
  29. # Set the format for the prefix
  30. format: "&f|&7{prefix}&f|"
  31.  
  32. members:
  33. # Set to -1 to disable
  34. max-members: 8
  35.  
  36. chat:
  37. # Enable or disable custom chat formatting for players who are in a guild
  38. enable: true
  39. # Custom chat format (only applied when the setting above is set to true)
  40. # - "{guild}" is replaced with the guild prefix
  41. # - "%s" (First) is replaced with the player's name
  42. # - "%s" (Second) is replaced with the player's message
  43. format: "{guild} %s » %s"
  44.  
  45. placeholders:
  46. # Default value for placeholders that don't have a value (Set to "" to leave empty)
  47.  
  48. #This currently is bugged and will be fixed soon 6-3-2017
  49. default: "N/A"
  50.  
  51. scoreboard:
  52. # Enable or disable scoreboard which handles friendly fire, prefixes and guild invisibility
  53. enable: false
  54. # Enable or disable friendly fire
  55. friendly-fire: true
  56. # Enable or disable being able to see invisible guild members
  57. see-invisible: true
  58.  
  59. database:
  60. # Set the type of the database (Either JSON or MySQL)
  61. type: JSON
  62. # Uncomment when using MySQL
  63. # host: "127.0.0.1"
  64. # port: 3306
  65. # username: "root"
  66. # password: "password"
  67. ## Note: Database needs to be created manually
  68. # database: "guilds"
  69. # pool-size: 10
  70.  
  71. roles:
  72. 0:
  73. name: "GuildMaster"
  74. permissions:
  75. chat: true
  76. ally-chat: true
  77. invite: true
  78. kick: true
  79. promote: true
  80. demote: true
  81. add-ally: true
  82. remove-ally: true
  83. change-prefix: true
  84. change-master: true
  85. remove-guild: true
  86. 1:
  87. name: "Officer"
  88. permissions:
  89. chat: true
  90. ally-chat: true
  91. invite: true
  92. kick: true
  93. promote: true
  94. demote: true
  95. add-ally: true
  96. remove-ally: true
  97. change-prefix: false
  98. change-master: false
  99. remove-guild: false
  100. 2:
  101. name: "Veteran"
  102. permissions:
  103. chat: true
  104. ally-chat: true
  105. invite: true
  106. kick: false
  107. promote: false
  108. demote: false
  109. add-ally: false
  110. remove-ally: false
  111. change-prefix: false
  112. change-master: false
  113. remove-guild: false
  114. 3:
  115. name: "Member"
  116. permissions:
  117. chat: true
  118. ally-chat: true
  119. invite: false
  120. kick: false
  121. promote: false
  122. demote: false
  123. add-ally: false
  124. remove-ally: false
  125. change-prefix: false
  126. change-master: false
  127. remove-guild: false
  128.  
  129. messages:
  130. command:
  131. error:
  132. console: "&cThis command can only be executed by a player!"
  133. args: "&cInvalid arguments! See /guilds help for more information"
  134. permission: "&cYou don't have permission to do that!"
  135. not-found: "&cCommand not found! See /guilds help for all commands"
  136. no-guild: "&cYou're not in a guild!"
  137. not-guildmaster: "&cYou're not the Guild Master of this guild"
  138. invalid_number: "&c{input} is not a valid number!"
  139. already-in-guild: "&cYou're already in a guild!"
  140. player-not-found: "&cPlayer '{player}' does not exist or is not online!"
  141. player-not-in-guild: "&cPlayer '{player}' is not in your guild!"
  142. invalid-role: "&cRole '{input}' does not exist!"
  143. guild-not-found: "&cGuild '{input}' cannot be found!"
  144. role-no-permission: "&cYour role is not high enough to do that!"
  145. not-enough-money: "&aSorry! You don't have enough money to create a guild!"
  146. help:
  147. message: "&f/guild {command} {arguments} &7- &f{description}"
  148. next-page: "&7See /guilds help {next-page} for the next page"
  149. invalid-page: "&cPage not found!"
  150. role:
  151. players: "{player} - {role}"
  152. list:
  153. format: "The following guilds are:"
  154. create:
  155. successful: "&aGuild '{guild}' created successfully!"
  156. cancelled: "&cGuild creation cancelled!"
  157. warning: "&cType /guilds confirm to create your guild, type /guilds cancel to cancel."
  158. error: "&cSomething went wrong while creating your guild!"
  159. requirements: "&cYour guild's name does not match the requirements! You can only use alphanumeric characters and the length of the name cannot exceed 64"
  160. guild-name-taken: "&cThis name is already taken!"
  161. money-warning: "&c Are you sure you want to spend {amount} to create a guild? (Type /guilds confirm to continue)"
  162. delete:
  163. successful: "&aDeleted '{guild}' successfully!"
  164. cancelled: "&cGuild deletion cancelled!"
  165. warning: "&cType /guilds confirm to delete your guild, type /guilds cancel to cancel."
  166. error: "&cSomething went wrong while deleting your guild!"
  167. info:
  168. header: "Information for &b{guild}"
  169. name: "Name: &b{guild}&r (&bPrefix: {prefix}&r)"
  170. master: "Guild Master: &b{master}"
  171. member-count: "Members: &b{members}/64&r (&bOnline: {members-online}&r)"
  172. rank: "Your rank: &b{rank}"
  173. promote:
  174. promoted: "&aYou've been promoted from {old-rank} to {new-rank}!"
  175. successful: "&aYou've successfully promoted {player} from {old-rank} to {new-rank}!"
  176. cannot-promote: "&cThis player cannot be promoted any further!"
  177. not-promotion: "&cYou aren't promoting this player!"
  178. demote:
  179. promoted: "&cYou've been demoted from {old-rank} to {new-rank}!"
  180. successful: "&aYou've successfully demoted {player} from {old-rank} to {new-rank}!"
  181. cannot-demote: "&cThis player cannot be demoted any further!"
  182. not-demotion: "&cYou aren't demoting this player!"
  183. chat:
  184. message: "&7&lGuild Chat> &r[{role}] {player}: {message}"
  185. accept:
  186. not-invited: "&cYou aren't invited for this guild!"
  187. guild-full: "&cThis guild is full!"
  188. successful: "&aYou joined guild '{guild}' successfully"
  189. player-joined: "&aPlayer '{player}' joined your guild!"
  190. invite:
  191. message: "&a{player} has invited you to his/her guild, '{guild}'"
  192. successful: "&aYou've successfully invited {player} to your guild!"
  193. already-in-guild: "&cThis player is already in your guild!"
  194. leave:
  195. successful: "&aYou've successfully left your guild!"
  196. cancelled: "&cLeaving guild cancelled!"
  197. warning: "&cType /guilds confirm to leave your guild, type /guilds cancel to cancel."
  198. warning-guildmaster: "&cYou're the Guild Master of this guild, leaving the guild will mean that the guild is deleted. Type /guilds confirm to leave and delete your guild, type /guilds cancel to cancel."
  199. player-left: "&cPlayer '{player}' left your guild!"
  200. boot:
  201. successful: "&aSuccessfully kicked {player} from your guild!"
  202. kicked: "&cYou have been kicked from your guild by {kicker}!"
  203. player-kicked: "&cPlayer '{player}' has been kicked from the guild by {kicker}!"
  204. prefix:
  205. successful: "&aGuild's prefix changed successfully!"
  206. requirements: "&cYour guild's prefix does not match the requirements! You can only use alphanumeric characters and the length of the prefix cannot exceed 6"
  207. confirm:
  208. error: "&cYou have no actions to confirm!"
  209. cancel:
  210. error: "&cYou have no actions to cancel!"
  211. reload:
  212. reloaded: "&aConfiguration file reloaded!"
  213. update:
  214. found: "&aFound an update! Go to {url} to download it!"
  215. not-found: "&cNo update found!"
  216. admin:
  217. delete-successful: "&cGuild removed successfully!"
  218. delete-error: "&cSomething went wrong while removing this guild!"
  219. delete-warning: "&cType /guilds confirm to remove this guild, type /guilds cancel to cancel."
  220. delete-cancelled: "&cGuild deletion cancelled!"
  221. player-already-in-guild: "&cThis player is already in a guild!"
  222. added-player: "&aAdded player to guild"
  223. player-not-in-guild: "&cPlayer is not in this guild!"
  224. removed-player: "&aRemoved player from guild!"
  225. ally:
  226. guild-not-pending: "&cThis guild has not send you an ally request!"
  227. accepted: "&aThis guild is now allied with {guild}!"
  228. accepted-target: "&a{guild} is now allied with us!"
  229. declined: "&c{guild} does not want to be an ally!"
  230. send: "&aSend ally request!"
  231. send-target: "&aRecieved an ally request from {guild}! Type /guilds ally accept {guild} to accept or type /guilds ally decline {guild} to decline"
  232. removed: "&cThis guild is no longer allied with {guild}!"
  233. removed-target: "&c{guild} is no longer allied with us!"
  234. already-allies: "&cYou're already allied with {guild}!"
  235. not-allies: "&cYou aren't allied with {guild}!"
  236. event:
  237. join:
  238. pending-invites: "&aYou have {number} pending invite(s) from the guild(s): &e{guilds}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement