A bash framework for managing local Minecraft server and client software
Link: mcmanager project on Github
With an example system username "exampleuser", the framework root directory should reside at the following location:
/home/exampleuser/data/gaming/minecraft/mcmanager
... more information coming soon
The project consists of three primary bases of operation:
client: Assets related to the Minecraft client software (the thing you play Minecraft with)main: Overarching system-wide libraries, logs, etcserver: Assets related to the Minecraft server software
... more information coming soon
Setting up a server (by fandom.com)
How To Create a Minecraft Server on Ubuntu 22.04 (by DigitalOcean)
Tuning the JVM – G1GC Garbage Collector Flags for Minecraft (by Aikar)
Minecraft Server Control Script (project on Github)
- Capture
gitverbosity viagitctl.shscript verbosity handler function- This will allow us to have all of that verbosity stored into local log files by default
- Add message-type-related text coloring to all verbose messaging
- Generate an official schema reference for
sourcelinks.jsonfiles - Integration with systemd for automated server startup etc.
- World backup and restore processes
Created by h8rt3rmin8r (161803398@email.tg) on 20220822
Copyright 2022 Ancillary Soft
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.