@@ -52,7 +52,7 @@ Commands and Permissions
5252| ~ | reload | plot.command.admin.reload | --- |
5353| ~ | removehelper | --- | remove, untrust |
5454| ~ | sethome | --- | --- |
55- | ~ | setowner | --- | --- |
55+ | ~ | setowner | plot.command.setowner | --- |
5656| ~ | setroads | plot.command.admin.setroads | --- |
5757| ~ | setting | --- | config |
5858| ~ | teleport | plot.command.admin.teleport | tp |
@@ -71,32 +71,32 @@ Commands that need to be enabled in config.yml
7171Other Permissions
7272------------------------------
7373
74- | Permission | Discription |
75- | ---------------------------------| --------------------------------------------------------------------------|
76- | 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. |
78- | plot.command.admin.clear | Bypasses the owner check when clearing a plot. |
79- | plot.command.admin.deletehome | Bypasses the owner check when deleting the spawn point of a plot |
80- | plot.command.admin.deny | Bypasses the owner check when denying a player from a plot. |
81- | plot.command.admin.dispose | Bypasses the owner check when disposing a plot. |
82- | plot.command.admin.info | Bypasses the empty check when seeing the information of a plot. |
83- | plot.command.admin.kick | Bypasses the owner check when kicking a player from a plot. |
84- | plot.command.admin.merge | Bypasses the owner check when merging a plot. |
85- | plot.command.admin.removehelper | Bypasses the owner check when removing a helper from a plot. |
86- | plot.command.admin.sethome | Bypasses the owner check when setting the spawn point of a plot. |
87- | plot.command.admin.setowner | Bypasses the owner check when setting the owner of a plot. |
88- | plot.command.admin.config | Bypasses the owner check when setting the configuration of a plot. |
89- | plot.command.admin.undeny | Bypasses the owner check when undenying a player from a plot. |
90- | 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. |
92- | plot.admin.bypass.deny | Bypasses the denial of a player from a plot. |
93- | plot.admin.bypass.kick | Bypasses the kick of a player from a plot. |
94- | plot.admin.interact | Allows you to interact with blocks on the road. |
95- | plot.admin.damage | Allows you to damage players on roads or if pvp is disabled on the plot. |
96- | plot.admin.bucket.fill | Allows you to fill up buckets from the road. |
97- | plot.admin.bucket.emtpy | Allows you to empty buckets from the road. |
98- | plot.admin.break | Allows you to break 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. |
74+ | Permission | Description |
75+ | ---------------------------------| ----------------------------------------------------------------------------------------- |
76+ | 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. |
78+ | plot.command.admin.clear | Bypasses the owner check when clearing a plot. |
79+ | plot.command.admin.deletehome | Bypasses the owner check when deleting the spawn point of a plot |
80+ | plot.command.admin.deny | Bypasses the owner check when denying a player from a plot. |
81+ | plot.command.admin.dispose | Bypasses the owner check when disposing a plot. |
82+ | plot.command.admin.info | Bypasses the empty check when seeing the information of a plot. |
83+ | plot.command.admin.kick | Bypasses the owner check when kicking a player from a plot. |
84+ | plot.command.admin.merge | Bypasses the owner check when merging a plot. |
85+ | plot.command.admin.removehelper | Bypasses the owner check when removing a helper from a plot. |
86+ | plot.command.admin.sethome | Bypasses the owner check when setting the spawn point of a plot. |
87+ | plot.command.admin.setowner | Bypasses the owner check, self check and player limit when setting the owner of a plot. |
88+ | plot.command.admin.config | Bypasses the owner check when setting the configuration of a plot. |
89+ | plot.command.admin.undeny | Bypasses the owner check when undenying a player from a plot. |
90+ | 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. |
92+ | plot.admin.bypass.deny | Bypasses the denial of a player from a plot. |
93+ | plot.admin.bypass.kick | Bypasses the kick of a player from a plot. |
94+ | plot.admin.interact | Allows you to interact with blocks on the road. |
95+ | plot.admin.damage | Allows you to damage players on roads or if pvp is disabled on the plot. |
96+ | plot.admin.bucket.fill | Allows you to fill up buckets from the road. |
97+ | plot.admin.bucket.emtpy | Allows you to empty buckets from the road. |
98+ | plot.admin.break | Allows you to break 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