File tree Expand file tree Collapse file tree 4 files changed +7
-2216
lines changed
src/main/java/systems/kscott/randomspawnplus Expand file tree Collapse file tree 4 files changed +7
-2216
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11package systems .kscott .randomspawnplus .spawn ;
22
3+ import com .cryptomorin .xseries .XMaterial ;
34import org .bukkit .Bukkit ;
45import org .bukkit .Location ;
56import org .bukkit .Material ;
1112import systems .kscott .randomspawnplus .exceptions .FinderTimedOutException ;
1213import systems .kscott .randomspawnplus .util .Blocks ;
1314import systems .kscott .randomspawnplus .util .Numbers ;
14- import systems .kscott .randomspawnplus .util .XMaterial ;
1515
1616import java .util .ArrayList ;
1717import java .util .List ;
Original file line number Diff line number Diff line change 11package systems .kscott .randomspawnplus .util ;
22
3+ import com .cryptomorin .xseries .XMaterial ;
34import org .bukkit .block .Block ;
45
56public class Blocks {
You can’t perform that action at this time.
0 commit comments