TritonDataCenter / minecrab

Minecraft on Joyent's Cloud & Manta on Demand
Other
27 stars 12 forks source link

Want offline properties editing #1

Closed nfitch closed 10 years ago

nfitch commented 10 years ago

Be able to edit world data offline:

  1. ops.txt
  2. white-list.txt
  3. server.properties
  4. banned-ips.txt
  5. banned-players.txt
  6. server.config (our custom thing for tracking the server type)
nfitch commented 10 years ago

This will involve pulling out some of the files we're keeping in the tar file, and merging each one as the server launches. We'll also have to copy all these files individually when we copy over a world.

nfitch commented 10 years ago

On second thought... I think pointing people at the minecraft-server-command is sufficient, though it's questionable if some settings stick between world persistance/restarts. Going to file an issue for making sure that difficulty and game mode persist across reboots.

nfitch commented 10 years ago

Filed joyent/minecraft#31 to see about persisting across reboots.