Advertisement
Guest User

Untitled

a guest
Oct 9th, 2018
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.93 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. vipferro:
  34. essentials-kit: Tools
  35. commands:
  36. - pex user {p} group set vipferro
  37. - pex user {p} group add escravo
  38. - pex user {p} add nte.vipferro
  39. cmdChances:
  40. '0':
  41. - give {p} minecraft:mob_spawner 1
  42. run-on-vip-finish:
  43. - a
  44. vipouro:
  45. essentials-kit: Tools
  46. commands:
  47. - pex user {p} group set vipouro
  48. - pex user {p} group add escravo
  49. - pex user {p} add nte.vipouro
  50. cmdChances:
  51. '0':
  52. - give {p} minecraft:mob_spawner 1
  53. run-on-vip-finish:
  54. - a
  55. vipdiamante:
  56. essentials-kit: Tools
  57. commands:
  58. - pex user {p} group set vipdiamante
  59. - pex user {p} group add escravo
  60. - pex user {p} add nte.vipdiamante
  61. cmdChances:
  62. '0':
  63. - give {p} minecraft:mob_spawner 1
  64. run-on-vip-finish:
  65. - a
  66. vipesmeralda:
  67. essentials-kit: Tools
  68. commands:
  69. - pex user {p} group set vipesmeralda
  70. - pex user {p} group add escravo
  71. - pex user {p} add nte.vipesmeralda
  72. cmdChances:
  73. '0':
  74. - give {p} minecraft:mob_spawner 1
  75. run-on-vip-finish:
  76. - a
  77. vipcrystalup:
  78. essentials-kit: Tools
  79. commands:
  80. - pex user {p} group set vipcrystalup
  81. - pex user {p} group add escravo
  82. - pex user {p} add nte.vipsousaup
  83. cmdChances:
  84. '0':
  85. - give {p} minecraft:mob_spawner 1
  86. run-on-vip-finish:
  87. - a
  88. miniyt:
  89. essentials-kit: Tools
  90. commands:
  91. - pex user {p} group set miniyt
  92. - pex user {p} group add escravo
  93. - pex user {p} add nte.miniyt
  94. cmdChances:
  95. '0':
  96. - give {p} minecraft:mob_spawner 1
  97. run-on-vip-finish:
  98. - a
  99. yt:
  100. essentials-kit: Tools
  101. commands:
  102. - pex user {p} group set yt
  103. - pex user {p} group add escravo
  104. - pex user {p} add nte.yt
  105. cmdChances:
  106. '0':
  107. - give {p} minecraft:mob_spawner 1
  108. run-on-vip-finish:
  109. - a
  110. yt+:
  111. essentials-kit: Tools
  112. commands:
  113. - pex user {p} group set yt+
  114. - pex user {p} group add escravo
  115. - pex user {p} add nte.yte
  116. cmdChances:
  117. '0':
  118. - give {p} minecraft:mob_spawner 1
  119. run-on-vip-finish:
  120. - a
  121. ajudante:
  122. essentials-kit: Tools
  123. commands:
  124. - pex user {p} group set ajudante
  125. - pex user {p} group add escravo
  126. - pex user {p} add nte.ajudante
  127. cmdChances:
  128. '0':
  129. - give {p} minecraft:mob_spawner 1
  130. run-on-vip-finish:
  131. - a
  132. Mod:
  133. essentials-kit: Tools
  134. commands:
  135. - pex user {p} group set Mod
  136. - pex user {p} group add escravo
  137. - pex user {p} add nte.moderator
  138. cmdChances:
  139. '0':
  140. - give {p} minecraft:mob_spawner 1
  141. run-on-vip-finish:
  142. - a
  143. Admin:
  144. essentials-kit: Tools
  145. commands:
  146. - pex user {p} group set Admin
  147. - pex user {p} group add escravo
  148. - pex user {p} add nte.admin
  149. cmdChances:
  150. '0':
  151. - give {p} minecraft:mob_spawner 1
  152. run-on-vip-finish:
  153. - a
  154. configs:
  155. database:
  156. type: file
  157. mysql:
  158. host: jdbc:mysql://localhost:3306/
  159. db-name: pixelvip
  160. username: user
  161. password: pass
  162. keys:
  163. table-name: pixelvip_keys
  164. columns:
  165. key: col_key
  166. group: col_group
  167. duration: col_duration
  168. uses: col_uses
  169. cmds: col_cmds
  170. info: col_info
  171. comments: col_comments
  172. vips:
  173. table-name: pixelvip_vips
  174. columns:
  175. uuid: col_uuid
  176. vip: col_vip
  177. playerGroup: col_playerGroup
  178. duration: col_duration
  179. nick: col_nick
  180. expires-on-exact: col_expires
  181. active: col_active
  182. kits: col_kits
  183. comments: col_comments
  184. transactions:
  185. table-name: pixelvip_transactions
  186. columns:
  187. idt: col_idt
  188. nick: col_nick
  189. spigot:
  190. clickKeySuggest: false
  191. clickSuggest: /usekey {key}
  192. key-size: 10
  193. useKeyWarning: false
  194. Vault:
  195. use: false
  196. mode: add
  197. cmdToReloadPermPlugin: pex reload
  198. cmdOnRemoveVip: ''
  199. commandsToRunOnVipFinish:
  200. - pex user {p} remove nte.vipferro
  201. - pex user {p} remove nte.vipouro
  202. - pex user {p} remove nte.vipdiamante
  203. - pex user {p} remove nte.vipesmeralda
  204. - pex user {p} remove nte.vipcrystalup
  205. - pex user {p} remove nte.miniyt
  206. - pex user {p} remove nte.yt
  207. - pex user {p} remove nte.yte
  208. - pex user {p} remove nte.ajudante
  209. - pex user {p} remove nte.moderator
  210. - pex user {p} remove nte.admin
  211. - pex user {p} group remove vipferro
  212. - pex user {p} group remove vipouro
  213. - pex user {p} group remove vipdiamante
  214. - pex user {p} group remove vipesmeralda
  215. - pex user {p} group remove vipcrystalup
  216. - pex user {p} group remove miniyt
  217. - pex user {p} group remove yt
  218. - pex user {p} group remove yte
  219. - pex user {p} group remove ajudante
  220. - pex user {p} group remove moderator
  221. - pex user {p} group remove admin
  222. commandsToRunOnChangeVip: []
  223. queueCmdsForOfflinePlayers: false
  224. worldCmdsAllowed:
  225. - Plano2
  226. - PlotWorld
  227. - glad
  228. bungee:
  229. enableSync: false
  230. serverID: server1
  231. apis:
  232. pagseguro:
  233. use: false
  234. debug: false
  235. email: your@email.com
  236. token: yourtoken
  237. ignoreOldest: 22/09/2018
  238. paypal:
  239. use: false
  240. commandIds:
  241. '1': darvip {p} Vip1 15
  242. '2': silk give {p} iron_golem 2
  243. '3': eco give {p} 10000
  244. strings:
  245. _pluginTag: '&bCrystal&aUP '
  246. noPlayersByName: '&cNão existe player com esse nome!'
  247. onlyPlayers: '&cApenas players podem usar este comando!'
  248. noKeys: '&aNão existe keys geradas'
  249. listKeys: '&aList of Keys:'
  250. listItemKeys: '&aList of Item Keys:'
  251. vipInfoFor: '&aVip info for '
  252. playerNotVip: '&cThis player(or you) is not VIP!'
  253. moreThanZero: '&cThis number need to be more than 0'
  254. keyGenerated: '&aGenerated a key with the following:'
  255. keySendTo: '&aYou received a key with the following:'
  256. invalidKey: '&cEsta key não existe ou pode ter sido usada anteriormente!'
  257. vipActivated: '&aVip ativado com sucesso:'
  258. usesLeftActivation: '&bThis key can be used for more: &6{uses} &btimes.'
  259. activeVip: '&b- Vip: &6{vip}'
  260. activeDays: '&b- Dias: &6{days} &bdias'
  261. timeLeft: '&b- Time left: &6'
  262. totalTime: '&b- Days: &6'
  263. timeKey: '&b- Key: &6'
  264. hoverKey: '&7&o(Click to get the Key)&r'
  265. timeGroup: '&b- Vip: &6'
  266. timeActive: '&b- In Use: &6'
  267. infoUses: '&b- Uses left: &6'
  268. activeVipSetTo: '&aYour active VIP is '
  269. noGroups: '&cNo groups with name &6'
  270. days: ' &bDias'
  271. hours: ' &bhours'
  272. minutes: ' &bminutes'
  273. and: ' &band'
  274. vipEnded: ' &bO teu &6{vip} &bacabou. &a:D'
  275. lessThan: '&6Falta 1 min para acabar o teu vip'
  276. vipsRemoved: '&aVip(s) of player removed with success!'
  277. vipSet: '&aVip set with success for this player!'
  278. sync-groups: '&aGroup configs send to all servers!'
  279. list-of-vips: '&aList of active VIPs: '
  280. vipAdded: '&aVip added with success for this player!'
  281. item: '&a-- Item: &b'
  282. itemsGiven: '&aGiven {items} item(s) using a key.'
  283. itemsAdded: '&aItem(s) added to key:'
  284. keyRemoved: '&aKey removed with success: &b'
  285. noKeyRemoved: '&cTheres no keys to remove!'
  286. cmdNotAllowedWorld: '&cThis command is not allowed in this world!'
  287. 'true': '&atrue'
  288. 'false': '&cfalse'
  289. reload: '&aPixelvip reloaded with success!'
  290. confirmUsekey: '&4Warning: &cMake sure you have free space on your inventory to
  291. use this key for your vip or items. &6Use the same command again to confirm!'
  292. pagseguro:
  293. waiting: '&cPagSeguro: Your purchase has not yet been approved!'
  294. codeused: '&cPagSeguro: This code has already been used!'
  295. expired: '&cPagSeguro: This code has expired!'
  296. noitems: '&cPagSeguro: No items delivered. Contact an administrator to help you!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement