-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
27 lines (25 loc) · 834 Bytes
/
plugin.yml
File metadata and controls
27 lines (25 loc) · 834 Bytes
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
name: CreativeControl
main: no.atc.floyd.bukkit.cc.CreativeControl
version: 1.51
website: http://minecraft.atc.no/plugins
author: FloydATC
depend: [TelePlugin]
description: >
Creative mode inventory/container control
commands:
loadinventory:
description: Load inventory file manually
usage: /<command> [<player>] [CREATIVE|SURVIVAL] [<from-player>]
permission: creativecontrol.load
listinventory:
description: Show inventory file of a player (console only)
usage: /<command> [<player>]
permission: creativecontrol.list
saveinventory:
description: Save inventory file manually
usage: /<command> [<player>] [<player2>] ... [<playerN>]
permission: creativecontrol.save
gm:
description: Change own game mode
usage: /<command> 0|1 [<player>]
permission: creativecontrol.gm