-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.yml
29 lines (27 loc) · 951 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
26
27
28
29
name: ${project.name}
version: ${project.version}
description: ${project.description}
website: ${project.url}
author: totemo
authors: [Dumbo52]
depend: [ProtocolLib]
main: nu.nerd.nerdmoods.NerdMoods
api-version: 1.16
permissions:
nerdmoods.admin:
description: Permission to administer the plugin (run /nerdmoods reload).
default: op
commands:
nerdmoods:
description: Administration command for NerdMoods.
permission: nerdmoods.admin
usage: |
/<command> help|reload
prain:
description: Turns client-side weather on or off. Omit the argument to synchronise weather with the server.
usage: |
/<command> [on|off]
ptime:
description: Sets the player's client-side time. If using a number, the given time should be between 0 and 24000. Omit the argument to synchronise time with the server.
usage: |
/<command> [day|night|<time>]