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>
|
<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>
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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:
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user