-
Notifications
You must be signed in to change notification settings - Fork 1
Routes
GET /player/{id}
Returns a player object with a given id
GET /player/{id}/location
Returns a player location object with a given id
POST /player/{selector}/send
Sends a message to players found by a selector
PUT /player/{selector}/ban
Bans and kicks players found by a selector
DELETE /player/{selector}/kick
Kicks players found by a selector
GET /player/{id}/permission/{permission}
Returns a players permission with given player id and given permission name
GET /bot/{selector}/linked
Returns a bot links with given selector
GET /bot/{selector}/permission/{permission}
Returns a bot global permission with given selector and given permission name
GET /bot/{selector}/permission/{permission}/{target}
Returns a bot target permission with given selector, given permission name and given target
POST /command
Creates command
Delete /command/{path}
Deletes command with given command path
POST /player/{id}/link
Requests a link with player with given id
GET /offline/{id}
Returns a offline player with given id
PUT /offline/{selector}/ban
Bans and kicks (if online) offline players found by given selector