Commit b7e294e8 authored by Florian Grabowski's avatar Florian Grabowski
Browse files

Code Style and Imports

parent b262e83d
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
@echo off
"C:\Program Files\Java\jdk-16.0.2\bin\java.exe" -Xms8192M -Xmx8192M -jar paper-1.17.1-363.jar
pause
This source diff could not be displayed because it is too large. You can view the blob instead.
/Users/flgr/Desktop/PaperServer/cwa-verify_2021-11-09_16-08-07.json
#Minecraft server properties #Minecraft server properties
#Wed Jan 19 10:00:05 CET 2022 #Thu Feb 03 12:22:08 CET 2022
enable-jmx-monitoring=false enable-jmx-monitoring=false
rcon.port=25575 rcon.port=25575
gamemode=survival gamemode=survival
...@@ -12,10 +12,10 @@ pvp=true ...@@ -12,10 +12,10 @@ pvp=true
generate-structures=false generate-structures=false
difficulty=easy difficulty=easy
network-compression-threshold=256 network-compression-threshold=256
max-tick-time=60000
require-resource-pack=false require-resource-pack=false
max-players=20 max-tick-time=60000
use-native-transport=true use-native-transport=true
max-players=20
online-mode=true online-mode=true
enable-status=true enable-status=true
allow-flight=false allow-flight=false
......
[{"name":"MC_FLOri","uuid":"edb76f3f-e782-426a-ba9e-6a895dea431a","expiresOn":"2022-02-19 10:04:30 +0100"}] [{"name":"MC_FLOri","uuid":"edb76f3f-e782-426a-ba9e-6a895dea431a","expiresOn":"2022-03-03 14:43:37 +0100"}]
\ No newline at end of file \ No newline at end of file
name: main name: main
version: '1.0-SNAPSHOT' version: '1.0-SNAPSHOT'
main: de._82grfl1bif.KPI_Visualizer.main main: de._82grfl1bif.kpiVisualizer.main
api-version: 1.17 api-version: 1.17
authors: [ FlorianGrabowski ] authors: [ FlorianGrabowski ]
description: Testing automated construcion of Buildings. description: Testing automated construcion of Buildings.
...@@ -9,4 +9,4 @@ commands: ...@@ -9,4 +9,4 @@ commands:
setPreset: setPreset:
description: setzt einen ein Json Preset. description: setzt einen ein Json Preset.
generateLayout: generateLayout:
description: generates Json description: generates Json
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment