-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
32 lines (31 loc) · 964 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
30
31
32
---
name: Herobrine
version: 0.0.1
main: pixelwhiz\herobrine\Herobrine
api: 5.0.0
src-namespace-prefix: pixelwhiz\herobrine
author: pixelwhiz
description: A powerful and versatile plugin for managing and controlling herobrines.
permissions:
herobrine.command:
description: Allows users to use the Herobrine plugin.
default: op
herobrine.command.help:
description: Allows users to get help with the Herobrine plugin.
default: true
herobrine.command.spawn:
description: Allows users to spawn a herobrine
default: op
herobrine.command.position:
description: Allows users to get or set the position of a herobrine
default: true
herobrine.command.tphere:
description: Allows users to teleport a herobrine to your position
default: op
herobrine.command.teleport:
descriotion: Allows users to teleport
default: op
herobrine.command.kill:
description: Allows users to kill a herobrine
default: op
...