We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mcman build
server.properties
.mcman.lock
If you change the PORT in server.toml and run mcman build, it wont update an already existing server/server.properties file if .mcman.lock is present.
PORT
server.toml
server/server.properties
The text was updated successfully, but these errors were encountered:
oh right because the current logic checks for the last modified file timestamp 🤦♀️
Sorry, something went wrong.
fix #52 and hotfix #51
7bbc45b
0.4.4 will contain a hotfix for this
No branches or pull requests
If you change the
PORT
inserver.toml
and runmcman build
, it wont update an already existingserver/server.properties
file if.mcman.lock
is present.The text was updated successfully, but these errors were encountered: