-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.yml
executable file
·25 lines (25 loc) · 956 Bytes
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: ServerlistMOTD
author: Strumswell
version: X-2021-11-23
description: Change your Serverlist Motd!
load: POSTWORLD
softdepend: [ProtocolLib, Vault, PlaceholderAPI, BanManager, MaxBans, MultiVerse, Multiverse-Core, Multiverse-Portals, Multiverse-NetherPortals, Multiverse-Inventories, Towny, Essentials]
main: cloud.bolte.serverlistmotd.Main
commands:
serverlist:
description: Show list of commands
aliases: [sl, smotd]
permission: serverlist
permission-message: §e§oServerlist§6§lMOTD §7> §cYou don't have permissions!
usage: §e§oServerlist§6§lMOTD §7> §cWrong syntax! See /serverlist
permissions:
serverlist.*:
description: Gives access to all commands
children:
serverlist: true
serverlist.reload: true
serverlist.restrictedmode: true
serverlist.versiontext: true
serverlist.banmotd: true
serverlist.whitelistmotd: true
serverlist.randommotd: true