diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ce8d58b..e90ed17 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,6 +7,7 @@ on: - develop paths-ignore: - '**.md' + workflow_dispatch: jobs: build: diff --git a/geary-papermc-plugin/src/main/kotlin/com/mineinabyss/geary/papermc/plugin/GearyCommands.kt b/geary-papermc-plugin/src/main/kotlin/com/mineinabyss/geary/papermc/plugin/GearyCommands.kt index 4085049..6110f34 100644 --- a/geary-papermc-plugin/src/main/kotlin/com/mineinabyss/geary/papermc/plugin/GearyCommands.kt +++ b/geary-papermc-plugin/src/main/kotlin/com/mineinabyss/geary/papermc/plugin/GearyCommands.kt @@ -45,7 +45,7 @@ internal class GearyCommands : IdofrontCommandExecutor(), TabCompleter { sender.info( """ - |Archetype count: ${archetypes.archetypeProvider.count} + |Archetype count: ${archetypes.queryManager.archetypeCount} |Next entity ID: ${tempEntity.id} |""".trimMargin() ) diff --git a/gradle.properties b/gradle.properties index f60a0c4..4f4b571 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,4 +2,4 @@ kotlin.code.style=official group=com.mineinabyss version=0.27 idofrontVersion=0.20.14 -gearyVersion=0.23.2 +gearyVersion=0.24-SNAPSHOT \ No newline at end of file