Are you asking where to find it in your server files? If so, then a simple search in your main directory should suffice. If it doesn't exist in your server files, then are you asking what your commands file is called? Some servers it's called Commands.java, but otherwise each command is handled by a seperate class. You would have to specifically find the class dealing with the command you're looking for and if the command doesn't exist, then you would need to make it yourself





