Guest User

Untitled

a guest
Dec 23rd, 2016
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 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. commands:
  32. - broadcast &aNgười chơi &6{p} &ađã mua &6{vip} &athời hạn &6{days} &angày
  33. cmdChances:
  34. '50':
  35. - eco give {p} 10000
  36. '30':
  37. - eco give {p} 20000
  38. Premium:
  39. commands:
  40. - broadcast &aNgười chơi &6{p} &ađã mua &6&l{vip} &athời hạn &6{days} &angày
  41. cmdChances:
  42. '50':
  43. - eco give {p} 10000
  44. '30':
  45. - eco give {p} 20000
  46. configs:
  47. key-size: 10
  48. useVault-toChangePlayerGroup: true
  49. cmdToReloadPermPlugin: pex reload
  50. cmdOnRemoveVip: ''
  51. commandsToRunOnVipFinish:
  52. - nick {p} off
  53. commandsToRunOnChangeVip: []
  54. queueCmdsForOfflinePlayers: false
  55. bungee:
  56. enableSync: false
  57. serverID: server1
  58. keys: {}
  59. strings:
  60. _pluginTag: '&7[&6VIP&7] '
  61. noPlayersByName: '&cNgười chơi không tồn tại!'
  62. onlyPlayers: '&cOnly players ca use this command!'
  63. noKeys: '&aHiện tại không có code , hãy tạo code mới.'
  64. listKeys: '&aDanh sách code:'
  65. vipInfoFor: '&aThông tin '
  66. playerNotVip: '&cNgười chơi không có VIP!'
  67. moreThanZero: '&cPhải chọn số lớn hơn 0'
  68. noGroups: '&cSai tên nhóm VIP '
  69. keyGenerated: '&aTạo ra một code như sau:'
  70. invalidKey: '&cCode không tồn tại hoặc không hợp lệ!'
  71. vipActivated: '&aKích hoạt VIP thành công:'
  72. usesLeftActivation: '&b This key can be used for more: &6{uses} &btimes.'
  73. activeVip: '&b- VIP: &6{vip}'
  74. activeDays: '&b- Ngày: &6{days} &bngày'
  75. timeLeft: '&b- Thời hạn còn lại: &6'
  76. totalTime: '&b- Ngày: &6'
  77. timeKey: '&b- Code: &6'
  78. timeGroup: '&b- VIP: &6'
  79. timeActive: '&b- In Use: &6'
  80. infoUses: '&b- Uses left: &6'
  81. activeVipSetTo: '&aVIP của bạn là '
  82. days: ' &bngày'
  83. hours: ' &bgiờ'
  84. minutes: ' &bphút'
  85. and: ' &bvà'
  86. vipEnded: ' &bVIP của bạn &6{vip} &bđã hết hạn. &eHy vọng bạn cảm thấy vui trong
  87. thời gian sử dụng vừa qua &a:D'
  88. lessThan: '&6VIP của bạn sẽ hết sau gần 1 phút..'
  89. vipsRemoved: '&aVip(s) của người chơi bị xóa thành công!'
  90. vipSet: '&aTrao VIP thành công!'
  91. sync-groups: '&aGroup configs send to all servers!'
  92. list-of-vips: '&aDanh sách VIP: '
  93. vipAdded: '&aThêm VIP thành công!'
  94. listItemKeys: '&aDanh sách Code vật phẩm:'
  95. item: '&a-- vật phẩm: &b'
  96. itemsGiven: '&aItem {items} item(s) using a key.'
  97. itemsAdded: '&aItem(s) added to key:'
  98. keyRemoved: '&aXóa code thành công: &b'
  99. noKeyRemoved: '&cKhông có Code để xóa!'
  100. itemKeys: []
Add Comment
Please, Sign In to add comment