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