Advertisement
jonidipp

gemseconomy config paste

Jun 18th, 2019
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.83 KB | None | 0 0
  1. # GemsEconomy
  2. # Version: 4.8.1
  3. # GemsEconomy Main Configuration file.
  4. # Developer(s): [Xanium]
  5. #
  6. # You have three valid storage methods, yaml, mysql or sqlite. 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. storage: sqlite
  9. debug: false
  10. vault: true
  11. transaction_log: true
  12. mysql:
  13. database: minecraft
  14. tableprefix: gemseconomy
  15. host: localhost
  16. port: 3306
  17. username: root
  18. password: password
  19. sqlite:
  20. file: database.sqlite
  21. cheque:
  22. material: PAPER
  23. name: '&aBank Note'
  24. lore:
  25. - '&7Worth: {value}.'
  26. - '&7&oWritten by {player}'
  27. console_name: Console
  28. Messages:
  29. prefix: '&2&liKesh> '
  30. nopermission: '&7You don''t have permission to do this.'
  31. noconsole: '&7Console cannot do this.'
  32. invalidamount: '&7Not a valid amount.'
  33. invalidpage: '&7Not a valid page number.'
  34. pay_yourself: '&7You can''t pay yourself.'
  35. player_is_null: '&7The specified player does not exist.'
  36. unknownCurrency: '&7Unknown Currency.'
  37. unknownCommand: '&7Unknown sub-command.'
  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. targetInsufficientFunds: '&e{target} &7don''t have enough {currencycolor}{currency}&7!'
  44. paid: '&7You were paid {currencycolor}{amount} &7from &a{player}&7.'
  45. payer: '&7You paid {currencycolor}{amount} &7to &a{player}&7.'
  46. payNoPermission: '&7You don''t have permission to pay {currencycolor}{currency}&7.'
  47. currencyNotPayable: '{currencycolor}{currency} &7is not payable.'
  48. add: '&7You gave &a{player}&7: {currencycolor}{amount}. '
  49. take: '&7You took {currencycolor}{amount} &7from &a{player}&7.'
  50. set: '&7You set &a{player}&7''s balance to {currencycolor}{amount}&7.'
  51. exchange_rate_set: '&7Set the exchange rate for {currencycolor}{currency} &7to &a{amount}&7.'
  52. exchange_success_custom_other: '&7Successfully exchanged {currencycolor}({currEx})
  53. &7for {currencycolor2}{receivedCurr}&7 to player {player}&7.'
  54. exchange_success_custom: '&7Successfully exchanged {currencycolor}({currEx}) &7for
  55. {currencycolor2}{receivedCurr}&7.'
  56. exchange_success: '&7Successfully exchanged {currencycolor}{ex_curr} &7for equivalent
  57. value in {currencycolor2}{re_curr}&7.'
  58. exchange_command:
  59. no_perms:
  60. preset: '&7You don''t have permission to exchange currencies with a preset rate.'
  61. custom: '&7You don''t have permission to exchange currencies with a custom rate.'
  62. balance:
  63. current: '&a{player}&7''s balance is: {currencycolor}{balance}'
  64. multiple: '&a{player}&7''s balances:'
  65. list: '&a&l>> {currencycolor}{format}'
  66. none: '&7No balances to show for &c{player}&7.'
  67. balance_top:
  68. balance: '&a&l-> {number}. {currencycolor}{player} &7- {currencycolor}{balance}'
  69. header: '&f----- {currencycolor} Top Balances for {currencyplural} &7(Page {page})&f
  70. -----'
  71. empty: '&7No accounts to display.'
  72. next: '{currencycolor}/gbaltop {currencyplural} {page} &7for more.'
  73. nosupport: '&a{storage} &7doesn''t support /baltop.'
  74. cheque:
  75. success: '&7Cheque successfully written.'
  76. redeemed: '&7Cheque has been cashed in.'
  77. invalid: '&7This is not a valid cheque.'
  78. help:
  79. eco_command:
  80. - '{prefix}&e&lEconomy Help'
  81. - '&2&l>> &a/eco give <user> <amount> [currency] &8- &7Give a player an amount
  82. of a currency.'
  83. - '&2&l>> &a/eco take <user> <amount> [currency] &8- &7Take an amount of a currency
  84. from a player.'
  85. - '&2&l>> &a/eco set <user> <amount> [currency] &8- &7Set a players amount of
  86. a currency.'
  87. exchange_command:
  88. - '{prefix}&b&lExchange Help'
  89. - '&2&l>> &a/exchange <account> <currency_to_exchange> <amount> <currency_to_receive>
  90. <amount> &8- &7Exchange between currencies with a custom rate for an account.'
  91. - '&2&l>> &a/exchange <currency_to_exchange> <amount> <currency_to_receive> <amount>
  92. &8- &7Exchange between currencies with a custom rate.'
  93. - '&2&l>> &a/exchange <currency_to_exchange> <amount> <currency_to_receive> &8-
  94. &7Exchange with a pre-set exchange rate.'
  95. cheque_command:
  96. - '{prefix}&e&lCheque Help'
  97. - '&2&l>> &a/cheque write <amount> [currency] &8- &7Write a cheque with a specified
  98. amount and currency.'
  99. - '&2&l>> &a/cheque redeem &8- &7Redeem the cheque.'
  100. currency_command:
  101. - '{prefix}&e&lCurrency Help'
  102. - '&2&l>> &a/currency create <singular> <plural> &8- &7Create a currency.'
  103. - '&2&l>> &a/currency delete <plural> &8- &7Delete a currency.'
  104. - '&2&l>> &a/currency convert <method> &8- &7Convert storage method. WARN: Take
  105. backups first and make sure the storage you are switching to is empty!'
  106. - '&2&l>> &a/currency backend <method> &8- &7Switch backend. This does not convert.'
  107. - '&2&l>> &a/currency view <plural> &8- &7View information about a currency.'
  108. - '&2&l>> &a/currency list &8- &7List of currencies.'
  109. - '&2&l>> &a/currency symbol <plural> <char|remove> &8- &7Select a symbol for
  110. a currency or remove it.'
  111. - '&2&l>> &a/currency color <plural> <color> &8- &7Select a color for a currency.'
  112. - '&2&l>> &a/currency colorlist &8- &7List of Colors.'
  113. - '&2&l>> &a/currency decimals <plural> &8- &7Enable decimals for a currency.'
  114. - '&2&l>> &a/currency payable <plural> &8- &7Set a currency payable or not.'
  115. - '&2&l>> &a/currency default <plural> &8- &7Set a currency as default.'
  116. - '&2&l>> &a/currency startbal <plural> <amount> &8- &7Set the starting balance
  117. for a currency.'
  118. - '&2&l>> &a/currency setrate <plural> <amount> &8- &7Sets the currency''s exchange
  119. rate.'
  120. usage:
  121. pay_command: '&2&l>> &a/pay <user> <amount> [currency] &8- &7Pay the specified
  122. user the specified amount.'
  123. give_command: '&2&l>> &a/eco give <user> <amount> [currency] &8- &7Give a player
  124. an amount of a currency.'
  125. take_command: '&2&l>> &a/eco take <user> <amount> [currency] &8- &7Take an amount
  126. of a currency from a player.'
  127. set_command: '&2&l>> &a/eco set <user> <amount> [currency] &8- &7Set a players
  128. amount of a currency.'
  129. currency_create: '&2&l>> &a/currency create <singular> <plural> &8- &7Create a
  130. currency.'
  131. currency_delete: '&2&l>> &a/currency delete <plural> &8- &7Delete a currency.'
  132. currency_convert: '&2&l>> &a/currency convert <method> &8- &7Convert storage method.
  133. WARN: Take backups first and make sure the storage you are switching to is empty!'
  134. currency_backend: '&2&l>> &a/currency backend <method> &8- &7Switch backend. This
  135. does not convert.'
  136. currency_view: '&2&l>> &a/currency view <plural> &8- &7View information about
  137. a currency.'
  138. currency_list: '&2&l>> &a/currency list &8- &7List of currencies.'
  139. currency_symbol: '&2&l>> &a/currency symbol <plural> <char|remove> &8- &7Select
  140. a symbol for a currency or remove it.'
  141. currency_color: '&2&l>> &a/currency color <plural> <color> &8- &7Select a color
  142. for a currency.'
  143. currency_colorlist: '&2&l>> &a/currency colorlist &8- &7List of Colors.'
  144. currency_payable: '&2&l>> &a/currency payable <plural> &8- &7Set a currency payable
  145. or not.'
  146. currency_default: '&2&l>> &a/currency default <plural> &8- &7Set a currency as
  147. default.'
  148. currency_decimals: '&2&l>> &a/currency decimals <plural> &8- &7Enable decimals
  149. for a currency.'
  150. currency_startbal: '&2&l>> &a/currency startbal <plural> <amount> &8- &7Set the
  151. starting balance for a currency.'
  152. currency_setrate: '&2&l>> &a/currency setrate <plural> <amount> &8- &7Sets the
  153. currency''s exchange rate.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement