Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. # =============== PixelVip Configuration Options ================
  2. # The configuration is commented! If you need more help or have issues, use our github:
  3. # https://github.com/FabioZumbi12/PixelVip
  4. #
  5. # Pixelvip by FabioZumbi12
  6.  
  7.  
  8. # Group names like is in your permissions plugin (case sensitive)!
  9. # Available placeholders:
  10. # - {p} = Players Name
  11. # - {vip} = Vip Group
  12. # - {playergroup} = Player Group before Vip activation
  13. # - {days} = Days of activated Vip
  14. groups:
  15. vipExample:
  16. essentials-kit: 'ExampleKit'
  17. title: '&bVip Example'
  18. commands:
  19. - 'broadcast &aThe player &6{p} &ahas acquired your &6{vip} &afor &6{days} &adays'
  20. - 'give {p} minecraft:diamond 10'
  21. - 'eco give {p} 10000'
  22. cmdChances:
  23. 50:
  24. - 'give {p} minecraft:diamond_block 5'
  25. 30:
  26. - 'give {p} minecraft:mob_spawner 1'
  27. 0: []
  28. run-on-vip-finish:
  29. - 'broadcast [Example message from PixelVip on run-on-vip-finish] The vip of {p} (Vip {vip}) has ended and now is back to {playergroup}!'
  30. configs:
  31. database:
  32. # Options: "file" or "mysql"
  33. type: 'file'
  34. # Database configuration!
  35. # H2 uri: "jdbc:h2:%s/pixelvip.db;mode=MySQL" (%s will be replaced by pixelvip path)
  36. # Mysql uri: "jdbc:mysql://localhost:3306/"
  37. mysql:
  38. host: 'jdbc:mysql://localhost:3306/'
  39. db-name: 'serverpro_db'
  40. username: 'root'
  41. password: 'HxBhJKuXKTwMod3'
  42. keys:
  43. table-name: 'pixelvip_keys'
  44. columns:
  45. key: 'col_key'
  46. group: 'col_group'
  47. duration: 'col_duration'
  48. uses: 'col_uses'
  49. cmds: 'col_cmds'
  50. info: 'col_info'
  51. comments: 'col_comments'
  52. vips:
  53. table-name: 'pixelvip_vips'
  54. columns:
  55. uuid: 'col_uuid'
  56. vip: 'col_vip'
  57. playerGroup: 'col_playerGroup'
  58. duration: 'col_duration'
  59. nick: 'col_nick'
  60. expires-on-exact: 'col_expires'
  61. active: 'col_active'
  62. kits: 'col_kits'
  63. comments: 'col_comments'
  64. transactions:
  65. table-name: 'pixelvip_transactions'
  66. columns:
  67. idt: 'col_idt'
  68. payment: 'col_payment'
  69. nick: 'col_nick'
  70. spigot:
  71. clickKeySuggest: true
  72. clickSuggest: '/usekey {key}'
  73. # Sets the length of your vip keys.
  74. key-size: 10
  75. # Should we alert the player about free inventory space before use the key?
  76. useKeyWarning: true
  77. Vault:
  78. use: true
  79. mode: 'set'
  80. # Command to reload the permissions plugin after some action.
  81. cmdToReloadPermPlugin: ''
  82. # Command to run when a vip is removed by command.
  83. cmdOnRemoveVip: 'lp user {p} parent remove {vip}'
  84. # Run this commands when the vip of a player finish.
  85. # Variables: {p} get the player name, {vip} get the actual vip, {playergroup} get the group before the player activate your vip.
  86. commandsToRunOnVipFinish:
  87. - 'nick {p} off'
  88. # Run this commands on player change your vip to other.
  89. # Variables: {p} get the player name, {newvip} get the new vip, {oldvip} get the vip group before change.
  90. commandsToRunOnChangeVip:
  91. - 'lp user {p} parent set {newvip}'
  92. - 'lp user {p} parent remove {oldvip}'
  93. queueCmdsForOfflinePlayers: false
  94. worldCmdsAllowed:
  95. - 'world'
  96. - 'world_the_end'
  97. - 'lobby'
  98. - 'world_nether'
  99. - 'hideandseek'
  100. bungee:
  101. enableSync: false
  102. serverID: 'server1'
  103. strings:
  104. _pluginTag: '&7[&6PixelVip&7] '
  105. noPlayersByName: '&cTheres no players with this name!'
  106. onlyPlayers: '&cOnly players ca use this command!'
  107. noKeys: '&aTheres no available keys! Use &6/newkey &aor &6/newikey &ato generate one.'
  108. listKeys: '&aList of Keys:'
  109. listItemKeys: '&aList of Item Keys:'
  110. vipInfoFor: '&aVip info for '
  111. playerNotVip: '&cThis player(or you) is not VIP!'
  112. moreThanZero: '&cThis number need to be more than 0'
  113. keyGenerated: '&aGenerated a key with the following:'
  114. keySendTo: '&aYou received a key with the following:'
  115. invalidKey: '&cThis key is invalid or not exists!'
  116. vipActivated: '&aVip activated with success:'
  117. usesLeftActivation: '&bThis key can be used for more: &6{uses} &btimes.'
  118. activeVip: '&b- Vip: &6{vip}'
  119. activeDays: '&b- Days: &6{days} &bdays'
  120. timeLeft: '&b- Time left: &6'
  121. totalTime: '&b- Days: &6'
  122. timeKey: '&b- Key: &6'
  123. hoverKey: '&7&o(Click to get the Key)&r'
  124. timeGroup: '&b- Vip: &6'
  125. timeActive: '&b- In Use: &6'
  126. infoUses: '&b- Uses left: &6'
  127. activeVipSetTo: '&aYour active VIP is '
  128. noGroups: '&cNo groups with name &6'
  129. days: ' &bdays'
  130. hours: ' &bhours'
  131. minutes: ' &bminutes'
  132. and: ' &band'
  133. vipEnded: ' &bYour vip &6{vip} &bhas ended. &eWe hope you enjoyed your Vip time &a:D'
  134. lessThan: '&6Less than one minute to end your vip...'
  135. vipsRemoved: '&aVip(s) of player removed with success!'
  136. vipSet: '&aVip set with success for this player!'
  137. sync-groups: '&aGroup configs send to all servers!'
  138. list-of-vips: '&aList of active VIPs: '
  139. vipAdded: '&aVip added with success for this player!'
  140. item: '&a-- Item: &b'
  141. itemsGiven: '&aGiven {items} item(s) using a key.'
  142. itemsAdded: '&aItem(s) added to key:'
  143. keyRemoved: '&aKey removed with success: &b'
  144. noKeyRemoved: '&cTheres no keys to remove!'
  145. cmdNotAllowedWorld: '&cThis command is not allowed in this world!'
  146. true: '&atrue'
  147. false: '&cfalse'
  148. reload: '&aPixelvip reloaded with success!'
  149. wait-cmd: '&cWait before use a pixelvip command again!'
  150. confirmUsekey: '&4Warning: &cMake sure you have free space on your inventory to use this key for your vip or items. &6Use the same command again to confirm!'
  151. pendent: '&cYou have some pendent activation(s) to use. Please select one before continue!'
  152. payment:
  153. waiting: '&c{payment}: Your purchase has not yet been approved!'
  154. codeused: '&c{payment}: This code has already been used!'
  155. expired: '&c{payment}: This code has expired!'
  156. noitems: '&c{payment}: No items delivered. Code: {transaction} - Print this message and send to an Administrator!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement