Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf3783f2c6 | |||
| 8c462db8b4 |
@@ -0,0 +1,6 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"name":"zardzul",
|
||||||
|
"uuid":"9f0f315c-880d-48aa-a786-66ba83dcfb28"
|
||||||
|
}
|
||||||
|
]
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
allow-flight=false
|
allow-flight=true
|
||||||
allow-nether=true
|
allow-nether=true
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
broadcast-rcon-to-ops=true
|
broadcast-rcon-to-ops=true
|
||||||
@@ -37,7 +37,7 @@ prevent-proxy-connections=false
|
|||||||
pvp=true
|
pvp=true
|
||||||
query.port=25565
|
query.port=25565
|
||||||
rate-limit=0
|
rate-limit=0
|
||||||
rcon.password=
|
rcon.password=vhVesayNmDs3hDy8R9Gdgo3s
|
||||||
rcon.port=25575
|
rcon.port=25575
|
||||||
require-resource-pack=false
|
require-resource-pack=false
|
||||||
resource-pack=
|
resource-pack=
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ services:
|
|||||||
container_name: ironveil
|
container_name: ironveil
|
||||||
volumes:
|
volumes:
|
||||||
- ./world:/server/world
|
- ./world:/server/world
|
||||||
|
- ./dynmap:/server/dynmap
|
||||||
ports:
|
ports:
|
||||||
- "5101:25565"
|
- "5101:25565"
|
||||||
- "5201:25575"
|
- "5201:25575"
|
||||||
|
|||||||
Reference in New Issue
Block a user