Advertisement
Guest User

2.8 PvpTitles

a guest
Jul 18th, 2017
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.44 KB | None | 0 0
  1. # DO NOT TOUCH #
  2. Version: 2.8
  3. ################
  4.  
  5. ############################################################
  6. # +------------------------------------------------------+ #
  7. # | PLUGIN CONTROL | #
  8. # +------------------------------------------------------+ #
  9. ############################################################
  10.  
  11. # Customizable plugin prefix.
  12. PluginPrefix: "&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. # Time to check new Rank (Time requirement) (IN SECONDS)
  94. RankChecker: 30
  95.  
  96. # ** You can disable the events (if you don't need them) putting in the fields '-1' **
  97.  
  98. ############################################################
  99. # +------------------------------------------------------+ #
  100. # | PURGE | #
  101. # +------------------------------------------------------+ #
  102. ############################################################
  103.  
  104. # Command Purge. Erase the data older than (In days)
  105. TimeP: 20
  106. # List of players who will not be deleted with the command (Case sensitive)
  107. NoPurge:
  108. - Player1
  109.  
  110. ############################################################
  111. # +------------------------------------------------------+ #
  112. # | ANTIFARM | #
  113. # +------------------------------------------------------+ #
  114. ############################################################
  115.  
  116. ## KILLSTREAKS ##
  117. # Maximum number of deaths on the same player during "TimeL"
  118. Kills: 3
  119. # Necessary time to clean the deaths on a player (In seconds)
  120. # It is restarted for each death.
  121. CleanerTime: 300
  122. # Veto time [Stops getting points by law] (in seconds)
  123. VetoTime: 300
  124.  
  125. ## PLAYED TIME ##
  126. # Enable/Disable checking afk.
  127. CheckAFK: true
  128. # AFK Time (Time to considerer a player as afk player in minutes)
  129. AFKTime: 5
  130.  
  131. ############################################################
  132. # +------------------------------------------------------+ #
  133. # | MULTIPLIERS | #
  134. # +------------------------------------------------------+ #
  135. ############################################################
  136.  
  137. ## MULTIPLIERS ##
  138. #
  139. # Configure custom multipliers to increase or decrease the amount of <reward>
  140. # that a player receives. By default, the multiplier is 1. (Nothing changes)
  141. #
  142. # You can use a decimal value, greater than zero, to define the multiplier.
  143. # The result of the operation will be rounded.
  144. #
  145. # Available multipliers:
  146. # -> Rewards (Configured in rewards.yml)
  147. # -> RMoney (Use "money" keyword inside of the reward)
  148. # -> RPoints (Use "points" keyword inside of the reward)
  149. # -> RTime (Use "time" keyword inside of the reward)
  150. # -> Defaults (General)
  151. # -> Points (Per kill)
  152. # -> Time (Played time)
  153. #
  154. # ---
  155. # Permission format: pvptitles.mp.<reward_name>.<custom_name>
  156. # ---
  157. # In addition, there are some keywords to group the multipliers:
  158. # - pvptitles.mp.*.<custom_name> (ALL)
  159. # - pvptitles.mp.rewards.<custom_name> (RMoney, RPoints, RTime)
  160. # - pvptitles.mp.defaults.<custom_name> (Points and Time)
  161. #
  162. # For example, the permission for this example
  163. # Multipliers:
  164. # RMoney:
  165. # vip: 1.25
  166. # is -> pvptitles.mp.rmoney.vip
  167. Multipliers:
  168. RMoney:
  169. vip: 1.25
  170. RPoints:
  171. vip: 1.25
  172. RTime:
  173. vip: 1.25
  174. Points:
  175. vip: 1.5
  176. Time:
  177. vip: 2
  178.  
  179. ############################################################
  180. # +------------------------------------------------------+ #
  181. # | POINTS | #
  182. # +------------------------------------------------------+ #
  183. ############################################################
  184.  
  185. ## KILLSTREAK/DEATHSTREAK ##
  186. # Reset killstreak when a player be killed by:
  187. # AVAILABLE OPTIONS:
  188. # - PLAYER -> Another player.
  189. # - ENVIRONMENT -> Everything else.
  190. # If empty it won't be reset.
  191. ResetOptions:
  192. - PLAYER
  193. # Add a death to deathstreak only when it is caused by a player.
  194. AddDeathOnlyByPlayer: true
  195. # Should be reset the killstreak/deathstreak value when a player leaves the server?
  196. ResetOnPlayerLeaving: true
  197. # Remember that killstreak/deathstreak are temporary values, these will be zero
  198. # when server restarts.
  199.  
  200. ## AWARDED POINTS ##
  201. # RP -> Receive Points.
  202. # LP -> Lose Points.
  203. RPWhenKilling:
  204. # Enable to Receive Points when killing.
  205. enable: true
  206. LPWhenDying:
  207. # Enable to Lose Points when dying.
  208. enable: false
  209. # Only by other players?
  210. onlyPlayers: false
  211.  
  212. ## MODIFICATOR ##
  213. # Modificator to increase or decrease the amount of points you receive/lose.
  214. # The result will be parsed to integer.
  215. #
  216. # Available variables:
  217. # - STREAK -> KillStreak or "DeathStreak"
  218. # - MOD -> Modificator value.
  219. #
  220. # Allowed functions (Parameters between parentheses):
  221. # - https://docs.oracle.com/javase/7/docs/api/java/lang/Math.html
  222. # -> Just use the name of the functions described into "Method Summary"
  223. # -> By default, the parameters type is "double"
  224. Modificator:
  225. # When you are the killer.
  226. Received:
  227. # Formula to calculate the points.
  228. formula: "ceil(((STREAK - 1) * MOD) + 1)"
  229. # Modificator value.
  230. value: 2
  231. # When you are the victim.
  232. Lost:
  233. formula: STREAK
  234. value: 0
  235. # Default formula: (Killstreak * mod) + 1 | (Result is truncated upward)
  236. # - Example: [Second low # (1 * 0.25 + 1) = 1.25 ~ 2 #
  237. # - Recommended value between 0 - 1
  238.  
  239. ############################################################
  240. # +------------------------------------------------------+ #
  241. # | CHAT & TITLES | #
  242. # +------------------------------------------------------+ #
  243. ############################################################
  244.  
  245. # Default translations (Spanish (ES) | English (EN))
  246. # ############################# // Custom translations available \\ ##############################
  247. # German (DE) | Greek (GR) | French (FR) | Japanese (JP) | Chinese (CH) | Simplified Chinese (CN)
  248. # Russian (RU) | Portuguese (PT) | Swedish (SV) | Czech (CS) | Euskara (EU) | Galician (GL)
  249. # Catalan (CA) | Croatian (HR) | Korean (KO) | Ukrainian (UK) | Polish (PL) | Slovenian (SL)
  250. # Serbian (SR) | Romanian (RO)
  251. # ################################################################################################
  252. DefaultLang: EN
  253. ## For system messages and for players whose launcher has another language ##
  254. ## [Custom translations] Also, you can add your own translations...
  255. ## Example: You can create "messages_DE" and the messages into the file will be shown to the players whose launcher language is German.
  256.  
  257. # Customizable Name for the points earned by players.
  258. Tag: Fame
  259. # Color of the title in chat.
  260. PrefixColor: green
  261. # Number of the top players that will be shown in chat with the pvpladder command.
  262. Top: 5
  263.  
  264. # Prefix in the chat to replace
  265. Prefix: "{PVPTITLE}"
  266. # 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.
  267.  
  268. # Display the player title in the chat.
  269. DisplayTitleInChat: true
  270.  
  271. ## HOLOGRAMS ##
  272. # Display the player title over his head.
  273. DisplayTitleOverPlayer: false
  274. # Holographic title's format (For all ranks) [Supports colors]
  275. HoloTitleFormat: "[%rank%]"
  276. # Modifier for setting the hologram height (Min value = 0)
  277. # -> GRAPHIC EXAMPLE <-
  278. # --- (...) --- (n)
  279. # --- --- (2)
  280. # --- --- (1) [Default height]
  281. # --- playername --- (0) [This coincides with the height of player name]
  282. # --- ( player ) ---
  283. HoloHeightModifier: 1
  284. # This requires that HolographicDisplays be loaded.
  285. ## -- ##
  286.  
  287. ## RANKS/TITLES ##
  288. #
  289. # Default rank "None" won't be shown.
  290. # If display is not defined, the rank name will be used.
  291. #
  292. # Structure explanation:
  293. # <title_name>: (Has to be unique)
  294. # display: "&bTitle &ename" (Name to display)
  295. # points: <points_number> (Points required to get the title)
  296. # # OPTIONAL PARAMETERS
  297. # # time: <seconds> (Required played time (In seconds) to get the title, 0 by default)
  298. # # restricted: true|false (Requires a permission to get the title, false by default)
  299. #
  300. # If you use "restricted: true", the permission that you have to use is:
  301. # pvptitles.rank.<title_name>
  302. Ranks:
  303. LapisLazuliIV:
  304. display: "&1IV&1☆&r"
  305. points: 0
  306. LapisLazuliIII:
  307. display: "&1III&1☆&r"
  308. points: 30
  309. LapisLazuliII:
  310. display: "&1II☆&r"
  311. points: 75
  312. LapisLazuliI:
  313. display: "&1I☆&r"
  314. points: 100
  315. HierroIV:
  316. display: "&7IV✩&r"
  317. points: 150
  318. HierroIII:
  319. display: "&7III✩&r"
  320. points: 225
  321. HierroII:
  322. display: "&7II✩&r"
  323. points: 350
  324. HierroI:
  325. display: "&7I✩"
  326. points: 420
  327. OroIII:
  328. display: "&6III✩&r"
  329. points: 500
  330. OroII:
  331. display: "&6II✩&r"
  332. points: 630
  333. OroI:
  334. display: "&6I✩"
  335. points: 800
  336. DiamanteII:
  337. display: "&3II✬&r"
  338. points: 950
  339. DiamanteI:
  340. display: "&3I✬"
  341. points: 1200
  342. EsmeraldaII:
  343. display: "&aII✵&r"
  344. points: 1400
  345. EsmeraldaI:
  346. display: "&aI✵"
  347. points: 1700
  348. CampeonesI:
  349. display: "&5I❂"
  350. points: 2000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement