PerWorldServer | Per world tab list and chat | 1.8.8-1.18.1 icon

PerWorldServer | Per world tab list and chat | 1.8.8-1.18.1 -----

Allow only players from each world to chat and see to each other!




Version: 4.1
Very nice plugin, special thanks to the author! But I sincerely hope you can upgrade him to 1.20, I really need it, thank you!

Version: 4.1
So I can't use the plugin on my 1.8.8 Spigot Server (Java 8). I keep getting this error when i start the server, and it doesnt load:

[Server thread/ERROR]: Could not load 'plugins/PerWorldServerSuites-1.0-SNAPSHOT (1).jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/noah/pws/PerWorldServer has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0

But I also tried it on Java 11 which didn't work aswell, because the plugin is compiled with java 16 i think. So how tf can I run the plugin on Java 8?

Someone help please

Version: 4.1
org.bukkit.command.CommandException: Cannot execute command 'pws' in plugin PerWorldServer v4.1 - plugin is disabled.

at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]

at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]

at org.bukkit.craftbukkit.v1_19_R1.CraftServer.dispatchCommand(CraftServer.java:916) ~[paper-1.19.2.jar:git-Paper-307]

at org.bukkit.craftbukkit.v1_19_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.19.2.jar:git-Paper-307]

at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) ~[paper-1.19.2.jar:?]

at net.minecraft.commands.Commands.performCommand(Commands.java:305) ~[?:?]

at net.minecraft.commands.Commands.performCommand(Commands.java:289) ~[?:?]

at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2294) ~[?:?]

at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$20(ServerGamePacketListenerImpl.java:2248) ~[?:?]

at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]

at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]

at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.19.2.jar:git-Paper-307]

at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]

at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]

at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1341) ~[paper-1.19.2.jar:git-Paper-307]

at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:185) ~[paper-1.19.2.jar:git-Paper-307]

at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]

at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1318) ~[paper-1.19.2.jar:git-Paper-307]

at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1311) ~[paper-1.19.2.jar:git-Paper-307]

at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]

at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1289) ~[paper-1.19.2.jar:git-Paper-307]

at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1177) ~[paper-1.19.2.jar:git-Paper-307]

at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.2.jar:git-Paper-307]

at java.lang.Thread.run(Thread.java:833) ~[?:?]

Version: 4.1
[15:12:36 ERROR]: Could not pass event PlayerChangedWorldEvent to PerWorldServer v4.1
java.lang.NullPointerException: Cannot invoke "com.noah.pws.suite.Suite.getPlayers()" because "toShow" is null
at com.noah.pws.util.CloakUtil.showASuite(CloakUtil.java:62) ~[PerWorldServerSuites-1.0-SNAPSHOT.jar:?]
at com.noah.pws.suite.SuiteListener.onWorldChange(SuiteListener.java:100) ~[PerWorldServerSuites-1.0-SNAPSHOT.jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor34.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:75) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:git-Purpur-1632]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:671) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.players.PlayerList.respawn(PlayerList.java:996) ~[purpur-1.18.2.jar:git-Purpur-1632]
at net.minecraft.server.players.PlayerList.respawn(PlayerList.java:829) ~[purpur-1.18.2.jar:git-Purpur-1632]
at org.bukkit.craftbukkit.v1_18_R2.entity.CraftPlayer.teleport(CraftPlayer.java:1202) ~[purpur-1.18.2.jar:git-Purpur-1632]
at org.bukkit.craftbukkit.v1_18_R2.entity.CraftEntity.teleport(CraftEntity.java:563) ~[purpur-1.18.2.jar:git-Purpur-1632]
at mc.cucumbers_cr.SpawnConnect.SpawnConnect.goToSpawn(SpawnConnect.java:125) ~[spawnConnect.jar:?]
at mc.cucumbers_cr.SpawnConnect.PlayerJoinListener.onJoin(PlayerJoinListener.java:20) ~[spawnConnect.jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor49.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:75) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:git-Purpur-1632]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:671) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.players.PlayerList.postChunkLoadJoin(PlayerList.java:363) ~[purpur-1.18.2.jar:git-Purpur-1632]
at net.minecraft.server.players.PlayerList.lambda$placeNewPlayer$1(PlayerList.java:305) ~[purpur-1.18.2.jar:git-Purpur-1632]
at net.minecraft.server.network.ServerGamePacketListenerImpl.tick(ServerGamePacketListenerImpl.java:320) ~[?:?]
at net.minecraft.network.Connection.tick(Connection.java:576) ~[?:?]
at net.minecraft.server.network.ServerConnectionListener.tick(ServerConnectionListener.java:231) ~[?:?]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1651) ~[purpur-1.18.2.jar:git-Purpur-1632]
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:522) ~[purpur-1.18.2.jar:git-Purpur-1632]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1483) ~[purpur-1.18.2.jar:git-Purpur-1632]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1247) ~[purpur-1.18.2.jar:git-Purpur-1632]
at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:321) ~[purpur-1.18.2.jar:git-Purpur-1632]
at java.lang.Thread.run(Thread.java:833) ~[?:?]

Version: 4.1
Is there any chance for 1.19+ support? hope to have your updates! great plugins!

Version: 4.1
I liked but update to 1.19 PLS
i nedddddddd thissssssssssssss!!!!!!!!!!!!!!!!!!!!!!!!!!

Version: 4.1
This plugin may be compatible with 1.8 but it's not compatible with Java 8, I will be glad if you can make it support Java 8

Version: 4.1
Please add 1.19 support that would be awsome to have in my server!
Good plugin keep up the good work!

Version: 4.0
Good plugin. But we could add another feature e.g. plugins per world or something similar. I really want to add the plugins per world feature.
Thanks.
-
Author's response
A per world plugins feature, while it would be nice, would be very complicated and server resource intensive. I don't think I will be adding a feature like that to this plugin. Thank you for the review!

Version: 3.5
1.17 and 1.18 support pleasee!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
Author's response
1.17 and 1.18 support are in the latest version. Please update!

Version: 3.5
1.17 support!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
Author's response
Just added in the latest version!

Version: 3.5
Hello, nice Plugin!!
Can you please add disabled-worlds:
so we can disable and allow the normal tab list in some-worlds :)
-
Author's response
You can do this with the latest version of the plugin. Make sure that the world is not included in any suites and it should show the default tab list for that world!

Version: 3.5
I've used it on past servers and it worked well, but it needs to be updated to 1.17
-
Author's response
It should be working for 1.17! Please update to the latest version.

Version: 3.5
Can you make it for 1.17 please?
It will be useful if you update to 1.17 :))))))
-
Author's response
Yes! The latest version supports 1.17! Thank you for the review!

Version: 3.5
Funziona in 1.17?
Mi piacerebbe usarlo è molto bello come plugin quindi se potresti aggiornarlo sarebbe ottimo

Version: 3.5
I love it! This plugin is really amazing!
Only thing I would like you to add are placeholders so people can see number of online players for each world on holograms.
-
Author's response
I intend to do some type of placeholder injection in the future (possibly with an addon). Thank you for the review!

Version: 3.5
very useful plugin is a dependency of another plugin that we use, please update to 1.17 thanks
-
Author's response
The latest version now supports 1.17. Thank you for the review!

Version: 3.5
Plugin is good but
1. World connecting is really needed
2. What about per world enderchest?
-
Author's response
I plan on using the new addon system (added in PerWorldServer 4.0) to add features like per world enderchests. Please stay tuned! Thank you for the review!

Version: 3.5
4/5 stars. It's an amazing plugin, and essential to many...that said, you really need to add a grouping feature. I want to have some worlds be linked.
-
Author's response
Thank you for the review! PerWorldServer 4.0 (the latest version) supports world linking. Be sure to check it out!

Version: 3.5
This is the best plugin ever. I love it. But small problem, the /ignore command is broken. I'm using EssentialsX, and without the PerWorldServer.jar /ignore works fine, but then when PerWorldServer.jar is isntalled, /ignore doesn't do anything, it says it's working but you can still see the players chat.
Besides that, awesome plugin!
-
Author's response
This has to do with the way EssentialsX handles the /ignore command. I will fix this here in an update with an Addon. Thank you for the review!

Version: 3.4
I like this plugin. But I got an error,

[19:21:59] [Async Chat Thread - #0/ERROR]: Could not pass event AsyncPlayerChatEvent to PerWorldServer v3.4
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:482) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at net.minecraft.server.v1_12_R1.PlayerConnection.chat(PlayerConnection.java:1319) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1257) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at net.minecraft.server.v1_12_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:39) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_252]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_252]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_252]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_252]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
Caused by: java.lang.IllegalArgumentException: character to be escaped is missing
at java.util.regex.Matcher.appendReplacement(Matcher.java:809) ~[?:1.8.0_252]
at java.util.regex.Matcher.replaceAll(Matcher.java:955) ~[?:1.8.0_252]
at java.lang.String.replaceAll(String.java:2223) ~[?:1.8.0_252]
at com.noah.perworldserver.listeners.PlayerChatListener.onChat(PlayerChatListener.java:45) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
... 11 more
-
Author's response
Thanks for the review! This bug is fixed with the current version.

Version: 3.4
Can you also make it different version like when you try to join the world you need to be on that version to join this world and can you make it work with 1.16.3
-
Author's response
I don’t know about “per world version support” but I might be able to implement something like that. I have updated it to 1.16 with the current version.

Version: 3.4
esta genial el complemento.
¿Puedes agregar que los mundos empaquetados ejemplo world_1 world_2 una vez unidos poder usar una variable del empaquetado?
por ejemplo el skywars tiene diferentes mundos de cada mapa poder agrupar todos esos mapas y sumar los jugadores que se encuentren

Version: 3.4
Great plugin. Are there any placeholders for it? I want to make a scoreboard with all my linked worlds and I don’t know how
-
Author's response
That has to do with your scoreboard plugin. You'll have to configure the per-world stuff through that.

Version: 3.4
great plugin but there is a bug. when somebody goes to, for example, the hub, and another player goes to the hub, it always makes the player who went to the hub last unseeable to the first player. although the last player still sees the first player
-
Author's response
I believe this bug has been fixed with the latest version.

Version: 3.4
Hello, I found a very unpleasant error. If a player is in a world where the tab is hidden, and another player is in the allowed world where the tab shows, then if the player disconnects and reconnects, the tab where it should be hidden will be displayed. Please fix it! The plugin is super!

Version: 3.3
This plugin is working, BUT when I was (op) and I tried to run a command, the command had delay 1(MILION) seconds. When I was (deop) the command run instantly. PLEASE FIX THIS BUG because I cant work in an ULTRA LAGGY SERVER.

Version: 3.3
Good on paper but it never worked despite working on the config file several hours
-
Author's response
Please don't rate the plugin 1 star because you never have messaged me or messaged the discussion asking for help. As you can see by all of the other reviews, the plugin does work for most people out of the box. If you still need help with getting it started/getting it to run, please MESSAGE ME.

Version: 3.3
Nice plugin!
Can you add a per world plugins to this? There is a plugin that does this, but it wasn't updated I think 3 years. It would be nice!
-
Author's response
I might implement a per world plugins sort of thing. The only problem with that is the messy reflection that comes with it.

Version: 3.3
Works but if player joins and a another player is in the different world the
tab doesnt work but if player(the joined or the another player) go to another world works perfectly. please help me
-
Author's response
If you don't want players hidden in tab, you can disable it in the config.yml. Thanks for the review!

Version: 3.3
This works perfectly!
I hope this will get support for 1.15.x in the future because I'm planning to update my server to it.
-
Author's response
Thank you! I appreciate the feedback. :)

Version: 3.3
Awesome plugin but how do I disable the chat prefix because I have a different plugin for that.
-
Author's response
The plugin should hook into your other chat formatting plugin. There is no defined prefix for this plugin.

Version: 3.3
This plugin make same work of PerWorldPlugins ? Because i really need a perworldplugin like for 1.13/1.14 :/
-
Author's response
I’m sorry, this plugin separates chat and tablist for worlds, not plugins :(

Version: 3.1
1.14.2 doesn't work, when a player joins u can see him from other world in the tab.
-
Author's response
I haven't updated PerWorldServer to 1.14, I will do that right now!

Version: 3.1
Great work! But would you mind adding worlds support?
For example if I want 2 worlds not to be a server, I can just set it into the config... something like disabled-worlds: Lobby, Lobbys
-
Author's response
Great idea, I will work on implementing that!

Version: 3.1
Is this thing works on 1.9?
Please say "yes" :((
_________________________________
-
Author's response
Yes, it will work on 1.9! Please ask any other questions in the discussion tab.

Version: 3.1
on server 1.8.8, separate tablist don't work :/
2 star, i will upate my review, bye
-
Author's response
Are you sure you have tablist enabled in the config? Please update your review soon!

Version: 3.1
Separa el chat pero el tablist no
servidor 1.8.8
--------------------------------------------
-
Author's response
Voy a trabajar en una solución para esto!

Version: 3.0
Why 1.13?
It's a bad idea, many servers use 1.8 to 1.12
it's a bad idea to just give priority to that version that for me is very bad ...
-
Author's response
Just because I give priority to the version 1.13 doesn't mean the plugin doesn't work on other versions. I haven't tested this plugin on 1.8.8-1.12 yet, that doesn't mean it won't work there though. Thanks for the suggestion though. I do agree that 1.8-1.12 are quite better than 1.13 so I will look into making the plugin fully compatible with said versions.

Version: 2.2
Can i lose hosting with this plugin?
Because i dont want to lose my hosting
My hosting have 1$/gb so can You tell does i lose the hosting?
-
Author's response
You should not lose hosting for using my plugin. Next time, please ask questions in the discussion, thank you!

Version: 2.2
please make tutorial & i will give 5 stars and big thank to you
it good for your plugin good luck
-
Author's response
I will eventually make a tutorial, first I am going to update the plugin though.

Version: 2.2
First make it support 1.12.1 Secound is there is a permission for /global ?? Third and last Support 1.12.1 Please
-
Author's response
Working on support for new versions of Minecraft as I type!

Version: 2.2
Please update this to 1.12.1. Also, features that'd be great would be PerWorldEnderchests, PerWorldEconomy, and maybe even PerWorldPlayervaults.
-
Author's response
This is a free plugin, most likely these features will never be added. I will work on a 1.12.1 update when I can.

Version: 2.0
Hey :)

Very nice plugin! But in some Plugins there is an issue caused by this plugin... spectators become visible...

It would be nice if you wanna make an update again :)
-
Author's response
I will look into the spectator issue.

Version: 2.0
needs options to enable/disable tab list hide


............................................................... 100 characters
-
Author's response
I don't know if this is possible, but I will look into it.

Version: 2.0
Is very good need to have for enable and sisable per world chat because in some world I whant to have 100 of the chat radius and I made my own skript to do that I just whant whith this have a tab list per world and you can just put to enable perwold chat in the config or disable and the same with the tab list
-
Author's response
thanks for the review!

Version: 2.0
this is a very good plugin !

available in 1.11?
______________________________________________________
-
Author's response
It should work for 1.11

Version: 2.0
nice! i find this plugin very longggggg time and it worth this should more popular .
-
Author's response
thanks for the great review. :)

Version: 2.0
if i have /chatspy enabled, and an player say something in an other world. it says SPY> %player_name% said: hey
is there an fix for that in the config?
-
Author's response
I need to fix this in the next update. It's a small bug with the plugin.

Version: 1.9
Perfect. Now my server is less lag because the server sends less packets to players by separating chat and tab.

Version: 1.9
Perfect plugin! does it affect other tablist plugins? oh and does it hide plugin messages? e.g. in kitpvp world it says "player has reached a streak of 5" it will only be seen by people on that world.
-
Author's response
it does not change plugin messages to perworld and it shouldn't effect other tablist plugins.

Version: 1.9
It doesn't work with PEx with latest version! Please fix! BUT
very good.
------------------
/Simpan_MC

Version: 1.9
Greate job man. Can you add to we can decorate tab list somthink like serverdeco.

This will help me a lot
-
Author's response
I can add a perworld tab decorator. thanks for the review <3

Version: 1.8
Me gusta mucho el plugin xD solo que es confuso configurar los mundos :v espero que en alguna actualización exista una manera mucho mas sencilla parecida a PerWorldPlugins :P de todos modos muchas gracias y sigue así n.n
___________________________
-
Author's response
Gracias por la reseña!

Version: 1.8
This plugin is awesome for small servers but is it possible to add per world join and leave messages with player's rank prefix? and maybe per world plugins :D That could be just awesome! Nice job!
-
Author's response
that's a great idea! i will add that in the next update. thank you!!

Version: 1.8
Good plugins, but I want to survival world, players can talk with the creative world, for example, but I do not understand how to modify the config.yml help me please :(
-
Author's response
I am going to write a little section on how to configure the world-talk features..

Version: 1.8
good plugin this fixes our tab but when a player chat you see %player_name% and not the name. we have PlaceHolderAPI installed
-
Author's response
You have to use '/papi ecloud install Player', to fix the player placeholders. Please update your review if this fixes it.

Version: 1.7
does it work with permissionsex bc it doesnt show the prefixis????????????????????????????????????????????????
-
Author's response
I'm sorry, I'm working on a fix right now. :)

Version: 1.7
{{{{{{{{{{{{{{{{{{{{{{{{{{{{{thanks; good work man,:D keep updating this}}}}}}}}}}}}}}}}}}}}}}}}}}}}
-
Author's response
Thank you!

Version: 1.7
Could you please make it so two worlds can chat together as well because I have a prison server and have different worlds for mines and plots.
-
Author's response
you can already do this but it's a bit confusing, pm me please

Version: 1.6
Just got around to trying out the new /global command and it works great, thanks Struck for the update! :D
-
Author's response
no problem! I am still working hard at it to make this plugin better and better. Thanks for the great review!

Version: 1.6
Good plugin. Mainly going to be used by people who are not using bungee to make a server
Great plugin
-
Author's response
thank you for the review and you are right, people will mostly use this resource if they want there server to look bungee, but don't have the money to have bungee.

Version: 1.5
Struck back at it again with another great plugin. Now I'm just waiting for more updates so I can review 5 stars again :3
-
Author's response
thanks for the review, I am working on pushing updates. :)

Version: 1.5
I like dis plugin. Thanks Strok. I will give it... erm... a... 10 half star rating for my review. Hope this rating is understandable.
-
Author's response
no must be 11 star or bannable.. jk
thanks brett❤️

Version: 1.0
Amazing plugin! :D Download this today! Author is very friendly and knows his stuff. ;3 Amazing Plugin!
-
Author's response
thanks brot

Resource Information
Author:
----------
Total Downloads: 26,099
First Release: May 29, 2016
Last Update: May 19, 2022
Category: ---------------
All-Time Rating:
63 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings