Advertisement
Guest User

Untitled

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