Browse Source

updated version

MasterCake 5 years ago
parent
commit
b12b70952f
2 changed files with 2 additions and 3 deletions
  1. 1 1
      pom.xml
  2. 1 2
      src/xyz/spaceio/misc/NamePlaceholder.java

+ 1 - 1
pom.xml

@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>xyz.spaceio</groupId>
 	<artifactId>CustomOreGen</artifactId>
-	<version>1.3.14-SNAPSHOT</version>
+	<version>1.3.15-SNAPSHOT</version>
 	<repositories>
 		<!-- Spigot repository -->
 		<repository>

+ 1 - 2
src/xyz/spaceio/misc/NamePlaceholder.java

@@ -1,7 +1,6 @@
 package xyz.spaceio.misc;
 
-import org.bukkit.entity.Player;
-import org.bukkit.plugin.Plugin;
+import org.bukkit.OfflinePlayer;
 
 import xyz.spaceio.customoregen.CustomOreGen;
 import xyz.spaceio.customoregen.GeneratorConfig;