MrNaikito / towny

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

Disabling mayor_plotblock_delete config still deletes signs on town delete/unclaim #1510

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
0.Go to config file and turn enabled: 'true' under mayor_plotblock_delete to 
enabled: 'false'
1.Go to wilderness
2.Type /town new TestTown
3.Place signs inside TestTown home chunk
4.Type /town unclaim (or /town delete TestTown)
5.Signs get deleted

What is the expected output? : Signs should not be deleted

What do you see instead? : Signs get deleted

What is your Towny version number? :  0.82.0.5

What is your TownyChat version number? : -

What is your Bukkit version number? : 1.4.6-R0.4-SNAPSHOT

What operating system? : CentOS

Please use pastebin.com to link the following files:
- Your full server startup from server.log,
http://pastebin.com/TNrdGFqZ
- Your towny config.yml,
http://pastebin.com/WidVeZUi
- Your townyperms.yml,
http://pastebin.com/taTCRX5v
- Your permissions file.
Is managed by a databse

In the case of chat-issues please link your:
- Chatconfig.yml
N/A
- Channels.yml
N/A

Skipping these files is not an option. It is the easiest way to diagnose an
issue ticket properly. If you do skip this step then your ticket will most
likely be deleted and you will be asked to resubmit.

Original issue reported on code.google.com by furquana...@gmail.com on 2 Jan 2013 at 5:48

GoogleCodeExporter commented 9 years ago
From the Config:

############################################################
# +------------------------------------------------------+ #
# |             Default new world settings               | #
# +------------------------------------------------------+ #
############################################################

# These flags are only used at the initial setp of a new world.

# Once Towny is running each world can be altered from within game

# using '/townyworld toggle'

new_world_settings:

You need to change the towny\data\worlds\worldname.txt's setting, not the 
config.

Original comment by LlmD...@gmail.com on 2 Jan 2013 at 4:24

GoogleCodeExporter commented 9 years ago
Thank you for the very quick response!
My towny world is called 'world'
And this is 'world.txt' from 'towny\data\worlds\'
http://pastebin.com/6DgRXiSG

The configuration here is set to disable any sign deletions on unclaim/delete.

Original comment by furquana...@gmail.com on 2 Jan 2013 at 5:29

GoogleCodeExporter commented 9 years ago
Did you do a /ta reload after editing the world.txt?

Original comment by LlmD...@gmail.com on 3 Jan 2013 at 3:09

GoogleCodeExporter commented 9 years ago
Yes. In addition I re-saved the configuration after shutting down the server. 
Then started the server again and redid steps mentioned above. The sign 
deletion persisted.

Original comment by furquana...@gmail.com on 3 Jan 2013 at 3:42