forked from MaxSignal/EconomyLandForPM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
85 lines (82 loc) · 2.78 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: EconomyLand
main: onebone\economyland\EconomyLand
api: [4.0.0]
version: "2.0.9PMdev-PMMP4.0.0"
author: onebone
permissions:
economyland.land.modify.others:
description: Allows player to modify others' lands
default: op
economyland.land.modify.whiteland:
description: Allows player to modify white lands
default: op
economyland.land.give.others:
description: Allows player to give others' land to others'
default: op
economyland.land.move:
description: Allows player move to land
default: op
economyland.land.move.others:
description: Allows player move to others' land
default: true
economyland.landsell.others:
description: Allows player to sell others' land
default: op
economyland.command.startp:
description: Allows player to set start position
default: true
economyland.command.endp:
description: Allows player to set end position
default: true
economyland.command.land:
description: Allows player to use land command
default: true
economyland.command.land.buy:
description: Allows player to buy land
default: true
economyland.command.land.move:
description: Allows player to move to other land
default: true
economyland.command.land.list:
description: Allows player to see list of lands
default: true
economyland.command.land.whose:
description: Allows player to see list of lands with specified keyword
default: true
economyland.command.land.give:
description: Allows player give land to other
default: true
economyland.command.land.here:
description: Allows player to see what land player is standing on
default: true
economyland.command.land.invite:
description: Allows player to invite players
default: true
economyland.command.land.invite.remove.others:
default: op
economyland.command.land.invitee:
description: Allows player to see invitee
default: true
economyland.command.landsell.here:
description: Allows player to sell land here
default: true
economyland.command.landsell.number:
description: Allows player to sell land with numbers
default: true
commands:
startp:
description: Sets start position
usage: /startp
permission: economyland.command.startp
endp:
description: Sets second position
usage: /endp
permission: economyland.command.endp
land:
description: Manage land
usage: /land <buy|move|list|whose|give|here|[r:]invite|kick|invitee>
permission: economyland.command.land.buy;economyland.command.land.move;economyland.command.land.list;economyland.command.land.whose;economyland.command.land.give;economyland.command.land.here;economyland.command.land.invite;economyland.command.land.invite.remove.others;economyland.command.land.invitee
landsell:
description: Sell land
usage: /landsell <here|land num>
permission: economyland.command.landsell.here;economyland.command.landsell.number