Upload files to "Minecraft-Server"
This commit is contained in:
parent
47971ea9ed
commit
6d4bc4fd4e
1
Minecraft-Server/banned-players.json
Normal file
1
Minecraft-Server/banned-players.json
Normal file
@ -0,0 +1 @@
|
||||
[]
|
||||
4
Minecraft-Server/eula.txt
Normal file
4
Minecraft-Server/eula.txt
Normal file
@ -0,0 +1,4 @@
|
||||
#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://aka.ms/MinecraftEULA).
|
||||
#Fri Dec 15 17:31:45 CST 2023
|
||||
eula=true
|
||||
|
||||
6
Minecraft-Server/run.sh
Normal file
6
Minecraft-Server/run.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
# Forge requires a configured set of both JVM and program arguments.
|
||||
# Add custom JVM arguments to the user_jvm_args.txt
|
||||
# Add custom program arguments {such as nogui} to this file in the next line before the "$@" or
|
||||
# pass them to this script directly
|
||||
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.2.17/unix_args.txt "$@"
|
||||
60
Minecraft-Server/server.properties
Normal file
60
Minecraft-Server/server.properties
Normal file
@ -0,0 +1,60 @@
|
||||
#Minecraft server properties
|
||||
#Sat Nov 23 15:44:22 UTC 2024
|
||||
allow-flight=true
|
||||
allow-nether=true
|
||||
broadcast-console-to-ops=true
|
||||
broadcast-rcon-to-ops=true
|
||||
difficulty=hard
|
||||
enable-command-block=false
|
||||
enable-jmx-monitoring=false
|
||||
enable-query=false
|
||||
enable-rcon=false
|
||||
enable-status=true
|
||||
enforce-secure-profile=true
|
||||
enforce-whitelist=false
|
||||
entity-broadcast-range-percentage=100
|
||||
force-gamemode=false
|
||||
function-permission-level=2
|
||||
gamemode=survival
|
||||
generate-structures=true
|
||||
generator-settings={}
|
||||
hardcore=false
|
||||
hide-online-players=false
|
||||
initial-disabled-packs=
|
||||
initial-enabled-packs=vanilla
|
||||
level-name=teddies-playground
|
||||
level-seed=
|
||||
level-type=minecraft\:normal
|
||||
log-ips=true
|
||||
max-chained-neighbor-updates=1000000
|
||||
max-players=20
|
||||
max-tick-time=60000
|
||||
max-world-size=29999984
|
||||
motd=A Minecraft Server
|
||||
network-compression-threshold=256
|
||||
online-mode=true
|
||||
op-permission-level=4
|
||||
player-idle-timeout=0
|
||||
prevent-proxy-connections=false
|
||||
pvp=true
|
||||
query.port=25565
|
||||
rate-limit=0
|
||||
rcon.password=
|
||||
rcon.port=25575
|
||||
require-resource-pack=false
|
||||
resource-pack=
|
||||
resource-pack-id=
|
||||
resource-pack-prompt=
|
||||
resource-pack-sha1=
|
||||
server-ip=
|
||||
server-port=25565
|
||||
simulation-distance=10
|
||||
spawn-animals=true
|
||||
spawn-monsters=true
|
||||
spawn-npcs=true
|
||||
spawn-protection=16
|
||||
sync-chunk-writes=true
|
||||
text-filtering-config=
|
||||
use-native-transport=true
|
||||
view-distance=10
|
||||
white-list=false
|
||||
5
Minecraft-Server/usernamecache.json
Normal file
5
Minecraft-Server/usernamecache.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"f30f1385-d8ec-4f7f-b79e-eb95d65cfc92": "MechSeroms",
|
||||
"391f8589-14b7-4597-aed0-1313369a9f62": "Andhrimnir04",
|
||||
"f255a973-3c43-47c6-a1c8-2e4b1854f9ef": "Fly1ngMuff1nz"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user