Variables
Using ans and custom variables
Important Version Notice
Following Hypixel SkyBlock's Modern Update, only Minecraft 1.21.9 - 1.21.11 are currently supported. Support for 1.21.9 will be removed soon. This mod will not receive updates for older versions. Please ensure you are using a supported version to avoid issues.
Built-in Variable: ans
The ans variable stores the last calculation result:
100 + 50 = 150
ans * 2 = 300
ans + 1000 = 1,300
Custom Variables
Create variables with /calcset:
/calcset buy 50m
/calcset sell 75m
$sell - $buy = 25,000,000
Variables use the $ prefix.
Practical Examples
/calcset hourly 500k
/calcset daily $hourly * 24
$daily * 30 = 360,000,000