Advertisement
Guest User

Untitled

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