/calc Sub-Commands
Simple Calculator
/calc <expression> - Simple Calculator.
/calc variables - See the individual variables.
Storage Calculator
/calc storage <itemsPerHour> - Calculate storage items hourly.
/calc storage <timesHopperSpeed> <numberOfItems> - Calculate hopper speed for a set number of items.
/calc allaystorage <itemsPerHour> - Calculate allay storage speed for a set number of items.
Crafting Calculator
/calc craft <item> <depth> <amount> - Calculate how many items you need for a crafting recipe. The depth argument specifies how many levels of recursive crafting that the recipe will use. If not specified it will default to 1.
Portal Linking Calculator
/calc nether <x> <y> <z> - Returns the nether coordinates for the specified overworld coordinates.
/calc overworld <x> <y> <z> - Returns the overworld coordinates for the specified nether coordinates.
Farm Rates Calculator
/calc rates <numberOfItems> <seconds> - Calculates the items per hour of a farm.
Random Number Generator
/calc random <max> - Generates a random number between 0 - entered max value.
/calc random minmax <min> <max> - Generates a random number between entered minimum value - entered max value.
Comparator Power Level Calculator
/calc signaltoitems <container> <powerLevel> - Calculates the amount of items needed to reach a certain comparator power level when given a container.
Piglin Bartering Calculator
/calc barter togold <numberOfItems> <item> - Calculates the average amount of gold needed for a certain set of items.
/calc barter toitem <amountOfGold> <item> - Calculates the average amount of items received for a set amount of gold.
Travel Distance Calculator
/calc dist <x1> <y1> <z1> <x2> <y2> <z2> - Calculates the distance to a certain set of coordinates.
/calc dist 3d <x1> <y1> <z1> <x2> <y2> <z2> - Calculates the distance to a certain set of coordinates, including the Y level height.
Custom Functions
/calc custom add <functionName> <function> - Create a custom function.
/calc custom run <functionName> <input> - Run a custom function.
/calc <functionName>(<parameters>) - Enter a certain set of parameters to a custom function.
/calc custom list - Custom functions list.
/calc custom remove <functionName> - Removes a custom function.
Converters
/calc itemtosb <numberOfItems> - Items to Shulker Boxes
/calc sbtoitem <numberOfSbs> - Shulker Boxes to Items
/calc itemtostack <numberOfItems> - Items to Stack
/calc stacktoitem <numberOfStacks> - Stack to Items
/calc secondstohopperclock - Seconds to Hopper clock
/calc secondstorepeater - Seconds to Repeater
Last updated