HyperionBlaze Posted December 3, 2019 Share Posted December 3, 2019 Hi, I've been searching for a plugin for my server that allows Side Bars/Scoreboards but haven't been able to find one. It'd be really awesome and super appreciated if this plugin linked below or a plugin that does the same or similar things could be added into Minehut. It can be used for loads of helpful things such as displaying information about the player, server currency info, world-specific info, website links and more! Here is the SideBar plugin I would like added: https://dev.bukkit.org/projects/sidebar It'd be so appreciated if a plugin like the one linked above or something with similar functions could be added into Minehut for use. I'm certain many people such as myself and many others will use it for many things and really appreciate it. Thanks! Link to comment Share on other sites More sharing options...
Ezekia Posted December 3, 2019 Share Posted December 3, 2019 If I get the names right, there is a plugin for that called Kiteboard. There is another one, but I can't remember the name. Also, you could make this with Skript (but its pretty hard)! By reading this you are a confirmed nerd Link to comment Share on other sites More sharing options...
unregistration Posted December 3, 2019 Share Posted December 3, 2019 (edited) Hello, @HyperionBlaze! The easiest way to do this is through Kiteboard, but it won't do the very best. Skript is the better one to use. Here is a skript I found online: every 5 seconds: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "&b&lServer Name" set score "" in sidebar of loop-player to 10 set score "&bRank:" in sidebar of loop-player to 9 set {_prefix} to "%colored loop-player's prefix%" replace all "[" and "]" with "" in {_prefix} set {_suffix} to "%colored loop-player's suffix%" replace all "[" and "]" with "" in {_suffix} if length of {_suffix} is greater than 2: set score " %{_prefix}% &8+ %{_suffix}%" in sidebar of loop-player to 8 else: set score " %{_prefix}%" in sidebar of loop-player to 8 set score "&d" in sidebar of loop-player to 7 set score "&bMoney&8:" in sidebar of loop-player to 6 set score " &f%loop-player's balance%" in sidebar of loop-player to 5 set score "&e" in sidebar of loop-player to 4 set score "&bOnline&8:" in sidebar of loop-player to 3 set score " &f%number of all players%&8/&f100" in sidebar of loop-player to 2 set score "&2" in sidebar of loop-player to 1 Here are the dependencys it requires! SkQuery > https://dev.bukkit.org/projects/skquery Umbaska > https://dev.bukkit.org/projects/umbaska Skript > https://dev.bukkit.org/projects/skriptI hope this helps! Edited December 3, 2019 by unregistration 1 ♛ APPEAL ♛ FEATURED SERVERS ♛ MY PROFILE ♛ ♛ V.I.P and 2014 OG ♛ Like if I helped! \ Link to comment Share on other sites More sharing options...
Administrator BennyDoesStuff Posted December 4, 2019 Administrator Share Posted December 4, 2019 The plugin you linked in this post hasn't been updated in over 5 years now. It doesn't seem to be getting any updates anymore so I would be against adding this plugin. We already have a few other scoreboard plugins on Minehut such as KiteBoard or Quickboard which you could use for what you're looking for. Link to comment Share on other sites More sharing options...
Recommended Posts