mirror of
https://github.com/AppleDash/SaneEconomy.git
synced 2024-11-10 20:41:33 +01:00
Update SaneLib version
This commit is contained in:
parent
d2fea85ffe
commit
eab4b59501
@ -9,7 +9,7 @@
|
||||
<version>0</version>
|
||||
</parent>
|
||||
<artifactId>SaneEconomyCore</artifactId>
|
||||
<version>0.16.1-SNAPSHOT</version>
|
||||
<version>0.17.0-SNAPSHOT</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -8,6 +8,7 @@ import org.bukkit.configuration.ConfigurationSection;
|
||||
import java.math.BigDecimal;
|
||||
import java.text.DecimalFormat;
|
||||
import java.text.DecimalFormatSymbols;
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
* Created by AppleDash on 6/13/2016.
|
||||
|
@ -30,3 +30,4 @@ multi-server-sync: false # Experimental balance syncing without player rejoins,
|
||||
update-check: true # Whether to check for updates to the plugin and notify admins about them.
|
||||
locale-override: false # Whether to force the server's locale to be en_US.
|
||||
debug: false # Debug mode, leave this set to false.
|
||||
metrics: true # Whether to send anonymous metrics about the plugin's usage back to the developers, useful for fixing crashes.
|
||||
|
@ -2,7 +2,7 @@ name: SaneEconomy
|
||||
author: AppleDash
|
||||
main: org.appledash.saneeconomy.SaneEconomy
|
||||
version: ${project.version}
|
||||
api-version: '1.14'
|
||||
# api-version: '1.14'
|
||||
load: STARTUP
|
||||
softdepend: [Vault]
|
||||
commands:
|
||||
|
@ -16,7 +16,7 @@
|
||||
<dependency>
|
||||
<groupId>org.appledash</groupId>
|
||||
<artifactId>SaneEconomyCore</artifactId>
|
||||
<version>0.16.1-SNAPSHOT</version>
|
||||
<version>0.17.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
<dependency>
|
||||
<groupId>org.appledash</groupId>
|
||||
<artifactId>SaneEconomyCore</artifactId>
|
||||
<version>0.16.1-SNAPSHOT</version>
|
||||
<version>0.17.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
<dependency>
|
||||
<groupId>org.appledash</groupId>
|
||||
<artifactId>SaneEconomyCore</artifactId>
|
||||
<version>0.16.1-SNAPSHOT</version>
|
||||
<version>0.17.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user