Skip to content
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

[Bug] - Single quotes / apostrophe for comment parsing in YamlFileFactory #91

Open
Cinnazeyy opened this issue Mar 31, 2022 · 0 comments
Labels
bug Something isn't working low priority

Comments

@Cinnazeyy
Copy link
Member

The current implementation of the YamlFileFactory saves comments as normal properties, such that bukkit doesnt automatically delete it when saving the file.

COMMENT_0: '--------------------'

Note that it uses ' instead of the more typical ", which effectively prevents us from ever using an apostrophe in any comments.
This isn't really a big issue but it would still be great to get it fixed!

@Cinnazeyy Cinnazeyy added bug Something isn't working low priority labels Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority
Projects
None yet
Development

No branches or pull requests

1 participant