MrNaikito / towny

Automatically exported from code.google.com/p/towny
0 stars 1 forks source link

Plot Clear Command #1566

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In the config, I have chests, wooden doors, iron doors, furnaces, wall 
signs, and post signs listed under the /plot clear command as the items to be 
removed when a user types /plot clear
2. Mayor uses /plot clear
3. Only signs are removed, no furnaes chests etc.

What is the expected output? :
I use LWC, I need the locked chests, doors, etc. to all be completely removed. 
Chests not dropping their items, simple as if they were removed with world edit.
What do you see instead? :
Only Signs removed
What is your Towny version number? :
Towny Advanced 0.82.1.0 [CB 1.4.7-r1.0] 
What is your TownyChat version number? :
same
What is your Bukkit version number? :
#2624 for 1.4.7
What operating system? :
mac - happens with all users
Please use pastebin.com to link the following files:
- Your full server startup from server.log,

- Your towny config.yml,

    mayor_plotblock_delete:
      enabled: 'true'
      # These items will be deleted upon a mayor using /plot clear
      # To disable deleting replace the current entries with NONE.
      mayor_plot_delete: WALL_SIGN,SIGN_POST,WOODEN_DOOR,IRON_DOOR,CHEST,FURNACE

What is wrong with how I have it set up?

Original issue reported on code.google.com by helptown...@gmail.com on 6 Feb 2013 at 3:34

GoogleCodeExporter commented 9 years ago
You edited the config, which is only used when setting defaults for newly 
created worlds.

Open up the towny\data\worlds\worldname.txt's and change the setting for the 
/plot clear command in there.

Original comment by LlmD...@gmail.com on 6 Feb 2013 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by LlmD...@gmail.com on 6 Feb 2013 at 4:33

GoogleCodeExporter commented 9 years ago
Oh, I see. Thanks!

Also, I ran into this issue today.

How do I prevent town assistants/ mayors from building in residents plots?

I want them to be able to build in the town, but not personal player plots. Of 
course, I want the mayors to be able to use /plot clear and also be able to 
remove the plot from being owned by that player, I just want it to be clear 
what is happeneing.

Original comment by helptown...@gmail.com on 7 Feb 2013 at 3:51

GoogleCodeExporter commented 9 years ago
There's no way to stop mayors and assistants from building in personally owned 
plots in their town. You can make a new rank in townyperms.yml and allow 
assistant-like privileges (permission nodes) as you see fit though. That way 
the new rank can use some commands, but not build in all town-owned plots.

Original comment by LlmD...@gmail.com on 7 Feb 2013 at 6:11