Skip to content

BanUser

Ta Van Dung edited this page Jun 18, 2016 · 1 revision
context.command(BanUser.class)
                .byName()
                //.byAddress()
                .duration(3) // 3 minutes
                .delay(3) // 3 second
                .message("hack")
                .user(user)
                .modUser("admin") // optional
                .execute();

Hello World

Clone this wiki locally