MrNaikito / towny

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

REvert on Unclaim SEt to false yet still reverting ! #1601

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a town 
2. place some ore blocks in the wilderness
3. claim the land with the ore blocks inside
4. mine the oreblocks
5. unclaim the land
6. ore blocks come back, ores mined kept
7.Rinse and repeat.

This is with revert set to FALSE - it should not be reverting back to original 
state !
In config: 
    revert_on_unclaim:
      # *** WARNING***
      # If this is enabled any town plots which become unclaimed will
      # slowly be reverted to a snapshot taken before the plot was claimed.
      #
      # Regeneration will only work if the plot was
      # claimed under version 0.76.2, or
      # later with this feature enabled
      #
      # If you allow players to break/build in the wild the snapshot will
      # include any changes made before the plot was claimed.
      enabled: 'false'
      speed: 1s
      # These block types will NOT be regenerated
      block_ignore: 14,21,22,41,42,48,50,52,56,57,63,68,89

What is the expected output? : Should not be reverted if it is false in the 
config

What do you see instead? :  area is regenerating

What is your Towny version number? : 0.82.1.0

What is your TownyChat version number? : Not in use - using Herochat

What is your Bukkit version number? : 1.4.7 r1

What operating system? : ubuntu linux

Please use pastebin.com to link the following files:
- Your full server startup from server.log,

- Your towny config.yml,

- Your townyperms.yml,

- Your permissions file.

In the case of chat-issues please link your:
- Chatconfig.yml

- Channels.yml

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 dfa...@gmail.com on 22 Feb 2013 at 5:36

GoogleCodeExporter commented 9 years ago
The config is only settings used for new towns. You want to make sure you're 
using the worldname.txt files.

To turn off the revert use /tw toggle revertunclaim.

This is covered in the install guide.

Original comment by LlmD...@gmail.com on 4 Mar 2013 at 12:34