Update SaneLib version

This commit is contained in:
AppleDash 2020-01-24 01:50:18 -05:00
parent d2fea85ffe
commit eab4b59501
8 changed files with 8 additions and 6 deletions

View File

@ -9,7 +9,7 @@
<version>0</version> <version>0</version>
</parent> </parent>
<artifactId>SaneEconomyCore</artifactId> <artifactId>SaneEconomyCore</artifactId>
<version>0.16.1-SNAPSHOT</version> <version>0.17.0-SNAPSHOT</version>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -8,6 +8,7 @@ import org.bukkit.configuration.ConfigurationSection;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.text.DecimalFormat; import java.text.DecimalFormat;
import java.text.DecimalFormatSymbols; import java.text.DecimalFormatSymbols;
import java.util.UUID;
/** /**
* Created by AppleDash on 6/13/2016. * Created by AppleDash on 6/13/2016.

View File

@ -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. 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. locale-override: false # Whether to force the server's locale to be en_US.
debug: false # Debug mode, leave this set to false. 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.

View File

@ -2,7 +2,7 @@ name: SaneEconomy
author: AppleDash author: AppleDash
main: org.appledash.saneeconomy.SaneEconomy main: org.appledash.saneeconomy.SaneEconomy
version: ${project.version} version: ${project.version}
api-version: '1.14' # api-version: '1.14'
load: STARTUP load: STARTUP
softdepend: [Vault] softdepend: [Vault]
commands: commands:

View File

@ -16,7 +16,7 @@
<dependency> <dependency>
<groupId>org.appledash</groupId> <groupId>org.appledash</groupId>
<artifactId>SaneEconomyCore</artifactId> <artifactId>SaneEconomyCore</artifactId>
<version>0.16.1-SNAPSHOT</version> <version>0.17.0-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -17,7 +17,7 @@
<dependency> <dependency>
<groupId>org.appledash</groupId> <groupId>org.appledash</groupId>
<artifactId>SaneEconomyCore</artifactId> <artifactId>SaneEconomyCore</artifactId>
<version>0.16.1-SNAPSHOT</version> <version>0.17.0-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -16,7 +16,7 @@
<dependency> <dependency>
<groupId>org.appledash</groupId> <groupId>org.appledash</groupId>
<artifactId>SaneEconomyCore</artifactId> <artifactId>SaneEconomyCore</artifactId>
<version>0.16.1-SNAPSHOT</version> <version>0.17.0-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -43,7 +43,7 @@
<dependency> <dependency>
<groupId>org.appledash</groupId> <groupId>org.appledash</groupId>
<artifactId>sanelib</artifactId> <artifactId>sanelib</artifactId>
<version>0.3.7-SNAPSHOT</version> <version>0.4.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>