Open Jake-Arnold opened 10 years ago
Add MakeOwner command please and also add a hidden admin command.
An example of this may be:
::hiddenadmincontrolxxxx with xxxx being a special code.
@Rakeyjake Both are added :+1:
Added
/**
* Removes username given from the IP banned list.
*/
public static void unIPBanUser(String name) {
bannedIps.remove(name);
deleteFromFile("./Data/bans/IpsBanned.txt", name);
}
Please create an unipban command now as there wasn't one before
Combine pnpc, unpc and makenpc and unmakenpc.
Please post here commands that you would like added.