@@ -31,41 +31,50 @@ How can I create a plot world?
3131Commands and Permissions
3232------------------------------
3333
34- | Command | Sub command | Permission | Aliases |
35- | -----------| -----------------| ------------------------------------| -------------------------------|
36- | /plot | --- | --- | --- |
37- | ~ | addhelper | --- | add, trust |
38- | ~ | auto | --- | a |
39- | ~ | claim | --- | c |
40- | ~ | clear | --- | --- |
41- | ~ | delethome | --- | delhome, removehome, rmhome |
42- | ~ | deny | --- | --- |
43- | ~ | dispose | --- | reset |
44- | ~ | generate | plot.command.admin.generate | --- |
45- | ~ | home | --- | h, visit, v |
46- | ~ | homes | --- | --- |
47- | ~ | info | --- | i |
48- | ~ | kick | --- | --- |
49- | ~ | merge | plot.command.admin.merge | --- |
50- | ~ | regenallroads | plot.command.admin.regenallroads | --- |
51- | ~ | regenroad | plot.command.admin.regenroad | --- |
52- | ~ | reload | plot.command.admin.reload | --- |
53- | ~ | removehelper | --- | remove, untrust |
54- | ~ | sethome | --- | --- |
55- | ~ | setowner | --- | --- |
56- | ~ | setroads | plot.command.admin.setroads | --- |
57- | ~ | setting | --- | config |
58- | ~ | teleport | plot.command.admin.teleport | tp |
59- | ~ | undeny | --- | --- |
60- | ~ | unlink | plot.command.admin.unlink | --- |
61- | ~ | warp | --- | w |
34+ | Command | Sub command | Permission | Aliases |
35+ | -----------| -----------------| ----------------------------------| -------------------------------|
36+ | /plot | --- | --- | --- |
37+ | ~ | addhelper | --- | add, trust |
38+ | ~ | auto | --- | a |
39+ | ~ | claim | --- | c |
40+ | ~ | clear | --- | --- |
41+ | ~ | delethome | --- | delhome, removehome, rmhome |
42+ | ~ | deny | --- | --- |
43+ | ~ | dispose | --- | reset |
44+ | ~ | generate | plot.command.admin.generate | --- |
45+ | ~ | home | --- | h, visit, v |
46+ | ~ | homes | --- | --- |
47+ | ~ | info | --- | i |
48+ | ~ | kick | --- | --- |
49+ | ~ | merge | plot.command.merge | --- |
50+ | ~ | regenallroads | plot.command.admin.regenallroads | --- |
51+ | ~ | regenroad | plot.command.admin.regenroad | --- |
52+ | ~ | reload | plot.command.admin.reload | --- |
53+ | ~ | removehelper | --- | remove, untrust |
54+ | ~ | sethome | --- | --- |
55+ | ~ | setowner | --- | --- |
56+ | ~ | setroads | plot.command.admin.setroads | --- |
57+ | ~ | setting | --- | config |
58+ | ~ | teleport | plot.command.admin.teleport | tp |
59+ | ~ | undeny | --- | --- |
60+ | ~ | unlink | plot.command.unlink | --- |
61+ | ~ | warp | --- | w |
62+
63+ Commands that need to be enabled in config.yml
64+ ------------------------------
65+
66+ | Command | Sub command | Permission | Aliases |
67+ | ---------| -------------| ---------------------| ---------|
68+ | /plot | border | plot.command.border | b |
69+ | ~ | wall | plot.command.wall | --- |
6270
6371Other Permissions
6472------------------------------
6573
6674| Permission | Discription |
6775| ---------------------------------| --------------------------------------------------------------------------|
6876| plot.command.admin.addhelper | Bypasses the owner check when adding a helper to a plot. |
77+ | plot.command.admin.border | Bypasses the owner check when changing the plot border block. |
6978| plot.command.admin.clear | Bypasses the owner check when clearing a plot. |
7079| plot.command.admin.deletehome | Bypasses the owner check when deleting the spawn point of a plot |
7180| plot.command.admin.deny | Bypasses the owner check when denying a player from a plot. |
@@ -79,11 +88,15 @@ Other Permissions
7988| plot.command.admin.config | Bypasses the owner check when setting the configuration of a plot. |
8089| plot.command.admin.undeny | Bypasses the owner check when undenying a player from a plot. |
8190| plot.command.admin.unlink | Bypasses the owner check when unlinking a plot. |
91+ | plot.command.admin.wall | Bypasses the owner check when changing the plot wall block. |
8292| plot.admin.bypass.deny | Bypasses the denial of a player from a plot. |
8393| plot.admin.bypass.kick | Bypasses the kick of a player from a plot. |
8494| plot.admin.interact | Allows you to interact with blocks on the road. |
8595| plot.admin.damage | Allows you to damage players on roads or if pvp is disabled on the plot. |
8696| plot.admin.bucket.fill | Allows you to fill up buckets from the road. |
8797| plot.admin.bucket.emtpy | Allows you to empty buckets from the road. |
8898| plot.admin.break | Allows you to break blocks on the road. |
89- | plot.admin.place | Allows you to place blocks on the road. |
99+ | plot.admin.place | Allows you to place blocks on the road. |
100+ | plot.merge.unlimited | Allows you to merge unlimited plots. |
101+ | plot.merge.limit.\< any number> | Limits the player to only merge up to the given amount of plots. |
102+ | plot.limit.\< any number> | Limits the player to only claim up to the given amount of plots. |
0 commit comments