idk some "cool" stuff
This commit is contained in:
13
src/main/java/hdvtdev/blockAndSeek/BlockAndSeekMap.java
Normal file
13
src/main/java/hdvtdev/blockAndSeek/BlockAndSeekMap.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package hdvtdev.blockAndSeek;
|
||||
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public record BlockAndSeekMap(List<Integer> spawn, List<Integer> lobby, int duration, List<Block> blocks) {
|
||||
|
||||
|
||||
public record Block(ItemStack block, int chance) {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user