MrNaikito / towny

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

Town is reverting when it is set to false on town unclaim/taxes #1620

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.0.5

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,

http://pastebin.com/iALs2znX

- Your towny config.yml,

http://pastebin.com/RbF7XuFL

- Your townyperms.yml,

http://pastebin.com/pL932fcE

- Your permissions file. (Bperms)

http://pastebin.com/xkCWM6Xz

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 Tmartinh...@gmail.com on 6 Mar 2013 at 8:56

GoogleCodeExporter commented 9 years ago
I have tried installing fresh new jar
I have tried doing new config
no luck still same result

Original comment by Tmartinh...@gmail.com on 6 Mar 2013 at 8:57

GoogleCodeExporter commented 9 years ago
try ussing the command
/tw toggle revertunclaim

and be sure that the data/regen.txt is empty

Original comment by damd...@gmail.com on 6 Mar 2013 at 10:24

GoogleCodeExporter commented 9 years ago
The install guide and the How Towny Works wikipage both show you how to stop 
the reversion properly. It is not turned off in the config.

Original comment by LlmD...@gmail.com on 7 Mar 2013 at 12:56

GoogleCodeExporter commented 9 years ago
    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'

Original comment by Tmartinh...@gmail.com on 7 Mar 2013 at 5:08

GoogleCodeExporter commented 9 years ago
it says ENABLED: 'FALSE'

I dont know why you think it's on ?!

Original comment by Tmartinh...@gmail.com on 7 Mar 2013 at 5:09

GoogleCodeExporter commented 9 years ago
Because that config is for new worlds, not for the currently ones. You have to 
use the command or edit the data/worlds/<worldname>.txt config.

Original comment by damd...@gmail.com on 7 Mar 2013 at 5:52

GoogleCodeExporter commented 9 years ago
everything is not working properly for me 
  daily_taxes:
    # Enables taxes to be collected daily by town/nation
    # If a town can't pay it's tax then it is kicked from the nation.
    # if a resident can't pay his plot tax he loses his plot.
    # if a resident can't pay his town tax then he is kicked from the town.
    # if a town or nation fails to pay it's upkeep it is deleted.
    enabled: 'false'
and it still wants to tax people

I recently changed that ... where is the config file for our only world called 
WORLD??  Like that world.txt file says nothing about taxes

Original comment by Tmartinh...@gmail.com on 7 Mar 2013 at 6:02

GoogleCodeExporter commented 9 years ago
    town_plotbased_upkeep: 'false'

and it asks for town plot upkeep ! that is not the /data/worlds/world.txt 
config either

Original comment by Tmartinh...@gmail.com on 7 Mar 2013 at 6:06

GoogleCodeExporter commented 9 years ago
anyone still having this problem then what you need to do is /townyworld toggle 
and it will show you what you can toggle, so in the case of regen it would be 
"/townyworld toggle revertunclaim"

Original comment by bobs...@gmail.com on 14 Feb 2015 at 11:01