Skip to content

BuilderToolsPlugin.BuilderToolsConfig

Package: com.hypixel.hytale.builtin.buildertools

public static class BuilderToolsConfig

Configuration class for the builder tools plugin, loaded from the "BuilderToolsModule" config file. Serialized via BuilderCodec.

public static final BuilderCodec<BuilderToolsPlugin.BuilderToolsConfig> CODEC

Defines two configuration fields:

KeyTypeDefaultValidationDescription
HistoryCountint50NoneThe number of builder tool edit operations to keep in the undo/redo history.
ToolExpireTimelong3600>= 0The minimum time (in seconds) that a user’s builder tool data will be persisted for after they disconnect from the server. If set to zero the player’s data is removed immediately on disconnect.
private int historyCount = 50
private long toolExpireTime = 3600L
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.