-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathplugin.yml
135 lines (135 loc) · 4.16 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
---
name: RealEstate
main: me.EtienneDx.RealEstate.RealEstate
version: ${project.version}
authors:
- EtienneDx
- DmitryRendov
- SkyWalker3200
- Tadhunt
load: POSTWORLD
folia-supported: false # prevent Folia from loading this plugin. It's not ready yet.
depend:
- Vault
softdepend:
- GriefPrevention
- GriefDefender
- WorldGuard
- WorldEdit
- Towny
api-version: 1.21.4
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 (including admin!)
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.claim.auction: true
realestate.claim.bid: true
realestate.subclaim.buy: true
realestate.subclaim.sell: true
realestate.subclaim.rent: true
realestate.subclaim.lease: true
realestate.subclaim.auction: true
realestate.subclaim.bid: 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.claim.auction: true
realestate.claim.bid: 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.subclaim.auction: true
realestate.subclaim.bid: true
realestate.admin:
description: Allows the player to sell and lease admin claims, as well as see
plugin informations
default: op
children:
realestate.info: true
realestate.destroysigns: true
realestate.claim.buy: true
realestate.claim.sell: true
realestate.claim.rent: true
realestate.claim.lease: true
realestate.claim.auction: true
realestate.claim.bid: true
realestate.subclaim.buy: true
realestate.subclaim.sell: true
realestate.subclaim.rent: true
realestate.subclaim.lease: true
realestate.subclaim.auction: true
realestate.subclaim.bid: true
realestate.autorenew: true
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.claim.auction:
description: Allows the player to auction claims
default: true
realestate.claim.bid:
description: Allows the player to bid on 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.subclaim.auction:
description: Allows the player to auction subclaims
default: false
realestate.subclaim.bid:
description: Allows the player to bid on 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