MinusKube
MinusKube
Hello, sorry for the late answer, but you can use the `Netherboard#hasBoard(Player)` method.
Hi, maybe your IDE suggests to import the dependency somewhere? Or maybe your Maven is offline and can't reach the Maven Central server
When you have the same text in multiple lines, only one of them is shown, here you have the same text in the lines 5 and 3
It's a Minecraft limitation, but you can append color codes at the end of lines, so they are not the same lines, but they still look similar. A future version...
(Sorry for the late answer) It seems like you're updating the scoreboard within an async task, Netherboard is not thread-safe, so you'll have to update the scoreboard within the main...
Using the maven shade plugin, I think you can exclude the plugin.yml file, so yours doesn't get overridden, examples here: https://maven.apache.org/plugins/maven-shade-plugin/examples/includes-excludes.html
Hello, you must run a scheduler every X ticks and simply call the `set` method inside it with the line number and the String. There is currently no utility class...
Your code seems correct, check if your listener is correctly registered, if your plugin is correctly exported, if you don't have any error in the console, and things like that
You can copy the core and bukkit modules to your code, or include them inside your jar using Maven/Gradle
If you create the Scoreboard on PlayerJoinEvent and make sure to call the method `R()`, this should work