Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.98 KB | None | 0 0
  1. # DO NOT TOUCH #
  2. Version: 2.8.1
  3. ################
  4.  
  5. ############################################################
  6. # +------------------------------------------------------+ #
  7. # | PLUGIN CONTROL | #
  8. # +------------------------------------------------------+ #
  9. ############################################################
  10.  
  11. # Customizable plugin prefix.
  12. PluginPrefix: "&f[&6PvPTitles&f] "
  13.  
  14. # Enable/Disable metrics.
  15. Metrics: true
  16.  
  17. # Notice Update Available.
  18. Alert: true
  19. # Automatic updates.
  20. Update: false
  21.  
  22. # Display integrations
  23. DisplayIntegrations: true
  24.  
  25. # Debug mode (Shows database queries in console)
  26. Debug: false
  27.  
  28. # Error structure:
  29. # 0 - Simplified.
  30. # 1 - Essential data.
  31. # 2 - All data.
  32. ErrorFormat: 2
  33.  
  34. # Options (No case sensitive):
  35. # - SQLite
  36. DefaultDatabase: SQLite
  37.  
  38. ############################################################
  39. # +------------------------------------------------------+ #
  40. # | MYSQL-PVPTITLES BRIDGE | #
  41. # +------------------------------------------------------+ #
  42. ############################################################
  43.  
  44. # False to work with SQLite.
  45. # True to hook {connect} into the existing server MySQL.
  46. Mysql:
  47. enable: false
  48. enableSSL: false
  49.  
  50. host: localhost
  51. port: 3306
  52. database: dbname
  53. user: user
  54. pass: pass
  55.  
  56. # Unique ID per server (Default -1 indicates that the server has not ID)
  57. MultiS: -1
  58. # Custom name for this server (If empty server name will be used)
  59. NameS: Custom
  60.  
  61. ############################################################
  62. # +------------------------------------------------------+ #
  63. # | MULTIWORLD | #
  64. # +------------------------------------------------------+ #
  65. ############################################################
  66.  
  67. # MultiWorld
  68. MW:
  69. # Enable points per world
  70. enable: false
  71.  
  72. # Manage some plugin features between worlds.
  73. MW-filter:
  74. # It shows the titles on the worlds listed below.
  75. title: false
  76. # Awards points for fame on the worlds listed below.
  77. points: false
  78. # It shows the players, who played in the worlds listed below, on the leaderboard (pvpladder and boards)
  79. show-on-leaderboard: false
  80. # List of affected worlds (No case sensitive)
  81. affected-worlds:
  82. - example_world
  83.  
  84. ############################################################
  85. # +------------------------------------------------------+ #
  86. # | EVENTS | #
  87. # +------------------------------------------------------+ #
  88. ############################################################
  89.  
  90. # Update Time for leaderboards (IN MINUTES)
  91. LBRefresh: 1
  92.  
  93. # Task to check if a player got a new Rank (Useful if that rank requires a
  94. # minimum played time) (IN SECONDS)
  95. RankChecker: 30
  96.  
  97. # ** You CAN DISABLE the events (if you don't need them) putting in the fields '-1' **
  98.  
  99. ############################################################
  100. # +------------------------------------------------------+ #
  101. # | PURGE | #
  102. # +------------------------------------------------------+ #
  103. ############################################################
  104.  
  105. # Command Purge. Erase the data older than (In days)
  106. TimeP: 200
  107. # List of players who will not be deleted with the command (Case sensitive)
  108. NoPurge:
  109. - Player1
  110.  
  111. ############################################################
  112. # +------------------------------------------------------+ #
  113. # | ANTIFARM | #
  114. # +------------------------------------------------------+ #
  115. ############################################################
  116.  
  117. ## KILLSTREAKS ##
  118. # Maximum number of deaths on the same player during "TimeL"
  119. Kills: 3
  120. # Necessary time to clean the deaths on a player (In seconds)
  121. # It is restarted for each death.
  122. CleanerTime: 300
  123. # Veto time [Stops getting points by law] (in seconds)
  124. VetoTime: 300
  125.  
  126. ## PLAYED TIME ##
  127. # Enable/Disable checking afk.
  128. CheckAFK: true
  129. # AFK Time (Time to considerer a player as afk, in minutes)
  130. AFKTime: 5
  131.  
  132. ############################################################
  133. # +------------------------------------------------------+ #
  134. # | MULTIPLIERS | #
  135. # +------------------------------------------------------+ #
  136. ############################################################
  137.  
  138. ## MULTIPLIERS ##
  139. #
  140. # Configure custom multipliers to increase or decrease the amount of <reward>
  141. # that a player receives. By default, the multiplier is 1. (Nothing changes)
  142. #
  143. # You can use a decimal value, greater than zero, to define the multiplier.
  144. # The result of the operation will be rounded.
  145. #
  146. # Available multipliers:
  147. # -> Rewards (Configured in rewards.yml)
  148. # -> RMoney (Use "money" keyword inside of the reward)
  149. # -> RPoints (Use "points" keyword inside of the reward)
  150. # -> RTime (Use "time" keyword inside of the reward)
  151. # -> Defaults (General)
  152. # -> Points (Per kill)
  153. # -> Time (Played time)
  154. #
  155. # ---
  156. # Permission format: pvptitles.mp.<reward_name>.<custom_name>
  157. # ---
  158. # In addition, there are some keywords to group the multipliers:
  159. # - pvptitles.mp.*.<custom_name> (ALL)
  160. # - pvptitles.mp.rewards.<custom_name> (RMoney, RPoints, RTime)
  161. # - pvptitles.mp.defaults.<custom_name> (Points and Time)
  162. #
  163. # For example, the permission for this example
  164. # Multipliers:
  165. # RMoney:
  166. # vip: 1.25
  167. # is -> pvptitles.mp.rmoney.vip
  168. Multipliers:
  169. RMoney:
  170. vip: 1.25
  171. RPoints:
  172. vip: 1.25
  173. RTime:
  174. vip: 1.25
  175. Points:
  176. vip: 1.5
  177. Time:
  178. vip: 2
  179.  
  180. ############################################################
  181. # +------------------------------------------------------+ #
  182. # | POINTS | #
  183. # +------------------------------------------------------+ #
  184. ############################################################
  185.  
  186. ## KILLSTREAK/DEATHSTREAK ##
  187. # Reset killstreak when a player be killed by:
  188. # AVAILABLE OPTIONS:
  189. # - PLAYER -> Another player.
  190. # - ENVIRONMENT -> Everything else.
  191. # If empty it won't be reset.
  192. ResetOptions:
  193. - PLAYER
  194. # Add a death to deathstreak only when it is caused by a player.
  195. AddDeathOnlyByPlayer: true
  196. # Should be reset the killstreak/deathstreak value when a player leaves the server?
  197. ResetOnPlayerLeaving: true
  198. # Remember that killstreak/deathstreak are temporary values, these will be zero
  199. # when server restarts.
  200.  
  201. ## AWARDED POINTS ##
  202. # RP -> Receive Points.
  203. # LP -> Lose Points.
  204. RPWhenKilling:
  205. # Enable to Receive Points when killing.
  206. enable: true
  207. LPWhenDying:
  208. # Enable to Lose Points when dying.
  209. enable: true
  210. # Only by other players?
  211. onlyPlayers: true
  212.  
  213. ## MODIFICATOR ##
  214. # Modificator to increase or decrease the amount of points you receive/lose.
  215. # The result will be parsed to integer.
  216. #
  217. # Available variables (No case sensitive):
  218. # - STREAK -> KillStreak or "DeathStreak"
  219. # - MOD -> Modificator value.
  220. # - KPOINTS -> Killer points.
  221. # - VPOINTS -> Victim points.
  222. #
  223. # Allowed functions (Parameters between parentheses):
  224. # - https://docs.oracle.com/javase/7/docs/api/java/lang/Math.html
  225. # -> Just use the name of the functions described into "Method Summary"
  226. # -> By default, the parameters type is "double"
  227. Modificator:
  228. # When you are the killer.
  229. Received:
  230. # Formula to calculate the points.
  231. formula: "ceil(((KPOINTS + 1) * MOD) + 1)"
  232. # Modificator value.
  233. value: 1.0
  234. # When you are the victim.
  235. Lost:
  236. formula: STREAK
  237. value: 0
  238. # Default formula: (Killstreak * mod) + 1 | (Result is truncated upward)
  239. # - Example: [Second low # (1 * 0.25 + 1) = 1.25 ~ 2 #
  240. # - Recommended value between 0 - 1
  241.  
  242. ############################################################
  243. # +------------------------------------------------------+ #
  244. # | CHAT & TITLES | #
  245. # +------------------------------------------------------+ #
  246. ############################################################
  247.  
  248. # Default translations (Spanish (ES) | English (EN))
  249. # ############################# // Custom translations available \\ ##############################
  250. # German (DE) | Greek (GR) | French (FR) | Japanese (JP) | Chinese (CH) | Simplified Chinese (CN)
  251. # Russian (RU) | Portuguese (PT) | Swedish (SV) | Czech (CS) | Euskara (EU) | Galician (GL)
  252. # Catalan (CA) | Croatian (HR) | Korean (KO) | Ukrainian (UK) | Polish (PL) | Slovenian (SL)
  253. # Serbian (SR) | Romanian (RO)
  254. # ################################################################################################
  255. DefaultLang: EN
  256. ## For system messages and for players whose launcher has another language ##
  257. ## [Custom translations] Also, you can add your own translations...
  258. ## Example: You can create "messages_DE" and the messages into the file will be shown to the players whose launcher language is German.
  259.  
  260. # Customizable Name for the points earned by players.
  261. Tag: Fame
  262. # Color of the title in chat.
  263. PrefixColor: green
  264. # Number of the top players that will be shown in chat with the pvpladder command.
  265. Top: 5
  266.  
  267. # Prefix in the chat to replace
  268. Prefix: "{PVPTITLE}"
  269. # If you do not use any chat-plugin or do not want to implement it the title will be placed at the beginning of chat.
  270.  
  271. # Display the player title in the chat.
  272. DisplayTitleInChat: true
  273.  
  274. ## HOLOGRAMS ##
  275. # Display the player title over his head.
  276. DisplayTitleOverPlayer: false
  277. # Holographic title's format (For all ranks) [Supports colors]
  278. HoloTitleFormat: "[%rank%]"
  279. # Modifier for setting the hologram height (Min value = 0)
  280. # -> GRAPHIC EXAMPLE <-
  281. # --- (...) --- (n)
  282. # --- --- (2)
  283. # --- --- (1) [Default height]
  284. # --- playername --- (0) [This coincides with the height of player name]
  285. # --- ( player ) ---
  286. HoloHeightModifier: 1
  287. # This requires that HolographicDisplays be loaded.
  288. ## -- ##
  289.  
  290. ## RANKS/TITLES ##
  291. #
  292. # Default rank "None" won't be shown.
  293. # If display is not defined, the rank name will be used.
  294. #
  295. # Structure explanation:
  296. # <title_name>: (Has to be unique)
  297. # display: "&bTitle &ename" (Name to display)
  298. # points: <points_number> (Points required to get the title)
  299. # # OPTIONAL PARAMETERS
  300. # # time: <seconds> (Required played time (In seconds) to get the title, 0 by default)
  301. # # restricted: true|false (Requires a permission to get the title, false by default)
  302. #
  303. # If you use "restricted: true", the permission that you have to use is:
  304. # pvptitles.rank.<title_name>
  305. Ranks:
  306. Carton:
  307. display: "&8Carton"
  308. points: 0
  309. time: 0
  310. Bronze:
  311. display: "&6Bronze"
  312. points: 5
  313. Argent:
  314. display: "&7Argent"
  315. points: 25
  316. Or:
  317. display: "&6Or"
  318. points: 50
  319. Rubis:
  320. display: "&cRubis"
  321. points: 150
  322. Emeraude:
  323. display: "&aEmeraude"
  324. points: 300
  325. Diamant:
  326. display: "&bDiamant"
  327. points: 600
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement