GPAddons / GPBlockHighlightBoundaries

Visualize claims using block highlights.
4 stars 2 forks source link

Team Name is Too Long #12

Closed coco0325 closed 2 years ago

coco0325 commented 2 years ago

Server version: Paper 1.17.1 Error log: https://pastebin.com/ZsAr5sSa

Jikoo commented 2 years ago

Looks like you're using Purpur, not Paper. Had no troubles with Paper when testing this initially on 1.18, but that's an easy fix.

Jikoo commented 2 years ago

Okay, after checking around a little more that's a pure 1.17 Spigot issue. Scoreboard display names were allowed to be the correct length of 128 characters but internal names were capped to 16 characters. As of 1.18 it's now capped to 32767 as expected.

I think the "fix" here is going to be to just slap a try/catch around it and call it a day, truncating and setting display name as necessary.