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
Variables can be substituted into other commands and chat messages using %var%
Added functions and startup commands
Function files end in .mcfunctions and run all client-side commands inside them, with the same syntax as vanilla datapack functions (except with client-side commands only).
Functions with special names are run on "startup" (when you join a world / server). Use the cstartup command for an easy way to create and edit these.
Removed cplayerinfo namehistory subcommand, the web API it used no longer works.