forked from EtienneDx/RealEstate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
85 lines (83 loc) · 2.76 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
name: RealEstate
main: me.EtienneDx.RealEstate.RealEstate
version: ${project.version}
authors: [EtienneDx, DmitryRendov, FamousLongwing]
depend: [Vault, GriefPrevention]
softdepend: [WorldEdit]
api-version: "1.20"
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