forked from msmhq/msm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update wl, bl, and op commands to not edit files
This commit updates the wl, bl, and op commands to no longer edit their corresponding server files. msm still edits config settings in files, but relies on minecraft server to manage it's own files, passing the commands to the running server for changes. Minecraft server moved to json in version 1.7.2 which made directly editing txt files no longer work. This change follows the pattern of the other passthrough commands that if the server isn't running, returns error_exit informing the user the server is not running. Fixes issue msmhq#404
- Loading branch information
1 parent
4022d5a
commit fc954bc
Showing
1 changed file
with
8 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters