Advertisement
Guest User

Untitled

a guest
Sep 5th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.18 KB | None | 0 0
  1. #
  2. # Parties Config file
  3. #
  4. # For a better configuration:
  5. # - Use Notepad++
  6. # - View -> Show White Space and TAB (Active)
  7. # - Don't use arrows, but spaces
  8. # - Setting format editor to YAML
  9. #
  10. #
  11. # Available tags:
  12. # ColorCodes (ex: &1, &2, &3, &a, &b, &c, &r, &l)
  13. # %party% = Show name of party
  14. # %sender% or %player% = Show name of sender/player
  15. # %rank% = Show a customizable string (format-rank-leader and format-rank-member)
  16. # %message% = Show the message of player
  17. # %desc% = Show the party description
  18. # %prefix% & %suffix% = Prefix and Suffix placeholders
  19. # %world% = Show the name of world of sender/player (ex: world_nether)
  20. # %group% = If PEX/GM is active will display the name of group customizable (format-group)
  21. #
  22. functions:
  23. # If found an update then download it
  24. download-updates: false
  25. # Send a message to admins if is available an update
  26. warn-updates-in-game: true
  27. # If you can't use a command that will not be printed in the help page
  28. per-permission-help: true
  29. # Permissions for help page
  30. permission-page-help: 9
  31. # Allow creation of parties without a leader (fixed)
  32. enable-fixed-party: false
  33. # When a player join put him into a party (if he doesn't have one)
  34. default-party:
  35. enable: false
  36. party: default
  37. # See invisible allies (Use ScoreboardTeams system)
  38. see-allies-invisible: false
  39. # Active for bungeecord support (Insert parties in bungeecord plugin folder too)
  40. bungeecord: false
  41. log:
  42. # Enable log system (Into file log.txt)
  43. enable: false
  44. # Prefix for logs (Ex: 15-1-15 [10:00] )
  45. # Tags: %date%, %time% and %position% (To report a bug use %position% tag inside log)
  46. prefix: "%date% [%time%] "
  47. # Log chat of the parties
  48. chat: true
  49. # Levels:
  50. # 1: Log creation/deletion/invitation of a party
  51. # 2: Log all events which edit database of a party
  52. # 3: Debug level (Log a lot of events)
  53. mode: 1
  54. # file = Save all logs into log.txt
  55. # sql = Save all logs in a SQL Database
  56. type: file
  57. file:
  58. name: log.txt
  59. sql:
  60. url: "jdbc:mysql://localhost:3306/database"
  61. username: "username"
  62. password: "password"
  63. log-table: "log"
  64. database:
  65. # none = Dont save parties (A reload reset everything)
  66. # file = Save all data in a configuration file
  67. # sql = Save all data in a SQL Database
  68. type: file
  69. # Command migrate can be used only via console
  70. migrate-only-console: true
  71. file:
  72. # Default is data (data.yml)
  73. name: data
  74. sql:
  75. enable: false
  76. url: "jdbc:mysql://localhost:3306/database"
  77. username: "username"
  78. password: "password"
  79. tables:
  80. spies: "spies"
  81. players: "players"
  82. parties: "parties"
  83. none:
  84. disband-on-leaders-left: true
  85. # Delete empty parties after tot seconds
  86. delay-delete-party: 600
  87. party:
  88. # Max members in a party (-1 is unlimited)
  89. max-members: -1
  90. # Regex of the chars (Use "\\" instead "\") (For ALL utf characters use "[\p{L}\s]+")
  91. allowed-chars: '[a-zA-Z0-9]+'
  92. # If you use tag-name system, for avoid bugs set max to 10
  93. min-length-name: 3
  94. max-length-name: 10
  95. # Placeholder for chat handlers
  96. # One tag: %party% (Example: "[%party%] ")
  97. party-placeholder: "%party%"
  98. # Allow colorized name (Example: /party create &cPar&bty
  99. prevent-friendly-fire:
  100. # Prevent fighting between players in a party
  101. enable: false
  102. # When a partymate hit another partymate will be sent a warn to leaders
  103. # Give permission "party.warnondamage" to the party leaders
  104. warn-players-on-fight: false
  105. # List of worlds which prevent friendly fire ('*' = all worlds)
  106. list-worlds:
  107. - '*'
  108. invite:
  109. # In seconds
  110. timeout: 20
  111. # Can revoke invite of the party (Do again /party invite <player>)
  112. revoke: true
  113. # Don't invite players without permission for join in the party
  114. prevent-invite-player-no-permission-join: true
  115. home:
  116. # Party home cooldown in seconds (-1 is unlimited)
  117. # Can be bypassed by permission parties.home.%time%
  118. cooldown: 0
  119. # Deny teleport if player move or be hitted
  120. cancel-if-move: true
  121. # Distance for deny teleport
  122. distance-cancel: 3
  123. # Password system (Allows to use /party join <party>, you can still disable via permissions passwords)
  124. join-password:
  125. # Allow create parties with password (/party create <party> <password>)
  126. enable: false
  127. # When use /party join, auto leave from current party
  128. bypass-leave: false
  129. # Regex of the chars (Use "\\" instead "\") (For ALL utf characters use "[\p{L}\s]+")
  130. allowed-chars: "[a-zA-Z0-9]+"
  131. # Hashes: MD5, SHA-1, SHA-256
  132. hash: "MD5"
  133. encode: "UTF-8"
  134. length-min: 1
  135. length-max: 16
  136. # Permissions List:
  137. # party.(sendmessage/home/desc/motd/invite/kick/claim)
  138. # party.edit.(home/desc/motd/prefix/suffix/password/rank)
  139. # '*'
  140. #
  141. # Not commands: party.(warnondamage/autocommand)
  142. # You can negate a permission with -
  143. ranks:
  144. member:
  145. rank: 5
  146. name: "Member"
  147. chat: "&bMember"
  148. default: true
  149. permissions:
  150. - party.sendmessage
  151. - party.home
  152. - party.desc
  153. - party.motd
  154. - party.claim
  155. moderator:
  156. rank: 10
  157. name: "Moderator"
  158. chat: "&cModerator"
  159. permissions:
  160. - -party.edit.home
  161. - -party.edit.desc
  162. - -party.edit.motd
  163. - -party.edit.prefix
  164. - -party.edit.suffix
  165. - -party.edit.password
  166. - -party.edit.rank
  167. - -party.autocommand
  168. - '*'
  169. leader:
  170. rank: 20
  171. name: "Leader"
  172. chat: "&4&lLeader"
  173. permissions:
  174. - '*'
  175. description:
  176. length-min: 3
  177. length-max: 16
  178. # Regex of the chars (Use "\\" instead "\") (For ALL utf characters use "[\p{L}\s]+")
  179. allowed-chars: '[a-zA-Z0-9 .,]+'
  180. remove-word: "remove"
  181. censored-words: []
  182. motd:
  183. length-min: 3
  184. # SQL limit: 255 chars
  185. length-max: 100
  186. # Delayed motd in ticks (20 ticks = 1 second)
  187. delay: 20
  188. # Regex of the chars (Use "\\" instead "\") (For ALL utf characters use "[\p{L}\s]+")
  189. allowed-chars: '[a-zA-Z0-9\\ .,]+'
  190. new-line-code: '\\n'
  191. remove-word: "remove"
  192. censored-words: []
  193. kills:
  194. # Save in data.yml each kill of party
  195. save-kills: false
  196. which-save:
  197. neutral-mobs: false
  198. hostile-mobs: false
  199. players: true
  200. tablist:
  201. # Use ProtocolLib (4+) [IT BROKES SKINS]
  202. enable: false
  203. # Leaves blank to unchange
  204. # Using json text
  205. in-party: "{\"text\":\"%player%\",\"color\":\"aqua\"}"
  206. out-party: ""
  207. # Header & Footer, leave blank to disable
  208. header:
  209. in-party: "&b> %party% <"
  210. out-party: "&cOut of party"
  211. footer:
  212. in-party: "&b&lParties"
  213. out-party: "&b&lParties"
  214. tag:
  215. # Set a tag name ahead players head (Use ScoreboardTeams system)
  216. # To avoid Minecraft bugs characters limit is 16 (party name included)
  217. tag-system: false
  218. # Base-tag is TRUE | Custom-tag is FALSE
  219. which-tag-system: true
  220. # Show name of party
  221. base-tag:
  222. # Warning: If you select this the max length for the party name is 10 chars. Overflow this will be bug plugin.
  223. #
  224. # Formats for the tag [ PREFIX | PLAYER NAME | SUFFIX]
  225. format-prefix: "[%party%] "
  226. format-suffix: ""
  227. # Show a customizable name
  228. custom-tag:
  229. # Prefix are the /party prefix command
  230. prefix: true
  231. format-prefix: "[%prefix%] "
  232. # Suffix are the /party suffix command
  233. suffix: false
  234. format-suffix: " [%suffix%]"
  235. remove-word: "remove"
  236. allowed-chars: '[a-zA-Z0-9 .,]+'
  237. max-length: 6
  238. min-lenght: 3
  239. censored-words: []
  240. chat:
  241. chat-format: "&b[Party] %rank% %player%&r&7: &b%message%"
  242. spy-chat-format: "&7[Party:%party%] %player%: %message%"
  243. party-broadcast-format: "&b[Party] %message%"
  244. format-group: "[%name%] "
  245. list:
  246. # Sort system:
  247. # kills = Total kills party.
  248. # players = Total players online.
  249. # allplayers = Total players
  250. # name = Alphabetical order
  251. ordered-by: players
  252. # Filter parties with number of online players less than X.
  253. filter-min: 1
  254. parties-per-page: 8
  255. # Hide some parties from list (Type the name of party)
  256. hidden-parties: []
  257. follow-party:
  258. # When player join in a world whole party follow him
  259. # If you wanna use a server follow alternative install Parties into your bungeecord plugins folder
  260. enable: false
  261. # Type of teleport:
  262. # 1 = Teleport into world spawn
  263. # 2 = Same point of followed player
  264. type-of-teleport: 1
  265. # Needed rank to be followed by the party (0 = all ranks)
  266. needed-rank: 0
  267. # Minimum rank of player who can follow the party (0 = all ranks)
  268. minimum-rank-to-follow: 0
  269. # Seconds to wait before player can re-use portal, used to fix spam join portals (20 ticks = 1 second)
  270. timeout-portal: 100
  271. # List of worlds which use follow-party ('*' = all worlds)
  272. list-worlds:
  273. - '*'
  274. auto-command:
  275. # All party use the same command which use the leader (Rank permission: party.autocommand)
  276. enable: false
  277. # Important: Blacklist/whitelist your commands to prevent exploits (Pay for example)
  278. # Blacklist/whitelist your commands with a "start-with" check (Block /pay to prevent commands like "/pay bla bla", "/paymember bla", "/payment")
  279. # If you whitelist a command, you will bypass it if blacklisted
  280. blacklist:
  281. - "/pay"
  282. - "/money"
  283. # You can insert '*' for all commands
  284. whitelist:
  285. - '*'
  286. censor:
  287. # Censor name party system
  288. enable: false
  289. case-sensitive: false
  290. contains: []
  291. start-with: []
  292. end-with: []
  293. exp:
  294. # Exp system
  295. enable: false
  296. # Divide exp
  297. divide-between-players: true
  298. # Range in blocks between player in a party share experience, -1 is unlimited (Everyone player in the party online)
  299. range: 15
  300. # Give exp via SkillAPI (ExpSource MOB)
  301. skillapi:
  302. enable: false
  303. # SkillAPI sources
  304. exp-source: "MOB"
  305. banmanager:
  306. # Enable BanManager support
  307. enable: false
  308. prevent-chat-muted: true
  309. # Warning: BanManager doesn't works good with offline-mode uuid
  310. auto-kick-banned: true
  311. dynmap:
  312. # Enable dynmap support
  313. enable: false
  314. show-party-homes: true
  315. hide-by-default: false
  316. settings:
  317. # Minimum players in party to show up marker on dynmap
  318. minimum-players: 3
  319. markers:
  320. layer: "Party homes"
  321. # HTML Allowed. Tags: %party%, %prefix%, %suffix%, %kills%
  322. label: "<b>%party%</b>'s home"
  323. # Dynmap icons
  324. icon: "house"
  325. griefprevention:
  326. enable: false
  327. # To add permissions you need to be Owner of the claim, or Manager
  328. need-to-be-owner-claim: false
  329. sub-commands:
  330. trust: "trust"
  331. container: "container"
  332. access: "access"
  333. remove: "remove"
  334. vault:
  335. # Enable Vault support (Use permission 'parties.admin.vaultbypass' to bypass commands)
  336. enable: false
  337. confirm-command:
  338. # True: use confirm command, False: buy when use command
  339. enable: true
  340. # Timeout in ms
  341. timeout: 10000
  342. # Set a price for these commands (in Double, 1.1, 1.5, etc..)
  343. price-commands:
  344. create: 0
  345. home: 0
  346. set-home: 0
  347. desc: 0
  348. motd: 0
  349. prefix: 0
  350. suffix: 0
  351. commands:
  352. # Change commands (For the help page see messages configuration file)
  353. command-party: "party"
  354. command-party-desc: "Parties help page"
  355. command-help: "help"
  356. command-p: "p"
  357. command-p-desc: "Send a party message"
  358. command-create: "create"
  359. command-password: "password"
  360. command-join: "join"
  361. command-accept: "accept"
  362. command-deny: "deny"
  363. command-ignore: "ignore"
  364. command-leave: "leave"
  365. command-list: "list"
  366. command-info: "info"
  367. command-members: "members"
  368. command-home: "home"
  369. command-sethome: "sethome"
  370. command-desc: "desc"
  371. command-motd: "motd"
  372. command-chat: "chat"
  373. command-invite: "invite"
  374. command-prefix: "prefix"
  375. command-suffix: "suffix"
  376. command-rank: "rank"
  377. command-kick: "kick"
  378. command-delete: "delete"
  379. command-rename: "rename"
  380. command-silent: "silent"
  381. command-spy: "spy"
  382. command-reload: "reload"
  383. sub-command-on: "on"
  384. sub-command-off: "off"
  385. # Sub-command of /party create <partyname> fixed (if enabled)
  386. sub-command-fixed: "fixed"
  387. # Command to migrate SQL/YAML database
  388. command-migrate: "migrate"
  389. # Command for GriefPrevention support
  390. command-claim: "claim"
  391. # Command to buy commands (Vault support)
  392. command-confirm: "confirm"
  393. dont-edit-this:
  394. config-version: 13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement