📦 Glowstone/ GlowstoneMC
A fast, customizable and compatible open source server for Minecraft: Java Edition
Установка и запуск
Running
Running Glowstone is simple because its dependencies are shaded into the output
jar at compile time. Simply execute java -jar glowstone.jar along with any
extra JVM options desired (we recommend using java -Xms1G -Xmx1G -XX:+UseG1GC -jar glowstone.jar). A variety of command-line options are also available -
run java -jar glowstone.jar --help for more information.
By default, configuration is stored in the config/ subdirectory and logs
are stored in the logs/ subdirectory. The main configuration file is
config/glowstone.yml, which replaces CraftBukkit's server.properties and
bukkit.yml. Settings from these two files will be copied over to Glowstone's
configuration during the default configuration generation process.
Glowstone uses JLine for console input and colored console output. The JLine console can be disabled in the configuration if a flat console is desired.
Need more help? Check out our wiki for some guides that will help you with running, maintaining and configuring your Glowstone server.
Из README репозитория · полный README на GitHub