-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
25 lines (24 loc) · 780 Bytes
/
Copy pathplugin.yml
File metadata and controls
25 lines (24 loc) · 780 Bytes
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: CustomToastExample
version: 1.0.0
main: NhanAZ\CustomToastExample\Main
api: [5.0.0]
load: STARTUP
author: NhanAZ
description: A friendly demonstration plugin for the CustomToast virion
website: https://github.com/NhanAZ-Plugins/CustomToastExample
commands:
toast:
description: Send a custom toast to one player or everyone
usage: "/toast <player|all> <plain|glyph:char|type> <round|square> <color> [<title>\\n]<message>"
permission: customtoastexample.command.toast
toastdebug:
description: Run the local CustomToast visual test suite
usage: "/toastdebug <player>"
permission: customtoastexample.command.toastdebug
permissions:
customtoastexample.command.toast:
default: op
customtoastexample.command.toastdebug:
default: op
...