Removal of /q?Solved

hello, first off love the plugin.

just quick question, is there a way to keep players from being able to access /q command? i run a RP server, and i want people to actually have to go to the npc's ive implemented!! Thank you for your time!

have you tried to enable this setting in the configration Quests.json?

"UseNPCVendors": true

 

i have, and that works, the npc's work, but players can also still use the /q

Search your Quests.cs for this line. Gonna have to edit that line/section.

 [ChatCommand("q")]

so i could just put some command there that no one  could figure out? like a number combo and that would basicly fix the issue?

that'll do it ;)

Locked automatically