Adjusted settings

master
EspiDev 6 years ago
parent 0da7cb7ab2
commit fe403af716

@ -11,7 +11,7 @@
{ {
"instance_name": "CTF", "instance_name": "CTF",
"home_directory": "./", "home_directory": "./",
"command_to_run": "java -Xms2G -Xmx4G -XX:+UseG1GC -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -d64 -server -jar minecraft_server.jar", "command_to_run": "java -Xms512M -Xmx4G -XX:+UseG1GC -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -d64 -server -jar minecraft_server.jar",
"max_lines": 2000, "max_lines": 2000,
"amount_of_lines_to_cut_on_max": 100, "amount_of_lines_to_cut_on_max": 100,
"stop_process_command": "exit", "stop_process_command": "exit",

@ -66,7 +66,7 @@ world-settings:
portal-search-radius: 128 portal-search-radius: 128
remove-corrupt-tile-entities: false remove-corrupt-tile-entities: false
use-chunk-inhabited-timer: true use-chunk-inhabited-timer: true
queue-light-updates: false queue-light-updates: true
use-vanilla-world-scoreboard-name-coloring: false use-vanilla-world-scoreboard-name-coloring: false
delay-chunk-unloads-by: 10s delay-chunk-unloads-by: 10s
max-auto-save-chunks-per-tick: 24 max-auto-save-chunks-per-tick: 24
@ -121,7 +121,7 @@ world-settings:
push-based: false push-based: false
duplicate-uuid-resolver: saferegen duplicate-uuid-resolver: saferegen
duplicate-uuid-saferegen-delete-range: 32 duplicate-uuid-saferegen-delete-range: 32
keep-spawn-loaded: true keep-spawn-loaded: false
anti-xray: anti-xray:
enabled: false enabled: false
engine-mode: 1 engine-mode: 1

@ -16,7 +16,7 @@ settings:
save-user-cache-on-stop-only: false save-user-cache-on-stop-only: false
sample-count: 0 sample-count: 0
timeout-time: 60 timeout-time: 60
restart-on-crash: true restart-on-crash: false
restart-script: ./startctf.bat restart-script: ./startctf.bat
bungeecord: true bungeecord: true
late-bind: true late-bind: true
@ -60,7 +60,7 @@ commands:
- testforblock - testforblock
- tellraw - tellraw
advancements: advancements:
disable-saving: false disable-saving: true
disabled: disabled:
- minecraft:story/disabled - minecraft:story/disabled
world-settings: world-settings:

@ -1,11 +0,0 @@
@echo off
title CTF
:MAIN
cls
echo Starting Capture The Flag...
:start
java -Xms2G -Xmx3G -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -d64 -server -jar minecraft_server.jar
goto start
echo The server has crashed or stopped.
echo.
pause
Loading…
Cancel
Save