[SEC/FUN/INFO/CHAT/TP] Towny Advanced v0.88.0.0 - Land and town management [3020+ 1.7.2-R0.3]

Discussion in 'Archived: Plugin Releases' started by ElgarL, Jul 7, 2011.

  1. Plugin: Towny
    [​IMG]

    New Towny Website!

    Taking Shades' Towny a step farther.

    A versatile, player-controlled land management plugin for use with Bukkit/Tekkit/Spigot/Libigot, offering solutions for pvp, griefing, chat, inflated economies and monsters.

    Features (open)

    Towny includes a wide variety of features to offer instant enhancements to your traditional Minecraft server.
    • Allows players to own and manage land based on a pre-set grid layout.
      • Players join towns and purchase plots of land.
      • Players decide who can build, destroy, use "switchs" and use items on every plot they control.
      • Towns can join together into nations, further structuring a server into teams.
      • Towns grant protection from monsters, pvp, fire, explosions and greifing.
    • Wilderness Rules (Optional)
      • Area between towns is wilderness, with its own build permissions.
      • Limit players' interaction with the wild to just harvest-able blocks, keeping the wild pristine.
      • Roll-back tnt, creeper, wither explosions, dragon damage and endermen block-moving.
      • Block explosions and fire.
    • PVP Enhancements
      • Server with a strong PVP aspect will find Towny's grouping of players to be invaluable.
      • Prevent friendly-fire. (Optional)
      • Nations split players into larger teams.
      • Nations can declare other nations to be allies or enemies, further splitting players into even larger teams.
      • PVP can be turned on/off in wilderness, towns and worlds. (Optional)
    • Teleporting/Warping and Spawning (Optional)
      • Players can spawn to their town upon death.
      • Players can spawn to their town or a town that is within their nation/allied with their nation.
    • Customized modified chat. (Optional)
      • Colours, group prefixes and suffixes, nation, town, towny titles.
      • Channels for general, local, town, nation, moderator, admin and custom channels.
      • Anti-spam feature.
    • Shop plugin support. (Optional)
      • Limit shops to special Shop Plots, enhancing realism.
    • Economy plugin interaction. (Optional)
      • Supports all economy plugins.
      • Charge money for plots, towns, nations.
      • Flexible tax system.
      • Upkeep to remove money from the economy, stopping rampant inflation.
    • All Permissions Plugins supported. (Optional)
      • Perms 2/3, GroupManager, BukkitPermissions, bPermissions, PermissionsEx, etc.
    • Multiworld Support
      • Flexible settings for every world.
      • Enable/disable Towny in as many worlds as you like.


    REQUIRES
    • No other plugins, but is best with Questioner, so that invitations are given by Towns and Nations to residents and towns.
    Optional
    • Questioner 0.6
    • Essentials 2.5+ - (Towny /town spawn's obey Essentials teleport cooldown)
    • All permissions plugins are supported and provide greater customization (recomend GroupManager).
    • Economy plugin of your choice.
    (We no longer recommend using PEX at all. It breaks TownyPerms due to the reflection PEX performs.)
    Supported Economy Plugins
    • iConomy 5.01
    • iConomy 4/5 *
    • iConomy 6 *
    • EssentialsEco *
    • BOSEconomy *
    • Craftconomy *
    • * Requires Register.jar 1.8+ (or Vault) in your plugins folder.
    • Any Vault-capable economy plugin that supports false-player accounts. (Do not use register if your economy plugin is supported by vault.)
    Plugins That Support Towny
    Download Towny
    • Release Version: Link
    • Dev Versions/Jenkins: Link (Majorly Different - Visit IRC channel before using.)
    • Install Guide
    Wiki
    Towny Wiki Site

    Suggestions and Issues
    Make a suggestion - Link
    Report an issue - Link
    • Credits: Many thanks to all contributers including, but not limited to: Fuzziewuzzie, Shadeness, LlmDl, SwearWord and dumptruckman.
     
  2. Both fixed in Dev.
     
  3. Offline

    scarecrow569

    Just installed Towny tried to create first town.
    /townyadmin command works.
    /town command works.

    Towny config set to

    town_creation_admin_only: 'true'
    nation_creation_admin_only: 'true'
    All else is default
    Permissions

    admin:
    permissions:
    permissions.*: true
    PhysicalShop.admin: true
    ScizzrHome.other.*: true
    ScizzrHome.list.other: true
    ScizzrHome.admin.*: true
    simplechestlock.locktype.*: true
    towny.admin: true
    towny.town.new: true
    towny.town.*: true
    inheritance:
    - user
    Other Pluggins Include
    PermssionsBukkit
    PhysicalShop
    RepairChest
    ScizzrHome
    SimpleChestLock

    What steps will reproduce the problem?

    1. /town new[town name]

    What is the expected output? What do you see instead?
    console error:

    23:27:40 [INFO] [PLAYER_COMMAND] scarecrow569: /town new RiversBend
    23:27:40 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'town
    ' in plugin Towny v0.79.0.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    8)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    86)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:777)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:737)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:725)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.NullPointerException
    at com.palmergames.bukkit.towny.object.TownyEconomyObject.getEconomyAcco
    unt(TownyEconomyObject.java:175)
    at com.palmergames.bukkit.towny.object.TownyEconomyObject.getHoldingBala
    nce(TownyEconomyObject.java:147)
    at com.palmergames.bukkit.towny.object.TownyEconomyObject.canPayFromHold
    ings(TownyEconomyObject.java:207)
    at com.palmergames.bukkit.towny.object.TownyEconomyObject._pay(TownyEcon
    omyObject.java:44)
    at com.palmergames.bukkit.towny.object.TownyEconomyObject.pay(TownyEcono
    myObject.java:33)
    at com.palmergames.bukkit.towny.command.TownCommand.newTown(TownCommand.
    java:826)
    at com.palmergames.bukkit.towny.command.TownCommand.parseTownCommand(Tow
    nCommand.java:123)
    at com.palmergames.bukkit.towny.command.TownCommand.onCommand(TownComman
    d.java:94)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more


    What is your towny build?
    0.76.0.0
    What is your Craftbukkit Version?
    1.1-R3-b18
    What operating system?
    windows 7 x64

    I'm sure its something simple...
     
  4. Offline

    xwyz

    - Stop Towny overwriting non-english language files (again).

    It fixed but still doesn't work non-english languages. I edited all english.yml still loads english lolz...

    ... Yeah so simple just delete bukkit and join a REAL server. Don't try at home.
    0.76 for Bukkit 1.0 <

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  5. Offline

    dxwarlock

    Has the way chat is sent to console changed?
    I hadn't updated in a while, so decided was time to update to latest release version. (the version I was using was way back before the chat/channels was moved to its own file)
    Now using MCTelnet, I see no chat in the window. I can revert to my older version, and it works fine.
    Not sure what changed.
     
  6. Offline

    scarecrow569

    Ok I'm now using the latest bukkit and towny still the same problem. Has this one gone into the 2 hard basket?
     
  7. Offline

    xwyz

    Can you try to work only towny?
     
  8. No one replied to your question mainly because it's been answered a hundred times before.
    You haev Towny set to use an economy but have none installed.
    You Have towny set to use an economy which required the register.jar.
    You have all of the above set but are using some ancient and outdate plugin which is breaking regsiter.
     
  9. Offline

    matolife10

    yeah now towny works perfectly :) but friend is having problem he cant claim to make his town bigger it says you do not have permission to export your town :confused: he has 11 blocks alredy claimed and i didnt limit town claim max block.,
     
  10. permission to export? Thats not a towny message, unles syou mean claim.
    Make sure he has the permission nodes to claim.
     
  11. Offline

    dxwarlock

    Ive also tried with the new remotebukkit, BUKKITGUI, and MCtelnet now.
    In towny 0.79.0.0 using RB 1.1-R3 using the Townychat.jar NO chat shows up in the connection.

    It has to be townychat related, as if I remove the chat plugin (and leave towny) chat shows up fine. I replace the chat jar back, and nothing is being passed. I tried a few other chat modifier plugins, and they seem to be passed to remote console fine.

    This is a bit of an issue, since I monitor the server from work, and only seeing commands and such, and no chat makes it near impossible to keep up with who is doing what.
     
  12. Offline

    Mishrathium

    towny 79.0 -
    /ta reload does not reload changes to Channel and Chat config files - anyway to reload them without full server restart?
     
  13. Offline

    dxwarlock

    do /townychat reload
     
    LlmDl likes this.
  14. Useing Newest Towny with newest Bukkit

    Want my players being able to build in and destroy in wild.
    Towny/Data/world/world.txt
    I change all the fat once to "true"

    towny/settings/config

    The problem seems to be that the True i input at world.txt in the data folder gets changed back to false when i start the server... its REALLY annoying!

    Can anyone please help me?
     
  15. Offline

    JStylow

    I don´t really understand how to change chat colors for ranks... I found we´re to change it but I still dont understand...

    Help would really be apreciated!
     
  16. Offline

    bularax

    How do you make areas where people can't claim that?
     
  17. Offline

    dxwarlock

    You mean for your permission ranks? or the towny prefixes and such?

    You shouldn't need to touch them, all mine are false and people can build ok in the wild.
    did you give your users the 'towny.wild.*' permission?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  18. Offline

    xFli3r

    Hey. I tried to install Towny yesterday on my 24/7 server. I realized I had to update my Bukkit version so I did.
    I did all of the instructions on that installation page. I set the prefix's for my iChat plugin. But for some reason even when I backdated to my old Bukkit version I'm still having this problem. Pretty much what happens is that it ignores the permissions for ALL of the plugins, not just towny. It makes it so that you have to be an OP to do ANYTHING. Even if the permissions are right. I have no idea what is wrong. Here are my plugins, please tell me if one of them messes up towny. Yes I some of them are outdated. The prefix's are just like regular SMP. No '[Rank] Name' or anything like that. Nothing seems to be working at all. Please help

    AntiCreeper 1.0
    BlockHat 1.8
    ChestShop 3.29
    CommandBook 1.7-customized
    DragonTravel 1.7
    Essentials Pre2.7.1.10
    EssentialsChat Pre2.7.1.10
    Permissions 3.1.6
    EssentialsXMPP Pre2.7.1.10
    EssentialsSpawn Pre2.7.1.10
    EssentialsProtect Pre2.7.1.10
    Factions 1.6.1
    FalseBookCore 0.91alpha
    FalseBookExtra 0.91alph
    LWC 3.53
    Log 0.8
    NoCheat 2.24b
    NoEnderGrief 1.1.1 (1A5)
    ShiftMode 1.6
    VanishNoPickup 1.9.12
    VoxelSniper 5.100
    WorldEdit 5.0
    WorldGuard "5.3"
    iChat 2.4.0-final
    iConomy 6.0.8b
    Multiverse-Core 2.2-AB - Dissabled (Been dissabled before I put the Towny stuff in)
    Questioner 0.5 - Dissabled
    Register 1.5 - Dissabled
    Towny 0.79.0.0 - Dissabled
    TownyChat 0.16 - Dissabled

    I copied these out of the McMyAdmin control pannel. The last time I updated my plugins was when 1.2 came out. I was running a developmental build of Bukkit all that time. Mostly the same with the plugins. The only reason I updated Bukkit was for Towny. I had no reason to update because it was working perfectly already.
    Thanks!
     
  19. Offline

    LlmDl

    Maybe Perms 3.1.6 is finally too old and breaks in the latest CB. Update to Group Manager or another capable permissions plugin. Pastebin.com a full server startup if you'd like.
     
  20. Offline

    xFli3r

    I got it to work! Sorry, When I backdated I went to 1749 instead of 1739. I think I'm just going to stay at that until 1.2 comes out. Is there anywere I can get an older version of Towny?
    Thanks!
     
  21. Offline

    doggon

    I have one quesion. Why i can't create a town.In server write....''You cant afford so settle a new town here" Wht need do?.Thx
     
  22. Offline

    xwyz

    Elgarl can you fix language issue? Still doesnt work... Or help me, how can i change my language?
     
  23. Offline

    Claryn

    Im so pissed on this plugin right now.. no offence, but pissed.

    It went into safemode, because everytime I restart the server, 50% of the residents are being deleted because of some error in the text file - bullshit, they look all the same as the other residents. The main town is reseted, so it got nothing. This destroyed my server.. Im so pissed. 30-40 players active 24/7 and then I have to shut down because the protection plugin stoped working..

    Why is this happening?

    Towns and residents not being read.

    I know it is poorly with info, but I have been working now for 5 hours to fix this problem. Every restart, it deletes all the residents again.
     
  24. Offline

    LlmDl

    Luckily for you Towny makes it's own backups! Go into the towny\backup\ folder and start try out the .zip files. Rename \Towny\DATA\ to \Towny\OLDDATA\, then test the DATA folder from the .zip backup.

    Join the IRC if you want to put your startup on pastebin.com and show me.
     
  25. Offline

    bob7

    Well i have a small problem.. I used to have "Wilderness(PVP)" on my 1.0 server, then 1 month later new bukkit build comes out and i update towny to the latest DEV. Now i no long have "Wilderness(pvp)" nor does PVP work in the wilderness. I've checked the config and have tried many many things.
     
  26. Offline

    doggon

    Anyone can help? Why i can't create a town?.In server write....''You cant afford so settle a new town here" What need do?I try everywere and nothing.Thx
     
  27. Offline

    Claryn

    Everything gets errors. Even the backups.
    There is nothing to show, it just says "Could not read resident: (name)"
    "Removing resident (name)"
     
  28. Offline

    Vittek

    How the hell do I disable this annoying as shit Towny removing towns when they run out of money, I have disabled that feature now over and over, here is the config entry yet it STILL happens:

     
  29. Offline

    Fress_

    Hi.

    I have a problem concerning taxes. Whenever it's time to pay taxes the server doesn't take money from the town's bank nor does it take it from anywhere else, the towns are staying up free of charge. I'm using the latest version of essentials and towny. And I have daily taxes enabled in settings.

    Any help is appreciated,
    Thanks!
     
  30. Offline

    doggon

    Anyone can help? Why i can't create a town?.In server write....''You cant afford so settle a new town here" What need do?I try everywere and nothing.Thx
     
  31. Offline

    cczeus

    Is it possible to delete chat channels? Towny chat is interferring with one of my chat plugins but i love the town and nation chat. Its just the global channel thats getting a bit annoying. Also, is it possible to stop people from using /tc so it auto joins the towny chat channel, I would prefer that they have to type the message after it. Its causing double chat with my other chat plugin, herochat.

    By default, it requires money from one of the money plugins, iConomy, BOSEconomy, or essentialseco. So you must have a set amount of money unless you set it to free in the config file.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016

Share This Page