forked from EtienneDx/RealEstate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaper-plugin.yml
More file actions
118 lines (118 loc) · 3.33 KB
/
paper-plugin.yml
File metadata and controls
118 lines (118 loc) · 3.33 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
name: RealEstate
main: me.EtienneDx.RealEstate.RealEstate
version: ${project.version}
api-version: 1.21.4
authors:
- EtienneDx
- DmitryRendov
- SkyWalker3200
- Tadhunt
dependencies:
server:
Vault:
load: BEFORE
required: true
join-classpath: true
Essentials:
load: BEFORE
required: true
join-classpath: true
GriefPrevention:
load: BEFORE
required: false
join-classpath: true
GriefDefender:
load: BEFORE
required: false
join-classpath: true
WorldGuard:
load: BEFORE
required: false
join-classpath: true
WorldEdit:
load: BEFORE
required: false
join-classpath: true
Towny:
load: BEFORE
required: false
join-classpath: true
commands:
re:
description: Access to the claim transaction information.
usage: /<command>
aliases:
- realestate
permission: realestate.info
permission-message: You do not have access to that command!
permissions:
realestate.*:
description: Gives access to all Real Estate permissions
default: op
children:
realestate.info: true
realestate.admin: true
realestate.destroysigns: true
realestate.claim.buy: true
realestate.claim.sell: true
realestate.claim.rent: true
realestate.claim.lease: true
realestate.subclaim.buy: true
realestate.subclaim.sell: true
realestate.subclaim.rent: true
realestate.subclaim.lease: true
realestate.autorenew: true
realestate.claim.*:
description: Allows the player full access over claims
default: op
children:
realestate.claim.buy: true
realestate.claim.sell: true
realestate.claim.rent: true
realestate.claim.lease: true
realestate.subclaim.*:
description: Allows the player full access over subclaims
default: op
children:
realestate.subclaim.buy: true
realestate.subclaim.sell: true
realestate.subclaim.rent: true
realestate.subclaim.lease: true
realestate.admin:
description: Allows the player to sell and lease admin claims, as well as see
plugin informations
default: op
realestate.info:
description: Allow the player to get informations about the claim
default: true
realestate.claim.buy:
description: Allows the player to buy claims (buying, paying rents, paying leases)
default: true
realestate.claim.sell:
description: Allows the player to sell claims
default: true
realestate.claim.rent:
description: Allows the player to rent claims
default: true
realestate.claim.lease:
description: Allows the player to lease claims
default: true
realestate.subclaim.buy:
description: Allows the player to buy subclaims (buying, paying rents)
default: true
realestate.subclaim.sell:
description: Allows the player to sell subclaims
default: false
realestate.subclaim.rent:
description: Allows the player to rent subclaims
default: true
realestate.subclaim.lease:
description: Allows the player to lease subclaims
default: false
realestate.destroysigns:
description: Allows the player to destroy any sign representing a transaction
default: op
realestate.autorenew:
description: Allows the player to enable automatic renew for his rented claims
and subclaims
default: true