ProjectUtopia / Utopia-317

Main repository for the Utopia 317 Server and Client
0 stars 1 forks source link

Please suggest new commands. #10

Open Jake-Arnold opened 10 years ago

Jake-Arnold commented 10 years ago

Please post here commands that you would like added.

Jake-Arnold commented 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.

patriq commented 10 years ago

@Rakeyjake Both are added :+1:

Jake-Arnold commented 10 years ago

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

Jake-Arnold commented 10 years ago

Combine pnpc, unpc and makenpc and unmakenpc.