18 lines
398 B
YAML
18 lines
398 B
YAML
name: SudoPlugin
|
|
version: 1.0.0
|
|
main: de.sudoplugin.SudoPlugin
|
|
api-version: 1.20
|
|
author: M_Viper
|
|
description: Lets admins run commands as other players
|
|
|
|
commands:
|
|
sudo:
|
|
description: Execute a command as another player
|
|
usage: /sudo <player> <command> [args...]
|
|
permission: sudoplugin.use
|
|
|
|
permissions:
|
|
sudoplugin.use:
|
|
description: Allows use of the /sudo command
|
|
default: op
|