I've been looking around for a while about how to make a lore line always the last lore line. I currently have no idea how I would go about doing this. Code would be nice, but I also want to figure outa bit of it by myself. Thanks, Max.
I pulled this image off Google. Basically, if I were to add more lores, Test would always be at the bottom as the last lore line.
Change the order. if you do like: lore.add("Test"); lore.add(""Test2"); than test2 will be last. IT depends on the order.