Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. currency=totaleconomy:dollars
  2. # Since you are already editing configs, how about enabling metrics for at least this plugin? ;)
  3. # Go to the 'config/sponge/global.conf', scroll to the 'metrics' section and enable metrics.
  4. # Anonymous metrics data collection enables the developer to see how many people and servers are using this plugin.
  5. # Seeing that my plugin is being used is a big factor in motivating me to provide future support and updates.
  6. # If you really don't want to enable metrics and don't want to receive any messages anymore, you can disable this config option :(
  7. enable-metrics-messages=true
  8. session-duration="2h"
  9. # Commands that should be run when a session has stopped.
  10. session-end-commands=[]
  11. taxation-rates {
  12. "1000"=1.5
  13. "10000"=3.5
  14. "100000"=5.0
  15. }
  16. virtual-tax-account="<Government>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement