Added custom cliotesky name and updated addresses
parent
96bbfcdf14
commit
f158558fdf
Binary file not shown.
@ -1,11 +0,0 @@
|
|||||||
#Wed Jul 19 11:20:36 EDT 2017
|
|
||||||
server_name=Gliders1
|
|
||||||
min_ram=512M
|
|
||||||
autoRestart=no
|
|
||||||
amount_of_lines_to_cut_on_max=100
|
|
||||||
mode=SPIGOT
|
|
||||||
timeAutoRestart=48
|
|
||||||
server_jar_name=minecraft_server.jar
|
|
||||||
password=EstiNetwork?123
|
|
||||||
max_lines=5000
|
|
||||||
max_ram=2G
|
|
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
echo "Initializing..."
|
||||||
|
if [ ! -f "init.lock" ]; then
|
||||||
|
echo "Adding log..."
|
||||||
|
echo server-port=$PORT_NUM >> server.properties
|
||||||
|
echo " Name: $CS_NAME" >> plugins/gFeatures/Config.yml
|
||||||
|
touch init.lock
|
||||||
|
fi
|
||||||
|
|
||||||
|
exit 0
|
@ -1,5 +1,5 @@
|
|||||||
Redis:
|
Redis:
|
||||||
IP: 192.168.2.60
|
IP: internal.estinet.net
|
||||||
Port: 6379
|
Port: 6379
|
||||||
Password: 5acc9c16a6cac11cad581f8a0932d8130092c725240581c65944d8418aed3ff3
|
Password: 5acc9c16a6cac11cad581f8a0932d8130092c725240581c65944d8418aed3ff3
|
||||||
DatabaseNumber: '1'
|
DatabaseNumber: '1'
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue