Advertisement
Guest User

Untitled

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