diff --git a/SaneEconomyCore/pom.xml b/SaneEconomyCore/pom.xml index 02674c5..93dbcf9 100644 --- a/SaneEconomyCore/pom.xml +++ b/SaneEconomyCore/pom.xml @@ -9,7 +9,7 @@ 0 SaneEconomyCore - 0.16.1-SNAPSHOT + 0.17.0-SNAPSHOT diff --git a/SaneEconomyCore/src/main/java/org/appledash/saneeconomy/economy/Currency.java b/SaneEconomyCore/src/main/java/org/appledash/saneeconomy/economy/Currency.java index c474ea6..d402a10 100644 --- a/SaneEconomyCore/src/main/java/org/appledash/saneeconomy/economy/Currency.java +++ b/SaneEconomyCore/src/main/java/org/appledash/saneeconomy/economy/Currency.java @@ -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. diff --git a/SaneEconomyCore/src/main/resources/config.yml b/SaneEconomyCore/src/main/resources/config.yml index 9d42432..9225796 100644 --- a/SaneEconomyCore/src/main/resources/config.yml +++ b/SaneEconomyCore/src/main/resources/config.yml @@ -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. diff --git a/SaneEconomyCore/src/main/resources/plugin.yml b/SaneEconomyCore/src/main/resources/plugin.yml index ac1a434..bbd321f 100644 --- a/SaneEconomyCore/src/main/resources/plugin.yml +++ b/SaneEconomyCore/src/main/resources/plugin.yml @@ -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: diff --git a/SaneEconomyMobKills/pom.xml b/SaneEconomyMobKills/pom.xml index f9c0101..c5cd33e 100644 --- a/SaneEconomyMobKills/pom.xml +++ b/SaneEconomyMobKills/pom.xml @@ -16,7 +16,7 @@ org.appledash SaneEconomyCore - 0.16.1-SNAPSHOT + 0.17.0-SNAPSHOT diff --git a/SaneEconomyOnlineTime/pom.xml b/SaneEconomyOnlineTime/pom.xml index 388ec92..aaa4c43 100644 --- a/SaneEconomyOnlineTime/pom.xml +++ b/SaneEconomyOnlineTime/pom.xml @@ -17,7 +17,7 @@ org.appledash SaneEconomyCore - 0.16.1-SNAPSHOT + 0.17.0-SNAPSHOT diff --git a/SaneEconomySignShop/pom.xml b/SaneEconomySignShop/pom.xml index 0b0b9d8..cd308f3 100644 --- a/SaneEconomySignShop/pom.xml +++ b/SaneEconomySignShop/pom.xml @@ -16,7 +16,7 @@ org.appledash SaneEconomyCore - 0.16.1-SNAPSHOT + 0.17.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 19a6cc1..76e1a93 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ org.appledash sanelib - 0.3.7-SNAPSHOT + 0.4.1-SNAPSHOT