
A datapack API Mod for fabric which allows non-op users to use specific functions
/dfunc namespace:function nbt
(I may or may not have done this with AI xd)
allows users without op to use any functions in that specific namespace, with nbt arguments.
mypack/
└─ data/
└─ namespace/
└─ functions/
└─ func/
└─ anypublicfunctions.mcfunction
This is very usefull for dialogs :)
also you don't have to write the /func/ part into /dfunc as it redirects automatically