forked from Maxopoly/EnvironmentalEffects
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathplugin.yml
29 lines (28 loc) · 969 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}
author: [Maxopoly]
authors: [BlackXNT, ProgrammerDan]
depend: [CivModCore]
main: com.github.maxopoly.environmentaleffects.EnvironmentalEffects
commands:
ee:
description: EnvironmentalEffects - Mod for creating a variety of effects
usage: Command not found! Try /ee help
ee reload:
description: Completly reloads the plugin and rereads the config
usage: /ee reload
permission: EE.reload
ee wrathofthegods:
description: Brings the wrath of ttk himself upon filthy players
usage: /ee wrathofthegods
permission: EE.ttk
permissions:
EE.admin:
description: Allows you to bypass any effects, nothing will apply for you
default: op
EE.reload:
description: Allows player to reload the plugin by using /ee reload
default: op
EE.ttk:
description: Allows ttk to make players angry
default: op