Skip to content

Stopping Console From Using A Command

TheCyberCode edited this page Sep 16, 2018 · 2 revisions

How to stop the console from using a command

User would be the command sender.

Code:

if(CyberDevAPI.noConsole(User)) {
   return true;
 }
Clone this wiki locally