-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Blank Lines throw StringIndexOutOfBoundsOfException #72
Labels
Comments
OliverSchlueter
added
bug
Something isn't working
enhancement
New feature or request
labels
Feb 29, 2024
devpeaqe
pushed a commit
to devpeaqe/FancyHolograms
that referenced
this issue
Nov 2, 2024
Merged
devpeaqe
pushed a commit
to devpeaqe/FancyHolograms
that referenced
this issue
Nov 3, 2024
cancelt the running command if the provided text is empty implemented changes to the InsertBeforeCMD.java
devpeaqe
pushed a commit
to devpeaqe/FancyHolograms
that referenced
this issue
Nov 3, 2024
Removed issue FancyMcPlugins#72 from the FancyMcPlugins#15
devpeaqe
pushed a commit
to devpeaqe/FancyHolograms
that referenced
this issue
Nov 3, 2024
removed command lines
devpeaqe
pushed a commit
to devpeaqe/FancyHolograms
that referenced
this issue
Nov 3, 2024
changed from "return true" to "return false"
OliverSchlueter
pushed a commit
that referenced
this issue
Nov 3, 2024
OliverSchlueter
pushed a commit
that referenced
this issue
Nov 3, 2024
* fixed issue #72 #72 * fixed issue #15 #15 * Issue #15 changed the permissions that contain a "-" with an "_" * Issue #15 Removed issue #72 from the #15 * Issue #72 cancelt the running command if the provided text is empty implemented changes to the InsertBeforeCMD.java * Issue #72 removed command lines * Issue #72 changed from "return true" to "return false" --------- Co-authored-by: peaqe <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: