#Scoreboard Help

1 messages · Page 1 of 1 (latest)

tiny badge
#

Hello to everyone that's reading this.

I'm creating a UHC Plugin for Minecraft 1.8.8 using Spigot.

I'm currently creating the scoreboard system of that plugin and I'm in a trouble because I don't know how to do that in a efficient way. I have this code but when I join the server I get kicked for Internal Exception: io.netty.handler.codec.DecoderException: The received string length is longer than the maxium allowed (22 > 16) and also I think that there's a better way to do what I want.

What I want?
I want to read the scoreboard lines that are in scoreboard.yml file and show them in-game, replacing $variable with some in-game values.

Scoreboard Class Code: https://paste.md-5.net/cazemepawu.java
Main Class Code: https://paste.md-5.net/nirajocipu.java
Scoreboard.yml: https://paste.md-5.net/genibikabe.bash

full thorn
#

Welcome to 1.8

#

Your prefix length must be within 16 chars

#

including color codes

#

So must your suffix

#

No way to bypass this, it's a protocol limitation

tiny badge
#

And can u help me with a better way to do what i want?

#

I'm really frustrated and don't know how to do that

static mural
#

Not use 1.8

#

You cannot go over the 16 char limit

full thorn
#

This is what I used back in the day

tiny badge
#

I'm using 1.8.8 because it's the best version to play pvp-related games like UHC

#

Personal preferences i think

static mural
#

one moment

tiny badge
#

k

static mural
#

that took way too long to locate

#

have a nice day

tiny badge
#

xd

onyx cairn
#

I'd just use fastboards