Towny plot size

Discussion in 'Bukkit Help' started by jeroen_JDOG, Jan 11, 2012.

Thread Status:
Not open for further replies.
  1. Hello,
    After my previous tread towny works good, thanks for that :)

    But now i have set up a good sized town, but the plots are square, and same size everywhere. Neither i have a path to walk on...
    I'dd like to set my own plot size, and where it is (for example with worldedit).
    I searched on google for it, but couldnt find it yet.
    Is there a way to make plots other size and maybe place them where i want?
    Thanks
    ~Jeroen
     
  2. Maybe you should check the site of Towny first? :)

    http://code.google.com/a/eclipselabs.org/p/towny/wiki/DefaultConfig
    Code:
      # The size of the square grid cell. Changing this value is suggested only when you first install Towny.
      # Doing so after entering data will shift things unwantedly. Using smaller value will allow higher precision,
      # at the cost of more work setting up. Also, extremely small values will render the caching done useless.
      # Each cell is (town_block_size * town_block_size * 128) in size, with 128 being from bedrock to clouds.
      town_block_size: '16'
     
  3. OK, thanks.
    So if i set the size to 14 there will be 2 blocks unowned between the plots right?
     
  4. If you set it to 14 your plots will be 14*14. There will be no unowned blocks between.

    Maybe you can set the following:
    Code:
      # Maximum distance between homblocks.
      # This will force players to build close together.
      max_distance_between_homeblocks: '2'
    But this will still not place 2 blocks in between. This is max 2 blocks in between.

    You will probably be helped better if you ask the same question in the Towny topic: http://forums.bukkit.org/threads/se...-land-control-and-town-management-1597.25101/
     
Thread Status:
Not open for further replies.

Share This Page