Advertisement
Guest User

Untitled

a guest
Jan 24th, 2019
664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 KB | None | 0 0
  1. # =============== PixelVip Configuration Options ================
  2. #
  3. # This is the default configuration and some information about some configurations.
  4. #
  5. # In "groups" on "commands" and "cmdChances"(Lists) you can use this placeholders:
  6. # - {p} = Players Name
  7. # - {vip} = Vip Group
  8. # - {playergroup} = Player Group before Vip activation
  9. # - {days} = Days of activated Vip
  10. #
  11. # In "groups" > "cmdChances"(List) you can add commands to run based on a % chance.
  12. # Use numbers below 0-100 like the example on "vip1".
  13. #
  14. # In "configs" > "cmdOnRemoveVip"(String) you can use this placeholders:
  15. # - {p} = Player Name
  16. # - {vip} = Name of Vip Removed
  17. #
  18. # In "configs" > "commandsToRunOnChangeVip"(List) you can use this placeholders:
  19. # - {p} = Player Name
  20. # - {newvip} = Name of Vip the player is changing to
  21. # - {oldvip} = Name of Vip the player is changing from
  22. #
  23. # In "configs" > "commandsToRunOnVipFinish" and "run-on-vip-finish" (Lists) you can use this placeholders:
  24. # - {p} = Player Name
  25. # - {vip} = Name of Vip
  26. # - {playergroup} = Player Group before Vip activation
  27. #
  28. # On Vault options, you can use "set" to set the VIP group or "add" to add VIP group to player.
  29. # *Using Vault you don't need to set any permission plugin command to set groups, Vault will do all this jobs.
  30.  
  31.  
  32. groups:
  33. Explorador:
  34. commands:
  35. - broadcast &l&3&oAviso &r&7» &f&lO Jogador &b{p} &f&lacaba de ativar o VIP&r &a[&a&lExplorador&r&a]
  36. - eco give {p} 20000
  37. - givekit {p} vipexplorador
  38. - adjustbonusclaimblocks {p} 5000
  39. - xp give {p} 50L
  40. - bcl chunks add {p} onlineonly 5
  41. - bcl chunks add {p} alwayson 1
  42. cmdChances:
  43. '0':
  44. - give {p} minecraft:diamond 1
  45. Industrial:
  46. commands:
  47. - broadcast &l&3&oAviso &r&7» &f&lO Jogador &b{p} &f&lacaba de ativar o VIP&r &9[&9&lIndustrial&r&9]
  48. - eco give {p} 25000
  49. - givekit {p} vipindustrial
  50. - adjustbonusclaimblocks {p} 8000
  51. - xp give {p} 80L
  52. - bcl chunks add {p} onlineonly 10
  53. - bcl chunks add {p} alwayson 2
  54. cmdChances:
  55. '0':
  56. - give {p} minecraft:diamond 1
  57. Astronauta:
  58. commands:
  59. - broadcast &l&3&oAviso &r&7» &f&lO Jogador &b{p} &f&lacaba de ativar o VIP&r &b[&b&lAstronauta&r&b]
  60. - eco give {p} 30000
  61. - givekit {p} vipastronauta
  62. - adjustbonusclaimblocks {p} 10000
  63. - xp give {p} 100L
  64. - bcl chunks add {p} onlineonly 15
  65. - bcl chunks add {p} alwayson 3
  66. cmdChances:
  67. '0':
  68. - give {p} minecraft:diamond 1
  69. Nuclear:
  70. commands:
  71. - broadcast &l&3&oAviso &r&7» &f&lO Jogador &b{p} &f&lacaba de ativar o VIP &r&6[&6&lNuclear&r&6]
  72. - eco give {p} 45000
  73. - givekit {p} vipnuclear
  74. - adjustbonusclaimblocks {p} 15000
  75. - xp give {p} 120L
  76. - bcl chunks add {p} onlineonly 25
  77. - bcl chunks add {p} alwayson 5
  78. cmdChances:
  79. '0':
  80. - give {p} minecraft:diamond 1
  81. Extremo:
  82. commands:
  83. - broadcast &l&3&oAviso &r&7» &f&lO Jogador &b{p} &f&lacaba de ativar o VIP&r &c[&c&lExtremo&r&c]
  84. - eco give {p} 60000
  85. - givekit {p} vipextreme
  86. - adjustbonusclaimblocks {p} 25000
  87. - xp give {p} 150L
  88. - bcl chunks add {p} onlineonly 35
  89. - bcl chunks add {p} alwayson 7
  90. cmdChances:
  91. '0':
  92. - give {p} minecraft:diamond 1
  93. Imortal:
  94. commands:
  95. - broadcast &l&3&oAviso &r&7» &f&lO Jogador &b{p} &f&lacaba de ativar o VIP&r &d[&d&lImortal&r&d]
  96. - eco give {p} 90000
  97. - givekit {p} vipimortal
  98. - adjustbonusclaimblocks {p} 35000
  99. - xp give {p} 200L
  100. - bcl chunks add {p} onlineonly 45
  101. - bcl chunks add {p} alwayson 9
  102. cmdChances:
  103. '0':
  104. - give {p} minecraft:diamond 1
  105. configs:
  106. database:
  107. type: file
  108. mysql:
  109. host: jdbc:mysql://localhost:3306/
  110. db-name: pixelvip
  111. username: user
  112. password: pass
  113. keys:
  114. table-name: pixelvip_keys
  115. columns:
  116. key: col_key
  117. group: col_group
  118. duration: col_duration
  119. uses: col_uses
  120. cmds: col_cmds
  121. info: col_info
  122. comments: col_comments
  123. vips:
  124. table-name: pixelvip_vips
  125. columns:
  126. uuid: col_uuid
  127. vip: col_vip
  128. playerGroup: col_playerGroup
  129. duration: col_duration
  130. nick: col_nick
  131. expires-on-exact: col_expires
  132. active: col_active
  133. kits: col_kits
  134. comments: col_comments
  135. transactions:
  136. table-name: pixelvip_transactions
  137. columns:
  138. idt: col_idt
  139. nick: col_nick
  140. spigot:
  141. clickKeySuggest: false
  142. clickSuggest: /usekey {key}
  143. key-size: 10
  144. useKeyWarning: true
  145. Vault:
  146. use: true
  147. mode: set
  148. cmdToReloadPermPlugin: pex reload
  149. cmdOnRemoveVip: ''
  150. commandsToRunOnVipFinish:
  151. - nick {p} off
  152. commandsToRunOnChangeVip: []
  153. queueCmdsForOfflinePlayers: false
  154. worldCmdsAllowed:
  155. - world
  156. - DIM7
  157. - DIM-100
  158. - DIM1
  159. - DIM-1
  160. - DIM-112
  161. - Gladiador lite
  162. - Spawn
  163. bungee:
  164. enableSync: false
  165. serverID: server1
  166. apis:
  167. pagseguro:
  168. use: false
  169. debug: false
  170. email: your@email.com
  171. token: yourtoken
  172. ignoreOldest: 12/08/2018
  173. paypal:
  174. use: false
  175. commandIds:
  176. '1': darvip {p} Vip1 15
  177. '2': silk give {p} iron_golem 2
  178. '3': eco give {p} 10000
  179. strings:
  180. _pluginTag: '&7[&6PixelVip&7] '
  181. noPlayersByName: '&cTheres no players with this name!'
  182. onlyPlayers: '&cOnly players ca use this command!'
  183. noKeys: '&aTheres no available keys! Use &6/newkey &aor &6/newikey &ato generate
  184. one.'
  185. listKeys: '&aList of Keys:'
  186. listItemKeys: '&aList of Item Keys:'
  187. vipInfoFor: '&aVip info for '
  188. playerNotVip: '&cThis player(or you) is not VIP!'
  189. moreThanZero: '&cThis number need to be more than 0'
  190. keyGenerated: '&aGenerated a key with the following:'
  191. keySendTo: '&aYou received a key with the following:'
  192. invalidKey: '&cThis key is invalid or not exists!'
  193. vipActivated: '&aVip activated with success:'
  194. usesLeftActivation: '&bThis key can be used for more: &6{uses} &btimes.'
  195. activeVip: '&b- Vip: &6{vip}'
  196. activeDays: '&b- Days: &6{days} &bdays'
  197. timeLeft: '&b- Time left: &6'
  198. totalTime: '&b- Days: &6'
  199. timeKey: '&b- Key: &6'
  200. hoverKey: '&7&o(Click to get the Key)&r'
  201. timeGroup: '&b- Vip: &6'
  202. timeActive: '&b- In Use: &6'
  203. infoUses: '&b- Uses left: &6'
  204. activeVipSetTo: '&aYour active VIP is '
  205. noGroups: '&cNo groups with name &6'
  206. days: ' &bdays'
  207. hours: ' &bhours'
  208. minutes: ' &bminutes'
  209. and: ' &band'
  210. vipEnded: ' &bYour vip &6{vip} &bhas ended. &eWe hope you enjoyed your Vip time
  211. &a:D'
  212. lessThan: '&6Less than one minute to end your vip...'
  213. vipsRemoved: '&aVip(s) of player removed with success!'
  214. vipSet: '&aVip set with success for this player!'
  215. sync-groups: '&aGroup configs send to all servers!'
  216. list-of-vips: '&aList of active VIPs: '
  217. vipAdded: '&aVip added with success for this player!'
  218. item: '&a-- Item: &b'
  219. itemsGiven: '&aGiven {items} item(s) using a key.'
  220. itemsAdded: '&aItem(s) added to key:'
  221. keyRemoved: '&aKey removed with success: &b'
  222. noKeyRemoved: '&cTheres no keys to remove!'
  223. cmdNotAllowedWorld: '&cThis command is not allowed in this world!'
  224. 'true': '&atrue'
  225. 'false': '&cfalse'
  226. reload: '&aPixelvip reloaded with success!'
  227. confirmUsekey: '&4Warning: &cMake sure you have free space on your inventory to
  228. use this key for your vip or items. &6Use the same command again to confirm!'
  229. pagseguro:
  230. waiting: '&cPagSeguro: Your purchase has not yet been approved!'
  231. codeused: '&cPagSeguro: This code has already been used!'
  232. expired: '&cPagSeguro: This code has expired!'
  233. noitems: '&cPagSeguro: No items delivered. Contact an administrator to help you!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement