[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. Offline

    Nekuroi

    EssentialsChat override townychat. Are there any chat plugin compatible with townychat that can set a radius for the local chat?
     
  3. Offline

    LlmDl

    Nope, what bukkit version are you using with which towny version?

    Also wondering this. This is one of the only features Towny chat doesn't do.
     
  4. I have another issue with 0.77.0.0
    I added the 'logs' folder and it started up great, look forward to trying out all the new features.
    There is no more response to /plot ?
    As a matter of fact, all the /plot commands are unresponsive, no error or anything, this includes admins with '*' perms and groups with towny.town.* perms added to Permissions3.1.6
     
  5. Offline

    rostex

    What does it mean and how to fix it?

    Code:
    2011-10-22 14:16:20 [INFO] ====================      Towny      ========================
    2011-10-22 14:16:20 [INFO] Loading NEW chatChannels!
    2011-10-22 14:16:20 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-10-22 14:16:20 [SEVERE] Error occurred while enabling Towny v0.77.0.0 (Is it up to date?): null
    java.lang.NullPointerException
        at com.palmergames.util.FileMgmt.recursiveZipDirectory(FileMgmt.java:243)
        at com.palmergames.util.FileMgmt.zipDirectories(FileMgmt.java:235)
        at com.palmergames.bukkit.towny.db.TownyFlatFileSource.backup(TownyFlatFileSource.java:99)
        at com.palmergames.bukkit.towny.object.TownyUniverse.loadSettings(TownyUniverse.java:919)
        at com.palmergames.bukkit.towny.Towny.load(Towny.java:334)
        at com.palmergames.bukkit.towny.Towny.onEnable(Towny.java:108)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:413)
        at org.bukkit.Bukkit.reload(Bukkit.java:182)
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  6. check/pastebin your startup log.
    Grab dev version. Bug is fixed.
     
  7. Offline

    Alcalina

    I have a problem with towny...

    LOG
    Code:
    2011-10-22 12:47:59 [INFO] ====================      Towny      ========================
    2011-10-22 12:47:59 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-10-22 12:47:59 [SEVERE] Error occurred while enabling Towny v0.77.0.0 (Is it up to date?): null
    java.lang.NullPointerException
        at com.palmergames.util.FileMgmt.recursiveZipDirectory(FileMgmt.java:243)
        at com.palmergames.util.FileMgmt.zipDirectories(FileMgmt.java:235)
        at com.palmergames.bukkit.towny.db.TownyFlatFileSource.backup(TownyFlatFileSource.java:99)
        at com.palmergames.bukkit.towny.object.TownyUniverse.loadSettings(TownyUniverse.java:919)
        at com.palmergames.bukkit.towny.Towny.load(Towny.java:334)
        at com.palmergames.bukkit.towny.Towny.onEnable(Towny.java:108)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    I attach the configuration file.

    Thank you.
     

    Attached Files:

  8. Offline

    TecKTimE

    Hey guys i have a Problem, every Time when i make /town spawn it comes "Town Spawn toggle is Vorbidden"
    But if im a Admin/Operator i can use it. In Permissions is every thing alright and in the Towny options too.
    anyone knows why? Please help me!
    Thanks TecKTimE
     
  9. Offline

    ev0ker

    Is it possible to add two or more residents to one plot, so that they all can build there?
    And is it possible to limit the amount of plots the residents can claim per city. Like in one city they can only have four plots, in other cities 10 or unlimited plots?
     
  10. Offline

    alexspy

    Somebody tell me how to create outpost in the wilderness?
     
  11. Offline

    ev0ker

    You do that with /town claim outpost
     
  12. Offline

    LlmDl

    Check your language file, make sure its not empty.
    If it is, delete it and it will regenerate a new one when the server starts.

    Get the dev version of Towny and Townychat, this was fixed.


    Sounds like you don't properly have towny.admin in your permission nodes. Double check your startup for permission node errors. Doublecheck your permission nodes with the ones posted on the wiki.

    A resident could own the land, and add the other resident to his friends list, giving friends all perms.
    You can use the info-node max_towny_plots, described on the permission node page of the wiki. If the towns' residents were set up in different permission groups, you'd be able to set diff towns with diff. plot limits for their residents.
     
  13. Offline

    zawmbee42

    I installed the dev version of towny and townychat, however
    When I install townychat, my prefixes will display twice in a strange manner as such.

    [Owner] owner [Owner] zawmbee

    When I uninstall, its fine. No errors whatsoever in the console, either.
     
  14. Offline

    DrHacks

    uhhh the bukkit version im running is 1.8.1 and the towny i just pressed the download jar and when i opened the config.yml its blank

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

    tom

    @LlmDl what does towny chat do ?
     
  16. Offline

    imaxorz

    Any interest in adding something like "spawn at townspawn: true/false" to world.txt files? This way you can have players spawning in their towns globally, but also control it per world. So in one world when you die you might spawn in your town, but in another if you die you will spawn at that worlds spawn for example.
     
  17. Offline

    LlmDl

    We had a guy in the IRC who had the jobs plugin adding that sort of thing.

    @TheTrance
    @DrHacks
    Get the dev versions of Towny and Townychat

    Townychat does everything that towny used to do which was chat-related, and now chat-channels.
    If towny modifies your chat line or if you use the /tc and /nc commands you need towny chat. The only admin who doesn't need towny chat, is one who disabled all chat additions and didn't use /tc and /nc.
     
  18. Offline

    the_merciless

    User has that perm but still gets a warmup on tp. As for the animal spawning, further testing with mobspawners has proved me wrong. However still havent seen any spawn or enter a town without spawners.
     
  19. Offline

    LlmDl

    You might have an essentials tp warmup set. If you also have using_essentials:true then it's probably not towny's warmup, which is only on /town spawn and doesn't affect players with towny.admin.
    Pastebin.com your towny config.yml.
     
  20. Offline

    the_merciless

    essentials and towny are both set at 5 secs, i guess i could just set towny to 0. would essentials still delay /town spawn though
     
  21. Offline

    LlmDl

    Only if you have using_essentials: true in your config.

    Please for the love of god pastebin.com your config if you want anyone to look into your mob-spawning issues.
     
  22. Offline

    the_merciless

    :) http://pastebin.com/54gFZNUx
     
  23. Offline

    LlmDl

    Your config is good, it might be another plugin doing it (doubt it.) More likely is that one mob type like squid have taken up a bunch of the available mob slots. Try using world edit's /butcher to kill all the mobs.
     
  24. Offline

    zawmbee42

    How does that help me >_>
     
  25. Offline

    zoolder101

    Is there a way to make it so outsiders cant open town chests?
     
  26. Offline

    the_merciless

    That is set by default, check u have chests (54) added to ur item switch list in config and outsider switch set to false under the default town/plot flag section.
    Also check under towny/data/towns/yourtown.txt and check the protection status
     
  27. Offline

    Tikii

    When my towns go to war PVP does not turn on in that chunk so there is no way for them to defend it, Any idea why ?

    Latest Towny release, bukkit 1337, PEX Permission
     
  28. Offline

    Nekuroi

  29. Offline

    LlmDl

    Keep using_permissions:true and make sure you give the proper node for assigning titles (its part of the towny.nation.* nodes.) The mayors not being able to set assistants could be because the mayor was trying to promote a non-resident.

    Are you using the flag-war-mode?

    You probably have some other plugin affecting your chat line. Pastebin.com your Towny config so I can rule out if its Towny doing it by mistake.

    I use Lockette to protect chests/doors/furnaces instead of Towny. Take a look into it.
     
  30. Offline

    Vixolus

    Towny Dev 77.0.1
    CB 1337

    Towny will take money into the coffer and take from it for claiming land and such. But, taxes are set to 25 and no money has been collected at all. It also doesn't take away daily for the upkeep.
     
  31. Offline

    Tikii

    Yes i am
     

Share This Page