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

Implement string representations for SuperflatSettings #5

Open
skatrak opened this issue Sep 22, 2014 · 0 comments
Open

Implement string representations for SuperflatSettings #5

skatrak opened this issue Sep 22, 2014 · 0 comments

Comments

@skatrak
Copy link
Owner

skatrak commented Sep 22, 2014

In the server.properties file, the superflat settings are specified differently than the internal representation of the program.
The following methods must be implemented:

  • setStringRepresentation() in superflatsettings.cpp. This has to set the object's contents to the contents specified by the string representation.
  • getStringRepresentation() in superflatsettings.cpp. This must let us recover the string representation of the object to be able to write it in a server.properties file.

The string representation of the object must follow the format specified here.

skatrak added a commit that referenced this issue Sep 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant