Inactive [SEC/FUN/INFO] Towny v0.59 - Resident/Town/Nation hierarchy + Grid Based Protection [531]

Discussion in 'Inactive/Unsupported Plugins' started by Shade, Feb 4, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Shade

    Towny
    Towny is a plugin for Bukkit (originally from but discontinued from hMod) that allows players to create towns and nations, along with simple alliance controls. The world is broken up into a grid using 16x16 grid cells as default (for those familiar it's broken up into chunks). Each town is given a certain number of these cells and gains more as the town holds more players. These cells can be controlled by a town's mayor to set build/destroy permissions, define the town as PvP zone, and put plots up for sale using iConomy. Once a town joins a nation, it's residents can then start building in it's allied towns, but joining a nation makes you susceptible to losing your towns protection when the world is at war.

    Sec: Block permissions + Allies can't attack each other. Mob removal within towns. World PvP options.
    Chat: Town + Nation chat.
    Econ: Extension for iConomy that has a daily upkeep for towns and nations.
    Fun: War event.
    Info: Remembers when player last logged in as well as when they first registered.
    Tp: Town spawns and teleportation as well as onDeath that uses the town spawn.


    ~ News (Read this; it's usually of your interests)
    Add the node 'towny.town.claim' if you're using permissions. No one can expand their towns without it.

    March 24: I added a filtering system on names. Some people were getting some serious breakage when people used special characters for town names. If you installed one of the versions before 58, you will need to make sure this config value is correct name_check_regex=^[a-zA-Z0-9]+[a-zA-Z0-9._-]*$ or you'll get errors or worse for anything with underscores, dashes and periods. If you want to add to this, brush up on regular expressions or try this ^[^\s]+$ expression (1 character or more of any character but space). Be forwarned, I'm not sure that'll work as I'm rather new to them myself. You might want to make sure of this before updating, as your town names should be filtered accordingly. I also changed how world names were calculated, any worlds with / in it (to represent a subfolder) will probably have their world data reset (actually it's just starting a new file with a new name, so you could probably copy over you data in Towny/data/worlds).

    I also updated my website, so some links will probably break. Pretty much all them actually. In other news, the configuration page documentation is pretty!

    Old News: http://www.xshade.ca/towny/news-archives


    ~ Required Plugins
    This plugin isn't 100% required for Towny to run, but it eliminates gaping imbalance.
    • Questioner: link - Used to give confirmation to things like adding a player to a town, or asking the town's mayor/assistants to join a town. Towny will also use the polling feature to create elections, opt in wars, and other such things that require confirmation from both parties to not cause crazy imbalance. (Not all features in this description have been added as of yet).
    ~ Optional Plugin Extensibility


    These plugins are NOT required to be installed, and Towny should be 100% functional without them. If you notice a bug with them installed, post it.

    Mechanics:
    • Essentials: link - Used to check teleport cooldown and costs when using the /town spawn command. Requires EssentialsTele to be installed as well.
    Permissions:

    • Permissions: link - Used to decipher if a player is a towny admin using the node 'towny.admin'. Otherwise, only operators will have the ability to use the admin commands.
    • Permissions 2.1 by Niji:link - No longer compiled against, but probably will continue to work.
    • GroupManager:link - Alternative to Permissions. Requires "fake" Permissions. Rename the fake plugin to "Permissions".
    Permission Nodes (open)


    • towny.admin : User is able to use /townyadmin, as well as the ability to build/destroy anywhere. User can also able to make towns or nations when set to admin only.
    • towny.town.new : User is able to create a town (only is use when TOWN_CREATION_ADMIN_ONLY is on)
    • towny.town.claim : User is able to expand his town with /town claim
    • towny.nation.new : User is able to create a nation (only is use when NATION_CREATION_ADMIN_ONLY is on)
    • towny.wild.* : User is able to build/destroy in wild regardless if the config says no.
    • towny.wild.build
    • towny.wild.destroy
    • towny.wild.switch
    • towny.wild.item_use
    • towny.wild.block.[block id] : User is able to edit [block id] in the wild.
    • towny.spawntp : Use /town spawn when allow_town_spawn=false
    • towny.publicspawntp : Use "/town spawn [town]" (teleport to other towns) when allow_town_spawn_travel=false.



    Economy:
    • iConomy: link - Used for a large amount of functionality like taxes, cost to start a town or nation, and selling plots. Towns and nations have their own bank account, used to deposit and withdraw during the daily upkeep. War brings in a another addition with stealing a bit of gold when you kill an opponent, and bankrupting towns in order to kick them from the event.
    Read this if your using iConomy (open)


    Balance. The default install of Towny cannot and will not balance it perfectly for every single server. This is where you, the admin, comes in. Also, just because you can put a price on it, doesn't mean you should.

    USING_ICONOMY
    If you do not want to use iConomy with Towny, then turn this off.

    PRICE_NEW_TOWN
    PRICE_NEW_NATION
    These, a the building blocks towny. They are what separate a user from being a hobo in the street to a fine war vet puffing on a cigar in his manor's den. Set the town to be a reasonable price. Either set this price low, so anyone can start a town, or set it high forcing a band of players to group together the funds. Same with nation. If you desire each and every town to have it's own nation, then set it low. If you desire only two or three nations over the land, then set it high. Remember that nations are used to let people build in other cities, so it shouldn't be unreasonable. If you want only a set amount of nations, make the creation of nations admin only.

    PRICE_CLAIM_TOWNBLOCK
    Do not make this price unreasonable. It will prevent a town from expanding unreasonably, but in doing so, also makes towns a very hard thing to establish. Big areas, or projects because very hard for users to protect, and you shouldn't deterr people from big projects as they will make your server more interesting.
    This price should probably scale on the lower side if you plan for towns to claim very large areas (or lots of town plots). In fact, since there are other ways to limit the size of towns (max town blocks) you should even consider expanding to be free.

    PRICE_TOWN_UPKEEP
    PRICE_NATION_UPKEEP
    This is the server's own tax on the towns. It should kill off the inactive towns on your server.

    DEATH_PRICE
    WARTIME_DEATH_PRICE
    Makes dieing more fun, and more of a hassle even when your inventory is empty. The focus of the second, for during war, is to bankrupt a town. Since when a player runs out of funds, it's taken from his town, and when the town runs out of funds, the town is eliminated. Make the price zero if you do not wish for that.

    WARTIME_TOWN_BLOCK_LOSS_PRICE
    Same with the death price, but more direct towards the town.

    PRICE_NATION_NEUTRALITY
    Don't charge a fee for this unless you have to.



    ~ Useful Links
    New Website
    Old Website
    Other Links
    ~ FAQ (Read This If You Have Questions)

    I've answered some common questions in the second post of this thread. Be sure to check it out.


    ~ Bugs
    If you notice a bug. First make sure you are up to date with the latest version of Towny. You can find out the version with the command /version Towny.

    Before posting the bug, please check the last page or two to check for if others have posted it. If you have anything to add to it, then quote that particular post. Checking my posts is usually a good idea as I tend to answer 5+ posts at once.

    Also be sure to check my Known Bugs & To Do List.

    Things that are useful to add to you posts:
    • Describe what you did right before the bug appeared. Describe the situation.
    • Error in the console (ca.xshade.bukkit.towny...). Paste the entire thing, use code tags.
    • Most logic has debugging messages. If your skilled at problem solving, try turning on debug mode (/ta set debugmode on) and read the console output during the time of the bug. This might not always apply to every bug possible.
    • If you notice any bugs in block protection going awry. Post the cache messages shown in debug mode. They help tell what towny is thinking during.
    ~ Spread The Love

    Donate! Donating keeps me interested in the project and more susceptible to implementing your outrageous demands! I'll more 'n likely add them anyways though, but the love is appreciated!
    For those wonderful people donating 1 cent. Save your money. Paypal takes 5% of transactions, rounded up to the nearest cent. One cent of one cent is, well let Jayne give you the idea. Your thoughts are appreciated though.

    Awesome Peeps: Hawkheart, Nameless 1¢ donator, Dharrk! Cool guy from Germany. Legionarius. Another 1¢ donator... The Quezo Collective. Rockstar04! ShatteredBeam. KHobbits, ! Janb !

    ~ Latest Version - Download Here
    [Usually Tested with: http://ci.bukkit.org/job/dev-CraftBukkit/promotion/]
    • Install Notes:
      Place Towny.jar in the plugins folder that should be created when you launch the CraftBukkit server. Then run the server. If you're using permissions, be sure to add towny.town.claim or users will not be able to expand their towns. Check the other permission nodes as well. After getting Towny running, configure it. Towny has lots of options allowing it to run in many different ways. The default setup is doubtful to be perfect for your server.
    Remember, remember, to back up your members. (Make a backup when updating)

    Note: v0.17 onwards will automatically backup the data folder in "plugin/Towny/backup/" as the server boots, and each daily interval.


    ~ Old Versions
    Show Spoiler



    ~ Change Log
    Change Log for past versions
    Code:
    v0.55:
    	Fixed reloading the towny config.
    	Added regex check for all names. Names must be alphanumeric with the exception of underscores in place of spaces. Old names with invalid characters will be filtered appropriately.
    	World names are now filtered like the other objects in the universe, worlds with / are no longer just using the last token.
    	Reworded errors when making new towns. "You" was hardcoded, and didn't take into account admins making towns for others. To clarify, money is taken from the new mayor's bank account.
    	Added new config option save_on_load. It's defaulted to off (which is opposite to what it was before). It will no longer to a giant save on startup which assured that what's in memory = saved in file. This should speed up startup of particular large db.
    	Files are deleted when the object is deleted. It will not delete existing files, so files deleted outside of towny's regular actions will remain.
    	Added allow_resident_plots to enable/disable plot commands, essentially freezing the plot system.
    	Fixed admin add command (you couldnt add if you werent a mayor/assistant of any town).
    	The admin set mayor command will now add the person to town if he/she isn't already. The npc part of this command now works as well.
    v0.56:
    	Fixed default setting for regex.
    v0.57:
    	Removed debug statements.
    v0.58:
    	Fixed default regex settings.
    
    ~ FAQ (Read this)

    What is a town?
    A town is a collection of residents (or just one resident) with one resident as the mayor. A town also has a bank which the mayor can withdraw from. A mayor can also have assistants who have the same powers as him/herself. Towns can have taxes that will be taken at the end of each day interval.

    How long is a day interval?
    Default is 24 hours. You can change this in the configuration.

    How do I start a town?
    Read the Brief Tutorial.

    Can someone belong to or own more than one town?
    No. You can claim outposts if you want to protect somewhere not connected to your borders.

    What is an outpost?
    An outpost is a type of claiming aspect that a town can do. Claiming an outpost will not limit you to your towns borders, allowing you to start a protected area some else, even another world.

    What is a nation?
    A nation is a collection of towns (or just one town) with one town as the capital. The mayor of that capital is the king. A nation can join the war event, as well as ally other nations. A nation also has it's own bank. It can also tax the towns that belong to it.

    Is MySql or another database format supported?
    No. Only flatfile, and loading flatfile-hmod is supported.

    How do I set up the maximum town blocks?
    http://towny.xshade.ca/help/setting-up-maximum-town-blocks

    Can I select a small cuboid, not attached to the grid for (my town/plot)?
    No. Towny is not cuboid, and depends on the grid system.

    Can I limit Town/Nation creation?
    Yes with town_creation_admin_only and similarly, nation_creation_admin_only.

    People can't build in the wild!
    The default for towny is to force a player to make a town before building, after gathering resources from the ignore item ids. You can turn this feature off with unclaimed_zone_ options in the config. You can also set specific permissions per world for the wild with the /townyworld command.

    What are the permissions?
    [​IMG]
    Each town and resident has his own permissions. For residents, the permissions are used for his/her residential plots. For towns, it affects all townblocks within the town that are unowned.
    • Switch permissions are for items like levers and buttons.
    • Item Use permissions are for letting people use items like buckets and lighters.
    • Resident plot permissions use the "resident" permission level a little different, as he/she doesn't control any residents. Instead, this permission is used for his/her friends list.
    Permissions are shown in your status with B=rao D=rao S=rao I=rao, where r = resident, a = ally, and o = outsider. The capital B= denotes the build permission. The minus symbol "-" is used to show that your are denying permission to the specific permission.


    To edit your permissions ingame, use the "/[res/town] set perm" command. Further examples of the commands can be found on the Master Command List.

    What are taxes?
    Taxes are an automatic method of keeping a town's economy, as well as slowly killing off town's that are inactive.

    Any player can view the taxing personal to them with /towny prices.

    Town Collection
    The following are taxes that a town's mayor can set. The taxes are deposited into the town bank. The mayor himself, as well as his staff (assistants) are exempt from these taxes.
    • Resident tax: Each resident in the town has to pay this. Failure to do so will kick you from the town. Mayors can set with /town set taxes [$].
    • Residential plot tax: Each resident who owns a plot in town will be charged this amount for each plot they own in that town. Failure to do so will have the resident losing ownership over the plot. This is charged before residential taxes. Mayors can set with /town set plottax [$].
    Nation Collection


    The following are taxes that a nation's king can set. The taxes are deposited into the nation's bank.
    • Town tax: Each town in the nation has to pay this except for the capital town. Kings can set with /nation set taxes [$].
    Server Imposed Taxes


    The following are taxes that the administrator must set in the configuration. These are global taxes intended to slowly kill off inactive towns/nations.
    • Town tax: Each town in the world pays this. Failure to pay will destroy the town.
    • Nation tax: Each nation in the world pays this. Failure to pay will destroy the nation.
    How do I configure the wilderness?

    Towny has a few options for this. The default being that you cannot edit in the wild at all. Forcing players to make towns to begin construction. You can turn this option off globally in the configuration (unclaimed_zone_[permission]). You can also change it for a particular world with the /townyworld (/tw) command. Anything to do with the wild globally can be set per world.

    Towny also has the ability to ignore certain blocks in the wild. Such as logs and leaves (in the default). These block ids can be set with in the UNCLAIMED_ZONE_IGNORE variable in the config. The default has it so that you can edit ores, glowstone, ladders, torches and minetracks in the wild.

    You can also change the name of the wild that pops up when you leave a town. Setting this per world would make the "wilderness" be more personal to that specific world. Eg: Setting the name to "Hell" for a nether type world would create a nice note when transitioning world to world.

    What are the "modes" a player can have?
    Each player has the ability to change how Towny interacts with him/her. The most common are for popup displays that show up as the player moves around in the world. They can be set with the /resident set mode [mode] ... [mode]. The modes are as follows:
    • map: Equivalent to typing "/towny map" as you walk between townblocks.
    • townclaim: Equivalent to typing "/town claim" as you walk between townblocks.
    • townunclaim: Equivalent to typing "/town unclaim" as you walk between townblocks.
    • tc: Your main chat output is to the town channel.
    • nc: Your main chat output is to the nation channel.
    Why are the cells off by 1 in the negative planes? and why is the plots 15x16 or 15x15 near origin?
    Read this post here. It's a simple fix, however, it would shift 3/4 of existing plots on every server currently using Towny, so I'm not changing this.

    How can I make it so resident can only build in their own plots?
    If you want this as default for every town on your server, be sure to change the default permissions in the config with default_town_perm_ to false. Now only the mayor + assistants have permission for newly created towns. If you want this for existing towns, or you only want your town to act in this way, you need to use /town set perm off.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 8, 2016
  2. Offline

    maxsteele

    Right now, the only way I see to do this is to restrict town creation to admins only:

    Code:
    town_creation_admin_only=true
    then get with a VIP on where he wants his town to start at, create his town, then transfer mayor to him.

    Code:
    /town set mayor <mayor>
    It's clunky, but I think it'll work.
     
  3. Offline

    Mydnyte

    I'm not getting any errors in console, and Towny is pretty much working as expected with Bukkit 447.

    The only problem I'm having right now, is that monsters do not harm players.
    If I disable Towny, monsters go right back to harming players.

    This bug happens within cities or in the wilderness.
     
  4. Offline

    maxsteele

    Hey everyone,

    I'd like to know if there is anyone here that is using Towny with Craftbukkit #432 (recommended build) and iConomy successfully.

    If you are, what version of iConomy are you running with Craftbukkit #432 to make it all work?

    Also, are you using Permissions? If so, are you using version 2.0 or 2.1 ?
     
  5. Offline

    Mydnyte

    I'm using Cookies w/ iConomy wrapper and Group Manager w/ Fake Permissions. Towny was working fine with both of those installed. (Lasest versions as of 2/25).

    Other than the God Mode vs. Monsters mode Towny was enforcing on my server, everything was smooth.
     
  6. Offline

    Artfulgamer

    Just a note for those getting this kind of error:
    Code:
    2011-02-25 14:08:05 [INFO] artfulgamer issued server command: town new Mine
    2011-02-25 14:08:05 [INFO] Unknown console command. Type "help" for help.
    2011-02-25 14:08:26 [SEVERE] Could not pass event PLAYER_COMMAND to Towny
    java.lang.NoSuchFieldError: Bank
    
    The error is due to running an old version of iConomy. Update from iConomy 2.x to 3.x and you'll be golden.
    @maxsteele: I'm running craftbukkit #450, Permissions 2.1, iConomy 3.0, and Towny 2.0.35. Everything seems to be working fine so far.

    Big thanks to the author. This is a fantastic idea for a plugin, and I can't wait to see it mature some more. Will make a big difference to my players.
     
  7. Offline

    themanman0

    In my server I try to invite people to join my town but they don't know how to accept. I also get the error Could not pass the event PLAYER COMMAND to Towny or something like that. What do i need to do?
     
  8. Offline

    Mydnyte

    I turned off the health regen option, now monsters are damaging everybody normally.
     
  9. Offline

    maxsteele

    That's all I needed to know! My issue was the Big Brother plugin doesn't work with Permissions 2.1, so I downgraded to Permissions 2.0. Then, iConomy 3.0 had a fit. I'll just dump Big Brother, use Permissions 2.1 again, and that should solve that.

    You say you're using Towny 2.0.35, but in the main post here it says the version is v0.34 . I'm confused on the version you say you're using vs. what the forum post says.

    One other thing on the topic of Towny and iConomy - I'm curious how you're generating currency into your game world? How are you getting your players currency so they can use it to pay upkeep on the towns?
     
  10. For some reason, outsiders and residents are currently able to both build and destroy blocks inside town areas. I tried using the /town set perm outsider off as well as on, and as wella s using destroy/build commands, but it always comes out with a Successfully changed permissions to only allow, no matter what I type in, as well getting an unknown command in the console when I look through its log.

    I guess this is a bug ? Or am I just using it wrong ?
     
  11. Offline

    maxsteele

    I was testing this out last night. I had a resident of a town who owned one plot. What I found was, when I typed /town set perm off , it would restrict building on plots that a resident didn't own, however, it did not affect the plot the resident was currently standing in until he walked out of the plot and back in. Conversely, /town set perm on allowed building on plots the resident didn't own.

    I also kicked out my test resident and he wasn't able to build anywhere on any plot. I'm not sure what /town set perm outsider handles, but /town set perm <off / on > seemed to do the trick.
     
  12. Max I dont suppose you might be able to get on my server and test out some stuff with towny ? would really be amazing.

    Got a few problems with a few things like destroying blocks and such, atleast I got the building permit working tahnks to you
     
  13. Offline

    maxsteele

    If I weren't at work, I would love to help you test stuff out.

    I don't really get to do any type of gaming until 10pm pacific. But at that time, I'll be on my own Minecraft server configuring Towny and iConomy. :)
     
  14. Offline

    croxis

    Got a bug: /town set public always reports "successfully made town public" regardless on or off is used
     
  15. Offline

    Dan_Weaver

    I get this error when I launch the server:
    Code:
    2011-02-26 06:01:42 [INFO] [Towny] Input Error: Town level ignored: 1,, Village,, Center,Leader ,
    2011-02-26 06:01:42 [INFO] [Towny] Input Error: Town level ignored: 5,, Town,, Center,Governor ,
    2011-02-26 06:01:42 [INFO] [Towny] Input Error: Town level ignored: 10,, City,, Lands,Mayor ,
    2011-02-26 06:01:42 [INFO] [Towny] Input Error: Town level ignored: 15,, Metropolis,, Lands,Emperor ,
    2011-02-26 06:01:42 [INFO] [Towny] Input Error: Nation level ignored: numResidents,namePrefix,namePostfix,capitalPrefix,capitalPostfix,kingPrefix,kingPostfix
    2011-02-26 06:01:42 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-02-26 06:01:42 [INFO] [Towny] Input Error: Town level ignored: 1,, Village,, Center,Leader ,
    2011-02-26 06:01:42 [INFO] [Towny] Input Error: Town level ignored: 5,, Town,, Center,Governor ,
    2011-02-26 06:01:42 [INFO] [Towny] Input Error: Town level ignored: 10,, City,, Lands,Mayor ,
    2011-02-26 06:01:42 [INFO] [Towny] Input Error: Town level ignored: 15,, Metropolis,, Lands,Emperor ,
    2011-02-26 06:01:42 [INFO] [Towny] Input Error: Nation level ignored: numResidents,namePrefix,namePostfix,capitalPrefix,capitalPostfix,kingPrefix,kingPostfix
    Here's my town config file:
    Code:
    0,, Ruin:Spirit ,,1
    1,, Village,, Center,Leader ,
    5,, Town,, Center,Lord ,
    10,, City,, Lands,Governor ,
    20,, Metropolis,, Lands,Mayor ,
    
    Can anyone help me fix this?
     
  16. Does it support any economy plugin after the update or what. :(

    iCony is bugged and cookies does not integrate, neither does essentials eco.

    How ?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 8, 2016
  17. Offline

    Michael Murphy

    2011-02-26 05:02:33 [SEVERE] com/nijikokun/bukkit/Permissions/Permissions (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at ca.xshade.bukkit.towny.Towny.checkPlugins(Towny.java:171)
    at ca.xshade.bukkit.towny.Towny.onEnable(Towny.java:142)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:426)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:79)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:60)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more
    I am running CraftBukkit #440 with Permissions 2.1. I have also tried this with 2.0 permissions and have even tried as another user above suggested it works with #450 and I can not get it to work. However I can not be certain it's Permissions 2.0 because someone sent it to me in irc.
     
  18. Offline

    bfanboy

    Still getting [Towny] Not Registered when trying the command /town new New City. Could it be the spaces in the town name? If that isn't it, does anyone know how to solve this. I reinstalled the new versioin .34 of Towny. When I logged in on my server running CB 440 and permissions 2.1 I get the text which says welcome to towny you are registered but still get this error.

    Please help
     
  19. Offline

    Nick Moyer

    IM GETTING THE SAME THING AND ITS SO ANNOYING!!!
     
  20. Offline

    Michael Murphy

    No spaces are allowed.
     
  21. Offline

    The PC Tech Guy

    It appears Towny indeed get a "secret" update, I found out I was running .34 (listed on console) but heard others say there's a .35 (running in console), so after I downloaded a few minutes ago, it indeed changes to .35. I wonder what changed, as before I have been having trouble using any /town related commands. (I cannot check to see if .35 has fixed this, I need to go to get some sleep...)
     
  22. Offline

    Shade

    yes
    no
    you have to configure it. try the /tw command.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 8, 2016
  23. Offline

    Nick Moyer

    it doesn't have any spaces.
    log:
    /town new Eden *JohnyHammerStix
    [Towny] not registered

    also...
    /towny version

    This server is running Craftbukkit version git-Bukkit-0.0.0-458-g557f3d2-b441jnks (MC:1.3)
    This server is also sporting some funky dev build of Bukkit!


    if someone could lemme know what the "funky dev build of Bukkit" is that'd be super

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 8, 2016
  24. Offline

    Shade

    You don't need nations, and I'm trying to make them more appealing with war, but it's not finished. Thus your points stand.
    Can't really help you then.
    that's just a grammar error in the output. its changed.
    Towny doesn't actually do anything with chunks. I only used the word to help express the concept.
    Requires me to rewrite a fair amount of code, and making Money transactions dynamic. Don't look for it anytime soon.

    the update probably made it turn off using_iconomy since it couldnt use it properly since it updated.

    See my comment on Cookies.
    in the config theres an option for admin only creation. then just set the ratio to 0, and delete town-levels. then just give out bonus blocks.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 8, 2016
  25. Offline

    Darkwizard98

    Yes you can i rent from there to. Download the server.log file be clicking the name then open in Notepad++ or Notepad (++ is better)
     
    dragonking likes this.
  26. Offline

    Shade

    did you delete the line in towns.txt?

    you dont need to specify who. drop the mayor name.

    Redownload v0.35. It'll fix iConomy.
    Read the spoilers buttons and FAQ in the thread itsel
    unclaimed_zone_ignore
    milliseconds
    Add a zero to the end of those lines.
    Sorry, I made an update then fell sleep before updating the thread.

    where did you read that? People keep reading that incorrectly ...
    /town new Eden (this will have you as the mayor)
    /town new Eden someguy (for admins)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 8, 2016
  27. Offline

    unrivaledneo

    I see Iconomy is back in production, though not sure what version is being used with towny? Dont thin you have changed everything over yet have ya?
     
  28. Offline

    2Bucks

    If I use unclaimed_zone_ignore, wouldn't I have to type the code of every single block except 2, if I want grass to be indestructible?
     
  29. Offline

    Shade

    Code:
    v0.35:
    	Fixed entity damage mess caused by the PvE option.
    	Updated for iConomy 3.0
    v0.36:
    	Added new town/nation permissions along with config msgs for those without them (towny.town.new)(towny.nation.new). This is only in use when the "only let admin" option is turned on in the config.
    	Town set public was actually editing the pvp setting.
    	Changed towny version command to /towny v, as bukkit highjacks the "version" token.
    v0.37:
    	Added permission towny.wild.block.[blockid]. Allows things like lumberjacks (towny.wild.block.17).
    	Added the permission (towny.town.claim). Without this permission, people will not be able to expand their towns. MAKE SURE YOU ADD IT.
    
    It's a white list, sooooo, pretty much.
    I think there's another way, if permission plugins have a way to deny only a certain node.
    Allow: towny.wild.block.*
    Deny: towny.wild.block.2

    Mind you, that's only if the "allow" doesn't override the "deny".

    Edit: goddamn it. It's no longer merging. ;_; So used to it. Don't mind my 50 double posts guys.

    Edit: Mind you, I'm not entirely sure if towny.wild.block is working. >.> Oh well. I'll check it later.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 8, 2016
  30. Offline

    AdamSWE

    Can you make everyone in a town have a signature? like when i make a city i can add a city tag for example:
    /Town New AdamSWECity AdamSWE ASC = When resident talk it looks like:
    [ASC] AdamSWE: I'm Intressted in your plugin :D
     
  31. Offline

    Belarr

    Updated to iConomy 3.0 - Towny v0.35 - General 2.1.1.1 - Permissions 2.1
    CB: 432

    It's been doing this all day when trying to issue "/town deposit".

     
Thread Status:
Not open for further replies.

Share This Page