This commit is contained in:
2025-02-20 01:45:42 +08:00
parent 33d01988ee
commit b8d5e5aa70
3 changed files with 55 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import org.bukkit.Location
import org.bukkit.Material
import org.bukkit.enchantments.Enchantment
import org.bukkit.entity.Player
import org.bukkit.event.inventory.InventoryType
import org.bukkit.inventory.ItemStack
import org.bukkit.inventory.meta.CompassMeta
import org.bukkit.scheduler.BukkitRunnable
@@ -31,6 +32,8 @@ class Console {
*/
val gameRules = GameRules()
val ruleBook = Bukkit.createInventory(null, InventoryType.HOPPER, Component.text("Game Rules"))
var stage: GameStage = GameStage.PREPARING
private set