Upload folder via GUI - src
This commit is contained in:
17
src/main/resources/plugin.yml
Normal file
17
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user