NeedTown
- Update 20/04/15 - NeedTown v2.7 upgraded to CB/Spigot 1.8.x and has a bug free towny support, It also has a new /needtown users command and a users.yml file. Backup your config.yml, delete it, let it regenerate and copy over ur backup'ed config
Plugin is Featured in NeedCombined HERE
Description
Tired of listening to players on your server constantly asking for a town? This plugin is a super simple fix! It's also VERY light weight! All you need to do is simply type /needtown and it will broadcast a message to the server.Simple config setup!
Version 2.7 Now SUPPORTS non buggy Towny integration and users file Version 2.6 Now SUPPORTS Towny Integration (It is still very buggy USE AT OWN RISK) Version 2.3.2 Now SUPPORTS custom messages(Comes with a colors.yml file to help you setup) Version 2.5 Supports COOLDOWNS

You need the http://palmergames.com/downloads/tarel/Towny_Advanced.zip plugin or a plugin that uses towns, otherwise this would be useless! :P
Installation
Installation details can be found HERE
Commands
- /NeedTown or /Nt - The main Function of the plugin, Broadcasts the NeedTown message
- /NeedTown reload - Reloads the config
- /NeedTown users - Displays users that used the needtown command
- /NeedTownr or /Ntr - Reloads the config (Console command)
Permissions:
- needtown.* - Allows use of all NeedTown commands
- needtown.use - Allows the use of /NeedTown
- needtown.users - Allows the use of /needtown users
- needtown.reload - Allows the reload of the Config file
To-Do:
- Support for Factions, Clans, Groups
User storage file to store player names into a file (who use needtown) then display file on commandAdded in Version 2.7- Maybe a change needtown message command
TownyIntegrationAdded in Version 2.6 (Alpha)UpdateCheckerAdded in Version 2.6 (Alpha)YouTube video installationAdded in Version 2.3.7 ReleaseAdd a cooldown timerAdded in Version 2.5Allow custom messagesAdded in Version 2.3Add a configAdded in Version 2.3
Config.yml
#===== NeedTown - Config =====# #~~~~ Made by jacklin213 ~~~~# # Integrate with Towny? (Needtown v2.7 and above) TownyIntegration: true # NeedTown Prefix PluginPrefix: '<red>[<aqua>Need<yellow>Town<red>]' # Set this to true if you want to use custom messsages CustomNeedTownMessage: true # Use Cooldowns: true / false Cooldowns: true # In seconds Cooldown-Time: 10 # Cooldown message: Cooldown-Message: '<red>This command is on Cooldown!' # Period(minutes) to save users to userfile. Default is 10 mintues Save-Period: 10 # Custom message # Put '%p' where you want the player name to appear # To use color put the color inbetween brackets like this '<red>' before your message # Example: #Message: '<gold>%p <green>needs a town/city! <red>Town Owners <green>plz be sure to invite <gold>%p <aqua>!' Message: '<gold>%p <aqua>would like to be invited to a town/city! <red>Town Owners <aqua>plz be sure to invite <gold>%p <aqua>!' # Remeber to only have 1 message. If you have 2 messages it will read it as a error and send you the default message # Check for updates? UpdateCheck: true # Automaticly download update? AutoUpdate: true # Plugin/config Copyright 2015 NeedTown Team
ChangeLog
Moved to HERE

-
View User Profile
-
Send Message
Posted Jul 5, 2013Could you add a way to change the message tag because it doesn't look to good and it's obnoxious, please?
-
View User Profile
-
Send Message
Posted Jun 11, 2013@JaDaName
Can one of you make a ticket please
-
View User Profile
-
Send Message
Posted Jun 10, 2013@Liveonline
I'm having the exact same problem!
-
View User Profile
-
Send Message
Posted May 16, 2013@Liveonline
Hello there live online , please send a ticket in so we can help you work on the problem
-
View User Profile
-
Send Message
Posted May 16, 2013Hello dear Developers of Needtown!
I have some troubles with NeedTown, it gives me a few errors. I have pasted them here: http://dev.bukkit.org/paste/7774/
Am I doing something wrong or is it not compatible with git-Bukkit-1.5.2-R0.1-1-g53734d2-b2776jnks
If you guys could help me I would be very thankful!
-
View User Profile
-
Send Message
Posted May 11, 2013@Nickshelton80
Will be taken into concideration
-
View User Profile
-
Send Message
Posted May 10, 2013Maybe this plugin could hook into towny, to see if a player is already inside a town before the /needtown message is broadcasted. This would obviously prevent players who are in a town, from using the command just to be idiots c:
-
View User Profile
-
Send Message
Posted May 10, 2013@Mortalsinn
its done :D
-
View User Profile
-
Send Message
Posted May 4, 2013is it soon yet? :D :D it's been a few months....any updates??
-
View User Profile
-
Send Message
Posted Feb 26, 2013@Mortalsinn
Will be working on this soon
-
View User Profile
-
Send Message
Posted Feb 26, 2013anyway to add some sort of cool down timer to your plugin with out having to use another plugin such a booscooldowns?
I have a few jokers that think it's funny to spam /nt
-
View User Profile
-
Send Message
Posted Feb 24, 2013@jacklin213
Thanks! works great :D
-
View User Profile
-
Send Message
Posted Feb 24, 2013Maybe add a feature to list any public towns to the player that needs a town to help them out a little bit more?
-
View User Profile
-
Send Message
Posted Feb 23, 2013NeedTown Version 2.4.1 Released:
http://dev.bukkit.org/server-mods/needtown/files/11-need-town-v2-4-1/
-
View User Profile
-
Send Message
Posted Feb 23, 2013@RashoodKrisb
oh right my bad , i have it set so u can only use it with java 7 , uploading fix now
-
View User Profile
-
Send Message
Posted Feb 23, 2013I get this error (using CB 1.4.7-R1.0 & latest needtown )
[SEVERE] Could not load 'plugins\NeedTown.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/BMX_ATVMAN14/bukkit/NeedTown/NeedTown : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_4_R1.PlayerList.<init>(PlayerList.java:55) at net.minecraft.server.v1_4_R1.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:104) at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399) at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849) Caused by: java.lang.UnsupportedClassVersionError: me/BMX_ATVMAN14/bukkit/NeedTown/NeedTown : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$000(Unknown Source) 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.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more
-
View User Profile
-
Send Message
Posted Feb 16, 2013Hi all , NeedTown 2.4 is now Officially out
Works for 1.4.7 Minecraft/Bukkit
Link To download:
http://dev.bukkit.org/server-mods/needtown/files/10-need-town-v2-4/
Dont forget to leave a like XD
-
View User Profile
-
Send Message
Posted Feb 11, 2013Hello everybody , to help update NeedTown to 1.4.7 can someone create a ticket and show their start up log so we can find out wat is wrong with the plugin thanks :D
Off topic : Bday 2morrow yay
-
View User Profile
-
Send Message
Posted Feb 10, 2013@mobilephone2003
Will be done this week! I promise!
-
View User Profile
-
Send Message
Posted Feb 10, 2013@BMXATVMAN14
still no update