Skip to content

Commit

Permalink
better description in plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock committed Sep 27, 2023
1 parent f98fd19 commit b07edcc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '${version}'
main: com.armamc.plugincontrol.PluginControl
api-version: '1.13'
authors: [ ThiagoROX ]
description: Plugin to check if all important plugins have been successfully loaded.
description: This minecraft plugin allows you to define which plugin has to be successfully enabled after server startup.
website: https:/SrBedrock/PluginControl
libraries:
- "net.kyori:adventure-api:4.14.0"
Expand All @@ -14,10 +14,9 @@ libraries:
commands:
plugincontrol:
description: "Command to manage PluginControl"
usage: "/<command> <add|remove|group|action|kick-message|toggle|enable|disable|list|reload|help>"
aliases: [pc, plcontrol]
usage: "/<command> <add|remove|check|group|action|kick-message|toggle|enable|disable|list|reload|help>"
aliases: [ pc, plcontrol ]
permission: plugincontrol.use
permission-message: "You do not have permission to use this command"

permissions:
plugincontrol.use:
Expand Down

0 comments on commit b07edcc

Please sign in to comment.