Advertisement
Guest User

MLG Config

a guest
Mar 28th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1. #config.yml version 1.2.4-SNAPSHOT
  2. database:
  3. #Database backend, can be set to mysql or sqlite
  4. backend: sqlite
  5. #MySQL database host
  6. mySQLHost: localhost
  7. #MySQL connection port number
  8. mySQLPort: 3306
  9. #MySQL database name
  10. mySQLDatabase: db
  11. #MySQL database user
  12. mySQLUser: root
  13. #MySQL user's password
  14. mySQLPassword: ""
  15. #Alliances table name
  16. alliancesTable: "alliances"
  17. #Gangs table name
  18. gangsTable: "gangs"
  19. #Homes table name
  20. homesTable: "homes"
  21. #Invitations table name
  22. invitationsTable: "invitations"
  23. #players table name
  24. playersTable: "players"
  25. modules:
  26. #Enable homes?
  27. homes: false
  28. #Enable fights?
  29. fights: false
  30. #Enable gang chat?
  31. gangChat: true
  32. #Enable gang bank accounts?
  33. gangBank: false
  34. settings:
  35. broadcast:
  36. #Choose if certain actions should be broadcasted
  37. gangCreate: true
  38. gangDisband: true
  39. gangDisbandByAdmin: true
  40. gangJoin: true
  41. gangLeave: true
  42. gangKick: true
  43. gangLevelUp: true
  44. fightStart: true
  45. fightEnd: true
  46. cooldowns:
  47. #Cooldowns before teleports, set to 0 to disable
  48. home: 5
  49. fightJoin: 0
  50. #Toggle debug mode
  51. debug: false
  52. #Choose how messages will be broadcasted. Valid values are message/title/subtitle
  53. broadcastType: message
  54. #Gang name regex, don't change it unless you know how it works
  55. allowedNameCharacters: '[^a-zA-Z0-9\\ ]'
  56. #Choose if spaces are allowed in gang name
  57. allowSpaces: false
  58. #Minimal gang name length
  59. minGangNameLength: 3
  60. #Maximal gang name length
  61. maxGangNameLength: 32
  62. #Maximal gang level
  63. maxGangLevel: 5
  64. #If set to true gang names in chat will be different for each level (customGangNameFormats config section)
  65. useCustomGangNames: true
  66. #If value above set to false this format will be applied for each gang regardless of it's level
  67. defaultGangNameFormat: '&9{GANG}'
  68. #If set to true maximal gang members amount will be different for each level (maxMembers config section)
  69. useCustomMaxMembers: true
  70. #If value above set to false this max members amount will be applied for each gang regardless of it's level
  71. defaultMaxMembers: 5
  72. #If set to true maximal homes amount will be different for each level (maxHomes config section)
  73. useCustomMaxHomes: true
  74. #If value above set to false this max homes amount will be applied for each gang regardless of it's level
  75. defaultMaxHomes: 1
  76. #Format of messages sent to gang members. Use $gang for gangs name and $message for the message text
  77. inGangMsgFormat: "&6Teams&e&l> &6$message"
  78. #Format of messages sent to players present in certain fight arena. Use $message for the message text
  79. inArenaMsgFormat: "&3Fight > &7$message"
  80. #Choose if friendly fire is disabled or enabled
  81. friendlyFire: true
  82. #Choose if gang leaders are able to toggle on/off friendly fire (if value above set to false they still won't be able)
  83. friendlyFireTogglableByLeader: true
  84. #Choose if kills and deaths should be counted only during gang fights
  85. countKillsDeathsOnlyDuringFights: false
  86. #If set to true plugin will log all damage given by player (including arrows and snowballs thrown by player) and count the kill even if player dies naturally (but not later than 5 minutes from the last damage), if set to false it will log only kills when player is killed directly by other player
  87. advancedKillTracking: true
  88. #If set to false players won't be able to move from the beginning location until fight starts
  89. freezeBeforeFightStart: true
  90. #Delay in seconds before fight starts, players can join then so recommended value is higher than 5
  91. delayBeforeFightStart: 30
  92. #Minimal players amount that can be chosen when challenging other gang for a fight
  93. minFightMembersAmount: 1
  94. #Maximal players amount that can be chosen when challenging other gang for a fight
  95. maxFightMembersAmount: 5
  96. #Minimal entry fee that can be chosen when challenging other gang for a fight
  97. minFightMoneyAmount: 100
  98. #Maximal entry fee that can be chosen when challenging other gang for a fight
  99. maxFightMoneyAmount: 1000000
  100. #Show gang's balance to other players (even those who aren't members of that gang)? Players with gangsplus.checkbalance will be still able to see it.
  101. showGangBalanceToOthers: false
  102. #How many gangs should be shown on the gangs list per page
  103. gangsPerPage: 10
  104. #Enable fight time limit?
  105. enableFightTimeLimit: true
  106. #After that time (in seconds) fight will end with no winner and loser if enableFightTimeLimit set to true.
  107. fightTimeLimit: 300
  108. #Highlight online players (from player's gang) names?
  109. showOnlinePlayers: true
  110. #Highlight online players (from all gangs) names?
  111. showOnlinePlayersInAllGangs: false
  112. #Format of online player's name, $name will be replaced with player's nickname
  113. onlinePlayerNameFormat: "&9{GANG} &a$player&b"
  114. #Delay in seconds before players get teleported out of arena after winning a fight
  115. delayBeforeTeleport: 15
  116. #Custom gang name formats shown on chat depending on it's level. Format is LEVEL:FORMAT, use $gang for gang's name.
  117. customGangNameFormats:
  118. 1: '&9$gang'
  119. prices:
  120. #Gang's creation price
  121. create: 0
  122. #Level up price from each level. Format is FROMLEVEL:PRICE
  123. levelup:
  124. 1: 100000
  125. 2: 300000
  126. 3: 500000
  127. #Custom maximal members amount depending on it's level. Format is LEVEL:AMOUNT
  128. maxMembers:
  129. 1: 5
  130. 2: 10
  131. 3: 20
  132. #Custom homes members amount depending on it's level. Format is LEVEL:AMOUNT
  133. maxHomes:
  134. 1: 1
  135. 2: 5
  136. 3: 20
  137. #Players won't be able to set gang homes in these worlds
  138. disableHomesInWorlds:
  139. - world_nether
  140. #Players without gangsplus.fightcommands won't be able to use these commands during fights
  141. disabledCommandsDuringFight:
  142. - /espawn
  143. - /spawn
  144. - /tpa
  145. - /etpa
  146. #Player won't be able to create gangs with names containing following words/phrases
  147. bannedNames:
  148. - ass
  149. - noob
  150. - bitch
  151. - slut
  152. - creampie
  153. - slooge
  154. - chinks
  155. - fuck
  156. - dick
  157. - shit
  158. #Rewards for upgrading the gang to higher level. Following commands will be executed for every online gang member.
  159. #Placeholders:
  160. #{PLAYER} - will be replaced with name of each of online gang members
  161. #{GANG} - will be replaced with gang name
  162. #{LEVEL} - will be replaced with new gang's level
  163. levelUpRewards:
  164. 1:
  165. commands:
  166. - msg {PLAYER} Congratulations!
  167. - give {PLAYER} diamond 64
  168. 2:
  169. commands:
  170. - msg {PLAYER} Congratulations!
  171. - give {PLAYER} diamond 128
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement