You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made /cfindblock work for the entire render distance.
/cfindblock no longer freezes the client for a moment, and instead completes its search over multiple ticks (it will take a few seconds now that it searches the whole render distance).
Removed obscure /cfindblock arguments which changed the distance measurement type. Euclidean distance is now always used.
Made /cfinditem search the whole render distance when the player is opped.
Uses vanilla's NBT Query packets to get inventory contents, which only works when you're opped.
/cfinditem works the same way as before if you are not opped.
/cfinditem results now have a button for you to glow the blocks found.
Added a separate feedback message for /ctime reset.
Enabled ModMenu's update checker.
Added a /chat command which opens the chat GUI. Only available on April 1st.
Fixed bitwise and() function in /ccalc.
Fixed crash when /cvar variables contain $ or \ characters.