SimplyHub
SIMPLYHUB - EASY HUB MANAGEMENT

Simply hub is a simple plugin for server owners that have a hub server, it allows you to do many things!
Features:
- Compass teleportation
- Player popping
- Toggle-player item
- Configurability
How to use:
- Install the plugin into your plugins folder, restart/reload/start the server. Baboom!
Compass Teleportation:
You right click the compass_item, it will bring up a GUI. In the GUI there is items(that you choose), with names and command specified in the config. (assuming it's enabled.)
Player Popping:
Punch-a-player! It'll pop 'em outta the world! Just relog to see that player again! (assuming it's enabled.)
Toggle-Player-Item:
Right click the toggle_player item! It'll pop all the players outta existance! (assuming it's enabled.)
Source Code:
You can see the source code here. [click sentence]
Commands & Permissions
- Command /simplyhub reload
- Information Reloads the config.
- Permission simplyhub.reload
- Command No Command
- Information Allows you to use the toggle players item with no cooldown
- Permission simplyhub.cooldown.exempt
- Command /simplyhub give <player> compass|toggleplayeron|toggleplayeroff
- Information Gives that player that item
- Permission simplyhub.give
- Command /simplyhub showplayers
- Information Shows all the players that you popped
- Permission None as of now
- Command None as of now
- Information Allows you to drop the Compass Item
- Permission simplyhub.compass.drop
- Command None as of now
- Information Allows you to drop the toggle players on item
- Permission simplyhub.toggleplayerson.drop
- Command None as of now
- Information Allows you to drop the toggle players off item
- Permission simplyhub.toggleplayersoff.drop
- Command None as of now
- Information Allows you to not be hidden by other players
- Permission simplyhub.hide.exempt
- Command None as of now
- Information Allows you to not have your inventory cleared with clear_inv_on_spawn: true
- Permission simplyhub.clearinv.exempt
- Command /sh sethub
- Information Sets the spot where you tp to when you join/do /sh hub
- Permission simplhub.sethub
- Command /sh hub
- Information Teleports you to the location in the config.
- Permission simplyhub.hub
Config:
Find a bug?
Please make a ticket.
Credit:
- codename_B's firework util [Click HERE]
- codename_B's twitter [Click HERE]
Other:
- There is a new option in the config, it toggles weather or not there is a message when the developer, sgavster, logs on.
To-Do:
- You tell me!

-
View User Profile
-
Send Message
Posted Dec 1, 2013@sgavster
Ok everything worked except the Teleportation. if i right click the compass nothing happens. I did /simplyhub give mkezar compass and it gave me the compass and when i right clicked it nothing happened
-
View User Profile
-
Send Message
Posted Dec 1, 2013@mkezar
Link Removed
-
View User Profile
-
Send Message
Posted Dec 1, 2013@sgavster
all it shows is v1.3 it dosnt show any further updates. where do i find v1.5
-
View User Profile
-
Send Message
Posted Dec 1, 2013@neongrenade
I'm not exactly sure why. Do you have any other plugins? Is the plugin shown in /plugins?
@Nikkolo94
I do not think there is anything I can do to fix that. I will try my best @soaringeg127
Make sure to delete your config and restart the server, it's the clear_inv_on_spawn: options, set that to false @mkezar
You might not have the right version, make sure you are using v1.5. And that's probably because the world you are in isn't satated in the config.
-
View User Profile
-
Send Message
Posted Dec 1, 2013The plugin dosnt work for some reason. I type /plugins and it is there in green so it is there and working. I typed /simplyhub reload and it says "unknown command" please help and also when i right click the compass nothing happens
-
View User Profile
-
Send Message
Posted Dec 1, 2013@sgavster
Ok, I got that version installed, but I dont see any config that can change my problem.
-
View User Profile
-
Send Message
Posted Dec 1, 2013i figured out what was causing double message :)
it only happen when you use launchable items
you can do anything about this ?
-
View User Profile
-
Send Message
Posted Dec 1, 2013Hi, when I try to use the plugin this happens:
Last login: Sun Dec 1 12:19:16 on ttys000 localhost:~ luka$ /Users/luka/Desktop/CraftBukkit/start_server.command ; exit; 12:20:15 [INFO] Starting minecraft server version 1.6.4 12:20:15 [INFO] Loading properties 12:20:15 [INFO] Default game type: SURVIVAL 12:20:15 [INFO] Generating keypair 12:20:16 [INFO] Starting Minecraft server on *:25565 12:20:16 [INFO] This server is running CraftBukkit version git-Bukkit-1.6.4-R2.0-b2918jnks (MC: 1.6.4) (Implementing API version 1.6.4-R2.0) 12:20:16 [SEVERE] Could not load 'plugins/SimplyHub.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/sgavster/SimplyHub/SimplyHub : 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_6_R3.CraftServer.loadPlugins(CraftServer.java:241) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.<init>(CraftServer.java:219) at net.minecraft.server.v1_6_R3.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R3.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.java:107) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:393) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583) Caused by: java.lang.UnsupportedClassVersionError: me/sgavster/SimplyHub/SimplyHub : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) at java.lang.ClassLoader.defineClass(ClassLoader.java:621) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) 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(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:249) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more
Please Help
-
View User Profile
-
Send Message
Posted Dec 1, 2013@sgavster
server have 0 lag since it is not public and only staff can join :(
im having this problem since 1.5
-
View User Profile
-
Send Message
Posted Dec 1, 2013@Nikkolo94
You have to hit a player (punch)
It doesn't do that for me, so it may just be server lag :/
-
View User Profile
-
Send Message
Posted Dec 1, 2013@sgavster
lol sorry to say this but:
not sure if it just me but when i use toggleplayer it send double message
All players are now invisible!
All players are now invisible!
All players are now visible!
All players are now visible!
about "pop" i just need left click someone with toggleplayer or hand?
-
View User Profile
-
Send Message
Posted Dec 1, 2013@soaringeg127
That's not a bug; but here is a new version with a config option for that:
Link Removed
And glad you like the plugin! This update also adds the /simplyhub give <compass|toggleplayeron|toggleplayeroff!
-
View User Profile
-
Send Message
Posted Dec 1, 2013Found a bug. If you leave the server with items in your inventory and join back with the commpass on spawn= true and torch on spawn=true, the other items dissapear(only in the enabled worlds). Can you look into that and fix it?
-
View User Profile
-
Send Message
Posted Dec 1, 2013@sgavster
Cool, you must have been really busy this weekend! This is an amazing plugin. Great job man!
-
View User Profile
-
Send Message
Posted Dec 1, 2013@soaringeg127
It works with any compass, but sure. I'll add that
-
View User Profile
-
Send Message
Posted Dec 1, 2013Ok, that worked. Guess I didnt delete correctly :P. Also, do you think you can add a command to give someone a compass? And a permission node to use the compass?
-
View User Profile
-
Send Message
Posted Dec 1, 2013@sgavster
Good! I will try it really soon
-
View User Profile
-
Send Message
Posted Dec 1, 2013VERSION 1.5 RELEASED!
http://dev.bukkit.org/bukkit-plugins/simplyhub/files/7-simply-hub-v1-5/
@Nikkolo94
-
View User Profile
-
Send Message
Posted Dec 1, 2013@soaringeg127
Delete your config then restart your server. @EdwardOfLinster
Until you leave and join again @Nikkolo94
That is there by default And I will work on that now. :)
-
View User Profile
-
Send Message
Posted Dec 1, 2013Once someone get's pop how long is the person invisibly for