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

Improve world configuration via in-game commands #85

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

ComputerNerd100
Copy link
Collaborator

Fixes #80

Add support for setting world configuration options via in-game commands

  • Accept parameters for the 'create' command to set configuration options
  • Add 'config' command to update configuration options for existing worlds
  • Update documentation

Fixes Paul19988#72
Removes the Main Config, and associated Updater class, as these are no longer used.
Fixes Paul19988#72
Removes remaining unused versioning classes, and update package
Adds a static 'of' Method to build a WorldData instance from a map of field names to values
Allows user to pass arbitrary parameters to the create command in the form -key:value to set values for the world configuration
Tab complete the key values for -key:value parameters passed to the create command
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.

Improve world creation and configuration
1 participant