Advertisement
Guest User

Untitled

a guest
Jan 10th, 2018
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 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"(List) you can use this placeholders:
  24. # - {p} = Player Name
  25. # - {vip} = Name of Vip
  26. # - {playergroup} = Player Group before Vip activation
  27.  
  28.  
  29. groups:
  30. vip:
  31. essentials-kit: vip
  32. commands:
  33. - broadcast &aBạn &6{p} &aĐã mua thành &6{vip} &atrong &6{days} &angày
  34. - give {p} minecraft:diamond_block 64
  35. - give {p} minecraft:gold_block 64
  36. - eco give {p} 10000
  37. cmdChances:
  38. '70':
  39. - give {p} minecraft:diamond_block 64
  40. '30':
  41. - give {p} minecraft:mob_spawner 1
  42. king:
  43. essentials-kit: king
  44. commands:
  45. - broadcast &aBạn &6{p} &aĐã mua thành &6{vip} &atrong &6{days} &angày
  46. - give {p} minecraft:diamond_block 128
  47. - give {p} minecraft:gold_block 128
  48. - eco give {p} 20000
  49. cmdChances:
  50. '50':
  51. - give {p} minecraft:mob_spawner 1
  52. configs:
  53. database:
  54. type: file
  55. mysql:
  56. host: jdbc:mysql://localhost:3306/
  57. db-name: pixelvip
  58. username: user
  59. password: pass
  60. keys:
  61. table-name: pixelvip_keys
  62. columns:
  63. key: col_key
  64. group: col_group
  65. duration: col_duration
  66. uses: col_uses
  67. cmds: col_cmds
  68. info: col_info
  69. comments: col_comments
  70. vips:
  71. table-name: pixelvip_vips
  72. columns:
  73. uuid: col_uuid
  74. vip: col_vip
  75. playerGroup: col_playerGroup
  76. duration: col_duration
  77. nick: col_nick
  78. expires-on-exact: col_expires
  79. active: col_active
  80. kits: col_kits
  81. comments: col_comments
  82. transactions:
  83. table-name: pixelvip_transactions
  84. columns:
  85. idt: col_idt
  86. nick: col_nick
  87. spigot:
  88. clickKeySuggest: true
  89. clickSuggest: /usekey {key}
  90. key-size: 10
  91. useVault-toChangePlayerGroup: true
  92. cmdToReloadPermPlugin: pex reload
  93. cmdOnRemoveVip: ''
  94. commandsToRunOnVipFinish:
  95. - pex user {p} group remove {vip}
  96. - pex user {p} group remove {king}
  97. - pex user {p} group add {playergroup}
  98. - nick {p} off
  99. commandsToRunOnChangeVip:
  100. - pex user {p} group add {vip}
  101. - pex user {p} group remove {playergroup}
  102. queueCmdsForOfflinePlayers: false
  103. worldCmdsAllowed:
  104. - world
  105. - world_nether
  106. - world_the_end
  107. - ASkyBlock
  108. - ASkyBlock_nether
  109. bungee:
  110. enableSync: false
  111. serverID: server1
  112. apis:
  113. pagseguro:
  114. use: false
  115. email: your@email.com
  116. token: yourtoken
  117. ignoreOldest: 10/01/2018
  118. paypal:
  119. use: false
  120. commandIds:
  121. '1': darvip {p} Vip1 15
  122. '2': silk give {p} iron_golem 2
  123. '3': eco give {p} 10000
  124. strings:
  125. _pluginTag: '&7[&6PixelVip&7] '
  126. noPlayersByName: '&cTheres no players with this name!'
  127. onlyPlayers: '&cOnly players ca use this command!'
  128. noKeys: '&aTheres no available keys! Use &6/newkey &aor &6/newikey &ato generate
  129. one.'
  130. listKeys: '&aList of Keys:'
  131. listItemKeys: '&aList of Item Keys:'
  132. vipInfoFor: '&aVip info for '
  133. playerNotVip: '&cThis player(or you) is not VIP!'
  134. moreThanZero: '&cThis number need to be more than 0'
  135. keyGenerated: '&aGenerated a key with the following:'
  136. keySendTo: '&aYou received a key with the following:'
  137. invalidKey: '&cThis key is invalid or not exists!'
  138. vipActivated: '&aVip activated with success:'
  139. usesLeftActivation: '&bThis key can be used for more: &6{uses} &btimes.'
  140. activeVip: '&b- Vip: &6{vip}'
  141. activeDays: '&b- Days: &6{days} &bdays'
  142. timeLeft: '&b- Time left: &6'
  143. totalTime: '&b- Days: &6'
  144. timeKey: '&b- Key: &6'
  145. hoverKey: '&7&o(Click to get the Key)&r'
  146. timeGroup: '&b- Vip: &6'
  147. timeActive: '&b- In Use: &6'
  148. infoUses: '&b- Uses left: &6'
  149. activeVipSetTo: '&aYour active VIP is '
  150. noGroups: '&cNo groups with name &6'
  151. days: ' &bdays'
  152. hours: ' &bhours'
  153. minutes: ' &bminutes'
  154. and: ' &band'
  155. vipEnded: ' &bYour vip &6{vip} &bhas ended. &eWe hope you enjoyed your Vip time
  156. &a:D'
  157. lessThan: '&6Less than one minute to end your vip...'
  158. vipsRemoved: '&aVip(s) of player removed with success!'
  159. vipSet: '&aVip set with success for this player!'
  160. sync-groups: '&aGroup configs send to all servers!'
  161. list-of-vips: '&aList of active VIPs: '
  162. vipAdded: '&aVip added with success for this player!'
  163. item: '&a-- Item: &b'
  164. itemsGiven: '&aGiven {items} item(s) using a key.'
  165. itemsAdded: '&aItem(s) added to key:'
  166. keyRemoved: '&aKey removed with success: &b'
  167. noKeyRemoved: '&cTheres no keys to remove!'
  168. cmdNotAllowedWorld: '&cThis command is not allowed in this world!'
  169. 'true': '&atrue'
  170. 'false': '&cfalse'
  171. pagseguro:
  172. waiting: '&cPagSeguro: Your purchase has not yet been approved!'
  173. codeused: '&cPagSeguro: This code has already been used!'
  174. expired: '&cPagSeguro: This code has expired!'
  175. noitems: '&cPagSeguro: No items delivered. Contact an administrator to help you!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement