Add Files
This commit is contained in:
commit
1d02cb2974
Binary file not shown.
|
@ -0,0 +1,11 @@
|
|||
enable_password_logins: true
|
||||
only_allow_registered_users_to_login: true
|
||||
allow_passwords_without_expiration: true
|
||||
allow_self_registration: false
|
||||
allow_self_registration_without_expiration: false
|
||||
allow_self_change_password: true
|
||||
allow_self_renew_password: true
|
||||
allow_self_change_password_expiration: false
|
||||
allow_self_delete_password: false
|
||||
default_password_expire_time_seconds: 604800
|
||||
maximum_password_expire_time_seconds: 1814400
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
java -Xmx512M -Xms512M -jar eaglercraft-bukkit.jar
|
||||
pause
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
java -Xmx512M -Xms512M -jar eaglercraft_bukkit.jar
|
|
@ -0,0 +1,13 @@
|
|||
#Minecraft server properties
|
||||
#Sat Jun 04 22:36:41 PDT 2022
|
||||
hellworld=false
|
||||
level-name=world
|
||||
max-players=20
|
||||
online-mode=false
|
||||
pvp=true
|
||||
spawn-animals=true
|
||||
spawn-monsters=true
|
||||
spawn-protection=16
|
||||
vanilla-address=null
|
||||
websocket-address=0.0.0.0\:25565
|
||||
white-list=false
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue