Advertisement
Guest User

Untitled

a guest
Nov 10th, 2016
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. General:
  2. UseVaultEconomy: false
  3. AutoCreateAccounts: true
  4. SignMessage: AlfaPlay
  5. Points: Points
  6. Transferrable: true
  7. ExpireOnStartup: true
  8. AutoFillSigns: false
  9. SpecificPermissions: false
  10. PurgeEmptyAccountsOnStartup: true
  11. ServerName: AlfaPlay
  12. ExpirationCheckTimer: 300
  13. MySQL:
  14. engine: sqlite
  15. SQLiteDB: donationpoints.db
  16. host: localhost
  17. port: 3306
  18. username: root
  19. password: ''
  20. database: minecraft
  21. TransactionTable: dp_transactions
  22. PlayerTable: dp_players
  23. ItemFrameTable: dp_frames
  24. messages:
  25. Prefix: '&0&l[&b&lDonation&4&lPoints&0&l] &b&l'
  26. RestrictedWorld: '&f&lYou cannot purchase that in this world. You need to be in
  27. : %worlds'
  28. NoPermission: '&f&lYou dont have permission to do that.'
  29. InvalidArguments: '&f&lYou have specified an incorrect number of arguments.'
  30. PlayerOnly: '&f&lThis command is only available to players.'
  31. ReloadSuccessful: '&f&lConfig file has been successfully reloaded.'
  32. NoCommandExists: '&cThat is not a valid DonationPoints command.'
  33. DPConfirm: '&f&lType &9&l/dp confirm &f&lto confirm your purchase of &3%pack &cfor
  34. &3%amount points&c.'
  35. DPActivate: '&f&lType &9&l/dp activate %pack &f&lto activate your purchase.'
  36. DPSuccessfulActivation: '&f&lYou have activated your &9&l%pack &cpackage.'
  37. DPFailedActivation: '&cYou do not have a &3%pack &cto activate.'
  38. ExpireDate: '&f&lYour &9&l%pack &cis set to expire on &9&l%expiredate&f&l.'
  39. DPGive: '&f&l%amount &chas been added to &9&l%player &f&lbalance'
  40. DPTake: '&9&l%amount &f&lhas been removed from &4&l%players &f&l balance.'
  41. DPSet: '&4&l%player &f&laccount has been set to &9&l%amount points&f&l.'
  42. NoAccount: '&f&lNo account found for &4&l%player&f&l.'
  43. AccountCreated: '&f&lAn account has been created for &3%player&c.'
  44. AccountAlreadyExists: '&cAn account already exists for &4&lplayer&f&l.'
  45. NoTransfer: '&f&lUnable to make the transfer.'
  46. TransferOff: '&f&lThis server does not have transfers enabled.'
  47. TransferSent: '&f&lYou have sent &9&l%amount &cto &4&l%player&f&l.'
  48. TransferReceive: '&f&lYou have received &9&l%amount &f&lfrom &4&l%player&f&l.'
  49. PlayerBalance: '&f&lYou have a balance of &9&l%amount&f&l.'
  50. OtherBalance: '&4&l%player &f&lhas a balance of &9&l%amount&f&l.'
  51. NoPurchaseStarted: '&f&lYou have not yet started a purchase.'
  52. PurchaseSuccessful: '&f&lYou have purchased &3&l%pack &f&lfor &9&l%amount points&f&l.'
  53. NeedActivation: '&f&lYou have purchased &3&l%pack &f&lfor &9&l%amount points&f&l.'
  54. TooLongOnConfirm: '&f&lYou waited too long to confirm your purchase. Purchase canceled.'
  55. LimitReached: '&f&lYou have already reached the limit of &b&l%limit &f&lpurchases
  56. of &3&l%pack&f&l.'
  57. PackageActivated: '&f&lYou have successfully activated your &3&l%pack &f&lpackage'
  58. InvalidPackage: '&f&lUnable to find that package.'
  59. NotEnoughPoints: '&f&lYou dont have enough points to make that purchase.'
  60. DPPrerequisite: '&f&lYou must purchase &3&l%pack &f&lbefore you can purchase this
  61. one.'
  62. SignLeftClick: '&f&lRight click to purchase &3&l%pack &cfor &9&l%price points&f&l.'
  63. SignLeftClickDescription: '&0&l[&bDescription&0&l] &f&l%desc'
  64. RequiredInventorySpace: '&f&lYou need at least &3&l%slot &f&linventory slots to
  65. purchase this package.'
  66. NoPermissions: '&f&lYou dont have permission to do that.'
  67. noTransfer: '&f&lUnable to make the transfer.'
  68. packages:
  69. ExamplePackage:
  70. UseVaultEconomy: false
  71. price: 100
  72. description: This is an example package.
  73. limit: 0
  74. ActivateImmediately: true
  75. ExpireTime: 30 days
  76. ActivationCommands:
  77. - say %player has purchased the Example package.
  78. - p:me purchased the Example Package.
  79. ExpirationCommands:
  80. - say %player's Example Package has expired.
  81. PreRequisites: []
  82. RequiredInventorySpace: 0
  83. King:
  84. UseVaultEconomy: false
  85. price: 100
  86. limit: 0
  87. ActivateImmediately: true
  88. ExpireTime: 30 days
  89. ActivationCommands:
  90. - manuadd %player King world
  91. PreRequisites: []
  92. RequiredInventorySpace: 0
  93. Vip:
  94. UseVaultEconomy: false
  95. price: 25
  96. limit: 0
  97. ActivateImmediately: true
  98. ExpireTime: 30 days
  99. ActivationCommands:
  100. - manuadd %player vip world
  101. PreRequisites: []
  102. RequiredInventorySpace: 0
  103. VipPlus:
  104. UseVaultEconomy: false
  105. price: 50
  106. limit: 0
  107. ActivateImmediately: true
  108. ExpireTime: 30 days
  109. ActivationCommands:
  110. - manuadd %player vip+ world
  111. PreRequisites: []
  112. RequiredInventorySpace: 0
  113. Legend:
  114. UseVaultEconomy: false
  115. price: 75
  116. limit: 0
  117. ActivateImmediately: true
  118. ExpireTime: 30 days
  119. ActivationCommands:
  120. - manuadd %player legend world
  121. PreRequisites: []
  122. RequiredInventorySpace: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement