Entity.spawn no longer works for me after unload.

Hi when i unloaded AdminUtilities i can not use entity.spawn command anymore i am admin and have auth2 and it was working before i first loaded AdminUtilities ive tried to reload AdminUtilities  remove all perms then unload but still i cant seam to figure out why i can no longer use entity.spawn am i missing something?

 

AdminUtilities replaces the vanilla entity.spawn command on purpose, similar to how it replaces give.

 
Because of that, while the plugin is loaded, entity.spawn is handled by AdminUtilities and requires the Oxide permission adminutilities.spawn. Rust auth level 2 by itself is not enough for the plugin replacement command.
 
Grant yourself or your admin group:
 
oxide.grant user <steamid> adminutilities.spawn
 
or:
 
oxide.grant group admin adminutilities.spawn
 
If the command still does not work after unloading the plugin, restart the server so the native command registry is restored cleanly.