29 lines
No EOL
663 B
YAML
29 lines
No EOL
663 B
YAML
name: smp4
|
|
version: '1.0-SNAPSHOT'
|
|
main: dev.hrz0.smp4.Smp4
|
|
api-version: '1.21'
|
|
|
|
commands:
|
|
setranking:
|
|
description: Set the ranking of a player to a another value
|
|
usage: /<command> <player> <value>
|
|
permission: smp4.setranking
|
|
permission-message: You don't have the permission to do this.
|
|
rankings:
|
|
description: Show rankings of players
|
|
usage: /<command>
|
|
permission: smp4.rankings
|
|
permission-message: You don't have the permission to do this.
|
|
|
|
permissions:
|
|
smp4.*:
|
|
children:
|
|
smp4.setranking: true
|
|
smp4.rankings: true
|
|
default: false
|
|
|
|
smp4.setranking:
|
|
default: false
|
|
|
|
smp4.rankings:
|
|
default: true |