-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
39 lines (37 loc) · 1.01 KB
/
plugin.yml
File metadata and controls
39 lines (37 loc) · 1.01 KB
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
33
34
35
36
37
38
39
name: SimpleGameMode
main: ImmoDevs\SimpleGameMode\Main
version: 1.0.0
api: [5.0.0]
author: ImmoDevs
website: https://github.com/SimpleGameMode
description: A simple plugin to change gamemodes with shorter commands.
commands:
gmc:
description: Change to Creative mode.
usage: /gmc [player]
permission: simplegamemode.gmc
gms:
description: Change to Survival mode.
usage: /gms [player]
permission: simplegamemode.gms
gma:
description: Change to Adventure mode.
usage: /gma [player]
permission: simplegamemode.gma
gmsp:
description: Change to Spectator mode.
usage: /gmsp [player]
permission: simplegamemode.gmsp
permissions:
simplegamemode.gmc:
description: Allows the use of /gmc command.
default: op
simplegamemode.gms:
description: Allows the use of /gms command.
default: op
simplegamemode.gma:
description: Allows the use of /gma command.
default: op
simplegamemode.gmsp:
description: Allows the use of /gmsp command.
default: op