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

    Shade

    Learning english goes a long way.
     
  3. ok Merci quand meme :(
     
  4. Offline

    Shade

    Il y a un grand chance qu'il y a une erreur si tu recevoir un message qui dit la monde (world) n'est pas registrer. Attender a Towny 0.14 que je va annoncer aujourd'hui. Je recomende tu upgrade a ce moment la (sounds so weird compared to "then"). Never mind my entire french skill is at -1 to start with...

    Traverse a un townblock personne dautre est, /towny map doit avoir la lettre "-" en or. La lettre en or repepresenter la townblock ou tu est.

    /town new BlahTown
    Cree un nouveau ville ou tu est.

    /resident set mode map townclaim
    La mode va annoncer l'info de la townblock tu entrer. L'argument townclaim va d'affirmer que il est ton.
    March dans un direction, just'qua tu recevoir la message que tu expande ta ville.

    /resident set mode reset
    Quand tu est finit d'expander.

    /town add Louis
    Ajouter un resident.

    Si tu as plus question. Dit en juste englais, ou frencais. Ne pas de frenglish k? :]

    PS: I had no idea you were garbling french worse than I am right now. I seriously thought you were spouting gibberish.
     
  5. Offline

    Spiritax

    We have problem with player who put lava or water with bucket in town.
    Can you add somthing to deny player to put water/lava with bucket.
     
  6. Offline

    errdivideby0



    Otakey, si tu as une question, je pense que je peux traduire et t'aider meilleur que Shade. J'étudie le français à l'université et j'ai passé beaucoup des temps en France.

    Don't mean to be rude in saying that Shade, I just thought your French was a little hard to understand at points and I might be able to help if otakey still doesn't understand.
     
  7. Merci beaucoup a tout les deux pour les efforts que vous faites :) mais je tatone gentilment et je pense que je devrais m'en sortir :)

    encore merci pour votre patience And thank you for the plugins !!!

    Good job !
    [MERGETIME="1297368713"][/MERGETIM
    errdivideby
    peut tu lui demande quelle commande taper pour definir les parcelles ?
    Merci
    --- merged: Feb 10, 2011 8:14 PM ---
    erdivideby

    peut tu lui demander quelle commande taper pour definir les parcelles de terrain stp ?
    --- merged: Feb 10, 2011 8:20 PM ---
    peut tu lui demander quelle commende taper pour commencer l'enregistrement tu terraint s'il te plais ?

    merci
     
  8. Offline

    Thijsbeer

    I tried to set a NPC as mayor but it gives me the ´Mayor doesn´t belong to town´
    It adds a [NPC]1 to my resident file.And a file in the resident map.
    I tried /town add npc in different types and sizes (npc1 ,NPC1.[NPC]1,....etc)
    none of those names are valid.
    Running bukkit298 towny0.12
     
  9. Offline

    Shade

    Yada yada.

    Code:
    v0.13:
    Some debug stuff for war.
    Town PvP status is ignored during war time.
    Fixed town bonus plots not being added to maximum when using ratio.
    v0.14:
    Moved debug commands to townyadmin command. Made tree command not debug only.
    Fixed error updating cache with build and destroy in the wild.
    Registered onDeath listener (had that code for ages FML)
    Did some work on the towny tree output.
    Moved /towny commands to onCommand
    The /towny prices now can select individual towns with /towny prices [town].
    Changed which events were called. Join -> Login. Death -> Respawn.
    Automatic town spawn on respawn.
    v0.15:
    Use github if you want the source. 700Kb -> 400Kb
    Base spoils of war provided by server.
    Deleting towns/nations will put any leftover money in the banks into the spoils of war for the next war.
    Winning nation receives half the spoils of war. Town with the highest score receives the other half.
    Builds on Essentials for Town Spawn teleports and teleport cost.
    v0.16:
    Price for death during war. If a resident can't pay, its provided by the town. If the town is broke, town is removed from war.
    Price for death for if not at war. Non player deaths will give the money to spoils of war pot.
    Price for losing a townblock during war. If town is broke, town is removed from war.
    --- merged: Feb 10, 2011 11:34 PM ---
    I suggested the idea. The feature itself isn't finished nor will I probably be keeping the origional idea I pitched.
    --- merged: Feb 11, 2011 3:26 AM ---
    Feb 10: Version 0.16 is released with a crap ton of fixes and features. War works now to the best of my knowledge. I need some people to test it out. If you want help, ask for me in IRC.
    Edit: I just noticed that World.getEntities() is available in the docs. Say welcome back to the Mob Removal within towns. I made some bad assumptions before, so you'll be needing to manually configure the config to select which mobs are affected. I had it at "EntitiySpider" instead of "CraftSpider". So you'll be needing to change the values for the config value "mob_removal_entities" to only include values that inherit from the right side of this diagram: link. An example is here:
    Code:
    mob_removal=true
    mob_removal_entities=CraftSlime,CraftGhast,CraftChicken,CraftCow,CraftPig,CraftSheep,CraftCreeper,CraftGiant,CraftSkeleton,CraftSpider,CraftZombie,CraftSquid,CraftPigZombie
    mob_removal_speed=5000
     
  10. Offline

    jwideman

    How well does this get along with WorldGuard?
     
  11. Offline

    sharef

    i've never had a problem with worldguard and towny playing nice
     
  12. Offline

    Venasen

    How do i register?
     
  13. Offline

    1nL0v3

    Can you write a property to turning on\off iConomy features? (Because my server don't uses iConomy, barter is better)
     
  14. Offline

    smartaleq

    I know there was a uses Iconomy variable in an enum in the old versions, you can set that false and compile yourself. Not sure what the current status is.

    Shade, I'd be happy to help you test, are you gathering from the irc?
     
  15. salut, rien a faire j'ai suivis ton tuto et rien ne marche
    quand je tape /town new blabla = you can't afford to settle a new town here
    quand je tape /town here = this area (-2,-5) hasn't been claimed
    quand je tape /resident set mode map townclaim = la map s'affiche mais pas de petite croix "you town" s'affiche :( en bas de la map il y a marque [Towny] not regitered.
    pour creer le nom de la ville, le nom de la nation, je passe par le Repertoire "Data" Plugnins/Towny/Data.
     
  16. Offline

    Bashur

    I just wanted to thank you for this amazing mod, and say that you have completely given my community something amazing to work toward.

    EDIT: Alright, so my community has asked this of me, and it raised a pretty good question.

    We can toggle on building outside of the town on and off, that's fine and all, and my community actually likes the fact that you can't build outside of the town. We have it so you can only collect outside of the town, and that's it. The problem we're running into is that sometimes we would like to place down a ladder to get in and out of deep holes, or place down a torch to see into a deep dark cave.

    My question is, is there a way to restrict certain items from being placed, and a way to allow items to be placed?

    For instance, my server would only really allow Ladders and Torches to be placed while outside the city. That way people can still explore, but in a realistic sense instead of building dirt towers and dirt stairs. If this is possible, I'll gladly donate some cash your way. I'll probably still do that anyways, but maybe it'll encourage you to look into it a little more ;D
     
  17. Offline

    Juze

    My god. I've been missing this plugin. Thanks for a port to Bukkit. <3
    --- merged: Feb 11, 2011 12:16 PM ---
    Where's the download for v0.17 by the way? I only see v0.16?
     
  18. Offline

    Daveyo

    tell me about it brother
     
  19. Offline

    Cloud

    Hi,

    I've got a problem with ur add-on. How to configure it ? With the files or with the game?


    - " Selected area not attached to edge. " What does it mean, please?
    It's an another tool for create the first place ?
    - "/resident set mode map townclaim " how to use it ?

    Please, can you give us te steps to use ur mod?

    NB: gitBukkit-0.0.0-392
    b303(MC...1.2-01) (1.2-02 currently on the game)
     
  20. Offline

    littleleeroy

    read the tutorial dude. http://towny.xshade.ca/tutorial
    " Selected area not attached to edge. " means that you are not next to part of your town. follow the tutorial.
    and "/resident set mode map townclaim " should be "/resident set mode townclaim "
     
  21. Salut daveyo,
    j'ai donc reussit a creer ma nation, ma ville en passant par le repertoire Data du plugins. jusque la tout va bien.

    je rencontre un probleme pour creer une area pour mes résidents. je tape la commande suivante : /resident set mode map townclaim et la map s'affiche avec en haut le message "Selected area not attached to edge" et en bas de la map le message: Not registered. Ce qui fait que je ne peut pas creer de zone de construction dans ma ville.

    peut tu m'aider ?

    merci
     
  22. Offline

    Juze

    And how do I add more coins for the town? I'm an admin.

    EDIT: Nevermind. /town deposit
     
  23. Offline

    Cloud


    Hi,

    /town new [NAME OF YOUR TOWN] doesn't work.

    --> "You can't afford to settle a new town here."
     
  24. Offline

    GyD

    @Shade : lot of users don't love PvP because they lost items when they die. Do you think it's possible for user to not lost items on death? :)
     
  25. Offline

    errdivideby0

    Otakey, J'ai ajouté des numero a tes question pour l'expliquer plus facilement.

    1)Est-ce que tu as "iConomy"? Si tu l'as, est-ce que tu as d'argent dans ton compte?

    2)Est-ce que tu veux créer une nouveau ville? Parce que /town here ce n'est pas pour ça, c'est pour trouver l'information d'une ville qui est déja créer "this area (-2,-5) etc..." tu as reçu cette message parce qu'il n'y a pas une ville là. Si tu veux créer une nouveau ville, tu dois utiliser /town new [nom de ville] [maire]

    3)Je pense que ça c'est parce que tu n'est pas dans un lieu qui est à côte d'un lieu de ton ville.

    J'éspere que j'ai t'aidé....... Si tu as des autres questions, n'histe pas!
    --- merged: Feb 11, 2011 7:00 PM ---
    Est-ce que tu est dans un lieu à côte d'un autre lieu de ta ville? Si tu n'est pas, au début tu dois utiliser "/town claim outpost, et après ça, tu peux utiliser "/resident set mode map townclaim"
    --- merged: Feb 11, 2011 7:02 PM ---
    1) do you have iConomy?
    2) if so, do you have money? 250 is the default for making a town I believe....
     
  26. Offline

    Cloud


    Hi,

    1) Yes, i've iConomy.
    2) Yes, i've money too (~90). 250? Why the system doesn't say it?

    Thank you.
     
  27. Offline

    errdivideby0

    Shade probably didn't code it to be like that, but you can change the price of setting up a town if you go into plugins/towny/config.properties. Then look for price_new_town and you can change the price to whatever you want. Or you could use the /money payment command from iConomy and give yourself more money.
     
  28. merci Errdivideby0 j'ai reinstallé tout le serveur donc au niveau d'economy j'ai pas beaucoup de money :/ donc toute l'installation est neuve , et quand je tape /town new (name town) (mayor =me) ca ne marche toujours pas. :(

    je te rappel que le serveur est remis a zero
    --- merged: Feb 11, 2011 9:42 PM ---
    Yessssssssss merci beaucoup Errdivideby0 cela venait du fait que dans economy je n'avait pas assé d'argent !!!!!! oO merci beaucoup our ton aide :) :) :)
     
  29. Offline

    errdivideby0

    De rien [​IMG]
     
  30. Offline

    Shade

    using_iconomy = false
    There's a few things I think i forgot to check, but, if you dont have it installed it should error out and ignore it.
    --- merged: Feb 11, 2011 10:06 PM ---
    I'll make something like the following. It'll serve for both build/destroy because I'm lazy, but adding things like diamond ore and stuff would let people only mine that stuff in plain view.
    wild_ignored=70,45,76
    --- merged: Feb 11, 2011 10:08 PM ---
    Ps everybody, I think i forgot to add this to the master list.

    /towny prices

    Shows all the prices for buying and upkeep etc relative to your town/nation.
     
  31. Offline

    Yakuto

    Hey Guys,

    When i try /town new [name] i get this Error.

    Code:
    SCHWERWIEGEND: Could not pass event PLAYER_COMMAND to Towny
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/iConomy/iConomy
            at com.shade.bukkit.towny.object.TownyIConomyObject.checkIConomy(TownyIC
    onomyObject.java:79)
            at com.shade.bukkit.towny.object.TownyIConomyObject.pay(TownyIConomyObje
    ct.java:23)
            at com.shade.bukkit.towny.event.TownyPlayerListener.newTown(TownyPlayerL
    istener.java:911)
            at com.shade.bukkit.towny.event.TownyPlayerListener.parseTownCommand(Tow
    nyPlayerListener.java:732)
            at com.shade.bukkit.towny.event.TownyPlayerListener.onPlayerCommand(Town
    yPlayerListener.java:237)
            at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.ja
    va:144)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:214)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:602)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:575)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:232)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:317)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.iConomy.iConom
    y
            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)
            ... 17 more
    Installed: iConomy (2.2b), Craft Bukkit (303), and Towny 0.17

    Database: Flatfile
     
Thread Status:
Not open for further replies.

Share This Page