diff --git a/mods/Cardboard-1.17-1.18.jar b/mods/Cardboard-1.17-1.18.jar new file mode 100755 index 0000000..c948faf Binary files /dev/null and b/mods/Cardboard-1.17-1.18.jar differ diff --git a/mods/fabric-api-0.44.0+1.18.jar b/mods/fabric-api-0.44.0+1.18.jar new file mode 100755 index 0000000..36a8b2e Binary files /dev/null and b/mods/fabric-api-0.44.0+1.18.jar differ diff --git a/mods/iCommon-Fabric-1.18.jar b/mods/iCommon-Fabric-1.18.jar new file mode 100755 index 0000000..ed0082b Binary files /dev/null and b/mods/iCommon-Fabric-1.18.jar differ diff --git a/mods/krypton-0.1.5.jar b/mods/krypton-0.1.5.jar new file mode 100755 index 0000000..252bc3f Binary files /dev/null and b/mods/krypton-0.1.5.jar differ diff --git a/mods/lithium-fabric-mc1.18-0.7.6-rc1.jar b/mods/lithium-fabric-mc1.18-0.7.6-rc1.jar new file mode 100755 index 0000000..9903ae6 Binary files /dev/null and b/mods/lithium-fabric-mc1.18-0.7.6-rc1.jar differ diff --git a/plugins/WorldBorder.jar b/plugins/WorldBorder.jar new file mode 100644 index 0000000..0b912da Binary files /dev/null and b/plugins/WorldBorder.jar differ diff --git a/plugins/WorldBorder/config.yml b/plugins/WorldBorder/config.yml new file mode 100644 index 0000000..de4fc19 --- /dev/null +++ b/plugins/WorldBorder/config.yml @@ -0,0 +1,27 @@ +cfg-version: 11 +message: '&cYou have reached the edge of this world.' +round-border: true +debug-mode: false +whoosh-effect: true +portal-redirection: true +knock-back-dist: 3.0 +timer-delay-ticks: 5 +remount-delay-ticks: 0 +dynmap-border-enabled: true +dynmap-border-message: The border of the world. +dynmap-border-hideByDefault: false +dynmap-border-priority: 0 +player-killed-bad-spawn: false +deny-enderpearl: true +fill-autosave-frequency: 30 +bypass-list-uuids: [] +fill-memory-tolerance: 500 +prevent-block-place: false +prevent-mob-spawn: false +worlds: + world: + x: 0.5 + z: 0.5 + radiusX: 500 + radiusZ: 500 + wrapping: false diff --git a/plugins/bStats/config.yml b/plugins/bStats/config.yml new file mode 100644 index 0000000..58ae37c --- /dev/null +++ b/plugins/bStats/config.yml @@ -0,0 +1,7 @@ +# bStats collects some data for plugin authors like how many servers are using their plugins. +# To honor their work, you should not disable it. +# This has nearly no effect on the server performance! +# Check out https://bStats.org/ to learn more :) +enabled: true +serverUuid: 847169fa-09c5-47f0-92c5-e269b7d44b08 +logFailedRequests: false diff --git a/scripts/start.sh b/scripts/start.sh index e0fb94c..27d6936 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -1 +1 @@ -java -XX:+UseG1GC -Xmx10G -Xms10G -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -jar /mc-server/server.jar nogui +java -XX:+UseG1GC -Xmx10G -Xms10G -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -jar /mc-server/fabric-server-launch.jar nogui