TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/BG-Software-LLC/SuperiorSkyblock2/llms.txt
Use this file to discover all available pages before exploring further.
BlockValuesManager handles the worth and level values of blocks in the plugin. It manages custom block values and key parsers for calculating island worth and levels.
Methods
getBlockWorth
The key to check
The worth value
getBlockLevel
The key to check
The level value
getBlockKey
The key to check
The key from the config
registerCustomKey
The key to set custom value of
The custom worth value of the key (nullable)
The custom level value of the key (nullable)
registerKeyParser
The custom key parser
All the block types you want to check
SyncWorthStatus Enum
TheSyncWorthStatus enum represents the synchronization status for block worth values:
NONE- No synchronizationBUY- Synchronize with buy pricesSELL- Synchronize with sell prices
SyncWorthStatus enum value.