Minecraft Starter Balance

Status
This thread has been locked.

PandaPlaysAll

|Survival Server in Construction|
Premium
Feedback score
22
Posts
660
Reactions
252
Resources
0
Hello,
How do you change the starting balance for a player, i know it's in essentials somewhere but where?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Killed

Premium
Feedback score
1
Posts
180
Reactions
71
Resources
0
Hello PandaPlaysAll,

Give me a sec ill get it for you[DOUBLEPOST=1472285769][/DOUBLEPOST]
############################################################
# +------------------------------------------------------+ #
# | EssentialsEco | #
# +------------------------------------------------------+ #
############################################################

# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy

# Defines the balance with which new players begin. Defaults to 0.
starting-balance: 0

# worth-# defines the value of an item when it is sold to the server via /sell.
# These are now defined in worth.yml

# Defines the cost to use the given commands PER USE.
# Some commands like /repair have sub-costs, check the wiki for more information.
command-costs:
# /example costs $1000 PER USE
#example: 1000
# /kit tools costs $1500 PER USE
#kit-tools: 1500

# Set this to a currency symbol you want to use.
# Remember, if you want to use special characters in this document,
# such as accented letters, you MUST save the file as UTF-8, not ANSI.
currency-symbol: '$'

# Set the maximum amount of money a player can have.
# The amount is always limited to 10 trillion because of the limitations of a java double.
max-money: 10000000000000

# Set the minimum amount of money a player can have (must be above the negative of max-money).
# Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
min-money: -10000

# Enable this to log all interactions with trade/buy/sell signs and sell command.
economy-log-enabled: false
[DOUBLEPOST=1472285784][/DOUBLEPOST]Hope That Helps
 

PandaPlaysAll

|Survival Server in Construction|
Premium
Feedback score
22
Posts
660
Reactions
252
Resources
0
Okay,
 
Status
This thread has been locked.
Top