Advertisement
Guest User

Untitled

a guest
Jun 29th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.44 KB | None | 0 0
  1. # GemsEconomy
  2. # Version: 4.3
  3. # GemsEco Main Configuration file.
  4. # Developer(s): [Xanium]
  5. #
  6. # You have two valid storage methods, yaml or mysql. If you choose mysql you would have to enter the database credentials down below.
  7. # All messages below are configurable, I hope you use them because it took 1 hour to make all of them into the plugin and configurable.
  8. # The setting 'migrate_old_accounts' is for migrating the old balances from the old system to the new system.
  9. # The player will receive the money in the servers default currency.
  10. storage: mysql
  11. debug: false
  12. vault: true
  13. transaction_log: true
  14. migrate_old_accounts: false
  15. mysql:
  16. database:
  17. tableprefix:
  18. host: 82.208.17.24
  19. port: 3306
  20. username:
  21. password:
  22. cheque:
  23. material: PAPER
  24. name: '&aBank Note'
  25. lore:
  26. - '&7Worth: {amount} {currency}.'
  27. - '&7&oWritten by {player}'
  28. console_name: Console
  29. Messages:
  30. prefix: '&2&lGemsEconomy> '
  31. nopermission: '&7You don''t have permission to do this.'
  32. noconsole: '&7Console cannot do this.'
  33. invalidamount: '&7Not a valid amount.'
  34. invalidpage: '&7Not a valid page number.'
  35. pay_yourself: '&7You can''t pay yourself.'
  36. player_is_null: '&7The specified player does not exist.'
  37. unknownCurrency: '&7Unknown Currency.'
  38. noDefaultCurrency: '&7No default currency.'
  39. currencyExists: '&7Currency already exists.'
  40. accountMissing: '&7Your account is missing. Please relog the server.'
  41. cannotReceiveMoney: '&a{player}&7 can''t receive money.'
  42. insufficientFunds: '&7You don''t have enough {currencycolor}{currency}&7!'
  43. paid: '&7You were paid {currencycolor}{amount} &7from &a{player}&7.'
  44. payer: '&7You paid {currencycolor}{amount} &7to &a{player}&7.'
  45. payNoPermission: '&7You don''t have permission to pay {currencycolor}{currency}&7.'
  46. currencyNotPayable: '{currencycolor}{currency} &7is not payable.'
  47. add: '&7You gave &a{player}&7: {currencycolor}{amount}. '
  48. take: '&7You took {currencycolor}{amount} &7from &a{player}&7.'
  49. set: '&7You set &a{player}&7''s {currencycolor} &7to {currencycolor}{amount}&7.'
  50. balance:
  51. current: '&a{player}&7''s balance is: {currencycolor}{balance}'
  52. multiple: '&a{player}&7''s balances:'
  53. none: '&7No balances to show for &c{player}&7.'
  54. balance_top:
  55. nosupport: '&a{storage} &7doesn''t support /baltop.'
  56. cheque:
  57. success: '&7Cheque successfully written.'
  58. redeemed: '&7Cheque has been cashed in.'
  59. invalid: '&7This is not a valid cheque.'
  60. help:
  61. eco_command:
  62. - '{prefix}&e&lEconomy Help'
  63. - '&2&l>> &a/geco give <user> <amount> [currency] &8- &7Give a player an amount
  64. of a currency.'
  65. - '&2&l>> &a/geco take <user> <amount> [currency] &8- &7Take an amount of a currency
  66. from a player.'
  67. - '&2&l>> &a/geco set <user> <amount> [currency] &8- &7Set a players amount of
  68. a currency.'
  69. cheque_command:
  70. - '{prefix}&e&lCheque Help'
  71. - '&2&l>> &a/cheque write <amount> &8- &7Write a cheque with a specified amount.'
  72. - '&2&l>> &a/cheque redeem &8- &7&oRedeem the cheque.'
  73. currency_command:
  74. - '{prefix}&e&lCurrency Help'
  75. - '&2&l>> &a/gcurr create <singular> <plural> &8- &7Create a currency.'
  76. - '&2&l>> &a/gcurr delete <plural> &8- &7Delete a currency.'
  77. - '&2&l>> &a/gcurr view <plural> &8- &7View information about a currency.'
  78. - '&2&l>> &a/gcurr list &8- &7List of currencies.'
  79. - '&2&l>> &a/gcurr symbol <plural> <char|remove> &8- &7Select a symbol for a currency
  80. or remove it.'
  81. - '&2&l>> &a/gcurr color <plural> <color> &8- &7Select a color for a currency.'
  82. - '&2&l>> &a/gcurr colorlist &8- &7List of Colors.'
  83. - '&2&l>> &a/gcurr decimals <plural> &8- &7Enable decimals for a currency.'
  84. - '&2&l>> &a/gcurr payable <plural> &8- &7Set a currency payable or not.'
  85. - '&2&l>> &a/gcurr default <plural> &8- &7Set a currency as default.'
  86. - '&2&l>> &a/gcurr startbal <plural> <amount> &8- &7Set the starting balance for
  87. a currency.'
  88. usage:
  89. pay_command: '&2&l>> &a/gpay <user> <amount> [currency] &8- &7Pay the specified
  90. user the specified amount.'
  91. give_command: '&2&l>> &a/geco give <user> <amount> [currency] &8- &7Give a player
  92. an amount of a currency.'
  93. take_command: '&2&l>> &a/geco take <user> <amount> [currency] &8- &7Take an amount
  94. of a currency from a player.'
  95. set_command: '&2&l>> &a/geco set <user> <amount> [currency] &8- &7Set a players
  96. amount of a currency.'
  97. currency_create: '&2&l>> &a/gcurr create <singular> <plural> &8- &7Create a currency.'
  98. currency_delete: '&2&l>> &a/gcurr delete <plural> &8- &7Delete a currency.'
  99. currency_view: '&2&l>> &a/gcurr view <plural> &8- &7View information about a currency.'
  100. currency_list: '&2&l>> &a/gcurr list &8- &7List of currencies.'
  101. currency_symbol: '&2&l>> &a/gcurr symbol <plural> <char|remove> &8- &7Select a
  102. symbol for a currency or remove it.'
  103. currency_color: '&2&l>> &a/gcurr color <plural> <color> &8- &7Select a color for
  104. a currency.'
  105. currency_colorlist: '&2&l>> &a/gcurr colorlist &8- &7List of Colors.'
  106. currency_payable: '&2&l>> &a/gcurr payable <plural> &8- &7Set a currency payable
  107. or not.'
  108. currency_default: '&2&l>> &a/gcurr default <plural> &8- &7Set a currency as default.'
  109. currency_decimals: '&2&l>> &a/gcurr decimals <plural> &8- &7Enable decimals for
  110. a currency.'
  111. currency_startbal: '&2&l>> &a/gcurr startbal <plural> <amount> &8- &7Set the starting
  112. balance for a currency.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement