config.getstring returns null only if the config has more than 3 “points”
sorry if the title might be confusing, but i’m still learning java, and to do so, im doing it on minecraft as it’s less frustrating to learn while doing something you like.
Moving forward, this is my config.yml:
How can I modify a player’s name tag using ProtocolLib or in Bukkit to achieve a bolded colored nametag?
Hello I’m developing a minecraft plugin using ProtocolLib to modify a player’s name tag so that when they use a Nether Star their nametag changes. My goal is to temporarily change the player’s name tag to be purple and bold for 2 minutes and then reset it back to normal. However, I’m encountering a FieldAccessException error when trying to modify the packet fields.