Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. #config.yml version 1.2.3-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: true
  28. #Enable fights?
  29. fights: true
  30. #Enable gang chat?
  31. gangChat: true
  32. #Enable gang bank accounts?
  33. gangBank: true
  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. #Toggle debug mode
  47. debug: false
  48. #Choose how messages will be broadcasted. Valid values are message/title/subtitle
  49. broadcastType: message
  50. #Gang name regex, don't change it unless you know how it works
  51. allowedNameCharacters: '[^a-zA-Z0-9\\ ]'
  52. #Choose if spaces are allowed in gang name
  53. allowSpaces: false
  54. #Minimal gang name length
  55. minGangNameLength: 3
  56. #Maximal gang name length
  57. maxGangNameLength: 12
  58. #Maximal gang level
  59. maxGangLevel: 1
  60. #If set to true gang names in chat will be different for each level (customGangNameFormats config section)
  61. useCustomGangNames: true
  62. #If value above set to false this format will be applied for each gang regardless of it's level
  63. defaultGangNameFormat: '&f[$gang]'
  64. #If set to true maximal gang members amount will be different for each level (maxMembers config section)
  65. useCustomMaxMembers: false
  66. #If value above set to false this max members amount will be applied for each gang regardless of it's level
  67. defaultMaxMembers: 10
  68. #If set to true maximal homes amount will be different for each level (maxHomes config section)
  69. useCustomMaxHomes: true
  70. #If value above set to false this max homes amount will be applied for each gang regardless of it's level
  71. defaultMaxHomes: 1
  72. #Format of messages sent to gang members. Use $gang for gangs name and $message for the message text
  73. inGangMsgFormat: "&b$gang > &7$message"
  74. #Format of messages sent to players present in certain fight arena. Use $message for the message text
  75. inArenaMsgFormat: "&3Fight > &7$message"
  76. #Choose if friendly fire is disabled or enabled
  77. friendlyFire: true
  78. #Choose if gang leaders are able to toggle on/off friendly fire (if value above set to false they still won't be able)
  79. friendlyFireTogglableByLeader: true
  80. #Choose if kills and deaths should be counted only during gang fights
  81. countKillsDeathsOnlyDuringFights: false
  82. #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
  83. advancedKillTracking: false
  84. #If set to false players won't be able to move from the beginning location until fight starts
  85. freezeBeforeFightStart: true
  86. #Delay in seconds before fight starts, players can join then so recommended value is higher than 5
  87. delayBeforeFightStart: 30
  88. #Minimal players amount that can be chosen when challenging other gang for a fight
  89. minFightMembersAmount: 1
  90. #Maximal players amount that can be chosen when challenging other gang for a fight
  91. maxFightMembersAmount: 5
  92. #Minimal entry fee that can be chosen when challenging other gang for a fight
  93. minFightMoneyAmount: 100
  94. #Maximal entry fee that can be chosen when challenging other gang for a fight
  95. maxFightMoneyAmount: 1000000
  96. #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.
  97. showGangBalanceToOthers: false
  98. #How many gangs should be shown on the gangs list per page
  99. gangsPerPage: 10
  100. #Enable fight time limit?
  101. enableFightTimeLimit: true
  102. #After that time (in seconds) fight will end with no winner and loser if enableFightTimeLimit set to true.
  103. fightTimeLimit: 300
  104. #Highlight online players (from player's gang) names?
  105. showOnlinePlayers: true
  106. #Highlight online players (from all gangs) names?
  107. showOnlinePlayersInAllGangs: false
  108. #Format of online player's name, $name will be replaced with player's nickname
  109. onlinePlayerNameFormat: "&a$player&b"
  110. #Delay in seconds before players get teleported out of arena after winning a fight
  111. delayBeforeTeleport: 15
  112. #Custom gang name formats shown on chat depending on it's level. Format is LEVEL:FORMAT, use $gang for gang's name.
  113. customGangNameFormats:
  114. 1: '&a[$gang] &f'
  115. 2: '&b[$gang] &f'
  116. 3: '&6&l[$gang] &f'
  117. prices:
  118. #Gang's creation price
  119. create: 1000
  120. #Level up price from each level. Format is FROMLEVEL:PRICE
  121. levelup:
  122. 1: 100000
  123. 2: 300000
  124. 3: 500000
  125. #Custom maximal members amount depending on it's level. Format is LEVEL:AMOUNT
  126. maxMembers:
  127. 1: 5
  128. 2: 10
  129. 3: 20
  130. #Custom homes members amount depending on it's level. Format is LEVEL:AMOUNT
  131. maxHomes:
  132. 1: 1
  133. 2: 5
  134. 3: 20
  135. #Players won't be able to set gang homes in these worlds
  136. disableHomesInWorlds:
  137. - world_nether
  138. #Players without gangsplus.fightcommands won't be able to use these commands during fights
  139. disabledCommandsDuringFight:
  140. - /espawn
  141. - /spawn
  142. - /tpa
  143. - /etpa
  144. #Player won't be able to create gangs with names containing following words/phrases
  145. bannedNames:[]
  146. #Rewards for upgrading the gang to higher level. Following commands will be executed for every online gang member.
  147. #Placeholders:
  148. #{PLAYER} - will be replaced with name of each of online gang members
  149. #{GANG} - will be replaced with gang name
  150. #{LEVEL} - will be replaced with new gang's level
  151. levelUpRewards:
  152. 1:
  153. commands:
  154. - msg {PLAYER} Congratulations!
  155. - give {PLAYER} diamond 64
  156. 2:
  157. commands:
  158. - msg {PLAYER} Congratulations!
  159. - give {PLAYER} diamond 128
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement