Info-Board Reborn

ANNOUNCEMENT 26/05/2019 (read below):
As time is passing so is the recode progress of InfoBoardReborn. I’m pleased to say that we are testing a BETA version of the 3.0.0 version. We still have some bugs to iron out, but we hope to release the plugin around the end of June. If you find any bugs in the old version of IBR be sure to share them so we can make sure they won’t happen in the recode!
I hope you will enjoy the recode and the things we have changed! If you didn’t know about the recode read the poiler.
Announcement 13/03/2019 (read below):
Ladies and gentlemen, I’m saying this as a warning and an announcement. I’m currently recoding the entire plugin. The new version will bring lots of new features, for example: version support for all server versions, new animations, separate board files, permission-based boards, ... And much more. (This recode is not public, as soon as it’s completed I will post the source-code.)
Stay tuned for more info!
Announcement 12/01/2018 (read below):
I am back! And I am going to update the plugin like I promised before, thanks to pixar02. Who maintained the plugin (on spigot) in my absence. I don’t have to start from scratch, he will be helping me update the plugin. You can ask questions in the comment section or on the GitHub issue page.
InfoBoard Reborn is a continuation of the plugin InfoBoard. (http://dev.bukkit.org/bukkit-plugins/info-board/)
So, what does it do? InfoBoard Reborn retains all of the features as before while enhancing them; you can customize dynamic scoreboards to display various information, including hundreds of variables from other plugins!
Scoreboards can be shown per world, per rank (requires vault), and even per player.
Completely configurable, from the color codes to the scrolling, every single aspect of the scoreboard is able to be customized.
Features
- Anti-Flicker! High update time? no flicker!!
- Disable in worlds you don't want it showing up in
- Set scoreboards per group (Show 1 group one thing and another group different things)
- Supports color and formatting codes
- Configure the scoreboard's title, and rows.
- Configure multiple scoreboards to rotate through (No limit of scoreboards)
- Set times for each scoreboard to be shown, use keywords and variables to show info
- PlaceholderAPI (a lot of placeholders...)
- UTF8 (ALT) variables (link)
- Scrolling lines! Let's your line scroll
- Changeable text, set a variable as line and add lines to the variable to cycle through.
Styles
- 2 different styles(Split and not split)
- Use <split> and use the value for the score Example: Takes this: 'Online Players: <split> %onlineplayers%' This will Split the line into 2 so 'Online Players' will be on a line and '%onlineplayers%' on the next line.
Dependencies
- PlaceHolderAPI
- Vault
- WorldGuard
- Any economy plugin! (Essentials, BukkitEconomy, iConomy,...)
Commands & Permissions
| Command | Permission | Description |
|---|---|---|
| /InfoBoard Reload | InfoBoard.Reload | Reload the info board |
| /InfoBoard Hide | InfoBoard.Toggle | Hide the info board |
| /InfoBoard Show | InfoBoard.Toggle | Show the info board |
| /InfoBoard Set <Pg> | InfoBoard.Set | Set the display page |
| InfoBoard.View | See the info board, given by default. | |
| InfoBoard.* | Given to ops and contains all permissions. |
Variables & Plugin Support
Info-Board Reborn hooks into PlaceholderAPI to get veriables from a lot of plugins!
There are a lot of placeholders that PlaceholderAPI provides for us, here is a link with a list of all the PlaceholderAPI expansions: Link-1 , Link-2 , Link-3.
We also have requested expansions. They can be found on the Github page.
InfoBoard's Disclaimers
This resource sends anonymous statistics to https://bstats.org.
Following data will be sent:
- Your server's randomly generated UUID
- The amount of players on your server
- The online mode of your server
- The bukkit version of your server
- The java version of your system (e.g. Java 8)
- The name of your OS (e.g. Windows)
- The version of your OS
- The architecture of your OS (e.g. amd64)
- The system cores of your OS (e.g. 8)
- Plugin version of bStats-supported plugins
-
View User Profile
-
Send Message
Posted Feb 29, 2016Would be also very cool if you can hook into PlaceholdersAPI so we can use many more variables.
MFG
-
View User Profile
-
Send Message
Posted Feb 28, 2016Hey....very nice plugin.
Acctually i dont know why i should pay 15$ if yxour plugin also exist. Good job.
Also maby did you think about Quests support? Like to show the current quest+stages. Like how much mobs i allready killed?
MFG
-
View User Profile
-
Send Message
Posted Feb 22, 2016Hey , very good Plugin! Can you intigrate this Plugin Coins ? :)
http://dev.bukkit.org/bukkit-plugins/coins/
-
View User Profile
-
Send Message
Posted Feb 21, 2016It would be great if this plugin supported PlaceHolders API. Think that is possible?
Thanks, Saxion
-
View User Profile
-
Send Message
Posted Feb 21, 2016Does this plugin support or plan to support bungee?
-
View User Profile
-
Send Message
Posted Feb 18, 2016Hey, i have your plugin and also have the bounties plugin. I have the idea to add the top 10 Bounties to the board, but there is no variables to do so. Can someone please tell me how to add them, or add the variables to the plugin? Thank's a lot.
- Flaavis
Starcraft Developer and IncisionMC Owner
-
View User Profile
-
Send Message
Posted Jan 31, 2016Can Anybody Help Me... This Spams My Server Consol:
[18:54:55] [Server thread/WARN]: [InfoBoardReborn] Task #230 for InfoBoardReborn v1.7.0 generated an exception java.lang.NoSuchMethodError: ru.tehkode.permissions.PermissionManager.getUser(Ljava/util/UUID;)Lru/tehkode/permissions/PermissionUser; at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getUser(Permission_PermissionsEx.java:243) [?:?] at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getPlayerGroups(Permission_PermissionsEx.java:252) [?:?] at com.ktar5.infoboard.API.Vault.getRank(Vault.java:24) [?:?] at com.ktar5.infoboard.Scoreboard.Create.createScoreBoard(Create.java:43) [?:?] at com.ktar5.infoboard.Scoreboard.Update.updateScoreBoard(Update.java:56) [?:?] at com.ktar5.infoboard.Timers$2.run(Timers.java:111) [?:?] at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [spigotmc-1.8.8-R0.1.jar:git-Spigot-db6de12-07c3001] at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigotmc-1.8.8-R0.1.jar:git-Spigot-db6de12-07c3001] at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigotmc-1.8.8-R0.1.jar:git-Spigot-db6de12-07c3001] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigotmc-1.8.8-R0.1.jar:git-Spigot-db6de12-07c3001] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigotmc-1.8.8-R0.1.jar:git-Spigot-db6de12-07c3001] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigotmc-1.8.8-R0.1.jar:git-Spigot-db6de12-07c3001] at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
-
View User Profile
-
Send Message
Posted Jan 30, 2016Could anyone PLEASE take over this project?
Several stats are not working and some very cool develepments are still possible on this great idea of a plugin!
Thanks for considering this, it would be very much appreciated!!
-
View User Profile
-
Send Message
Posted Jan 22, 2016@kevindoorneweerd
I created a ticket. https://github.com/Ktar5/Info-Board/issues/73
-
View User Profile
-
Send Message
Posted Jan 22, 2016@GamingmedSimba
ALL BUGS AND FEATURES MUST BE IN TICKETS. I WILL NOT READ COMMENTS OR PM'S
-
View User Profile
-
Send Message
Posted Jan 22, 2016@SmilingTrickster
ALL BUGS AND FEATURES MUST BE IN TICKETS. I WILL NOT READ COMMENTS OR PM'S
-
View User Profile
-
Send Message
Posted Jan 21, 2016Hi ktar5, Is there a way I can add custom variables for my plugin? I looked at the page but there's no mention for such features available...
-
View User Profile
-
Send Message
Posted Jan 19, 2016How do I place GangsPlus gang name as a variable in the board?
-
View User Profile
-
Send Message
Posted Jan 18, 2016Works nicely . Looks good and it is easy enough to figure out . Good job all in all . I would like to state that scroll works best for the title of the page . It does work on lines but the outcome is that it scrolls the info underneath the title , for it to work in the lines a space needs to be between the scroll variable and variable of your choice . At least that is the way it seemed to me . Light and pretty fast .
edit: It seems the max memory is off . I have at least twice the memory that this shows I have .
-
View User Profile
-
Send Message
Posted Jan 15, 2016Hey Authors, Can you add EZRankUp and EZPrestiges plugins And Thank you very much, You've made Amazing plugin ♥
-
View User Profile
-
Send Message
Posted Jan 13, 2016Hey ktar5 and other authors,
I've got 2 requestes for supported plugins: 1. RPGme 2. Jobs-Reborn (Jobs-Reborn doesn't work with the old one, please update the plugin more often :D)
-
View User Profile
-
Send Message
Posted Jan 13, 2016@siuki2665
I know the issue, you need to have a permissions plugin, for example Groupmanager works.
-
View User Profile
-
Send Message
Posted Jan 13, 2016@siuki2665
Also having the same problem, don't know how to fix it.
-
View User Profile
-
Send Message
Posted Jan 13, 2016InfoBoard will be shut down because there is a problem with your server's permissions
a problem with my server's permissions?????? please help....
-
View User Profile
-
Send Message
Posted Jan 12, 2016@NorskGamerJJ
try install to server "Vault"