Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Multi-instance mode #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Multi-instance mode #180

wants to merge 1 commit into from

Conversation

jedediah
Copy link
Member

Allow for multiple server processes to be run from the same server files, by preventing the server from writing anything to its home folder.

In MI mode, no config files are written, only read. That includes all plugin configs, bukkit.yml, all the vanilla .json files, and server.properties. World files are copied to a temporary folder, if they exist, and deleted on shutdown.

@twizmwazin
Copy link

If a plugin attempts to change a config for either the server or a plugin, will it apply to that instance or is this not possible?

@jedediah
Copy link
Member Author

I assume the change will be effective while the server is running, but it won't be saved anywhere.

@jedediah jedediah force-pushed the multi-instance-mode branch from d0d143b to 2a78b93 Compare November 11, 2015 09:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants