Add a file headder
This commit is contained in:
parent
41b8282c58
commit
5ab1f8f05a
21
start.sh
21
start.sh
@ -1,19 +1,26 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Auto Update & Run PaperMC server script
|
#############################################################################################################
|
||||||
|
# Auto Update & Run PaperMC server script #
|
||||||
|
# by jiriks74 #
|
||||||
|
# https://github.com/jiriks74/start_papermc.sh #
|
||||||
|
# This script is under GPLv3, if you want to distribute changes you have to do so under the same license #
|
||||||
|
#############################################################################################################
|
||||||
|
|
||||||
# Settings
|
############
|
||||||
|
# Settings #
|
||||||
|
############
|
||||||
version="1.19.3"
|
version="1.19.3"
|
||||||
# Leave blank to use the latest build
|
# Leave blank to use the latest build
|
||||||
select_build=""
|
select_build=""
|
||||||
|
|
||||||
|
# Memory settings
|
||||||
|
initMem="2000M" # Minimum memory used
|
||||||
|
maxMem="6000M" # Maximum memory allowed to be used
|
||||||
|
|
||||||
# Options for the server
|
# Options for the server
|
||||||
mc_launchoptions="-nogui"
|
mc_launchoptions="-nogui"
|
||||||
|
|
||||||
# Memory settings
|
# G1GC settings - leave the defaults if you're unsure
|
||||||
initMem="2000M" # Minimum memory used
|
|
||||||
maxMem="2000M" # Maximum memory allowed to be used
|
|
||||||
|
|
||||||
# G1 settings
|
|
||||||
g1HeapMem="32M" # Memory used by G1
|
g1HeapMem="32M" # Memory used by G1
|
||||||
g1NewSize="20" # In %
|
g1NewSize="20" # In %
|
||||||
g1Reserve"20" # In %
|
g1Reserve"20" # In %
|
||||||
|
Loading…
x
Reference in New Issue
Block a user