-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.yml
31 lines (26 loc) · 1.08 KB
/
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
api-version: 1.20
name: HologramPlugin
version: 1.0.0-SNAPSHOT
main: com.di4m0nds.hologramplugin.HologramPlugin
prefix: "HOLOGRAM_PLUGIN"
load: STARTUP
author: di4m0nds
description: Create stunning holograms that add a touch of visual appeal to your server. Customize and manage holograms with ease.
website: https://github.com/di4m0nds/hologramplugin-mc
commands:
setholo:
description: Use this command to craft holographic displays, whether it's displaying information, guiding players, or simply adding a touch of magic to your server. Unleash your creativity!
usage: "/<command>"
permission: hologramplugin.admin
aliases: [ sethologram, createholo, createhologram ]
rmholo:
description: Remove holographic displays with this command. Clean up your server space and ensure your environment remains clutter-free.
usage: "/<command>"
permission: hologramplugin.admin
aliases: [ removeholo, removehologram ]
permissions:
hologramplugin.admin:
description: Allows access to admin features of HologramPlugin
default: op
config:
- src/main/resources/config.yml