Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.76 KB | None | 0 0
  1. #Set to false to disable auto-save. Only applies to flat file, MySQL saves instantly
  2. auto-save: true
  3. #How often to save in seconds, 900 = 15 minutes
  4. auto-save-interval: 900
  5. #Set this to true if you have a MySQL Database you'd like to use for saving players
  6. #WARNING: Do not switch from a database to a flat file back to a database or your player saves (in the database) may be outdated
  7. #NOTICE: If you use a database, your player saves will be overwritten with values from the database as the most recent player saves should be there
  8. use-mysql: false
  9. mysql-info:
  10. #Don't confuse this with you Minecraft server ip
  11. host: 127.0.0.1
  12. #This is the default port for MySQL, if your port is different change it here
  13. port: 3306
  14. #This is the name of your database
  15. database: db1
  16. #This is the database account username
  17. user: user1
  18. #This is the database account password
  19. pass: password123
  20. #These stocks will displayed when players type /stocks popular
  21. #You can add and remove stocks as you please
  22. #WARNING: Do not make the slot bigger than 54 or it won't be added, also don't use slot 50 this is where the close button is
  23. popular-stocks:
  24. aapl:
  25. slot: 10
  26. tsla:
  27. slot: 12
  28. goog:
  29. slot: 14
  30. nflx:
  31. slot: 16
  32. dis:
  33. slot: 18
  34. #Trading settings
  35. trading-settings:
  36. #Set to true if you don't want players to be able to trade when the stock market is closed in real life
  37. disable-trading-when-closed: false
  38. #Set to true if you don't want players to be able to trade on the weekend
  39. #To disable weekend trading this must be true along with disable-trading-when-closed
  40. disable-trading-on-weekends: false
  41. #Cooldown is how long players have to wait to sell shares after they bought them
  42. cooldown-enabled: true
  43. #Cooldown in minutes, stock prices refresh every 15 minutes
  44. cooldown: 15
  45. #Set to true to enabled taxes, only taxes players when they sell shares
  46. tax-enabled: false
  47. #Percentage, 0.05 = 5%, 0.1 = 10%
  48. tax: 0.05
  49. #This is to adjust stock prices to fit your server's economy
  50. #1.0 = original price, 0.5 = half priced, 2.0 = double the original
  51. stock-price-multiplier: 1.0
  52. #If whitelist-enabled is true the blacklist will be ignored
  53. #Only allow players to buy certain stocks
  54. whitelist-enabled: false
  55. #Prevent players from buying certain stocks
  56. blacklist-enabled: false
  57. #List of stocks that players are only allowed to buy, whitelist-enabled must be set to true
  58. whitelist: []
  59. #List of stocks to prevent players from buying, blacklist-enabled must be set to true
  60. blacklist: []
  61. #Messages
  62. messages:
  63. #Some symbols won't display correctly. You can leave this blank ('$' to '') if need be.
  64. money-symbol: '$'
  65. #Prefixes apply to all messages unless stated otherwise
  66. #Change to false if you don't want to use red/yellow/green prefixes
  67. #you can include your own prefixes in each message, just be sure to set this to false or it will have two prefixes
  68. enable-prefixes: true
  69. #Prefix in response to command, negative result
  70. red-prefix: "&c&l(!)&7"
  71. #Prefix in response to command, notice
  72. yellow-prefix: "&e&l(!)&7"
  73. #Prefix in response to command, positive result
  74. green-prefix: "&a&l(!)&7"
  75. must-be-player: "You must be in-game to do that!"
  76. player-not-found: "Player not found!"
  77. stock-market-closed: "Stock market is closed!"
  78. #If days was set to T cooldown would be like so: 0T0h0m0s instead of 0d0h0m0s
  79. #Only one character allowed
  80. cooldown-format:
  81. days: 'd'
  82. hours: 'h'
  83. minutes: 'm'
  84. seconds: 's'
  85. #Available variables: %cooldown%, %stock%
  86. cooldown-message: "You must wait %cooldown% to sell shares of %stock%!"
  87. #Available variables: %usage%
  88. stockbroker-usage: "Usage: %usage%"
  89. stockbroker-spawned: "Successfully spawned stockbroker!"
  90. stockbroker-removal-instructions: "Punch a stockbroker to remove it!"
  91. stockbroker-removed: "Stockbroker removed!"
  92. stockbroker-removal-expired: "Stockbroker removal expired!"
  93. fetching-portfolio: "Fetching Portfolio . . ."
  94. #Available variables: %shares%, %stock%
  95. buy-attempt: "Attempting to buy %shares% share(s) of %stock% . . ."
  96. #Available variables: %shares%, %stock%
  97. sell-attempt: "Attempting to sell %shares% share(s) of %stock% . . ."
  98. sell-all-attempt: "Attempting to sell all stocks . . ."
  99. sell-all-partial-fail: "Failed to retrieve 1 or more of your stock's info and will remain in your portfolio!"
  100. sell-all-canceled: "Sell all canceled!"
  101. #Available variables: %shares%, %stock%, %price%
  102. bought-shares: "Successfully bought %shares% share(s) of %stock% for %price%"
  103. #Available variables: %player%, %shares%, %stock%
  104. gave-shares: "Successfully gave %player% %shares% share(s) of %stock%"
  105. #Available variables: %shares%, %stock%
  106. #Prefixes don't apply
  107. received-shares: "&a&l[&7Stocks&a&l]&7%shares% share(s) of %stock% have been added to your account!"
  108. #Available variables: %shares%, %stock%, %player%
  109. took-shares: "Successfully took %shares% share(s) of %stock% from %player%"
  110. #Available variables: %shares%, %stock%
  111. #Prefixes don't apply
  112. shares-taken: "&c&l[&7Stocks&c&l]&7%shares% share(s) of %stock% have been taken from your account!"
  113. #Available variables: %shares%, %stock%, %price%
  114. sold-shares: "Successfully sold %shares% share(s) of %stock% for %price%"
  115. #Available variables: %price%
  116. sold-all-shares: "Successfully sold all shares for %price%"
  117. config-reloaded: "config.yml successfully reloaded!"
  118. #Available variables: %price%
  119. check-stock-price: "%stock% is worth %price%"
  120. invalid-stock: "Invalid stock symbol!"
  121. retrieval-error: "There was an error retrieving the stock price!"
  122. #When trying to sell a stock they don't have
  123. stocks-not-owned: "You don't own any shares of that stock!"
  124. #When trying to sell all
  125. #Can also be used if player's stocks have a cooldown
  126. no-stocks-owned: "You don't own any stocks or your stock(s) have a cooldown!"
  127. #When trying to take another player's stock
  128. #Available variables: %player%
  129. stock-not-owned: "%player% doesn't own that stock!"
  130. #When trying to take another player's stock
  131. #Available variables: %player%
  132. take-not-enough-shares: "%player% only has %shares% share(s)!"
  133. #When trying to sell stock/shares
  134. sell-not-enough-shares: "You can't sell more shares than you own!"
  135. not-enough-money: "You don't have enough money!"
  136. permission-denied: "Permission Denied!"
  137. invalid-number: "Invalid number!"
  138. #Available variables: %usage%
  139. #%usage% includes the / before the command
  140. command-usage: "Usage: %usage%"
  141. #When trying to buy a stock that isn't whitelisted and whitelist-enabled is set to true
  142. stock-not-whitelisted: "That stock isn't whitelisted!"
  143. #When trying to buy a stock that is blacklisted and blacklist-enabled is set to true
  144. stock-blacklisted: "That stock is blacklisted!"
  145. #This section is for translating the text to a different language
  146. #None of the below can have the same values, do not include color codes
  147. gui-text:
  148. company-name: "Company Name"
  149. price: "Price"
  150. shares: "Shares"
  151. invested: "Invested"
  152. value: "Value"
  153. open-price: "Open Price"
  154. close-price: "Close Price"
  155. high-price: "High Price"
  156. low-price: "Low Price"
  157. high-52: "52 Week High"
  158. low-52: "52 Week Low"
  159. stockbroker: "Stockbroker"
  160. stockbroker-buy: "Buy Stocks"
  161. stockbroker-portfolio: "View Portfolio"
  162. close-button: "Close"
  163. confirm-button: "Confirm"
  164. cancel-button: "Cancel"
  165. next-page-button: "Next Page -->"
  166. previous-page-button: "<-- Previous Page"
  167. subtract-shares-button: "Subtract %shares% shares"
  168. add-shares-button: "Add %shares% share(s)"
  169. #This will be displayed like so: '[player] - Portfolio', [player] will be replaced by the player's name
  170. portfolio: "Portfolio"
  171. popular-inventory-title: "Popular Stocks"
  172. sell-menu-title: "Sell Menu"
  173. buy-menu-title: "Buy Menu"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement