Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | EssentialsEco | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # Defines the balance with which new players begin. Defaults to 0.
  8. starting-balance: 0
  9.  
  10. # worth-# defines the value of an item when it is sold to the server via /sell.
  11. # These are now defined in worth.yml
  12.  
  13. # Defines the cost to use the given commands PER USE
  14. command-costs:
  15. # /example costs $1000 PER USE
  16. #example: 1000
  17. # /kit tools costs $1500 PER USE
  18. # kit-tools: 1500
  19.  
  20. #This defines the name of your currencies, in singular and plural
  21. currency-name: Coin
  22. currency-name-plural: Coins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement