BuilderToolsPlugin.BuilderToolsConfig
Package: com.hypixel.hytale.builtin.buildertools
public static class BuilderToolsConfigConfiguration class for the builder tools plugin, loaded from the "BuilderToolsModule" config file. Serialized via BuilderCodec.
public static final BuilderCodec<BuilderToolsPlugin.BuilderToolsConfig> CODECDefines two configuration fields:
| Key | Type | Default | Validation | Description |
|---|---|---|---|---|
HistoryCount | int | 50 | None | The number of builder tool edit operations to keep in the undo/redo history. |
ToolExpireTime | long | 3600 | >= 0 | The 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. |
Fields
Section titled “Fields”private int historyCount = 50private long toolExpireTime = 3600LRelated Types
Section titled “Related Types”- BuilderToolsPlugin — loads and applies this configuration during
start() - BuilderToolsPlugin.BuilderState — uses
historyCountto limit undo/redo queue size
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.