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

Add worldedit runtime environment to increase yaml alias limit #2395

Merged

Conversation

Joo200
Copy link
Contributor

@Joo200 Joo200 commented Sep 11, 2023

Using snakeyaml can be a PITA sometimes. Depending on the used objects the nodes can be replaced by aliases when stuff is saved snakeyaml. Deserializing aliases only works with 50 aliases by default.

This PR adds a runtime environment option which can increase the alias limit. This can be set by -Dworldedit.yaml.aliasLimit=XXX in the startup parameter.

This can be set by -Dworldedit.yaml.aliasLimit=XXX in the startup parameter
@me4502 me4502 merged commit 9456535 into EngineHub:version/7.2.x Sep 14, 2023
4 checks passed
@Joo200 Joo200 deleted the feature/yaml-increase-aliaslimit branch September 14, 2023 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants