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