This repository has been archived by the owner on Jul 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.yml
54 lines (53 loc) · 1.73 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: EasyHomes
main: JackMD\EasyHomes\Main
api: [3.0.0]
version: 3.1.0
author: JackMD
permissions:
eh.command:
default: true
description: Allows using all normal home commands and forms. (Not Admin Commands or forms)
children:
eh.command.tp:
default: true
description: Allows a player to tp to home
eh.command.del:
default: true
description: Allows a player to delete a home
eh.command.help:
default: true
description: Allows a player to use home help command
eh.command.list:
default: true
description: Allows a player to use home list command
eh.command.set:
default: true
description: Allows a player to set a home
eh.command.admin:
default: op
description: Allows using all admin home commands and forms
children:
eh.command.admin.del:
default: op
description: Allows user to delete player's home
eh.command.admin.limit.get:
default: op
description: Allows user to get the home limit of a player
eh.command.admin.limit.set:
default: op
description: Allows user to set the home limit of a player
eh.command.admin.limit.increase:
default: op
description: Allows user to increase the home limit of a player
eh.command.admin.help:
default: op
description: Allows user to use admin help command
eh.command.admin.list:
default: op
description: Allows user to use admin home list command
eh.command.admin.set:
default: op
description: Allows user to set a player's home
eh.command.admin.tp:
default: op
description: Allows user to teleport to a players home