FeatherBoard

FeatherBoard 5.6.0
An extreme configurable animated scoreboard that runs like a feather on your server

FateKid

DEVIL DID IT

Status

offline

Posts

14,667

Likes

125,854

Resources

3,373

Bits Credits

363

Admin

LEVEL

11

5,910 XP

JosGCS

New Recruit

Status

offline

Posts

27

Likes

232

Resources

7

Bits Credits

0

LEVEL

2

400 XP

@NF NET Can you please re-upload or update the plugin?

[17:24:03] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.29.0*
[17:24:04] [Server thread/INFO]: [(REDACTED)] Server will now shutdown.
[17:24:04] [Server thread/INFO]: [(REDACTED)] Error Code: 0xF
 

PREDATOR_TR

User Suspended

Status

offline

Posts

3

Likes

2

Bits Credits

0

LEVEL

0

0 XP

Member suspended from NullForums
good plugins
 
Liked by:

FateKid

DEVIL DID IT

Status

offline

Posts

14,667

Likes

125,854

Resources

3,373

Bits Credits

363

Admin

LEVEL

11

5,910 XP

Liked by:

FateKid

DEVIL DID IT

Status

offline

Posts

14,667

Likes

125,854

Resources

3,373

Bits Credits

363

Admin

LEVEL

11

5,910 XP

FateKid updated FeatherBoard with a new update entry:

v5.2.0 - Cleanup, stripcolor and small bugfixes

  • Updated libraries (JPA, ORMLite)
  • Fixed /fb permissions
  • Code cleanup
  • Added <stripcolors> effect to remove colors from the inner text. This can be useful if you have a prefix or other placeholder that contains a lot of colors
    [IMG]

  • Bugfix with ArcadeBoard

Read the rest of this update entry...
 
Liked by:

FateKid

DEVIL DID IT

Status

offline

Posts

14,667

Likes

125,854

Resources

3,373

Bits Credits

363

Admin

LEVEL

11

5,910 XP

Liked by:

Razariel

Nulling Doggo ツ

Status

offline

Posts

460

Likes

606

Resources

2

Bits Credits

1

LEVEL

4

900 XP

Shows up this error :(

[21:45:42 INFO]: [FeatherBoard] Enabling FeatherBoard v5.3.0
[21:45:42 INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:45:42 INFO]: [FeatherBoard] Plugin: FeatherBoard v5.3.0
[21:45:42 INFO]: [FeatherBoard] Framework version: 2023-04
[21:45:42 INFO]: [FeatherBoard] Author: Maxim Van de Wynckel (Maximvdw)
[21:45:42 INFO]: [FeatherBoard] Website: https://www.mvdw-software.com/
[21:45:42 INFO]: [FeatherBoard] Copyright: 2013-2023 All Rights Received
[21:45:42 INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:45:42 INFO]: [FeatherBoard] Loading configuration ...
[21:45:42 INFO]: [FeatherBoard] Copying 'plugins\FeatherBoard\config.yml' from the resources!
[21:45:42 INFO]: [FeatherBoard] Loading messages ...
[21:45:42 INFO]: [FeatherBoard] Creating new file 'plugins\FeatherBoard\lang\lang_en.yml'!
[21:45:42 INFO]: [FeatherBoard] Loading language file: lang_en
[21:45:42 INFO]: [FeatherBoard] Checking for module updates ...
[21:45:42 INFO]: [FeatherBoard] Fetching modules from server ...
[21:45:43 INFO]: [FeatherBoard] Copying default custom effects ...
[21:45:43 INFO]: [FeatherBoard] Loading custom effect 'example1' ...
[21:45:43 INFO]: [FeatherBoard] Creating new custom effect: example1
[21:45:43 INFO]: [FeatherBoard] Loading custom effect 'example2' ...
[21:45:43 INFO]: [FeatherBoard] Creating new custom effect: example2
[21:45:43 INFO]: [FeatherBoard] Loading custom effect 'example3' ...
[21:45:43 INFO]: [FeatherBoard] Creating new custom effect: example3
[21:45:44 INFO]: [FeatherBoard] Copying default scoreboards ...
[21:45:44 INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
[21:45:44 INFO]: [FeatherBoard] Loading scoreboard 'benchmark' ...
[21:45:59 INFO]: [FeatherBoard] Loading scoreboard 'default' ...
[21:45:59 INFO]: [FeatherBoard] Added 'PERMISSION' as the default assigning method
[21:45:59 INFO]: [FeatherBoard] Your version is up to date!
[21:45:59 INFO]: [FeatherBoard] Disabling FeatherBoard v5.3.0
[21:45:59 INFO]: [FeatherBoard] Cancelling all tasks ...
[21:45:59 ERROR]: Error occurred while enabling FeatherBoard v5.3.0 (Is it up to date?)
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register be.maximvdw.featherboard.pT@58ee8c6 while not enabled
at io.papermc.paper.plugin.manager.PaperEventManager.registerEvents(PaperEventManager.java:80) ~[paper-1.20.1.jar:git-Paper-82]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.registerEvents(PaperPluginManagerImpl.java:131) ~[paper-1.20.1.jar:git-Paper-82]
at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:670) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at be.maximvdw.featherboard.pK.<init>(pK.java:5) ~[FeatherBoard-5.3.0.jar:?]
at be.maximvdw.featherboard.pT.<init>(pT.java:61) ~[FeatherBoard-5.3.0.jar:?]
at be.maximvdw.featherboard.FeatherBoard.g(FeatherBoard.java:86) ~[FeatherBoard-5.3.0.jar:?]
at be.maximvdw.featherboard.VK.e(VK.java:19) ~[FeatherBoard-5.3.0.jar:?]
at be.maximvdw.featherboard.VK.onEnable(VK.java:13) ~[FeatherBoard-5.3.0.jar:?]
at be.maximvdw.featherboard.FeatherBoard.onEnable(FeatherBoard.java:50) ~[FeatherBoard-5.3.0.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.20.1.jar:git-Paper-82]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-82]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:639) ~[paper-1.20.1.jar:git-Paper-82]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:550) ~[paper-1.20.1.jar:git-Paper-82]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636) ~[paper-1.20.1.jar:git-Paper-82]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:435) ~[paper-1.20.1.jar:git-Paper-82]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-82]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.20.1.jar:git-Paper-82]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-82]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
 
Liked by:

FateKid

DEVIL DID IT

Status

offline

Posts

14,667

Likes

125,854

Resources

3,373

Bits Credits

363

Admin

LEVEL

11

5,910 XP

Shows up this error :(

[21:45:42 INFO]: [FeatherBoard] Enabling FeatherBoard v5.3.0
[21:45:42 INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:45:42 INFO]: [FeatherBoard] Plugin: FeatherBoard v5.3.0
[21:45:42 INFO]: [FeatherBoard] Framework version: 2023-04
[21:45:42 INFO]: [FeatherBoard] Author: Maxim Van de Wynckel (Maximvdw)
[21:45:42 INFO]: [FeatherBoard] Website: https://www.mvdw-software.com/
[21:45:42 INFO]: [FeatherBoard] Copyright: 2013-2023 All Rights Received
[21:45:42 INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:45:42 INFO]: [FeatherBoard] Loading configuration ...
[21:45:42 INFO]: [FeatherBoard] Copying 'plugins\FeatherBoard\config.yml' from the resources!
[21:45:42 INFO]: [FeatherBoard] Loading messages ...
[21:45:42 INFO]: [FeatherBoard] Creating new file 'plugins\FeatherBoard\lang\lang_en.yml'!
[21:45:42 INFO]: [FeatherBoard] Loading language file: lang_en
[21:45:42 INFO]: [FeatherBoard] Checking for module updates ...
[21:45:42 INFO]: [FeatherBoard] Fetching modules from server ...
[21:45:43 INFO]: [FeatherBoard] Copying default custom effects ...
[21:45:43 INFO]: [FeatherBoard] Loading custom effect 'example1' ...
[21:45:43 INFO]: [FeatherBoard] Creating new custom effect: example1
[21:45:43 INFO]: [FeatherBoard] Loading custom effect 'example2' ...
[21:45:43 INFO]: [FeatherBoard] Creating new custom effect: example2
[21:45:43 INFO]: [FeatherBoard] Loading custom effect 'example3' ...
[21:45:43 INFO]: [FeatherBoard] Creating new custom effect: example3
[21:45:44 INFO]: [FeatherBoard] Copying default scoreboards ...
[21:45:44 INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
[21:45:44 INFO]: [FeatherBoard] Loading scoreboard 'benchmark' ...
[21:45:59 INFO]: [FeatherBoard] Loading scoreboard 'default' ...
[21:45:59 INFO]: [FeatherBoard] Added 'PERMISSION' as the default assigning method
[21:45:59 INFO]: [FeatherBoard] Your version is up to date!
[21:45:59 INFO]: [FeatherBoard] Disabling FeatherBoard v5.3.0
[21:45:59 INFO]: [FeatherBoard] Cancelling all tasks ...
[21:45:59 ERROR]: Error occurred while enabling FeatherBoard v5.3.0 (Is it up to date?)
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register be.maximvdw.featherboard.pT@58ee8c6 while not enabled
at io.papermc.paper.plugin.manager.PaperEventManager.registerEvents(PaperEventManager.java:80) ~[paper-1.20.1.jar:git-Paper-82]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.registerEvents(PaperPluginManagerImpl.java:131) ~[paper-1.20.1.jar:git-Paper-82]
at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:670) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at be.maximvdw.featherboard.pK.<init>(pK.java:5) ~[FeatherBoard-5.3.0.jar:?]
at be.maximvdw.featherboard.pT.<init>(pT.java:61) ~[FeatherBoard-5.3.0.jar:?]
at be.maximvdw.featherboard.FeatherBoard.g(FeatherBoard.java:86) ~[FeatherBoard-5.3.0.jar:?]
at be.maximvdw.featherboard.VK.e(VK.java:19) ~[FeatherBoard-5.3.0.jar:?]
at be.maximvdw.featherboard.VK.onEnable(VK.java:13) ~[FeatherBoard-5.3.0.jar:?]
at be.maximvdw.featherboard.FeatherBoard.onEnable(FeatherBoard.java:50) ~[FeatherBoard-5.3.0.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.20.1.jar:git-Paper-82]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-82]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:639) ~[paper-1.20.1.jar:git-Paper-82]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:550) ~[paper-1.20.1.jar:git-Paper-82]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636) ~[paper-1.20.1.jar:git-Paper-82]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:435) ~[paper-1.20.1.jar:git-Paper-82]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-82]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.20.1.jar:git-Paper-82]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-82]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Hmm I will look into this. Don't think it's an issue on my end
 
Liked by:

Latest threads

Forum statistics

Threads
53,978
Messages
84,028
Members
50,588
Latest member
gdsfesqrfzefrdq
Top Bottom