make beter

xd
This commit is contained in:
ayunami2000 2022-01-16 20:12:02 -05:00
parent 43d5aabb6f
commit 7d80067dce
63 changed files with 3705 additions and 32684 deletions

3
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

16
.idea/gradle.xml Normal file
View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
</GradleProjectSettings>
</option>
</component>
</project>

20
.idea/jarRepositories.xml Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="BintrayJCenter" />
<option name="name" value="BintrayJCenter" />
<option name="url" value="https://jcenter.bintray.com/" />
</remote-repository>
</component>
</project>

7
.idea/misc.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="corretto-1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

9
.idea/modules.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/epkcompiler/PackageCompiler.iml" filepath="$PROJECT_DIR$/epkcompiler/PackageCompiler.iml" />
<module fileurl="file://$PROJECT_DIR$/eaglercraftbungee/minecrafthtml5bungee.iml" filepath="$PROJECT_DIR$/eaglercraftbungee/minecrafthtml5bungee.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -1,59 +1,4 @@
# Eaglercraft
# ayuncraft
![eaglercraft](https://cdn.discordapp.com/attachments/378764518081429506/932053915061587978/thumbnail2.png)
An [Eaglercraft](https://github.com/LAX1DUDE/eaglercraft) fork
### Official Demo URL: [https://g.eags.us/eaglercraft/](https://g.eags.us/eaglercraft/)
### Download Locally: [stable-download/Offline_Download_Version.html](https://github.com/LAX1DUDE/eaglercraft/raw/main/stable-download/Offline_Download_Version.html)
(right click the link and press 'Save link as...' to download the file)
**Here is a 50 minute source walkthrough: [https://youtu.be/QvHvSX4Th84](https://youtu.be/QvHvSX4Th84)**
Note that the server may be down - if you want a gameplay demo download the files from here [https://github.com/LAX1DUDE/eaglercraft/tree/main/stable-download](https://github.com/LAX1DUDE/eaglercraft/tree/main/stable-download) and host the page locally yourself
For any questions you can join the dead discord server and hit me up there [https://discord.gg/6yTNkypXWh](https://discord.gg/6yTNkypXWh)
## What is Eaglercraft?
Eaglercraft is real Minecraft 1.5.2 that you can play in any regular web browser. That includes school chromebooks, it works on all chromebooks. You can join real Minecraft 1.5.2 servers with it through a custom proxy based on Bungeecord.
## How does it work?
Eaglercraft uses the decompiled source code of the official build of Minecraft 1.5.2 direct from Mojang. It is decompiled by [MCP](http://www.modcoderpack.com/) and then recompiled to Javascript using [TeaVM](https://teavm.org/). Therefore it can join real Minecraft 1.5.2 servers, as it is really running Minecraft 1.5.2 in the browser. However, due to security limitations in modern browsers, it must use javascript Websocket objects for multiplayer instead of direct TCP connections to it's servers. A modified version of Bungeecord is included with Eaglercraft which accepts browser HTTP Websocket connections from Eaglercraft clients and unwraps the streams internally to regular TCP so they can be forwarded to regular Bukkit servers with no plugins. For graphics, a custom GPU compatibility layer allows Mojang's fixed function OpenGL 1.3 based rendering engine to render directly to an HTML5 WebGL 2.0 canvas on the page with minimal changes to the source, preserving the game's graphics to look exactly the same as desktop vanilla Minecraft 1.5.2.
## Installing
If you want to use this project but don't want to compile it from scratch, download [stable-download/stable-download.zip](https://github.com/LAX1DUDE/eaglercraft/raw/main/stable-download/stable-download.zip) and extract
Within stable-download.zip there is a 'java' and a 'web' folder. Upload the contents of the web folder to your web server. **The web folder will not work if it is opened locally via file:///, it needs to be opened on an http:// or https:// page. Try [this extention](https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb/) if you are on chrome or if that's not possible then download the alternative single-file html [offline version](https://github.com/LAX1DUDE/eaglercraft/raw/main/stable-download/Offline_Download_Version.html) that does work on file URLs.** If you use this alternative version, please make sure you and your peers keep your copies up to date by regularly downloading any newer versions of the html file at [this link](https://github.com/LAX1DUDE/eaglercraft/blob/main/stable-download/Offline_Download_Version.html) to avoid getting stuck with a version that has a game-breaking glitch or mistake. The eaglercraft bungeecord executable is in the java/bungee_command folder along with the sample configuration file and a run.bat script to launch it. CraftBukkit for minecraft 1.5.2 configured to work with the eaglercraft bungee executable is in java/bukkit_command. The available version of Spigot 1.5.2 has a bug when used with bungee so you are limited to CraftBukkit and CraftBukkit plugins only on your servers
To play the game, launch the run.bat script in both the bungee_command and bukkit_command folders. Then navigate to the URL where the contents of the web folder ended up. The game should load without any issues. Go to the Multiplayer screen and select 'Direct Connect'. **Type 127.0.0.1:25565.** Press connect or whatever and enjoy, the default port configured in the bungeecord config.yml is 25565 instead of 80 to avoid any potential conflict with the local web server or the OS (and linux desktop users can't use port numbers under 1024 without sudo).
**The default behavior in Eaglercraft if no :port is provided when connecting to a server is to use port 80, not port 25565. This is so the game's multiplayer connections in a production environment do not default to a port that is currently blocked by any firewalls. Also this enables you to use Cloudflare and nginx to create reverse proxy connections on your site to host multiple servers on the same domain using different ws:// URLs for each socket.**
If you want SSL, set up [nginx](https://www.nginx.com/) as a reverse proxy from port 443 to the port on the bungeecord server. You can very easily configure SSL on an nginx virtual host when it is in proxy mode, much more easily than you could if I created my own websocket SSL config option in bungee. To connect to a server running an SSL websocket on the multiplayer screen, use this format: `wss://[url]/`. You can also add the :port option again after the domain or ip address at the beggining of the URL to change the port and connect with SSL. **If you set up the Eaglercraft index.html on an https:// URL, Chrome will only allow you to make wss:// connections from the multiplayer screen. It is an security feature in Chrome, if you want to support both ws:// and wss:// you have to host the Eaglercraft index.html on an http:// URL**. The best advice I have for security is to use Cloudflare to proxy both the site and the websocket, because you can use http and ws on your servers locally and then you can configure cloudflare to do the SSL for you when the connections are proxied. And it conceils your IP address to the max and you can also set up a content delivery network for the big assets.epk and classes.js files all for free on their little starter package
**To change the default servers on the server list, see the base64 in the javascript at line 8 of [stable-download/web/index.html](https://github.com/LAX1DUDE/eaglercraft/tree/main/stable-download/web/index.html). Copy and decode the base64 in the quotes using [base64decode.org](base64decode.org) and open the resulting file with NBTExplorer (the minecraft one). You will see the list of default servers in a 'servers' tag stored as NBT components, and you can edit them and add more as long as you follow the same format the existing servers have. When you're done, encode the file back to base64 using [base64encode.org](base64encode.org) and replace the base64 between the quotes on line 8 in index.html with the new base64 from base64encode.org.**
There is a plugin hard coded into the bungeecord server to synchronize the eaglercraft profile skins, and also a plugin like authme for creating a secure isolated authentication lobby on the proxy. The authentication lobby plugin has not been implemented though, it is non-functional. For now you'll just have to use a different 3rd party bungeecord lobby authentication plugin like AuthMeBungee if you want authentication, which unfortunately is a must for any public server to prevent people from stealing each other's usernames. Just ignore the existing EaglerAuth plugin and it's configuration section in the main config.yml and just install and use some 3rd party plugin like AuthMeBungee instead.
Someday I'll finish implementing EaglerAuth but right now I have bigger fish to fry
## Compiling
To compile for the web, run the gradle 'teavm' compile target to generate the classes.js file.
To complile to regular desktop Java for quick debugging, using native OpenGL for rendering instead of WebGL:
- Create a new empty eclipse project
- Link the src/main/java and src/lwjgl/java as source folders and add the jars in lwjgl-rundir as dependencies
- Create a run configuration and add a jvm argument pointing to the lwjgl natives folder (lwjgl-rundir/natives) like this: `-Djava.library.path=natives`, and make sure the working directory for the run configuration is the lwjgl-rundir folder.
To modify the game's assets repository (javascript/assets.epk), make your changes in lwjgl-runtime/resources/ and use the Eclipse project located in epkcompiler/ to regenerate the assets.epk file and copy it to the Javascript directory.
this project is just a proof of concept to show what can be accomplished when using TeaVM to cross compile an existing java program to javascript. It is not very fast or stable, and the only real useful portion is the emulator code which creates a makeshift fixed function OpenGL 1.3 context using webgl (based on OpenGL 3.3) operational in the browser. Maybe it can be used to port other games in the future.
## Contributing
All I really have to say is, tabs not spaces, and format the code to be like the eclipse auto format tool on factory settings, but also run-on lines of code long enough to go off the screen and single line if statements and other format violations in that category are welcome if it helps enhance the contrast between the less important code and the more important code in a file. Don't commit changes to `javascript/classes.js` or `javascript/assets.epk` or anything in `stable-download/`. I'll recompile those myself when I merge the pull request.

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="jar://$MODULE_DIR$/bungee-deps.jar!/" />
<libelement value="jar://$MODULE_DIR$/Java-WebSocket-1.5.1-with-dependencies.jar!/" />
<src_description expected_position="0">
<src_folder value="file://$MODULE_DIR$/src/main/java" expected_position="0" />
</src_description>
</component>
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/bin" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library name="bungee-deps.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/bungee-deps.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="Java-WebSocket-1.5.1-with-dependencies.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/Java-WebSocket-1.5.1-with-dependencies.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/bin" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,3 +0,0 @@
# Updated 12/17/21, 6:40 PM by Minecraft 1.5.2
# victim name | ban date | banned by | banned until | reason

View File

@ -1,3 +0,0 @@
# Updated 12/17/21, 6:40 PM by Minecraft 1.5.2
# victim name | ban date | banned by | banned until | reason

View File

@ -1,45 +0,0 @@
# This is the main configuration file for Bukkit.
# As you can see, there's actually not that much to configure without any plugins.
# For a reference for any variable inside this file, check out the bukkit wiki at
# http://wiki.bukkit.org/Bukkit.yml
settings:
allow-end: true
warn-on-overload: true
permissions-file: permissions.yml
update-folder: update
ping-packet-limit: 100
use-exact-login-location: false
plugin-profiling: false
connection-throttle: 4000
query-plugins: true
deprecated-verbose: default
shutdown-message: Server closed
spawn-limits:
monsters: 70
animals: 15
water-animals: 5
ambient: 15
chunk-gc:
period-in-ticks: 600
load-threshold: 0
ticks-per:
animal-spawns: 400
monster-spawns: 1
autosave: 0
auto-updater:
enabled: true
on-broken:
- warn-console
- warn-ops
on-update:
- warn-console
- warn-ops
preferred-channel: rb
host: dl.bukkit.org
suggest-channels: true
database:
username: bukkit
isolation: SERIALIZABLE
driver: org.sqlite.JDBC
password: walrus
url: jdbc:sqlite:{DIR}{NAME}.db

View File

@ -1,56 +0,0 @@
# This is the help configuration file for Bukkit.
#
# By default you do not need to modify this file. Help topics for all plugin commands are automatically provided by
# or extracted from your installed plugins. You only need to modify this file if you wish to add new help pages to
# your server or override the help pages of existing plugin commands.
#
# This file is divided up into the following parts:
# -- general-topics: lists admin defined help topics
# -- index-topics: lists admin defined index topics
# -- amend-topics: lists topic amendments to apply to existing help topics
# -- ignore-plugins: lists any plugins that should be excluded from help
#
# Examples are given below. When amending command topic, the string <text> will be replaced with the existing value
# in the help topic. Color codes can be used in topic text. The color code character is & followed by 0-F.
# ================================================================
#
# Set this to true to list the individual command help topics in the master help.
# command-topics-in-master-index: true
#
# Each general topic will show up as a separate topic in the help index along with all the plugin command topics.
# general-topics:
# Rules:
# shortText: Rules of the server
# fullText: |
# &61. Be kind to your fellow players.
# &B2. No griefing.
# &D3. No swearing.
# permission: topics.rules
#
# Each index topic will show up as a separate sub-index in the help index along with all the plugin command topics.
# To override the default help index (displayed when the user executes /help), name the index topic "Default".
# index-topics:
# Ban Commands:
# shortText: Player banning commands
# preamble: Moderator - do not abuse these commands
# permission: op
# commands:
# - /ban
# - /ban-ip
# - /banlist
#
# Topic amendments are used to change the content of automatically generated plugin command topics.
# amended-topics:
# /stop:
# shortText: Stops the server cold....in its tracks!
# fullText: <text> - This kills the server.
# permission: you.dont.have
#
# Any plugin in the ignored plugins list will be excluded from help. The name must match the name displayed by
# the /plugins command. Ignore "Bukkit" to remove the standard bukkit commands from the index. Ignore "All"
# to completely disable automatic help topic generation.
# ignore-plugins:
# - PluginNameOne
# - PluginNameTwo
# - PluginNameThree

View File

@ -1,2 +0,0 @@
lax2dude
lax1dude

View File

@ -1,4 +0,0 @@
# http://mcstats.org
opt-out: false
guid: c015ae6f-e6ca-48d6-b4af-6e1cb5825cb9
debug: false

View File

@ -1,3 +0,0 @@
@echo off
java -Xmx512M -Xms512M -jar craftbukkit-1.5.2-R1.0.jar
pause

View File

@ -1,216 +0,0 @@
2021-12-17 18:31:59 [INFO] Starting minecraft server version 1.5.2
2021-12-17 18:31:59 [INFO] Loading properties
2021-12-17 18:31:59 [WARNING] server.properties does not exist
2021-12-17 18:31:59 [INFO] Generating new properties file
2021-12-17 18:31:59 [INFO] Default game type: SURVIVAL
2021-12-17 18:32:00 [INFO] This server is running CraftBukkit version git-Spigot-959 (MC: 1.5.2) (Implementing API version 1.5.2-R1.1-SNAPSHOT)
2021-12-17 18:32:00 [INFO] Generating keypair
2021-12-17 18:32:00 [INFO] Starting listener #0 on *:25565
2021-12-17 18:32:00 [INFO] You don't have Javassist in your class path or you don't have enough permission to load dynamically generated classes. Please check the configuration for better performance.
2021-12-17 18:32:00 [INFO] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
2021-12-17 18:32:00 [WARNING] **** FAILED TO BIND TO PORT!
2021-12-17 18:32:00 [WARNING] The exception was: java.net.BindException: Address already in use: bind
2021-12-17 18:32:00 [WARNING] Perhaps a server is already running on that port?
2021-12-17 18:32:20 [INFO] Stopping server
2021-12-17 18:32:20 [INFO] Saving players
2021-12-17 18:32:20 [INFO] Saving worlds
2021-12-17 18:32:20 [INFO] Stopping server
2021-12-17 18:33:46 [INFO] Starting minecraft server version 1.5.2
2021-12-17 18:33:46 [INFO] Loading properties
2021-12-17 18:33:46 [INFO] Default game type: SURVIVAL
2021-12-17 18:33:47 [INFO] This server is running CraftBukkit version git-Spigot-959 (MC: 1.5.2) (Implementing API version 1.5.2-R1.1-SNAPSHOT)
2021-12-17 18:33:47 [INFO] Generating keypair
2021-12-17 18:33:47 [INFO] Starting listener #0 on *:25569
2021-12-17 18:33:47 [INFO] You don't have Javassist in your class path or you don't have enough permission to load dynamically generated classes. Please check the configuration for better performance.
2021-12-17 18:33:47 [INFO] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
2021-12-17 18:33:47 [INFO] Preparing level "world"
2021-12-17 18:33:47 [INFO] -------- World Settings For [world] --------
2021-12-17 18:33:47 [INFO] View Distance: 10
2021-12-17 18:33:47 [INFO] Chunks to Grow per Tick: 650
2021-12-17 18:33:47 [INFO] Experience Merge Radius: 3.0
2021-12-17 18:33:47 [INFO] Item Merge Radius: 2.5
2021-12-17 18:33:47 [INFO] Cactus Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Cane Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Melon Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Mushroom Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Pumpkin Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Sapling Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Wheat Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Anti X-Ray: true
2021-12-17 18:33:47 [INFO] Engine Mode: 1
2021-12-17 18:33:47 [INFO] Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
2021-12-17 18:33:47 [INFO] Mob Spawn Range: 4
2021-12-17 18:33:47 [INFO] Hopper Transfer: 8 Hopper Check: 8
2021-12-17 18:33:47 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
2021-12-17 18:33:47 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2021-12-17 18:33:47 [INFO] Random Lighting Updates: false
2021-12-17 18:33:47 [INFO] -------- World Settings For [world_nether] --------
2021-12-17 18:33:47 [INFO] View Distance: 10
2021-12-17 18:33:47 [INFO] Chunks to Grow per Tick: 650
2021-12-17 18:33:47 [INFO] Experience Merge Radius: 3.0
2021-12-17 18:33:47 [INFO] Item Merge Radius: 2.5
2021-12-17 18:33:47 [INFO] Cactus Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Cane Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Melon Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Mushroom Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Pumpkin Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Sapling Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Wheat Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Anti X-Ray: true
2021-12-17 18:33:47 [INFO] Engine Mode: 1
2021-12-17 18:33:47 [INFO] Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
2021-12-17 18:33:47 [INFO] Mob Spawn Range: 4
2021-12-17 18:33:47 [INFO] Hopper Transfer: 8 Hopper Check: 8
2021-12-17 18:33:47 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
2021-12-17 18:33:47 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2021-12-17 18:33:47 [INFO] Random Lighting Updates: false
2021-12-17 18:33:48 [INFO] -------- World Settings For [world_the_end] --------
2021-12-17 18:33:48 [INFO] View Distance: 10
2021-12-17 18:33:48 [INFO] Chunks to Grow per Tick: 650
2021-12-17 18:33:48 [INFO] Experience Merge Radius: 3.0
2021-12-17 18:33:48 [INFO] Item Merge Radius: 2.5
2021-12-17 18:33:48 [INFO] Cactus Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Cane Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Melon Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Mushroom Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Pumpkin Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Sapling Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Wheat Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Anti X-Ray: true
2021-12-17 18:33:48 [INFO] Engine Mode: 1
2021-12-17 18:33:48 [INFO] Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
2021-12-17 18:33:48 [INFO] Mob Spawn Range: 4
2021-12-17 18:33:48 [INFO] Hopper Transfer: 8 Hopper Check: 8
2021-12-17 18:33:48 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
2021-12-17 18:33:48 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2021-12-17 18:33:48 [INFO] Random Lighting Updates: false
2021-12-17 18:33:48 [INFO] Preparing start region for level 0 (Seed: -855162288097023011)
2021-12-17 18:33:49 [INFO] Preparing spawn area: 37%
2021-12-17 18:33:50 [INFO] Preparing spawn area: 83%
2021-12-17 18:33:50 [INFO] Preparing start region for level 1 (Seed: -855162288097023011)
2021-12-17 18:33:51 [INFO] Preparing spawn area: 33%
2021-12-17 18:33:52 [INFO] Preparing spawn area: 95%
2021-12-17 18:33:52 [INFO] Preparing start region for level 2 (Seed: -855162288097023011)
2021-12-17 18:33:53 [INFO] Preparing spawn area: 95%
2021-12-17 18:33:53 [INFO] Server permissions file permissions.yml is empty, ignoring it
2021-12-17 18:33:53 [INFO] Done (5.791s)! For help, type "help" or "?"
2021-12-17 18:39:40 [INFO] Disconnecting DumpsterFuck41_ [/127.0.0.1:64411]: Failed to verify username!
2021-12-17 18:39:40 [WARNING] Exception verifying DumpsterFuck41_
java.lang.NullPointerException: Cannot invoke "javax.crypto.SecretKey.getEncoded()" because "<parameter3>" is null
at net.minecraft.server.v1_5_R3.MinecraftEncryption.a(SourceFile:65)
at net.minecraft.server.v1_5_R3.ThreadLoginVerifier.auth(ThreadLoginVerifier.java:31)
at net.minecraft.server.v1_5_R3.ThreadLoginVerifier.run(ThreadLoginVerifier.java:52)
2021-12-17 18:40:15 [INFO] CONSOLE: Stopping the server..
2021-12-17 18:40:15 [INFO] Stopping server
2021-12-17 18:40:15 [INFO] Saving players
2021-12-17 18:40:15 [INFO] Saving worlds
2021-12-17 18:40:15 [INFO] Saving chunks for level 'world'/Overworld
2021-12-17 18:40:16 [INFO] Saving chunks for level 'world_nether'/Nether
2021-12-17 18:40:16 [INFO] Saving chunks for level 'world_the_end'/The End
2021-12-17 18:40:56 [INFO] Starting minecraft server version 1.5.2
2021-12-17 18:40:56 [INFO] Loading properties
2021-12-17 18:40:56 [INFO] Default game type: SURVIVAL
2021-12-17 18:40:57 [INFO] This server is running CraftBukkit version git-Spigot-959 (MC: 1.5.2) (Implementing API version 1.5.2-R1.1-SNAPSHOT)
2021-12-17 18:40:57 [INFO] Generating keypair
2021-12-17 18:40:57 [INFO] Starting listener #0 on *:25569
2021-12-17 18:40:57 [INFO] You don't have Javassist in your class path or you don't have enough permission to load dynamically generated classes. Please check the configuration for better performance.
2021-12-17 18:40:57 [INFO] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
2021-12-17 18:40:57 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2021-12-17 18:40:57 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2021-12-17 18:40:57 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
2021-12-17 18:40:57 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2021-12-17 18:40:57 [INFO] Preparing level "world"
2021-12-17 18:40:57 [INFO] -------- World Settings For [world] --------
2021-12-17 18:40:57 [INFO] Chunks to Grow per Tick: 650
2021-12-17 18:40:57 [INFO] Experience Merge Radius: 3.0
2021-12-17 18:40:57 [INFO] View Distance: 10
2021-12-17 18:40:57 [INFO] Item Merge Radius: 2.5
2021-12-17 18:40:57 [INFO] Cactus Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Cane Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Melon Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Mushroom Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Pumpkin Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Sapling Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Wheat Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
2021-12-17 18:40:57 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2021-12-17 18:40:57 [INFO] Random Lighting Updates: false
2021-12-17 18:40:57 [INFO] Hopper Transfer: 8 Hopper Check: 8
2021-12-17 18:40:57 [INFO] Mob Spawn Range: 4
2021-12-17 18:40:57 [INFO] Anti X-Ray: true
2021-12-17 18:40:57 [INFO] Engine Mode: 1
2021-12-17 18:40:57 [INFO] Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
2021-12-17 18:40:57 [INFO] -------- World Settings For [world_nether] --------
2021-12-17 18:40:57 [INFO] Chunks to Grow per Tick: 650
2021-12-17 18:40:57 [INFO] Experience Merge Radius: 3.0
2021-12-17 18:40:57 [INFO] View Distance: 10
2021-12-17 18:40:57 [INFO] Item Merge Radius: 2.5
2021-12-17 18:40:57 [INFO] Cactus Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Cane Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Melon Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Mushroom Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Pumpkin Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Sapling Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Wheat Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
2021-12-17 18:40:57 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2021-12-17 18:40:57 [INFO] Random Lighting Updates: false
2021-12-17 18:40:57 [INFO] Hopper Transfer: 8 Hopper Check: 8
2021-12-17 18:40:57 [INFO] Mob Spawn Range: 4
2021-12-17 18:40:57 [INFO] Anti X-Ray: true
2021-12-17 18:40:57 [INFO] Engine Mode: 1
2021-12-17 18:40:57 [INFO] Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
2021-12-17 18:40:57 [INFO] -------- World Settings For [world_the_end] --------
2021-12-17 18:40:57 [INFO] Chunks to Grow per Tick: 650
2021-12-17 18:40:57 [INFO] Experience Merge Radius: 3.0
2021-12-17 18:40:57 [INFO] View Distance: 10
2021-12-17 18:40:57 [INFO] Item Merge Radius: 2.5
2021-12-17 18:40:57 [INFO] Cactus Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Cane Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Melon Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Mushroom Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Pumpkin Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Sapling Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Wheat Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
2021-12-17 18:40:57 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2021-12-17 18:40:57 [INFO] Random Lighting Updates: false
2021-12-17 18:40:57 [INFO] Hopper Transfer: 8 Hopper Check: 8
2021-12-17 18:40:57 [INFO] Mob Spawn Range: 4
2021-12-17 18:40:57 [INFO] Anti X-Ray: true
2021-12-17 18:40:57 [INFO] Engine Mode: 1
2021-12-17 18:40:57 [INFO] Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
2021-12-17 18:40:57 [INFO] Preparing start region for level 0 (Seed: -855162288097023011)
2021-12-17 18:40:57 [INFO] Preparing start region for level 1 (Seed: -855162288097023011)
2021-12-17 18:40:58 [INFO] Preparing start region for level 2 (Seed: -855162288097023011)
2021-12-17 18:40:58 [INFO] Server permissions file permissions.yml is empty, ignoring it
2021-12-17 18:40:58 [INFO] Done (0.952s)! For help, type "help" or "?"
2021-12-17 18:41:02 [INFO] DumpsterFuck41_[/127.0.0.1:64420] logged in with entity id 1774 at ([world] -206.5, 71.0, 252.5)
2021-12-17 18:43:22 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 18:55:48 [INFO] DumpsterFuck41_[/127.0.0.1:64719] logged in with entity id 2659 at ([world] -257.28834483493495, 74.0, 262.5991733628332)
2021-12-17 18:59:07 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 18:59:22 [INFO] DumpsterFuck41_[/127.0.0.1:64731] logged in with entity id 3316 at ([world] -257.28834483493495, 74.0, 262.5991733628332)
2021-12-17 19:00:09 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:02:34 [INFO] DumpsterFuck41_[/127.0.0.1:64738] logged in with entity id 3628 at ([world] -228.193949324868, 78.0, 271.1318992981757)
2021-12-17 19:04:41 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:04:51 [INFO] DumpsterFuck41_[/127.0.0.1:64747] logged in with entity id 4243 at ([world] -241.92623246399458, 78.0, 283.30000001192093)
2021-12-17 19:05:24 [INFO] DumpsterFuck41_ lost connection: disconnect.genericReason
2021-12-17 19:05:24 [SEVERE] io.netty.handler.timeout.ReadTimeoutException
2021-12-17 19:08:22 [INFO] DumpsterFuck41_[/127.0.0.1:64755] logged in with entity id 4413 at ([world] -241.92623246399458, 78.0, 283.30000001192093)
2021-12-17 19:11:12 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:11:30 [INFO] DumpsterFuck41_[/127.0.0.1:64767] logged in with entity id 4810 at ([world] -248.3870677052378, 76.0, 299.2845998985032)
2021-12-17 19:17:46 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:18:03 [INFO] DumpsterFuck41_[/127.0.0.1:64781] logged in with entity id 5683 at ([world] -262.82134245931064, 76.0, 304.9033908257818)
2021-12-17 19:19:26 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:19:39 [INFO] DumpsterFuck41_[/127.0.0.1:64795] logged in with entity id 6016 at ([world] -263.592707593921, 76.0, 305.60714773637625)
2021-12-17 19:21:23 [SEVERE] io.netty.handler.timeout.ReadTimeoutException
2021-12-17 19:21:23 [INFO] DumpsterFuck41_ lost connection: disconnect.genericReason
2021-12-17 19:27:50 [INFO] DumpsterFuck41_[/127.0.0.1:64829] logged in with entity id 6466 at ([world] -263.20669983544934, 68.66483293953216, 299.30000001192093)
2021-12-17 19:28:42 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:32:22 [INFO] DumpsterFuck41_[/127.0.0.1:64840] logged in with entity id 6733 at ([world] -265.48936340189135, 73.0, 286.96534454456935)
2021-12-17 19:32:43 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:41:41 [INFO] DumpsterFuck41_[/127.0.0.1:50122] logged in with entity id 6891 at ([world] -265.8803942569905, 74.0, 289.2177625408024)
2021-12-17 19:42:03 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting

View File

@ -1,30 +0,0 @@
#Minecraft server properties
#Fri Dec 17 18:41:02 PST 2021
view-distance=10
max-build-height=256
server-ip=
level-seed=
allow-nether=true
server-port=25569
gamemode=0
enable-rcon=false
enable-query=false
generator-settings=
level-name=world
motd=A Minecraft Server
force-gamemode=false
hardcore=false
white-list=false
pvp=true
texture-pack=
spawn-npcs=true
generate-structures=true
spawn-animals=true
snooper-enabled=true
difficulty=1
level-type=DEFAULT
spawn-monsters=true
max-players=20
spawn-protection=16
online-mode=false
allow-flight=false

View File

@ -1,87 +0,0 @@
# This is the main configuration file for Spigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# For a reference for any variable inside this file, check out the Spigot wiki at
# http://www.spigotmc.org/wiki/spigot-configuration/
#
# If you need help with the configuration or have any questions related to Spigot,
# join us at the IRC or drop by our forums and leave a post.
#
# IRC: #spigot @ irc.esper.net ( http://webchat.esper.net/?channel=spigot )
# Forums: http://www.spigotmc.org/forum/
config-version: 1
settings:
log-filters:
- ^(.*)(/login)(.*)$
netty-threads: 3
prevent-proxies: false
bungeecord-addresses:
- 127.0.0.1
bungeecord: true
timeout-time: 60
restart-on-crash: true
restart-script: ./start.sh
listeners:
- port: default
host: default
netty: true
commands:
tab-complete: true
log: true
spam-exclusions:
- /skill
messages:
whitelist: You are not whitelisted on this server!
unknown-command: Unknown command. Type "help" for help.
server-full: The server is full!
world-settings:
default:
verbose: true
chunks-per-tick: 650
merge-radius:
exp: 3.0
item: 2.5
view-distance: 10
growth:
cactus-modifier: 100
cane-modifier: 100
melon-modifier: 100
mushroom-modifier: 100
pumpkin-modifier: 100
sapling-modifier: 100
wheat-modifier: 100
entity-activation-range:
animals: 32
monsters: 32
misc: 16
entity-tracking-range:
players: 48
animals: 48
monsters: 48
misc: 32
other: 64
random-light-updates: false
ticks-per:
hopper-check: 8
hopper-transfer: 8
mob-spawn-range: 4
anti-xray:
enabled: true
engine-mode: 1
blocks:
- 1
- 5
- 14
- 15
- 16
- 21
- 48
- 49
- 54
- 56
- 73
- 74
- 82
- 129
- 130

View File

@ -1 +0,0 @@
¨,4—Ab«ƒ­—ý“ŽR

View File

@ -1 +0,0 @@
zÀ¾»buLC¿£<17>f±ã

View File

@ -1,31 +0,0 @@
listeners:
- motd: '&6&lbungeecord eaglercraft server |>'
fallback_server: lobby
tab_list: GLOBAL_PING
websocket: true
texture_size: 16
host: 0.0.0.0:25565
forced_hosts: {}
max_players: 60
tab_size: 60
default_server: lobby
force_default_server: true
stats: 595698b3-9c36-4e86-b1ee-cb3027038f41
groups:
lax1dude:
- admin
player_limit: -1
permissions:
default:
- bungeecord.command.server
- bungeecord.command.list
admin:
- bungeecord.command.alert
- bungeecord.command.end
- bungeecord.command.ip
- bungeecord.command.reload
timeout: 30000
servers:
lobby:
address: localhost:25569
restricted: false

View File

@ -1,136 +0,0 @@
18:31:51 [INFO] Unable to initialize fancy terminal. To fix this on Windows, install the correct Microsoft Visual C++ 2008 Runtime
18:31:51 [INFO] NOTE: This error is non crucial, and BungeeCord will still function correctly! Do not bug the author about it unless you are still unable to get it working
18:31:51 [INFO] Enabled BungeeCord version unknown
18:31:51 [INFO] Enabled plugin EaglerSkins version 1.0.0 by LAX1DUDE
18:31:51 [INFO] Enabled plugin EaglerAuth version 1.0.0 by LAX1DUDE
18:31:51 [INFO] Listening websockets on /0.0.0.0:25565
18:31:51 [INFO] Listening on /127.11.0.1:64383
18:37:16 [INFO] websocket opened - /127.0.0.1:64402
18:37:16 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
18:37:16 [INFO] [DumpsterFuck41_] disconnected with: §cCould not connect to default server, please try again later: java.net.ConnectException
18:37:16 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
18:37:16 [INFO] websocket closed - /127.0.0.1:64402
18:39:16 [INFO] Closing listener [id: 0xd4e035ee, /127.11.0.1:64383]
18:39:16 [INFO] Closing websocket listener /0.0.0.0:25565
18:39:16 [INFO] Closing pending connections
18:39:16 [INFO] Disconnecting 0 connections
18:39:16 [INFO] Closing IO threads
18:39:18 [INFO] Saving reconnect locations
18:39:18 [INFO] Disabling plugins
18:39:18 [INFO] Thankyou and goodbye
18:39:31 [INFO] Unable to initialize fancy terminal. To fix this on Windows, install the correct Microsoft Visual C++ 2008 Runtime
18:39:31 [INFO] NOTE: This error is non crucial, and BungeeCord will still function correctly! Do not bug the author about it unless you are still unable to get it working
18:39:31 [INFO] Enabled BungeeCord version unknown
18:39:31 [INFO] Enabled plugin EaglerSkins version 1.0.0 by LAX1DUDE
18:39:31 [INFO] Listening websockets on /0.0.0.0:25565
18:39:31 [INFO] Listening on /127.11.0.1:64408
18:39:40 [INFO] websocket opened - /127.0.0.1:64410
18:39:40 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
18:39:40 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
18:39:40 [INFO] [DumpsterFuck41_] disconnected with: §cKicked whilst connecting to lobby: Failed to verify username!
18:39:40 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has disconnected
18:39:40 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
18:39:40 [INFO] websocket closed - /127.0.0.1:64410
18:41:02 [INFO] websocket opened - /127.0.0.1:64419
18:41:02 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
18:41:02 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
18:43:22 [INFO] websocket closed - /127.0.0.1:64419
18:43:22 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
18:43:22 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
18:55:48 [INFO] websocket opened - /127.0.0.1:64718
18:55:48 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
18:55:48 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
18:59:07 [INFO] websocket closed - /127.0.0.1:64718
18:59:07 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
18:59:07 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
18:59:22 [INFO] websocket opened - /127.0.0.1:64730
18:59:22 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
18:59:22 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:00:09 [INFO] websocket closed - /127.0.0.1:64730
19:00:09 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:00:09 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:02:34 [INFO] websocket opened - /127.0.0.1:64737
19:02:34 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:02:34 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:04:41 [INFO] websocket closed - /127.0.0.1:64737
19:04:41 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:04:41 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:04:51 [INFO] websocket opened - /127.0.0.1:64746
19:04:51 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:04:51 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:05:24 [WARNING] [DumpsterFuck41_] -> UpstreamBridge - read timed out
19:05:24 [INFO] [DumpsterFuck41_] disconnected with: ReadTimeoutException : null
19:05:24 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:05:24 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:08:05 [INFO] websocket closed - /127.0.0.1:64746
19:08:22 [INFO] websocket opened - /127.0.0.1:64754
19:08:22 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:08:22 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:11:12 [INFO] websocket closed - /127.0.0.1:64754
19:11:12 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:11:12 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:11:30 [INFO] websocket opened - /127.0.0.1:64766
19:11:30 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:11:30 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:17:46 [INFO] websocket closed - /127.0.0.1:64766
19:17:46 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:17:46 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:18:03 [INFO] websocket opened - /127.0.0.1:64780
19:18:03 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:18:03 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:19:26 [INFO] websocket closed - /127.0.0.1:64780
19:19:26 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:19:26 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:19:39 [INFO] websocket opened - /127.0.0.1:64794
19:19:39 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:19:39 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:21:23 [INFO] [DumpsterFuck41_] disconnected with: [Proxy] Lost connection to server.
19:21:23 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:21:23 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:27:39 [INFO] websocket closed - /127.0.0.1:64794
19:27:50 [INFO] websocket opened - /127.0.0.1:64828
19:27:50 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:27:50 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:28:42 [INFO] websocket closed - /127.0.0.1:64828
19:28:42 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:28:42 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:32:22 [INFO] websocket opened - /127.0.0.1:64839
19:32:22 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:32:22 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:32:43 [INFO] websocket closed - /127.0.0.1:64839
19:32:43 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:32:43 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:41:41 [INFO] websocket opened - /127.0.0.1:50121
19:41:41 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:41:41 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:42:03 [INFO] websocket closed - /127.0.0.1:50121
19:42:03 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:42:03 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected

View File

@ -1,33 +0,0 @@
18:40:38 [INFO] Unable to initialize fancy terminal. To fix this on Windows, install the correct Microsoft Visual C++ 2008 Runtime
18:40:38 [INFO] NOTE: This error is non crucial, and BungeeCord will still function correctly! Do not bug the author about it unless you are still unable to get it working
18:40:38 [INFO] Enabled BungeeCord version unknown
18:40:38 [INFO] Enabled plugin EaglerSkins version 1.0.0 by LAX1DUDE
18:40:38 [INFO] Listening websockets on /0.0.0.0:25565
18:40:38 [SEVERE] java.net.BindException: Address already in use: bind
18:40:38 [SEVERE] at java.base/sun.nio.ch.Net.bind0(Native Method)
18:40:38 [SEVERE] at java.base/sun.nio.ch.Net.bind(Net.java:552)
18:40:38 [SEVERE] at java.base/sun.nio.ch.ServerSocketCrssdgsfsdhannelImpl.netBind(ServerSocketChannelImpl.java:336)
18:40:38 [SEVERE] at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:294)
18:40:38 [SEVERE] at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88)
18:40:38 [SEVERE] at org.java_websocket.server.WebSocketServer.doSetupSelectorAndServerThread(WebSocketServer.java:533)
18:40:38 [SEVERE] at org.java_websocket.server.WebSocketServer.run(WebSocketServer.java:341)
18:40:38 [SEVERE] at java.base/java.lang.Thread.run(Thread.java:831)
18:40:38 [INFO] Listening on /127.11.0.1:64416
18:40:44 [INFO] §cCommand not found
18:40:47 [INFO] Closing listener [id: 0xec8a3208, /127.11.0.1:64416]
18:40:47 [INFO] Closing websocket listener /0.0.0.0:25565
18:40:47 [INFO] Closing pending connections
18:40:47 [INFO] Disconnecting 0 connections
18:40:47 [INFO] Closing IO threads
18:40:49 [INFO] Saving reconnect locations
18:40:49 [INFO] Disabling plugins
18:40:49 [INFO] Thankyou and goodbye

View File

@ -1,3 +0,0 @@
@echo off
java -Xmx32M -Xms32M -jar bungee-dist.jar
pause

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,14 +0,0 @@
<html>
<head>
<title>eagler</title>
<script type="text/javascript" src="classes.js"></script>
<script type="text/javascript">
window.addEventListener("load", function(){ window.minecraftOpts = [
"game_frame","assets.epk",
"CgAACQAHc2VydmVycwoAAAACCAACaXAAJHdzczovL2cuZWFncy51cy9lYWdsZXJjcmFmdC9jcmVhdGl2ZQgABG5hbWUAFGVhZ2xlcmNyYWZ0IGNyZWF0aXZlAQALaGlkZUFkZHJlc3MACAAKZm9yY2VkTU9URAAhdGhpcyBpcyBtZWFudCB0byBiZSBhIGRlbW8gc2VydmVyAAgAAmlwACR3c3M6Ly9nLmVhZ3MudXMvZWFnbGVyY3JhZnQvc3Vydml2YWwIAARuYW1lABRlYWdsZXJjcmFmdCBzdXJ2aXZhbAEAC2hpZGVBZGRyZXNzAAgACmZvcmNlZE1PVEQAI3NlZSBnaXRodWIgZm9yIHByaXZhdGUgc2VydmVyIGd1aWRlAAA="
]; main(); });
</script>
</head>
<body style="margin:0px;width:100vw;height:100vh;" id="game_frame">
</body>
</html>