Change open rewards command?Solved
Hi, how do I change open rewards command? to /shop
I tried changing "storeSyn21": "/shop",
nvm found it
[ChatCommand("shop")] private void cmdStore(BasePlayer player, string command, string[] args) { if ((configData.Options.NPCOnly && IsAuthed(player)) || !configData.Options.NPCOnly) { OpenStore(player); } }
Locked automatically