Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt

Use this file to discover all available pages before exploring further.

Structure: BankLevel Defines a specific tier in the storage system, setting limits and unlock requirements.

Configuration

limit
Double
default:"0.0"
Maximum balance allowed at this level.
interest_cap
Double
default:"0.0"
Maximum amount of interest a player can earn in a single cycle at this level.
criteria
List<LevelCriteria>
Requirements to unlock this level.
levelUpTriggers
List<Ref<TriggerableEntry>>
Actions executed when the player reaches this level.

Messages

levelUpMessage
String
Message sent on level up.
depositMessage
String
Message on successful deposit.
depositErrorMessage
String
Message when deposit fails (e.g. limit reached).
withdrawMessage
String
Message on successful withdrawal.
withdrawErrorMessage
String
Message on failed withdrawal.