Advertisement
Guest User

Untitled

a guest
Jul 1st, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 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: 262984_mysql_db
  17. tableprefix: economy_
  18. host: 82.208.17.24
  19. port: 3306
  20. username: 262984_mysql_db
  21. password: Vy7Cq5bsKc9wTPhc
  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: '[l]gemseconomy.prefix[/l]'
  31. nopermission: '[l]gemseconomy.nopermission[/l]'
  32. noconsole: '[l]gemseconomy.noconsole[/l]'
  33. invalidamount: '[l]gemseconomy.invalidamount[/l]'
  34. invalidpage: '[l]gemseconomy.invalidpage[/l]'
  35. pay_yourself: '[l]gemseconomy.pay_yourself[/l]'
  36. player_is_null: '[l]gemseconomy.player_is_null[/l]'
  37. unknownCurrency: '[l]gemseconomy.unknownCurrency[/l]'
  38. noDefaultCurrency: '[l]gemseconomy.noDefaultCurrency[/l]'
  39. currencyExists: '[l]gemseconomy.currencyExists[/l]'
  40. accountMissing: '[l]gemseconomy.accountMissing[/l]'
  41. cannotReceiveMoney: '[l]gemseconomy.cannotReceiveMoney[as][a]{player}[/a][/as][/l]'
  42. insufficientFunds: '[l]gemseconomy.insufficientFunds[as][a]{currencycolor}[/a][a]{currency}[/a][/as][/l]'
  43. paid: '[l]gemseconomy.paid[as][a]{currencycolor}[/a][a]{amount}[/a][a]{player}[/a][/as][/l]'
  44. payer: '[l]gemseconomy.payer[as][a]{currencycolor}[/a][a]{amount}[/a][a]{player}[/a][/as][/l]'
  45. payNoPermission: '[l]gemseconomy.payNoPermission[as][a]{currencycolor}[/a][a]{currency}[/a][/as][/l]'
  46. currencyNotPayable: '[l]gemseconomy.currencyNotPayable[as][a]{currencycolor}[/a][a]{currency}[/a][/as][/l]'
  47. add: '[l]gemseconomy.add[as][a]{player}[/a][a]{currencycolor}[/a][a]{amount}[/a][/as][/l]'
  48. take: '[l]gemseconomy.take[as][a]{currencycolor}[/a][a]{amount}[/a][a]{player}[/a][/as][/l]'
  49. set: '[l]gemseconomy.set[as][a]{player}[/a][a]{currencycolor}[/a][a]{currencycolor}[/a][a]{amount}[/a][/as][/l]'
  50. balance:
  51. current: '[l]gemseconomy.current[as][a]{player}[/a][a]{currencycolor}[/a][a]{balance}[/a][/as][/l]'
  52. multiple: '[l]gemseconomy.multiple[as][a]{player}[/a][/as][/l]'
  53. none: '[l]gemseconomy.none[as][a]{player}[/a][/as][/l]'
  54. balance_top:
  55. header: '[l]gemseconomy.header[as][a]{currencycolor}[/a][a]{currencyplural}[/a][a]{page}[/a][/as][/l]'
  56. empty: '[l]gemseconomy.empty[/l]'
  57. next: '[l]gemseconomy.next[as][a]{currencycolor}[/a][a]{currencyplural}[/a][a]{page}[/a][/as][/l]'
  58. nosupport: '[l]gemseconomy.nosupport[as][a]{storage}[/a][/as][/l]'
  59. cheque:
  60. success: '[l]gemseconomy.success[/l]'
  61. redeemed: '[l]gemseconomy.redeemed[/l]'
  62. invalid: '[l]gemseconomy.invalid[/l]'
  63. help:
  64. eco_command:
  65. - '[l]gemseconomy.eco_command.1[as][a]{prefix}[/a][/as][/l]'
  66. - '[l]gemseconomy.eco_command.2[/l]'
  67. - '[l]gemseconomy.eco_command.3[/l]'
  68. - '[l]gemseconomy.eco_command.4[/l]'
  69. cheque_command:
  70. - '[l]gemseconomy.cheque_command.1[as][a]{prefix}[/a][/as][/l]'
  71. - '[l]gemseconomy.cheque_command.2[/l]'
  72. - '[l]gemseconomy.cheque_command.3[/l]'
  73. currency_command:
  74. - '[l]gemseconomy.currency_command.1[as][a]{prefix}[/a][/as][/l]'
  75. - '[l]gemseconomy.currency_command.2[/l]'
  76. - '[l]gemseconomy.currency_command.3[/l]'
  77. - '[l]gemseconomy.currency_command.4[/l]'
  78. - '[l]gemseconomy.currency_command.5[/l]'
  79. - '[l]gemseconomy.currency_command.6[/l]'
  80. - '[l]gemseconomy.currency_command.7[/l]'
  81. - '[l]gemseconomy.currency_command.8[/l]'
  82. - '[l]gemseconomy.currency_command.9[/l]'
  83. - '[l]gemseconomy.currency_command.10[/l]'
  84. - '[l]gemseconomy.currency_command.11[/l]'
  85. - '[l]gemseconomy.currency_command.12[/l]'
  86. usage:
  87. pay_command: '[l]gemseconomy.pay_command[/l]'
  88. give_command: '[l]gemseconomy.give_command[/l]'
  89. take_command: '[l]gemseconomy.take_command[/l]'
  90. set_command: '[l]gemseconomy.set_command[/l]'
  91. currency_create: '[l]gemseconomy.currency_create[/l]'
  92. currency_delete: '[l]gemseconomy.currency_delete[/l]'
  93. currency_view: '[l]gemseconomy.currency_view[/l]'
  94. currency_list: '[l]gemseconomy.currency_list[/l]'
  95. currency_symbol: '[l]gemseconomy.currency_symbol[/l]'
  96. currency_color: '[l]gemseconomy.currency_color[/l]'
  97. currency_colorlist: '[l]gemseconomy.currency_colorlist[/l]'
  98. currency_payable: '[l]gemseconomy.currency_payable[/l]'
  99. currency_default: '[l]gemseconomy.currency_default[/l]'
  100. currency_decimals: '[l]gemseconomy.currency_decimals[/l]'
  101. currency_startbal: '[l]gemseconomy.currency_startbal[/l]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement