Skip to content

Commit 1c3b612

Browse files
committed
Import XMaterial
1 parent 7b19c8e commit 1c3b612

File tree

4 files changed

+7
-2216
lines changed

4 files changed

+7
-2216
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@
125125
<version>1.0.8</version>
126126
<scope>compile</scope>
127127
</dependency>
128+
<dependency>
129+
<groupId>com.github.cryptomorin</groupId>
130+
<artifactId>XSeries</artifactId>
131+
<version>9.3.1</version>
132+
</dependency>
128133
<dependency>
129134
<groupId>net.essentialsx</groupId>
130135
<artifactId>EssentialsX</artifactId>

src/main/java/systems/kscott/randomspawnplus/spawn/SpawnFinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package systems.kscott.randomspawnplus.spawn;
22

3+
import com.cryptomorin.xseries.XMaterial;
34
import org.bukkit.Bukkit;
45
import org.bukkit.Location;
56
import org.bukkit.Material;
@@ -11,7 +12,6 @@
1112
import systems.kscott.randomspawnplus.exceptions.FinderTimedOutException;
1213
import systems.kscott.randomspawnplus.util.Blocks;
1314
import systems.kscott.randomspawnplus.util.Numbers;
14-
import systems.kscott.randomspawnplus.util.XMaterial;
1515

1616
import java.util.ArrayList;
1717
import java.util.List;

src/main/java/systems/kscott/randomspawnplus/util/Blocks.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package systems.kscott.randomspawnplus.util;
22

3+
import com.cryptomorin.xseries.XMaterial;
34
import org.bukkit.block.Block;
45

56
public class Blocks {

0 commit comments

Comments
 (0)