summaryrefslogtreecommitdiffstats
path: root/EssentialsUpdate/src/plugin.yml
blob: c2811ad631a94f5f8f9bb6f7f3987257fe337c04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This determines the command prefix when there are conflicts (/name:home, /name:help, etc.)
name: EssentialsUpdate
main: net.ess3.update.EssentialsUpdate
# Note to developers: This next line cannot change, or the automatic versioning system will break.
version: ${build.number}
description: This plugin allows to install or update all Essentials plugins
website: http://tiny.cc/EssentialsWiki
authors: [snowleo]
commands:
  essentialsupdate:
    description: Install or update the Essentials plugins.
    usage: /<command>
  essentialshelp:
    description: Get help from the Essentials support chat.
    usage: /<command>
permissions:
  essentials.update:
    description: Allows you to update Essentials
    default: op
  essentials.helpchat:
    description: Allows you to join Essentials help chat
    default: op