-
Notifications
You must be signed in to change notification settings - Fork 9
BlockBuddy
Ta Van Dung edited this page Jun 18, 2016
·
1 revision
context.command(BlockBuddy.class)
.blocked(true) // optional, default true
.buddy("buddy") // name of buddy (user name)
.owner(user)
.fireClientEvent(true) //optional, default true
.fireServerEvent(true) //optional, default true
.execute();
Hello World