[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

    Dargan

    I just want to know if you are going to fix these problems in the future, 1. changing the number of plots I can sell at once making plots more customizable 2.Making more customizable pvp so I can have arenas and war be the only way to have pvp and 3. making a safe place for residents to put their money for taxes like a bank so they dont have to worry about people buying to much at stores and losing their property.

    Please these are the only major problems other than war not working well (which I know you are working on), I hope you fix them in future updates, can you please comment on which ones are or will be fixed shortly. Thank you, I know you are busy, but it would be appreciated.
     
  3. Thanks, haven't seen the demo. After looking into it it just shows some basic functionality.

    What I want to do is when someone does a command from my plugin he would get added as a resident in someones town. Is there a way to do this from another plugin?
     
  4. if (!resident.hasTown) TownCommand.townInviteResident(town, resident);
     
  5. Thanks! Will try that when I get home!
     
  6. Offline

    LlmDl

    It could be looked into, I don't know if bukkit has that sort of thing hooked.

    1. I don't know, if you want to suggest something like that it helps to explain it very clearly, in a step by step manner, so that if someone does code that they better know how you think it would act.

    2. PVP fix is planned I believe.

    3. That was also put on the issue tracker and I'm sure someone will think of something.
     
  7. Offline

    --GJ--

    @LlmDl - What about the mode where pressure plates can only be activated by humans? It mentions it in the wiki, don't know what it entails though.
     
  8. Offline

    ScriptManTomz

    it seems idea good !
     
  9. Offline

    predawnia

    I have over 1000 residents and every time collects taxes, the server would freeze and all players disconnected. Perhaps MySQL would help since reading the flatfile seems to be causing this. Will MySQl be support in future?
     
  10. Offline

    NotYetRated

    Has already been mentioned that yes it will.
     
  11. Offline

    Dargan

    thanks, and about the suggestion, the idea is that you could merge plots for sale together so it would act as one plot when you type /plot claim, like adding a /plot merge that would merge together plots, it would only need to be when you put them up for sale though, so it could be part of /plot fs. Personally though I think it might be easier however to get rid of the big chunk system and just be able to have custom plot sizes and charge the town per block, cause having to have all the plots be the same size in my town is just a pain.
     
  12. Offline

    SkullDrago

    Code:
    2011-11-26 10:47:47 [SEVERE] Could not pass event PLUGIN_ENABLE to Register
    java.lang.IncompatibleClassChangeError: Expected static method com.nijikokun.register.payment.Methods.hasMethod()Z
        at com.nijikokun.register.listeners.server.onPluginEnable(server.java:37)
        at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:585)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:964)
        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)
    hi i want to use iconomy 6 with towny. I have plased the register.jar in my plugins folder but when i start the server it ask me if register is up to date. so i become errors from towny too that it can´t set event to register.

    can you help me please?
     
  13. Not needed as taxes are now threaded, so run seperately and should no longer cause lag.

    We need to see a full startup log.

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

    SkullDrago

    Code:
    2011-11-26 15:23:25 [INFO] Starting minecraft server version Beta 1.8.1
    2011-11-26 15:23:25 [INFO] Loading properties
    2011-11-26 15:23:25 [INFO] Starting Minecraft server on *:25565
    2011-11-26 15:23:25 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-11-26 15:23:25 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-11-26 15:23:25 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-11-26 15:23:25 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-11-26 15:23:25 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    2011-11-26 15:23:25 [INFO] DataSourcePool [LightLevel] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-11-26 15:23:26 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-11-26 15:23:27 [INFO] Entities enhanced[0] subclassed[1]
    2011-11-26 15:23:27 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-11-26 15:23:27 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-11-26 15:23:27 [INFO] Entities enhanced[0] subclassed[2]
    2011-11-26 15:23:27 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-11-26 15:23:27 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-11-26 15:23:27 [INFO] Entities enhanced[0] subclassed[2]
    2011-11-26 15:23:27 [INFO] DataSourcePool [Self-Closing Doors] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-11-26 15:23:27 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-11-26 15:23:27 [INFO] Entities enhanced[0] subclassed[1]
    2011-11-26 15:23:28 [INFO] [Waypoint] Initialising configurations.
    2011-11-26 15:23:28 [INFO] LWC: Loading shared objects
    2011-11-26 15:23:28 [INFO] LWC: Protection cache: 0/10000
    2011-11-26 15:23:28 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-11-26 15:23:28 [INFO] [Permissions] (Yeti) was initialized.
    2011-11-26 15:23:28 [INFO] [Permissions] (Yeti) was initialized.
    2011-11-26 15:23:28 [SEVERE] com.nijikokun.register.payment.Methods.setPreferred(Ljava/lang/String;)Z initializing Register v1.5 (Is it up to date?)
    java.lang.NoSuchMethodError: com.nijikokun.register.payment.Methods.setPreferred(Ljava/lang/String;)Z
        at com.nijikokun.register.Register.hasPreferred(Register.java:41)
        at com.nijikokun.register.Register.onLoad(Register.java:55)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-26 15:23:28 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-11-26 15:23:28 [INFO] Spout 529 has been initialized
    2011-11-26 15:23:29 [INFO] Preparing level "world"
    2011-11-26 15:23:29 [INFO] Default game type: 0
    2011-11-26 15:23:29 [INFO] Preparing start region for level 0 (Seed: -8359457993746514085)
    2011-11-26 15:23:30 [INFO] Preparing spawn area: 81%
    2011-11-26 15:23:30 [INFO] Preparing start region for level 1 (Seed: -8359457993746514085)
    2011-11-26 15:23:31 [INFO] [AuthMe] Authme 2.5 enabled
    2011-11-26 15:23:31 [INFO] [BetterStairs] plugin enabled!
    2011-11-26 15:23:31 [INFO] Breathe v1.0 is now enabled!
    2011-11-26 15:23:31 [INFO] ChairCraft 1.2.6 is enabled.
    2011-11-26 15:23:31 [INFO] CommandBook 1.6 enabled.
    2011-11-26 15:23:31 [WARNING] CommandBook: 0 Warps(s) loaded
    2011-11-26 15:23:31 [WARNING] CommandBook: 0 Homes(s) loaded
    2011-11-26 15:23:31 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-11-26 15:23:31 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-11-26 15:23:31 [INFO] CommandBook: 1 kit(s) loaded.
    2011-11-26 15:23:31 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-11-26 15:23:31 [INFO] CommandSigns version1.2.0 is enabled.
    2011-11-26 15:23:31 [INFO] CraftBukkitUpToDate version 2.7.1 is enabled!
    2011-11-26 15:23:31 [INFO] Permissions detected by CraftIRC.
    2011-11-26 15:23:31 [INFO] CraftIRC Enabled.
    2011-11-26 15:23:31 [INFO] CraftIRC DEBUG [OFF]
    2011-11-26 15:23:31 [INFO] creaturebox: Permissions enabled using: Permissions v2.7.7
    2011-11-26 15:23:31 [INFO] creaturebox version 0.7.8b is enabled!
    2011-11-26 15:23:31 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-11-26 15:23:31 [INFO] FalseBookBlock v0.87alpha DEV#3 by GeMo enabled
    2011-11-26 15:23:31 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-11-26 15:23:31 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-11-26 15:23:31 [INFO] FalseBookChat v0.87alpha DEV#2 by GeMo enabled
    2011-11-26 15:23:31 [INFO] [FalseBook Core] FalseBookCore v0.87alpha DEV#3 by GeMo enabled!
    2011-11-26 15:23:31 [INFO] FalseBookExtra v0.87alpha DEV#3 by GeMo enabled
    2011-11-26 15:23:31 [INFO] FalseBookIC v0.87alpha DEV#3 by GeMo enabled
    2011-11-26 15:23:31 [INFO] [GrowingOre] Loaded 0 ores to regrow.
    2011-11-26 15:23:31 [INFO] GrowingOre version 0.6 is enabled!
    2011-11-26 15:23:31 [INFO] [hBank] Bank "defaultbank" initalised
    2011-11-26 15:23:31 [INFO] [hBank] Loaded Banks
    2011-11-26 15:23:31 [INFO] [hBank] Loaded Config
    2011-11-26 15:23:31 [INFO] [hBank] Loaded User Data
    2011-11-26 15:23:31 [INFO] [hBank] Interst Task Started
    2011-11-26 15:23:31 [INFO] [hBank] Enabled
    2011-11-26 15:23:31 [INFO] [iConomy] Database Error: java.sql.SQLException: invalid database address: jdbc:mysql:\\localhost:3306\iConomy
    2011-11-26 15:23:31 [INFO] [iConomy - Celty] Enabled (104 ms)
    2011-11-26 15:23:31 [INFO] InfChests: Loading InfChests...
    2011-11-26 15:23:31 [INFO] InfChests: Count: 2
    2011-11-26 15:23:31 [INFO] InfChests version 0.5.1 is enabled!
    2011-11-26 15:23:31 [INFO] LavaFurnace loaded: 0 Furnace(s)
    2011-11-26 15:23:31 [INFO] LavaFurnace loaded: 0 User(s)
    2011-11-26 15:23:31 [INFO] LavaFurnace config file finished loading...
    2011-11-26 15:23:31 [INFO] LavaFurnace: Permissions detected, LavaFurnace permissions enabled...
    2011-11-26 15:23:31 [INFO] LavaFurnace version 1.43 is enabled!
    2011-11-26 15:23:31 [INFO] CButD: CraftBukkit is up to Date
    2011-11-26 15:23:31 [INFO] [LightLevel] using Permissions 2.7.7
    2011-11-26 15:23:31 [INFO] [LightLevel] - Version 0.3 Enabled
    2011-11-26 15:23:31 [INFO] [LocationReport] (By Rahazan) - v0.1.1 loaded.
    2011-11-26 15:23:31 [INFO] LoginQueue 15 initialized
    2011-11-26 15:23:32 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-11-26 15:23:32 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    2011-11-26 15:23:32 [INFO] [Minecart Mania] MinecartManiaMining 1.14a for MM 1.2.9Alpha is enabled!
    2011-11-26 15:23:32 [INFO] [Minecart Mania] no update needed current version is:1.14
    2011-11-26 15:23:32 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.8 is enabled!
    2011-11-26 15:23:32 [INFO] [Minecart Mania] MinecartManiaStation version 1.2.5 is enabled!
    2011-11-26 15:23:32 [INFO] Minecart Permanence v1.1 has been loaded.
    2011-11-26 15:23:32 [INFO] [MultiHome] Using PermissionsBukkit for permissions system.
    2011-11-26 15:23:32 [INFO] [MultiHome] Version 0.1 loaded.
    2011-11-26 15:23:32 [INFO] [Multiverse-Core] - Version 2.1-b326 (API v7) Enabled - By Rigby, fernferret, lithium3141 and main--
    2011-11-26 15:23:32 [SEVERE] [Multiverse-Core] Monster spawning has been DISABLED.
    2011-11-26 15:23:32 [SEVERE] [Multiverse-Core] In order to let Multiverse fully control your worlds:
    2011-11-26 15:23:32 [SEVERE] [Multiverse-Core] Please set 'spawn-monsters=true' in your server.properties file!
    2011-11-26 15:23:32 [INFO] [AllPay] - Version 3.0 - hooked into iConomy 6 for Multiverse-Core v2.1-b326
    2011-11-26 15:23:32 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - NETHER
    2011-11-26 15:23:32 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - NORMAL
    2011-11-26 15:23:32 [INFO] [Multiverse-Core] 2 - World(s) loaded.
    2011-11-26 15:23:32 [INFO] [MultiVerse-NetherPortals] - Version 2.1-b283 Enabled - By Rigby and fernferret
    2011-11-26 15:23:32 [INFO] [Multiverse-Portals] - Version 2.1-b295 Enabled - By Rigby and fernferret
    2011-11-26 15:23:32 [INFO] [Multiverse-Portals]  0 - Portals(s) loaded
    2011-11-26 15:23:32 [INFO] [MyWorlds] Using build-in 'Bukkit SuperPerms' as permissions plugin!
    2011-11-26 15:23:32 [INFO] [MyWorlds] Successfully bound variable to region file cache.
    2011-11-26 15:23:32 [INFO] [MyWorlds] File references to unloaded worlds will be cleared!
    2011-11-26 15:23:32 [INFO] [MyWorlds] version 1.2 is enabled!
    2011-11-26 15:23:32 [INFO] Version: 91
    2011-11-26 15:23:32 [INFO] [NarrowtuxLib] v0.8.11 by [narrowtux] enabled.
    2011-11-26 15:23:33 [INFO] [NoCheat] version [2.17b] is enabled.
    2011-11-26 15:23:33 [INFO] Noon: skulldrago has a license to control time.
    
    2011-11-26 15:23:33 [INFO] Noon (v1.3 by Feverdream) is on.
    2011-11-26 15:23:33 [INFO] [obuShutTheHellUp version 0.2] Settings file successfully loaded
    2011-11-26 15:23:33 [INFO] [obuShutTheHellUp version 0.2] Enabled!
    2011-11-26 15:23:33 [INFO] [OddItem] 0.8.1 enabled
    2011-11-26 15:23:33 [INFO] [OddItem] Using RefinedSoundEx for suggestions.
    2011-11-26 15:23:33 [INFO] [OddItem] Adding lapisblock x2 to group "oddtransport"
    2011-11-26 15:23:33 [INFO] [OddItem] Adding greendye to group "oddtransport"
    2011-11-26 15:23:33 [INFO] [OddItem] Adding reddye to group "oddtransport"
    2011-11-26 15:23:33 [INFO] [OddItem] Adding air to group "oddtransport"
    2011-11-26 15:23:33 [INFO] [OddItem] Group oddtransport added.
    2011-11-26 15:23:33 [INFO] [OddItem] 836 aliases loaded.
    2011-11-26 15:23:33 [INFO] PermissionsBukkit v1.2 is now enabled
    2011-11-26 15:23:33 [INFO] [Pe] NotifierThread interval set to 300 seconds
    2011-11-26 15:23:33 [INFO] PetitionPlugin version 1.34 is enabled!
    2011-11-26 15:23:33 [INFO] [Pe] NotifierThread started
    2011-11-26 15:23:33 [INFO] PlgSetspawn version 5.0 is enabled!
    2011-11-26 15:23:33 [INFO] PlgSetspawn version 4.1 is enabled!
    2011-11-26 15:23:33 [INFO] [PlugMan] Starting Up! - Version: 1.3.2 by bekvon
    2011-11-26 15:23:33 [INFO] [PlugMan] Found Permissions Plugin!
    2011-11-26 15:23:33 [INFO] [PorteCoulissante] plugin version 1.2.6 by Captain_Chaos enabled
    2011-11-26 15:23:33 [INFO] [Questioner] v0.4 - Enabled
    2011-11-26 15:23:33 [INFO] [RetractableBridge] plugin version 1.3.12 by Captain_Chaos enabled
    2011-11-26 15:23:33 [INFO] SecretDoors v0.2 by MrChick enabled
    2011-11-26 15:23:33 [INFO] SecretSwitch 1.1 Enabled.
    2011-11-26 15:23:33 [INFO] Self-Closing Doors v0.24 enabled.
    2011-11-26 15:23:33 [INFO] [SCD] Permission system detected.
    2011-11-26 15:23:33 [INFO] [SCD] LWC detected.
    2011-11-26 15:23:33 [INFO] Stargate v.0.6.9 is enabled.
    2011-11-26 15:23:33 [INFO] [Stargate] Loaded 1 gate layouts
    2011-11-26 15:23:33 [INFO] [Stargate] {world} No stargates for world
    2011-11-26 15:23:33 [INFO] [Stargate] {world_nether} No stargates for world
    2011-11-26 15:23:33 [INFO] [Permissions] version [2.7.7] (Yeti)  loaded
    2011-11-26 15:23:33 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-11-26 15:23:33 [INFO] [Stargate] Found Permissions (v2.7.7)
    2011-11-26 15:23:33 [INFO] [Tables 0.5] Enabled
    2011-11-26 15:23:33 [INFO] [TimeAnnounce] Version 1.5 - Copyright 2011 - Shannon Wynter ([URL]http://fremnet.net[/URL]) is enabled
    2011-11-26 15:23:33 [INFO] UnderwaterTorch 2.0 Enabled
    2011-11-26 15:23:33 [INFO] [WaterproofRedstone] Enabled.
    2011-11-26 15:23:33 [INFO] [Waypoint] Reading configurations.
    2011-11-26 15:23:33 [INFO] [Waypoint] Configuration succesfully loaded.
    2011-11-26 15:23:33 [INFO] [Waypoint] Permissions plugin detected. Using Permissions v2.7.7
    2011-11-26 15:23:33 [INFO] [Waypoint] Enabled version 1.6.0
    2011-11-26 15:23:33 [INFO] [Waypoint] Saved all configurations.
    2011-11-26 15:23:33 [INFO] [Waypoint] Checking for updates..
    2011-11-26 15:23:34 [INFO] [Waypoint] Error while checking for updates. (It could be a dev build.)
    2011-11-26 15:23:34 [INFO] [Waypoint] Warps: loaded permission groups: Default, Mod, Admin
    2011-11-26 15:23:34 [INFO] [Waypoint] No worlds to be loaded.
    2011-11-26 15:23:34 [INFO] WorldEdit 4.7 enabled.
    2011-11-26 15:23:34 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-11-26 15:23:34 [INFO] [Multiverse-Portals]  Found WorldEdit. Using it for selections.
    2011-11-26 15:23:34 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-11-26 15:23:34 [INFO] WorldGuard: (world) Single session is enforced.
    2011-11-26 15:23:34 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-11-26 15:23:34 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-11-26 15:23:34 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-11-26 15:23:34 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-11-26 15:23:34 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-11-26 15:23:34 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-11-26 15:23:34 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-11-26 15:23:34 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-11-26 15:23:34 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-11-26 15:23:34 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-11-26 15:23:34 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-11-26 15:23:34 [WARNING] WorldGuard: Region file for world "world" missing or inaccessible.
    2011-11-26 15:23:34 [WARNING] WorldGuard: Region file for world "world_nether" missing or inaccessible.
    2011-11-26 15:23:34 [INFO] WorldGuard 5.3 enabled.
    2011-11-26 15:23:34 [INFO] [Admin GUI] Using PermissionsBukkit!
    2011-11-26 15:23:34 [INFO] [Admin GUI] Using Permissions!
    2011-11-26 15:23:34 [INFO] Found and will use plugin Permissions v2.7.7
    2011-11-26 15:23:34 [INFO] [Admin GUI] screens folder is plugins\Admin GUI\Screens
    2011-11-26 15:23:34 [WARNING] [Admin GUI] No screen files found!  Check the BukkitDev page for help.
    2011-11-26 15:23:34 [INFO] [Admin GUI] Stopped!
    2011-11-26 15:23:35 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    2011-11-26 15:23:35 [INFO] LWC: Permissions API: BukkitPermissions
    2011-11-26 15:23:35 [INFO] LWC: Currency API: iConomy6Currency
    2011-11-26 15:23:35 [INFO] LWC: Loading SQLite
    2011-11-26 15:23:35 [INFO] LWC: Using: Native
    2011-11-26 15:23:35 [INFO] LWC: Precached 48 protections.
    2011-11-26 15:23:35 [INFO] LWC: At version: 3.53 (b294)
    
     
  15. Offline

    JStylow

    selected area contains no valid points...

    Problem with plots...

    Help Please?
     
  16. Offline

    Ross Gosling

    you need to gain new residetns in your town to be able to expand your claimed plots more and more
     
  17. Offline

    JStylow

    How do i remove previous plots/all plots in once? Is that possible?
     
  18. I still got problems with this.


    This is what I try to do.
    Code:
    TownCommand.townAddResident(town, resident);
    First my IDE (NetBeans) tells me I should surround it with a try/catch. Ok.
    Code:
    try {
    	TownCommand.townAddResident(town, pResident);
    } catch (AlreadyRegisteredException ex) {
    	//Logger.getLogger(AllegiancePlayerListener.class.getName()).log(Level.SEVERE, null, ex);
    }
    Now when I restart Bukkit I get an InvocationTargetException when the plugin starts. Isn't there any other way to add a resident? Or am I just doing something wrong?

    Thanks!
     
  19. Offline

    LucidLethargy

    Has anyone else tried CB:1509 and found that Towny does not work? It seems all my other 20-30 plugins work, so I wanted to check and see if anyone else was having troubles. (I am new to Towny, or rather I haven't used it in like 7 months, so with this being a more or less fresh install I may be encountering other issues!)
     
  20. Offline

    Insanehero

    Having this problem with towny.

    It was working perfectly before I started changing things in config. Config looks fine I just can't find where I went wrong.

    Towny v0.77.1.0

    Towny Config: http://pastebin.com/MfPa1sRf

    CB 1493

    16:12:35 [INFO] [PLAYER_COMMAND] insanehero: /town
    16:12:35 [INFO] [Towny] Error could not read getTownPrefix.
    16:12:35 [INFO] [Towny] Error could not read getTownPostfix.
    16:12:35 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'town' in plugin Towny v0.77.1.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:364)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    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.w(MinecraftServer.java:516)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NullPointerException
    at com.palmergames.bukkit.towny.TownySettings.getMayorPrefix(TownySettings.java:749)
    at com.palmergames.bukkit.towny.TownyFormatter.getFormattedResidentName(TownyFormatter.java:281)
    at com.palmergames.bukkit.towny.TownyFormatter.getFormattedName(TownyFormatter.java:266)
    at com.palmergames.bukkit.towny.TownyFormatter.getStatus(TownyFormatter.java:155)
    at com.palmergames.bukkit.towny.object.TownyUniverse.getStatus(TownyUniverse.java:850)
    at com.palmergames.bukkit.towny.command.TownCommand.parseTownCommand(TownCommand.java:107)
    at com.palmergames.bukkit.towny.command.TownCommand.onCommand(TownCommand.java:93)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
     
  21. Offline

    LlmDl

    Your iConomy isn't loading properly, your db isnt set properly in teh config.

    You can't use /plot claim in a spot that isnt claimed by the town with /town claim.

    Use /town unclaim

    Run the dev version of towny, read the dev changelog on the bottom of the download page before using.

    You're townlevels part of the config is messed up. The wiki has the default config so you can compare. Your mayorprefix for one of the townlevels isn't right.
     
  22. Offline

    Zombiemold

    Got a question. When Kings give out custom titles, where can I modify the syntax for them? For instance, I want all titles given by kings to be wrapped in brackets, like all my other titles.

    Any way to do this?
     
  23. Offline

    SkullDrago

    i have deleted the iconomy folder and started the server new. I use the option minidb for database.
    after newstart i became the same error.
     
  24. Y
    You have a plugin which is incompatible with register. I'm guessing LWC.
     
  25. Offline

    SkullDrago

    i´ve deleted all plugins and tryed every plugin if works with register and so i have found the bug. it was narrowtux.jar
     
  26. Offline

    x0pk1n

    IM currentlt have some prombles that are caused by towny and only happen when this plugin is running i have tested it. my computer running the server with people on it is at around 20% of ram used but with towny and only myself it used 95% i even restarted my pc and tried again yet again around 90% even with just me causing great amounts of lag. now in gamemode 1 when i try to fly i go up then i gutter and fall down and can never get highier than 1 block and if i fall it jumps me to the bottom with no damage even in gamemode 0, and now with schematics in worldedit when i try and load in a chematic the server crash every time. this only happens when towny is running.
     
  27. Offline

    Ross Gosling

    Nobody on my server has any chat formatting in their names, I'm the mayor of a town and my name appears as 'x3DGosling' with no town name, mayor title etc.

    http://pastebin.com/xnAv5yzA
     
  28. Offline

    maxsteele

    When I was using Towny months ago, we had to run multiverse to have the Nether, and it was possible to turn off Towny for the Nether map.

    Now that the Nether is an integrated part of a Minecraft server, how does Towny interact with the Nether?
     
  29. Offline

    LlmDl

    Edit the chat_format line of the config, so that {townyprefix} has brackets around it, ex: [{townyprefix}]

    This is a terribly written post. Way to go!

    You lack a permission node, towny.cheat.bypass
    If you didn't know about it I guess you didn't follow the install guide/didn't look at the permission nodes.
    It also sounds like you're overdoing it on your server. Towny isn't the resource hog you think it is.

    Pastebin.com a full server startup, keeping in mind that you need townychat.jar in your plugins folder to get any chat formatting from towny.


    Towny's use of multiworld hasn't changed at all. If you don't want towny used in your nether type /tw toggle usingtowny

    Otherwise just play on.
     
  30. Offline

    Zombiemold

    This is a bad solution for 2 reasons.
    1:If someone Doesn't have a prefix added by a King, he will have brackets in his prefix with nothing in them.
    2: I use an external Chat plugin (mChat) in this case, which causes the above issue as well.


    I was able to change all the prefixes in the config, to exactly what I wanted [Baron Von],[Chief] etc. They all work great with my Chat Plugin, and no prockets are given out unless someone has a title. In the case of CUSTOM titles added by Kings, which are dynamic and completely designed on the spot, I can't seem to tell Towny how I want them formatted. ie, if someone created the title "Jester" I would want towny to format it like this "[Jester]" and not "Jester " which is the, seemingly unchangeable, default.
     

Share This Page