Skip to content

Katton

面向 Fabric、NeoForge 和 Paper 的可热重载 Kotlin 脚本框架

Banner

Katton Live Preview

Katton能做什么

这些例子或许能告诉你答案

DatapackScoreboard Setupkotlin
@ServerScriptEntrypoint
fun scoreboardExampleMain(){
    //get the scoreboard objective
    val obj = getOrCreateObjective("myscore")
    //set the score of "test" to 100
    setScore("test", obj, 100)
}