mirror of
https://github.com/AppleDash/SaneEconomy.git
synced 2024-11-25 19:45:48 +01:00
Make default starting balance of players 0.
This commit is contained in:
parent
139dec6bd2
commit
6e93b03894
@ -6,10 +6,10 @@
|
||||
<parent>
|
||||
<groupId>org.appledash</groupId>
|
||||
<artifactId>SaneEconomy</artifactId>
|
||||
<version>0.5.3-SNAPSHOT</version>
|
||||
<version>0.5.4-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>SaneEconomyCore</artifactId>
|
||||
<version>0.5.3-SNAPSHOT</version>
|
||||
<version>0.5.4-SNAPSHOT</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -11,6 +11,6 @@ chat:
|
||||
prefix: '&b[&9Economy&b]&r '
|
||||
|
||||
economy:
|
||||
start-balance: 1000.0
|
||||
start-balance: 0.0
|
||||
|
||||
debug: false
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: SaneEconomy
|
||||
author: AppleDash
|
||||
main: org.appledash.saneeconomy.SaneEconomy
|
||||
version: 0.5.3
|
||||
version: 0.5.4
|
||||
softdepends: [Vault]
|
||||
commands:
|
||||
balance:
|
||||
|
Loading…
Reference in New Issue
Block a user