-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
27 lines (27 loc) · 921 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
name: PocketHouse
main: fr.skyost.pockethouse.PocketHouse
description: Your house in your pocket !
version: 0.1
author: Skyost
website: http://dev.bukkit.org/bukkit-plugins/pocket-house/
commands:
pockethouse:
description: Main command of PocketHouse.
aliases: [pocket-house]
usage: /pockethouse teleport <player> | /pockethouse teleport-back | /pockethouse delete <player>
permissions:
pockethouse.command.teleport:
default: op
description: Allows you to use /pockethouse teleport <player>.
pockethouse.command.teleport-back:
default: op
description: Allows you to use /pockethouse teleport-back.
pockethouse.command.delete:
default: op
description: Allows you to use /pockethouse delete <player>.
pockethouse.item.craft:
default: true
description: Allows you to craft the item.
pockethouse.item.use:
default: true
description: Allows you to use the item.