forked from totemo/EntityControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
29 lines (27 loc) · 948 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}
database: false
author: totemo
authors: [totemo]
main: io.totemo.ec.EntityControl
api-version: 1.21
permissions:
entitycontrol.admin:
description: Permission to administer the plugin.
default: op
entitycontrol.user:
description: Permission to count entities.
default: op
commands:
ec:
description: Manage entity counts.
permission: entitycontrol.user
usage: |
/<command> help - Show usage help.
/<command> reload - Reload the configuration.
/<command> debug - Toggle debug messages.
/<command> count [<world>] - Count entities in specified world, or the player's current world if not specified.
/<command> list [<world>] - List in the specified world or the player's current world.
/<command> tp [<world>] id - Teleport to group by ID in optionally specified world.