HelloWorldConfig

data class HelloWorldConfig(val greeting: String, val durationSeconds: Int, val arena: String)(source)

Configuration for the minimal Plasmid hello-world minigame.

Constructors

Link copied to clipboard
constructor(greeting: String, durationSeconds: Int, arena: String)

Types

Link copied to clipboard
object Companion

Serialization codecs used by Plasmid to load this config from datapacks.

Properties

Link copied to clipboard

Optional arena key to load from config/evermod/arenas/templates/<key>.nbt.

Link copied to clipboard

How long the game stays open before automatically closing.

Link copied to clipboard

Message shown to players when they join the game.