Functions
Infinilib includes three functions: load
, tick
and freeze
.
The load
function will output a message telling you that Infinilib has been loaded. You can reload the datapack if you need to with the following command:
/function infinilib:load
The tick
function will activate every tick, and is paired with freeze
.
The freeze
function freezes the player activating the function for 1 second. You can pair this with /execute as
to freeze a different player.
Last updated