-
Notifications
You must be signed in to change notification settings - Fork 9
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