FancyMcPlugins / FancyHolograms

FancyHolograms is a simple, lightweight and fast hologram plugin using display entities
https://modrinth.com/plugin/fancyholograms
MIT License
81 stars 28 forks source link

Adding Blank Lines throw StringIndexOutOfBoundsOfException #72

Open frozenMC opened 4 months ago

frozenMC commented 4 months ago

While editing an existing hologram, deleting a line moved the line down so I assumed that adding an blank line will push the position of line 1 back to where it was previously.

The command used was '/hologram edit The_White_Mane-WFP3A insertafter 1 ' and it throws an string index, "begin 0, end -1, length 0". Expected Behavior: Adding Line 2 which is blank.

Build 51