Add fabric mods and paper compatible installation for plugins while modded server
This commit is contained in:
parent
2aa5e3462d
commit
dbf7737689
BIN
mods/Cardboard-1.17-1.18.jar
Executable file
BIN
mods/Cardboard-1.17-1.18.jar
Executable file
Binary file not shown.
BIN
mods/fabric-api-0.44.0+1.18.jar
Executable file
BIN
mods/fabric-api-0.44.0+1.18.jar
Executable file
Binary file not shown.
BIN
mods/iCommon-Fabric-1.18.jar
Executable file
BIN
mods/iCommon-Fabric-1.18.jar
Executable file
Binary file not shown.
BIN
mods/krypton-0.1.5.jar
Executable file
BIN
mods/krypton-0.1.5.jar
Executable file
Binary file not shown.
BIN
mods/lithium-fabric-mc1.18-0.7.6-rc1.jar
Executable file
BIN
mods/lithium-fabric-mc1.18-0.7.6-rc1.jar
Executable file
Binary file not shown.
BIN
plugins/WorldBorder.jar
Normal file
BIN
plugins/WorldBorder.jar
Normal file
Binary file not shown.
27
plugins/WorldBorder/config.yml
Normal file
27
plugins/WorldBorder/config.yml
Normal file
@ -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
|
7
plugins/bStats/config.yml
Normal file
7
plugins/bStats/config.yml
Normal file
@ -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
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user