add precompiled binaries; fixed profanity in profile screen; changed splash screen; fixed corrupt unicode
changed title music; updated contact details in readme.txt; removed incomplete voice chat screens; fixed pointer grab glitch; and probably more I forgot
This commit is contained in:
parent
e05db1facb
commit
04fd84e831
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -6,4 +6,5 @@ eaglercraftbungee/bin
|
|||
eaglercraftbungee/rundir
|
||||
epkcompiler/bin
|
||||
spigot-server/world*
|
||||
eaglercraftbungee/rundir
|
||||
eaglercraftbungee/rundir
|
||||
javascript/classes.js
|
Binary file not shown.
Binary file not shown.
34722
javascript/classes.js
34722
javascript/classes.js
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -1,8 +1,6 @@
|
|||
eaglercraft is an AOT compiled port of mojang's minecraft 1.5.2 designed to run in an html5/javascript environment, using TeaVM and my opengl 1.3 emulator to simulate a desktop java enviroment fully compatible with minecraft java edition
|
||||
|
||||
§1this §1mess §1was §1created §1by §1calder §1young §1(LAX1DUDE), §1submit §1complaints §1and §1bug §1reports §1to §1cgiacun@gmail.com §1or §1hmu §1on §1discord §1at §1LAX1DUDE#6306 §1or §1on §1instagram §1@eagler.69§r
|
||||
|
||||
title music: Rockstar Games / Tangerine Dream - GTA V loading theme (Mona Da Vinc)
|
||||
§1this §1was §1created §1by §1calder §1young §1(LAX1DUDE), §1submit §1complaints §1and §1bug §1reports §1to §1cgiacun@gmail.com §1or §1hmu §1on §1discord §1at §1LAX1DUDE#6306 §1or §1on §1instagram §1@calderyounggg§r
|
||||
|
||||
compiling the javascript and emulating the JRE is largely made possible by the TeaVM project, created by Alexey Andreev and is available for free at §nhttp://teavm.org/§r under Apache License 2.0
|
||||
|
||||
|
@ -12,8 +10,6 @@ all graphical assets in this project were ripped from mojang's official minecraf
|
|||
|
||||
eaglercraft servers are powered by md_5's BungeeCord and the Spigot project available at §nhttp://www.spigotmc.org/§r. BungeeCord has been modified to accept eaglercraft's unorthodox login packets and to include a websocket server to translate browser connections to a format that vanilla Spigot can understand. All plugins designed for Spigot/CraftBukkit 1.5.2 are still compatible with this configuration.
|
||||
|
||||
voice chat is powered by google's WebRTC protocol built into all modern web browsers. more information available at §nhttp://webrtc.org/§r.
|
||||
|
||||
scroll down for the detailed license statements
|
||||
|
||||
========================================
|
||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 11 KiB |
|
@ -1,3 +1,3 @@
|
|||
# Updated 8/29/20 1:12 PM by Minecraft 1.5.2
|
||||
# Updated 9/27/20 12:38 AM by Minecraft 1.5.2
|
||||
# victim name | ban date | banned by | banned until | reason
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Updated 8/29/20 1:12 PM by Minecraft 1.5.2
|
||||
# Updated 9/27/20 12:38 AM by Minecraft 1.5.2
|
||||
# victim name | ban date | banned by | banned until | reason
|
||||
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
java -Xmx512M -Xms512M -jar spigot-1.5.2-R1.1-SNAPSHOT.jar
|
||||
@echo off
|
||||
java -Xmx512M -Xms512M -jar spigot-1.5.2-R1.1-SNAPSHOT.jar
|
||||
pause
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,5 @@
|
|||
#Minecraft server properties
|
||||
#Sat Aug 29 13:12:27 PDT 2020
|
||||
#Sun Sep 27 00:38:00 PDT 2020
|
||||
generator-settings=
|
||||
allow-nether=true
|
||||
level-name=world
|
||||
|
@ -15,16 +15,16 @@ max-build-height=256
|
|||
spawn-npcs=true
|
||||
white-list=false
|
||||
spawn-animals=true
|
||||
texture-pack=
|
||||
snooper-enabled=true
|
||||
hardcore=false
|
||||
snooper-enabled=true
|
||||
texture-pack=
|
||||
online-mode=false
|
||||
pvp=true
|
||||
difficulty=1
|
||||
gamemode=1
|
||||
max-players=20
|
||||
spawn-monsters=true
|
||||
view-distance=10
|
||||
generate-structures=true
|
||||
view-distance=10
|
||||
spawn-protection=16
|
||||
motd=A Minecraft Server
|
||||
|
|
BIN
spigot-server/spigot-server.zip
Normal file
BIN
spigot-server/spigot-server.zip
Normal file
Binary file not shown.
|
@ -13,28 +13,28 @@
|
|||
config-version: 1
|
||||
commands:
|
||||
tab-complete: true
|
||||
log: true
|
||||
spam-exclusions:
|
||||
- /skill
|
||||
log: true
|
||||
messages:
|
||||
whitelist: You are not whitelisted on this server!
|
||||
unknown-command: Unknown command. Type "help" for help.
|
||||
server-full: The server is full!
|
||||
listeners:
|
||||
- port: default
|
||||
host: default
|
||||
netty: true
|
||||
settings:
|
||||
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
|
||||
log-filters:
|
||||
- ^(.*)(/login)(.*)$
|
||||
messages:
|
||||
whitelist: You are not whitelisted on this server!
|
||||
unknown-command: Unknown command. Type "help" for help.
|
||||
server-full: The server is full!
|
||||
prevent-proxies: false
|
||||
bungeecord-addresses:
|
||||
- 127.0.0.1
|
||||
bungeecord: true
|
||||
world-settings:
|
||||
default:
|
||||
verbose: true
|
||||
|
@ -43,28 +43,7 @@ world-settings:
|
|||
merge-radius:
|
||||
exp: 3.0
|
||||
item: 2.5
|
||||
entity-activation-range:
|
||||
animals: 32
|
||||
monsters: 32
|
||||
misc: 16
|
||||
ticks-per:
|
||||
hopper-check: 8
|
||||
hopper-transfer: 8
|
||||
growth:
|
||||
cactus-modifier: 100
|
||||
cane-modifier: 100
|
||||
melon-modifier: 100
|
||||
mushroom-modifier: 100
|
||||
pumpkin-modifier: 100
|
||||
sapling-modifier: 100
|
||||
wheat-modifier: 100
|
||||
entity-tracking-range:
|
||||
players: 48
|
||||
animals: 48
|
||||
monsters: 48
|
||||
misc: 32
|
||||
other: 64
|
||||
random-light-updates: false
|
||||
mob-spawn-range: 4
|
||||
anti-xray:
|
||||
enabled: true
|
||||
engine-mode: 1
|
||||
|
@ -84,4 +63,25 @@ world-settings:
|
|||
- 82
|
||||
- 129
|
||||
- 130
|
||||
mob-spawn-range: 4
|
||||
ticks-per:
|
||||
hopper-check: 8
|
||||
hopper-transfer: 8
|
||||
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
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
package net.lax1dude.eaglercraft;
|
||||
|
||||
public class ConfigConstants {
|
||||
|
||||
public static boolean profanity = false;
|
||||
|
||||
public static final String version = "alpha 20m06-29";
|
||||
public static final String version = "21m12-17";
|
||||
public static final String mainMenuString = "eaglercraft " + version;
|
||||
|
||||
public static final boolean html5build = false;
|
||||
public static final boolean html5build = true;
|
||||
|
||||
}
|
||||
|
|
|
@ -93,9 +93,13 @@ public class EaglerProfile {
|
|||
}
|
||||
|
||||
static {
|
||||
String[] usernameDefaultWords = new String[] {
|
||||
String[] usernameDefaultWords = ConfigConstants.profanity ? new String[] {
|
||||
"Eagler",
|
||||
"Eagler",
|
||||
"Bitch",
|
||||
"Cock",
|
||||
"Milf",
|
||||
"Milf",
|
||||
"Yeer",
|
||||
"Groon",
|
||||
"Eag",
|
||||
|
@ -103,6 +107,8 @@ public class EaglerProfile {
|
|||
"Chode",
|
||||
"Deev",
|
||||
"Deev",
|
||||
"Fucker",
|
||||
"Fucking",
|
||||
"Dumpster",
|
||||
"Dumpster",
|
||||
"Cum",
|
||||
|
@ -124,7 +130,25 @@ public class EaglerProfile {
|
|||
"Eagler",
|
||||
"Vigg",
|
||||
"Vigg",
|
||||
"Cunt",
|
||||
"Darvig"
|
||||
} : new String[] {
|
||||
"Yeeish",
|
||||
"Yeeish",
|
||||
"Yee",
|
||||
"Yee",
|
||||
"Yeer",
|
||||
"Yeeler",
|
||||
"Eagler",
|
||||
"Eagl",
|
||||
"Darver",
|
||||
"Darvler",
|
||||
"Vool",
|
||||
"Vigg",
|
||||
"Vigg",
|
||||
"Deev",
|
||||
"Yigg",
|
||||
"Yeeg"
|
||||
};
|
||||
|
||||
rand = new Random();
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -517,7 +517,7 @@ public class Minecraft implements Runnable {
|
|||
((GuiScreen) par1GuiScreen).setWorldAndResolution(this, var3, var4);
|
||||
this.skipRenderWorld = false;
|
||||
} else {
|
||||
this.setIngameFocus();
|
||||
if(!this.inGameHasFocus) this.setIngameFocus();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -927,12 +927,12 @@ public class Minecraft implements Runnable {
|
|||
*/
|
||||
public void setIngameFocus() {
|
||||
//if (EaglerAdapter.isFocused()) {
|
||||
if (!this.inGameHasFocus) {
|
||||
//if (!this.inGameHasFocus) {
|
||||
this.inGameHasFocus = true;
|
||||
this.mouseHelper.grabMouseCursor();
|
||||
this.displayGuiScreen((GuiScreen) null);
|
||||
this.leftClickCounter = 10000;
|
||||
}
|
||||
//}
|
||||
//}
|
||||
}
|
||||
|
||||
|
@ -941,11 +941,11 @@ public class Minecraft implements Runnable {
|
|||
* cursor.
|
||||
*/
|
||||
public void setIngameNotInFocus() {
|
||||
if (this.inGameHasFocus) {
|
||||
//if (this.inGameHasFocus) {
|
||||
KeyBinding.unPressAllKeys();
|
||||
this.inGameHasFocus = false;
|
||||
this.mouseHelper.ungrabMouseCursor();
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -981,7 +981,7 @@ public class Minecraft implements Runnable {
|
|||
|
||||
public void displayEaglercraftText(String s) {
|
||||
if(this.thePlayer != null && shownPlayerMessages.add(s)) {
|
||||
this.thePlayer.sendChatToPlayer("§6notice: §7"+s);
|
||||
this.thePlayer.sendChatToPlayer("notice: "+s);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ public class GuiIngameMenu extends GuiScreen {
|
|||
}
|
||||
|
||||
this.buttonList.add(new GuiButton(4, this.width / 2 - 100, this.height / 4 + 24 + var1, StatCollector.translateToLocal("menu.returnToGame")));
|
||||
this.buttonList.add(new GuiButton(5, this.width / 2 - 100, this.height / 4 + 48 + var1, StatCollector.translateToLocal("menu.voicechannel")));
|
||||
//this.buttonList.add(new GuiButton(5, this.width / 2 - 100, this.height / 4 + 48 + var1, StatCollector.translateToLocal("menu.voicechannel")));
|
||||
this.buttonList.add(new GuiButton(0, this.width / 2 - 100, this.height / 4 + 96 + var1, 98, 20, StatCollector.translateToLocal("menu.options")));
|
||||
GuiButton var3;
|
||||
this.buttonList.add(var3 = new GuiButton(7, this.width / 2 + 2, this.height / 4 + 96 + var1, 98, 20, StatCollector.translateToLocal("menu.shareToLan")));
|
||||
|
|
|
@ -76,7 +76,7 @@ public class GuiMainMenu extends GuiScreen {
|
|||
* RunnableTitleScreen(this), "1.6 Update Check Thread")).start(); }
|
||||
*/
|
||||
|
||||
this.field_92025_p = EaglerAdapter._wisWebGL() ? ("" + EnumChatFormatting.BOLD + "webassembly edition" + EnumChatFormatting.RESET + "") : ("" + EnumChatFormatting.BOLD + "eaglercraft desktop runtime" + EnumChatFormatting.RESET + "");
|
||||
this.field_92025_p = EaglerAdapter._wisWebGL() ? ("eaglercraft javascript runtime") : ("eaglercraft desktop runtime");
|
||||
this.start = System.currentTimeMillis() + System.currentTimeMillis() % 10000l;
|
||||
this.ackLines = new ArrayList();
|
||||
|
||||
|
@ -141,7 +141,7 @@ public class GuiMainMenu extends GuiScreen {
|
|||
GuiButton single;
|
||||
this.buttonList.add(single = new GuiButton(1, this.width / 2 - 100, var4, var2.translateKey("menu.singleplayer")));
|
||||
this.buttonList.add(new GuiButton(2, this.width / 2 - 100, var4 + 24 * 1, var2.translateKey("menu.multiplayer")));
|
||||
this.buttonList.add(new GuiButton(3, this.width / 2 - 100, var4 + 24 * 2, var2.translateKey("menu.voicechannel")));
|
||||
//this.buttonList.add(new GuiButton(3, this.width / 2 - 100, var4 + 24 * 2, var2.translateKey("menu.voicechannel")));
|
||||
single.enabled = false;
|
||||
|
||||
this.buttonList.add(new GuiButton(0, this.width / 2 - 100, var4 + 72 + 12, 98, 20, var2.translateKey("menu.options")));
|
||||
|
@ -198,11 +198,11 @@ public class GuiMainMenu extends GuiScreen {
|
|||
if(!showAck) {
|
||||
super.mouseClicked(par1, par2, par3);
|
||||
if (par3 == 0) {
|
||||
int w = this.fontRenderer.getStringWidth("§neaglercraft readme.txt") * 3 / 4;
|
||||
int w = this.fontRenderer.getStringWidth("eaglercraft readme.txt") * 3 / 4;
|
||||
if(par1 >= (this.width - w - 4) && par1 <= this.width && par2 >= 0 && par2 <= 9) {
|
||||
showAck = true;
|
||||
}
|
||||
w = this.fontRenderer.getStringWidth("§ndebug console") * 3 / 4;
|
||||
w = this.fontRenderer.getStringWidth("debug console") * 3 / 4;
|
||||
if(par1 >= 0 && par1 <= (w + 4) && par2 >= 0 && par2 <= 9) {
|
||||
EaglerAdapter.openConsole();
|
||||
}
|
||||
|
@ -433,7 +433,7 @@ public class GuiMainMenu extends GuiScreen {
|
|||
* this.splashText, 0, -8, 16776960); EaglerAdapter.glPopMatrix();
|
||||
*/
|
||||
|
||||
this.drawString(this.fontRenderer, "minecraft 1.5.2 [mcp 7.11]", 2, this.height - 20, 16777215);
|
||||
this.drawString(this.fontRenderer, "minecraft 1.5.2", 2, this.height - 20, 16777215);
|
||||
this.drawString(this.fontRenderer, ConfigConstants.mainMenuString, 2, this.height - 10, 16777215);
|
||||
|
||||
String var10 = "copyright 2020 calder young";
|
||||
|
@ -450,7 +450,7 @@ public class GuiMainMenu extends GuiScreen {
|
|||
// 16777215);
|
||||
}
|
||||
|
||||
var10 = "§neaglercraft readme.txt";
|
||||
var10 = "eaglercraft readme.txt";
|
||||
int w = this.fontRenderer.getStringWidth(var10) * 3 / 4;
|
||||
if(!showAck && par1 >= (this.width - w - 4) && par1 <= this.width && par2 >= 0 && par2 <= 9) {
|
||||
drawRect((this.width - w - 4), 0, this.width, 9, 0x55000099);
|
||||
|
@ -463,7 +463,7 @@ public class GuiMainMenu extends GuiScreen {
|
|||
this.drawString(this.fontRenderer, var10, 0, 0, 16777215);
|
||||
EaglerAdapter.glPopMatrix();
|
||||
|
||||
var10 = "§ndebug console";
|
||||
var10 = "debug console";
|
||||
w = this.fontRenderer.getStringWidth(var10) * 3 / 4;
|
||||
if(!showAck && par1 >= 0 && par1 <= (w + 4) && par2 >= 0 && par2 <= 9) {
|
||||
drawRect(0, 0, w + 4, 9, 0x55000099);
|
||||
|
|
|
@ -5,6 +5,7 @@ import java.util.ArrayList;
|
|||
import java.util.List;
|
||||
|
||||
import net.lax1dude.eaglercraft.Base64;
|
||||
import net.lax1dude.eaglercraft.ConfigConstants;
|
||||
import net.lax1dude.eaglercraft.LocalStorageManager;
|
||||
import net.minecraft.client.Minecraft;
|
||||
|
||||
|
@ -25,6 +26,9 @@ public class ServerList {
|
|||
public static void loadDefaultServers(String base64) {
|
||||
try {
|
||||
NBTTagCompound nbt = CompressedStreamTools.readUncompressed(Base64.decodeBase64(base64));
|
||||
if(nbt.getBoolean("profanity")) {
|
||||
ConfigConstants.profanity = true;
|
||||
}
|
||||
forcedServers.clear();
|
||||
NBTTagList list = nbt.getTagList("servers");
|
||||
for (int i = 0; i < list.tagCount(); ++i) {
|
||||
|
|
|
@ -78,7 +78,7 @@ public class Client {
|
|||
EaglerAdapterImpl2.removeEventHandlers();
|
||||
|
||||
StringBuilder str = new StringBuilder();
|
||||
str.append("i did an oopsie and crashed. report to cgiacun@gmail.com or LAX1DUDE#6306 on discord or @eagler.69 on instagram if you want to see this bug fixed\n\n");
|
||||
str.append("Game Crashed! I have fallen and I can't get up! Send the following text to cgiacun@gmail.com or LAX1DUDE#6306 on discord or @calderyounggg on instagram\n\n");
|
||||
str.append(t);
|
||||
str.append('\n').append('\n');
|
||||
str.append("eaglercraft.version = \"").append(ConfigConstants.version).append("\"\n");
|
||||
|
|
|
@ -15,6 +15,7 @@ import org.teavm.jso.JSBody;
|
|||
import org.teavm.jso.JSObject;
|
||||
import org.teavm.jso.ajax.ReadyStateChangeHandler;
|
||||
import org.teavm.jso.ajax.XMLHttpRequest;
|
||||
import org.teavm.jso.browser.TimerHandler;
|
||||
import org.teavm.jso.browser.Window;
|
||||
import org.teavm.jso.dom.events.EventListener;
|
||||
import org.teavm.jso.dom.events.KeyboardEvent;
|
||||
|
@ -833,10 +834,23 @@ public class EaglerAdapterImpl2 {
|
|||
public static final void mouseSetCursorPosition(int x, int y) {
|
||||
|
||||
}
|
||||
private static long mouseUngrabTimer = 0l;
|
||||
private static int mouseUngrabTimeout = 0;
|
||||
public static final void mouseSetGrabbed(boolean grabbed) {
|
||||
if(grabbed) {
|
||||
canvas.requestPointerLock();
|
||||
long t = System.currentTimeMillis();
|
||||
if(mouseUngrabTimeout != 0) Window.clearTimeout(mouseUngrabTimeout);
|
||||
if(t - mouseUngrabTimer < 3000l) {
|
||||
mouseUngrabTimeout = Window.setTimeout(new TimerHandler() {
|
||||
@Override
|
||||
public void onTimer() {
|
||||
canvas.requestPointerLock();
|
||||
}
|
||||
}, 3000 - (int)(t - mouseUngrabTimer));
|
||||
}
|
||||
}else {
|
||||
mouseUngrabTimer = System.currentTimeMillis();
|
||||
doc.exitPointerLock();
|
||||
}
|
||||
}
|
||||
|
|
BIN
stable-download/java/bungee_command/bungee-dist.jar
Normal file
BIN
stable-download/java/bungee_command/bungee-dist.jar
Normal file
Binary file not shown.
BIN
stable-download/java/bungee_command/bungee.sqlite
Normal file
BIN
stable-download/java/bungee_command/bungee.sqlite
Normal file
Binary file not shown.
36
stable-download/java/bungee_command/config.yml
Normal file
36
stable-download/java/bungee_command/config.yml
Normal file
|
@ -0,0 +1,36 @@
|
|||
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
|
||||
authservice:
|
||||
authfile: passwords.yml
|
||||
enabled: false
|
||||
limbo: lobby
|
||||
timeout: 30
|
||||
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
|
128
stable-download/java/bungee_command/proxy.log.0
Normal file
128
stable-download/java/bungee_command/proxy.log.0
Normal file
|
@ -0,0 +1,128 @@
|
|||
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
|
33
stable-download/java/bungee_command/proxy.log.0.1
Normal file
33
stable-download/java/bungee_command/proxy.log.0.1
Normal file
|
@ -0,0 +1,33 @@
|
|||
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.ServerSocketChannelImpl.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
|
0
stable-download/java/bungee_command/proxy.log.0.lck
Normal file
0
stable-download/java/bungee_command/proxy.log.0.lck
Normal file
3
stable-download/java/bungee_command/run.bat
Normal file
3
stable-download/java/bungee_command/run.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
java -Xmx32M -Xms32M -jar bungee-dist.jar
|
||||
pause
|
3
stable-download/java/spigot_command/banned-ips.txt
Normal file
3
stable-download/java/spigot_command/banned-ips.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Updated 12/17/21, 6:40 PM by Minecraft 1.5.2
|
||||
# victim name | ban date | banned by | banned until | reason
|
||||
|
3
stable-download/java/spigot_command/banned-players.txt
Normal file
3
stable-download/java/spigot_command/banned-players.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Updated 12/17/21, 6:40 PM by Minecraft 1.5.2
|
||||
# victim name | ban date | banned by | banned until | reason
|
||||
|
45
stable-download/java/spigot_command/bukkit.yml
Normal file
45
stable-download/java/spigot_command/bukkit.yml
Normal file
|
@ -0,0 +1,45 @@
|
|||
# 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
|
56
stable-download/java/spigot_command/help.yml
Normal file
56
stable-download/java/spigot_command/help.yml
Normal file
|
@ -0,0 +1,56 @@
|
|||
# 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
|
||||
|
2
stable-download/java/spigot_command/ops.txt
Normal file
2
stable-download/java/spigot_command/ops.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
lax2dude
|
||||
lax1dude
|
0
stable-download/java/spigot_command/permissions.yml
Normal file
0
stable-download/java/spigot_command/permissions.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
# http://mcstats.org
|
||||
opt-out: false
|
||||
guid: c015ae6f-e6ca-48d6-b4af-6e1cb5825cb9
|
||||
debug: false
|
3
stable-download/java/spigot_command/run.bat
Normal file
3
stable-download/java/spigot_command/run.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
java -Xmx512M -Xms512M -jar spigot-1.5.2-R1.1-SNAPSHOT.jar
|
||||
pause
|
214
stable-download/java/spigot_command/server.log
Normal file
214
stable-download/java/spigot_command/server.log
Normal file
|
@ -0,0 +1,214 @@
|
|||
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..[m
|
||||
|
||||
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
|
0
stable-download/java/spigot_command/server.log.lck
Normal file
0
stable-download/java/spigot_command/server.log.lck
Normal file
30
stable-download/java/spigot_command/server.properties
Normal file
30
stable-download/java/spigot_command/server.properties
Normal file
|
@ -0,0 +1,30 @@
|
|||
#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
|
Binary file not shown.
87
stable-download/java/spigot_command/spigot.yml
Normal file
87
stable-download/java/spigot_command/spigot.yml
Normal file
|
@ -0,0 +1,87 @@
|
|||
# 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
|
0
stable-download/java/spigot_command/white-list.txt
Normal file
0
stable-download/java/spigot_command/white-list.txt
Normal file
BIN
stable-download/java/spigot_command/world/data/villages.dat
Normal file
BIN
stable-download/java/spigot_command/world/data/villages.dat
Normal file
Binary file not shown.
BIN
stable-download/java/spigot_command/world/level.dat
Normal file
BIN
stable-download/java/spigot_command/world/level.dat
Normal file
Binary file not shown.
BIN
stable-download/java/spigot_command/world/level.dat_old
Normal file
BIN
stable-download/java/spigot_command/world/level.dat_old
Normal file
Binary file not shown.
Binary file not shown.
BIN
stable-download/java/spigot_command/world/region/r.-1.0.mca
Normal file
BIN
stable-download/java/spigot_command/world/region/r.-1.0.mca
Normal file
Binary file not shown.
BIN
stable-download/java/spigot_command/world/region/r.0.0.mca
Normal file
BIN
stable-download/java/spigot_command/world/region/r.0.0.mca
Normal file
Binary file not shown.
BIN
stable-download/java/spigot_command/world/session.lock
Normal file
BIN
stable-download/java/spigot_command/world/session.lock
Normal file
Binary file not shown.
1
stable-download/java/spigot_command/world/uid.dat
Normal file
1
stable-download/java/spigot_command/world/uid.dat
Normal file
|
@ -0,0 +1 @@
|
|||
¨,4—Ab«ƒ—ý“ŽR
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
stable-download/java/spigot_command/world_nether/level.dat
Normal file
BIN
stable-download/java/spigot_command/world_nether/level.dat
Normal file
Binary file not shown.
BIN
stable-download/java/spigot_command/world_nether/level.dat_old
Normal file
BIN
stable-download/java/spigot_command/world_nether/level.dat_old
Normal file
Binary file not shown.
BIN
stable-download/java/spigot_command/world_nether/session.lock
Normal file
BIN
stable-download/java/spigot_command/world_nether/session.lock
Normal file
Binary file not shown.
1
stable-download/java/spigot_command/world_nether/uid.dat
Normal file
1
stable-download/java/spigot_command/world_nether/uid.dat
Normal file
|
@ -0,0 +1 @@
|
|||
zÀ¾»buLC¿£<17>f±ã
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
stable-download/java/spigot_command/world_the_end/level.dat
Normal file
BIN
stable-download/java/spigot_command/world_the_end/level.dat
Normal file
Binary file not shown.
BIN
stable-download/java/spigot_command/world_the_end/level.dat_old
Normal file
BIN
stable-download/java/spigot_command/world_the_end/level.dat_old
Normal file
Binary file not shown.
BIN
stable-download/java/spigot_command/world_the_end/session.lock
Normal file
BIN
stable-download/java/spigot_command/world_the_end/session.lock
Normal file
Binary file not shown.
BIN
stable-download/java/spigot_command/world_the_end/uid.dat
Normal file
BIN
stable-download/java/spigot_command/world_the_end/uid.dat
Normal file
Binary file not shown.
BIN
stable-download/web/assets.epk
Normal file
BIN
stable-download/web/assets.epk
Normal file
Binary file not shown.
230036
stable-download/web/classes.js
Normal file
230036
stable-download/web/classes.js
Normal file
File diff suppressed because one or more lines are too long
14
stable-download/web/index.html
Normal file
14
stable-download/web/index.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<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",
|
||||
"CgAACQAHc2VydmVycwoAAAACCAACaXAAI3dzczovL2VhZ3MtZGRucy5ueC50Yy9lYWdzLWNyZWF0aXZlCAAEbmFtZQAUZWFnbGVyY3JhZnQgY3JlYXRpdmUBAAtoaWRlQWRkcmVzcwAIAApmb3JjZWRNT1REACF0aGUgb2ZmaWNpYWwgY3JlYXRpdmUgbW9kZSBzZXJ2ZXIACAACaXAAI3dzczovL2VhZ3MtZGRucy5ueC50Yy9lYWdzLXN1cnZpdmFsCAAEbmFtZQAUZWFnbGVyY3JhZnQgc3Vydml2YWwBAAtoaWRlQWRkcmVzcwAIAApmb3JjZWRNT1REACF0aGUgb2ZmaWNpYWwgc3Vydml2YWwgbW9kZSBzZXJ2ZXIAAA=="
|
||||
]; main(); });
|
||||
</script>
|
||||
</head>
|
||||
<body style="margin:0px;width:100vw;height:100vh;" id="game_frame">
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user