Add Files

This commit is contained in:
Saige Bowerman 2024-05-15 07:49:38 -05:00
commit 1d02cb2974
17 changed files with 29 additions and 0 deletions

Binary file not shown.

11
22w22a server/eagler.yml Normal file
View File

@ -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.

3
22w22a server/run.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
java -Xmx512M -Xms512M -jar eaglercraft-bukkit.jar
pause

View File

@ -0,0 +1,2 @@
#!/bin/sh
java -Xmx512M -Xms512M -jar eaglercraft_bukkit.jar

View File

@ -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.