Alexis
Alexis
I have a doubt about repeating lines and the anti flicker since I am using the netherboard .jar but it does not let repeat lines and the flicker bothers a...
https://pastebin.com/LRaL6waF Look here I show you the code it may be that something is wrong since it is the first time I created a scoreboard and decided to use an...
I mean you use Netherboard.instance (). GetBoard (player) in a playerjoinevent event? or on createscoreboard or on setscoreboard, and this is to get the scoreboard but I didn't understand how...
Netherboard.instance().createBoard(player, config, null); Que tendría que poner donde dice null y null por que si pongo config me dice que cambie el FileConfiguration a tring y no funciona El mié.,...
Netherboard.instance().createBoard(player, null); What should I put where it says null and null because if I put config it tells me to change the FileConfiguration to tring and it doesn't work...
https://pastebin.com/0s3VmGg2 It would help me to correct my code please why I don't understand much about this scoreboard El mié., 7 ago. 2019 a las 23:43, MinusKube () escribió: >...
Yes I use it ScoreboardPlayer board = new ScoreboardPlayer(this); board.initScoreboardTask(Integer.valueOf(getConfig().getString("Scoreboard.ticks"))); in the main class I get this error https://pastebin.com/QjTYdFwp What leaves the error in the console is the updateScoreboard (player,...
I love you, thanks for the help El vie., 9 ago. 2019 a las 9:41, MinusKube () escribió: > @EventHandlerpublic void onPlayerJoin(PlayerJoinEvent event) { > Player player = event.getPlayer(); >...
Hey, you wanted this question to be silly, but once I imported the core and the bukkit from the netherboard src, I have to use Netherboard. as if he was...
Hey I have a doubt look when I use / mod for example I put in the code if (StaffMode.staffmode.contains (p.getUniqueId ())) {and there I put board.set and that all...