diff --git a/README.md b/README.md index 7ebf90f..0659170 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Eaglercraft uses the decompiled source of the official version of Minecraft 1.5. 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. **Eaglercraft will not work if it is opened locally via file:///, it needs to be 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.** 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. Spigot for minecraft 1.5.2 configured to work with the eaglercraft bungee executable is in java/spigot_command. +Within stable-download.zip there is a 'java' and a 'web' folder. Upload the contents of the web folder to your web server. **Eaglercraft will not work if it is opened locally via file:///, it needs to be 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.** 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. This version of minecraft's Spigot build doesn't work with bungee so you are limited to CraftBukkit plugins only on your server, unless you set up a newer version of Spigot and install ViaVersion or whatever it's called to make it backwards compatible. -To play the game, launch the run.bat script in both the bungee_command and spigot_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). +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 websocket in a production environment does not get blocked by any of the clients' firewalls. Also this enables you to use Cloudflare and nginx to create reverse proxy connections on the site to host multiple servers on the same domain.** diff --git a/spigot-server/banned-ips.txt b/bukkit-server/banned-ips.txt similarity index 97% rename from spigot-server/banned-ips.txt rename to bukkit-server/banned-ips.txt index c70a6d7..032e3dd 100644 --- a/spigot-server/banned-ips.txt +++ b/bukkit-server/banned-ips.txt @@ -1,3 +1,3 @@ -# Updated 9/27/20 12:38 AM by Minecraft 1.5.2 -# victim name | ban date | banned by | banned until | reason - +# Updated 9/27/20 12:38 AM by Minecraft 1.5.2 +# victim name | ban date | banned by | banned until | reason + diff --git a/spigot-server/banned-players.txt b/bukkit-server/banned-players.txt similarity index 97% rename from spigot-server/banned-players.txt rename to bukkit-server/banned-players.txt index c70a6d7..032e3dd 100644 --- a/spigot-server/banned-players.txt +++ b/bukkit-server/banned-players.txt @@ -1,3 +1,3 @@ -# Updated 9/27/20 12:38 AM by Minecraft 1.5.2 -# victim name | ban date | banned by | banned until | reason - +# Updated 9/27/20 12:38 AM by Minecraft 1.5.2 +# victim name | ban date | banned by | banned until | reason + diff --git a/spigot-server/bukkit.yml b/bukkit-server/bukkit.yml similarity index 100% rename from spigot-server/bukkit.yml rename to bukkit-server/bukkit.yml diff --git a/spigot-server/spigot-server.zip b/bukkit-server/craftbukkit-1.5.2-R1.0.jar similarity index 58% rename from spigot-server/spigot-server.zip rename to bukkit-server/craftbukkit-1.5.2-R1.0.jar index 06e339b..5ded45d 100644 Binary files a/spigot-server/spigot-server.zip and b/bukkit-server/craftbukkit-1.5.2-R1.0.jar differ diff --git a/spigot-server/help.yml b/bukkit-server/help.yml similarity index 100% rename from spigot-server/help.yml rename to bukkit-server/help.yml diff --git a/stable-download/java/spigot_command/ops.txt b/bukkit-server/ops.txt similarity index 100% rename from stable-download/java/spigot_command/ops.txt rename to bukkit-server/ops.txt diff --git a/spigot-server/permissions.yml b/bukkit-server/permissions.yml similarity index 100% rename from spigot-server/permissions.yml rename to bukkit-server/permissions.yml diff --git a/spigot-server/plugins/PluginMetrics/config.yml b/bukkit-server/plugins/PluginMetrics/config.yml similarity index 100% rename from spigot-server/plugins/PluginMetrics/config.yml rename to bukkit-server/plugins/PluginMetrics/config.yml diff --git a/bukkit-server/run.bat b/bukkit-server/run.bat new file mode 100644 index 0000000..4dd3bbd --- /dev/null +++ b/bukkit-server/run.bat @@ -0,0 +1,3 @@ +@echo off +java -Xmx512M -Xms512M -jar craftbukkit-1.5.2-R1.0.jar +pause diff --git a/spigot-server/server.properties b/bukkit-server/server.properties similarity index 94% rename from spigot-server/server.properties rename to bukkit-server/server.properties index 742c345..1a692ae 100644 --- a/spigot-server/server.properties +++ b/bukkit-server/server.properties @@ -1,30 +1,30 @@ -#Minecraft server properties -#Sun Sep 27 00:38:00 PDT 2020 -generator-settings= -allow-nether=true -level-name=world -enable-query=false -allow-flight=false -server-port=25501 -level-type=DEFAULT -enable-rcon=false -force-gamemode=true -level-seed= -server-ip= -max-build-height=256 -spawn-npcs=true -white-list=false -spawn-animals=true -hardcore=false -snooper-enabled=true -texture-pack= -online-mode=false -pvp=true -difficulty=1 -gamemode=1 -max-players=20 -spawn-monsters=true -generate-structures=true -view-distance=10 -spawn-protection=16 -motd=A Minecraft Server +#Minecraft server properties +#Sun Sep 27 00:38:00 PDT 2020 +generator-settings= +allow-nether=true +level-name=world +enable-query=false +allow-flight=false +server-port=25501 +level-type=DEFAULT +enable-rcon=false +force-gamemode=true +level-seed= +server-ip= +max-build-height=256 +spawn-npcs=true +white-list=false +spawn-animals=true +hardcore=false +snooper-enabled=true +texture-pack= +online-mode=false +pvp=true +difficulty=1 +gamemode=1 +max-players=20 +spawn-monsters=true +generate-structures=true +view-distance=10 +spawn-protection=16 +motd=A Minecraft Server diff --git a/spigot-server/white-list.txt b/bukkit-server/white-list.txt similarity index 100% rename from spigot-server/white-list.txt rename to bukkit-server/white-list.txt diff --git a/bukkit-server/world/data/villages.dat b/bukkit-server/world/data/villages.dat new file mode 100644 index 0000000..e33901d Binary files /dev/null and b/bukkit-server/world/data/villages.dat differ diff --git a/bukkit-server/world/level.dat b/bukkit-server/world/level.dat new file mode 100644 index 0000000..f5d0354 Binary files /dev/null and b/bukkit-server/world/level.dat differ diff --git a/bukkit-server/world/level.dat_old b/bukkit-server/world/level.dat_old new file mode 100644 index 0000000..371971c Binary files /dev/null and b/bukkit-server/world/level.dat_old differ diff --git a/bukkit-server/world/players/LAX1DUDE.dat b/bukkit-server/world/players/LAX1DUDE.dat new file mode 100644 index 0000000..c44bc89 Binary files /dev/null and b/bukkit-server/world/players/LAX1DUDE.dat differ diff --git a/bukkit-server/world/players/YeeChad39.dat b/bukkit-server/world/players/YeeChad39.dat new file mode 100644 index 0000000..64fc27d Binary files /dev/null and b/bukkit-server/world/players/YeeChad39.dat differ diff --git a/bukkit-server/world/region/r.-1.-1.mca b/bukkit-server/world/region/r.-1.-1.mca new file mode 100644 index 0000000..e86339e Binary files /dev/null and b/bukkit-server/world/region/r.-1.-1.mca differ diff --git a/bukkit-server/world/region/r.-1.0.mca b/bukkit-server/world/region/r.-1.0.mca new file mode 100644 index 0000000..a377b21 Binary files /dev/null and b/bukkit-server/world/region/r.-1.0.mca differ diff --git a/bukkit-server/world/region/r.-2.-1.mca b/bukkit-server/world/region/r.-2.-1.mca new file mode 100644 index 0000000..0a0aead Binary files /dev/null and b/bukkit-server/world/region/r.-2.-1.mca differ diff --git a/bukkit-server/world/region/r.-2.0.mca b/bukkit-server/world/region/r.-2.0.mca new file mode 100644 index 0000000..429bd26 Binary files /dev/null and b/bukkit-server/world/region/r.-2.0.mca differ diff --git a/bukkit-server/world/region/r.0.0.mca b/bukkit-server/world/region/r.0.0.mca new file mode 100644 index 0000000..c791f64 Binary files /dev/null and b/bukkit-server/world/region/r.0.0.mca differ diff --git a/bukkit-server/world/session.lock b/bukkit-server/world/session.lock new file mode 100644 index 0000000..e0a2f8b Binary files /dev/null and b/bukkit-server/world/session.lock differ diff --git a/bukkit-server/world/uid.dat b/bukkit-server/world/uid.dat new file mode 100644 index 0000000..b77f471 --- /dev/null +++ b/bukkit-server/world/uid.dat @@ -0,0 +1 @@ +%gDM \ No newline at end of file diff --git a/bukkit-server/world_nether/DIM-1/region/r.-1.-1.mca b/bukkit-server/world_nether/DIM-1/region/r.-1.-1.mca new file mode 100644 index 0000000..743faa6 Binary files /dev/null and b/bukkit-server/world_nether/DIM-1/region/r.-1.-1.mca differ diff --git a/bukkit-server/world_nether/DIM-1/region/r.-1.0.mca b/bukkit-server/world_nether/DIM-1/region/r.-1.0.mca new file mode 100644 index 0000000..ce89ce1 Binary files /dev/null and b/bukkit-server/world_nether/DIM-1/region/r.-1.0.mca differ diff --git a/bukkit-server/world_nether/DIM-1/region/r.0.-1.mca b/bukkit-server/world_nether/DIM-1/region/r.0.-1.mca new file mode 100644 index 0000000..8f484f9 Binary files /dev/null and b/bukkit-server/world_nether/DIM-1/region/r.0.-1.mca differ diff --git a/bukkit-server/world_nether/DIM-1/region/r.0.0.mca b/bukkit-server/world_nether/DIM-1/region/r.0.0.mca new file mode 100644 index 0000000..87a9309 Binary files /dev/null and b/bukkit-server/world_nether/DIM-1/region/r.0.0.mca differ diff --git a/bukkit-server/world_nether/level.dat b/bukkit-server/world_nether/level.dat new file mode 100644 index 0000000..09c7e5f Binary files /dev/null and b/bukkit-server/world_nether/level.dat differ diff --git a/bukkit-server/world_nether/level.dat_old b/bukkit-server/world_nether/level.dat_old new file mode 100644 index 0000000..4299e81 Binary files /dev/null and b/bukkit-server/world_nether/level.dat_old differ diff --git a/bukkit-server/world_nether/session.lock b/bukkit-server/world_nether/session.lock new file mode 100644 index 0000000..10f48fa Binary files /dev/null and b/bukkit-server/world_nether/session.lock differ diff --git a/bukkit-server/world_nether/uid.dat b/bukkit-server/world_nether/uid.dat new file mode 100644 index 0000000..f34deb5 --- /dev/null +++ b/bukkit-server/world_nether/uid.dat @@ -0,0 +1 @@ +{_+PEc Ͱ|a \ No newline at end of file diff --git a/bukkit-server/world_the_end/DIM1/region/r.-1.-1.mca b/bukkit-server/world_the_end/DIM1/region/r.-1.-1.mca new file mode 100644 index 0000000..02eae8d Binary files /dev/null and b/bukkit-server/world_the_end/DIM1/region/r.-1.-1.mca differ diff --git a/bukkit-server/world_the_end/DIM1/region/r.-1.0.mca b/bukkit-server/world_the_end/DIM1/region/r.-1.0.mca new file mode 100644 index 0000000..808011b Binary files /dev/null and b/bukkit-server/world_the_end/DIM1/region/r.-1.0.mca differ diff --git a/bukkit-server/world_the_end/DIM1/region/r.0.-1.mca b/bukkit-server/world_the_end/DIM1/region/r.0.-1.mca new file mode 100644 index 0000000..55245a6 Binary files /dev/null and b/bukkit-server/world_the_end/DIM1/region/r.0.-1.mca differ diff --git a/bukkit-server/world_the_end/DIM1/region/r.0.0.mca b/bukkit-server/world_the_end/DIM1/region/r.0.0.mca new file mode 100644 index 0000000..7d9a63d Binary files /dev/null and b/bukkit-server/world_the_end/DIM1/region/r.0.0.mca differ diff --git a/bukkit-server/world_the_end/level.dat b/bukkit-server/world_the_end/level.dat new file mode 100644 index 0000000..84740cd Binary files /dev/null and b/bukkit-server/world_the_end/level.dat differ diff --git a/bukkit-server/world_the_end/level.dat_old b/bukkit-server/world_the_end/level.dat_old new file mode 100644 index 0000000..b377ab9 Binary files /dev/null and b/bukkit-server/world_the_end/level.dat_old differ diff --git a/bukkit-server/world_the_end/session.lock b/bukkit-server/world_the_end/session.lock new file mode 100644 index 0000000..8d97167 Binary files /dev/null and b/bukkit-server/world_the_end/session.lock differ diff --git a/bukkit-server/world_the_end/uid.dat b/bukkit-server/world_the_end/uid.dat new file mode 100644 index 0000000..8109576 --- /dev/null +++ b/bukkit-server/world_the_end/uid.dat @@ -0,0 +1 @@ +DOΊh \ No newline at end of file diff --git a/javascript/assets.epk b/javascript/assets.epk index 97dd64f..ef0d356 100644 Binary files a/javascript/assets.epk and b/javascript/assets.epk differ diff --git a/lwjgl-rundir/resources/credits.txt b/lwjgl-rundir/resources/credits.txt index 10bde5b..1d57a10 100644 --- a/lwjgl-rundir/resources/credits.txt +++ b/lwjgl-rundir/resources/credits.txt @@ -8,7 +8,7 @@ eaglercraft makes use of baislsl's java PNG decoder, which is available at §nht all graphical assets in this project were ripped from mojang's official minecraft.jar for minecraft version 1.5.2 and they are mojang's intellectual property. assets ommitted include the minecraft soundtrack and music disks and all software references to the mojang/minecraft api. -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. +eaglercraft servers are powered by md_5's BungeeCord and the CraftBukkit project available at §nhttp://www.spigotmc.org/§r. BungeeCord has been modified to accept eaglercraft's strange login packets and to host a websocket server to translate browser connections to raw TCP that vanilla Spigot can understand. All java plugins designed for CraftBukkit 1.5.2 are compatible with this configuration. scroll down for the detailed license statements diff --git a/spigot-server/run.bat b/spigot-server/run.bat deleted file mode 100644 index 04d9fab..0000000 --- a/spigot-server/run.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -java -Xmx512M -Xms512M -jar spigot-1.5.2-R1.1-SNAPSHOT.jar -pause diff --git a/spigot-server/spigot-1.5.2-R1.1-SNAPSHOT.jar b/spigot-server/spigot-1.5.2-R1.1-SNAPSHOT.jar deleted file mode 100644 index 5b18ede..0000000 Binary files a/spigot-server/spigot-1.5.2-R1.1-SNAPSHOT.jar and /dev/null differ diff --git a/spigot-server/spigot.yml b/spigot-server/spigot.yml deleted file mode 100644 index 8592c92..0000000 --- a/spigot-server/spigot.yml +++ /dev/null @@ -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 -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! -listeners: -- port: default - host: default - netty: true -settings: - netty-threads: 3 - timeout-time: 60 - restart-on-crash: true - restart-script: ./start.sh - log-filters: - - ^(.*)(/login)(.*)$ - prevent-proxies: false - bungeecord-addresses: - - 127.0.0.1 - bungeecord: true -world-settings: - default: - verbose: true - view-distance: 10 - chunks-per-tick: 650 - merge-radius: - exp: 3.0 - item: 2.5 - 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 - 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 diff --git a/stable-download/java/spigot_command/banned-ips.txt b/stable-download/java/bukkit_command/banned-ips.txt similarity index 100% rename from stable-download/java/spigot_command/banned-ips.txt rename to stable-download/java/bukkit_command/banned-ips.txt diff --git a/stable-download/java/spigot_command/banned-players.txt b/stable-download/java/bukkit_command/banned-players.txt similarity index 100% rename from stable-download/java/spigot_command/banned-players.txt rename to stable-download/java/bukkit_command/banned-players.txt diff --git a/stable-download/java/spigot_command/bukkit.yml b/stable-download/java/bukkit_command/bukkit.yml similarity index 100% rename from stable-download/java/spigot_command/bukkit.yml rename to stable-download/java/bukkit_command/bukkit.yml diff --git a/stable-download/java/spigot_command/spigot-1.5.2-R1.1-SNAPSHOT.jar b/stable-download/java/bukkit_command/craftbukkit-1.5.2-R1.0.jar similarity index 56% rename from stable-download/java/spigot_command/spigot-1.5.2-R1.1-SNAPSHOT.jar rename to stable-download/java/bukkit_command/craftbukkit-1.5.2-R1.0.jar index 5b18ede..5ded45d 100644 Binary files a/stable-download/java/spigot_command/spigot-1.5.2-R1.1-SNAPSHOT.jar and b/stable-download/java/bukkit_command/craftbukkit-1.5.2-R1.0.jar differ diff --git a/stable-download/java/spigot_command/help.yml b/stable-download/java/bukkit_command/help.yml similarity index 100% rename from stable-download/java/spigot_command/help.yml rename to stable-download/java/bukkit_command/help.yml diff --git a/spigot-server/ops.txt b/stable-download/java/bukkit_command/ops.txt similarity index 90% rename from spigot-server/ops.txt rename to stable-download/java/bukkit_command/ops.txt index 0f98515..e603c99 100644 --- a/spigot-server/ops.txt +++ b/stable-download/java/bukkit_command/ops.txt @@ -1,2 +1,2 @@ -lax2dude -lax1dude +lax2dude +lax1dude diff --git a/stable-download/java/spigot_command/permissions.yml b/stable-download/java/bukkit_command/permissions.yml similarity index 100% rename from stable-download/java/spigot_command/permissions.yml rename to stable-download/java/bukkit_command/permissions.yml diff --git a/stable-download/java/spigot_command/plugins/PluginMetrics/config.yml b/stable-download/java/bukkit_command/plugins/PluginMetrics/config.yml similarity index 100% rename from stable-download/java/spigot_command/plugins/PluginMetrics/config.yml rename to stable-download/java/bukkit_command/plugins/PluginMetrics/config.yml diff --git a/stable-download/java/bukkit_command/run.bat b/stable-download/java/bukkit_command/run.bat new file mode 100644 index 0000000..4dd3bbd --- /dev/null +++ b/stable-download/java/bukkit_command/run.bat @@ -0,0 +1,3 @@ +@echo off +java -Xmx512M -Xms512M -jar craftbukkit-1.5.2-R1.0.jar +pause diff --git a/stable-download/java/spigot_command/server.log b/stable-download/java/bukkit_command/server.log similarity index 100% rename from stable-download/java/spigot_command/server.log rename to stable-download/java/bukkit_command/server.log diff --git a/stable-download/java/spigot_command/server.log.lck b/stable-download/java/bukkit_command/server.log.lck similarity index 100% rename from stable-download/java/spigot_command/server.log.lck rename to stable-download/java/bukkit_command/server.log.lck diff --git a/stable-download/java/spigot_command/server.properties b/stable-download/java/bukkit_command/server.properties similarity index 100% rename from stable-download/java/spigot_command/server.properties rename to stable-download/java/bukkit_command/server.properties diff --git a/stable-download/java/spigot_command/spigot.yml b/stable-download/java/bukkit_command/spigot.yml similarity index 100% rename from stable-download/java/spigot_command/spigot.yml rename to stable-download/java/bukkit_command/spigot.yml diff --git a/stable-download/java/spigot_command/white-list.txt b/stable-download/java/bukkit_command/white-list.txt similarity index 100% rename from stable-download/java/spigot_command/white-list.txt rename to stable-download/java/bukkit_command/white-list.txt diff --git a/stable-download/java/spigot_command/world/data/villages.dat b/stable-download/java/bukkit_command/world/data/villages.dat similarity index 100% rename from stable-download/java/spigot_command/world/data/villages.dat rename to stable-download/java/bukkit_command/world/data/villages.dat diff --git a/stable-download/java/spigot_command/world/level.dat b/stable-download/java/bukkit_command/world/level.dat similarity index 100% rename from stable-download/java/spigot_command/world/level.dat rename to stable-download/java/bukkit_command/world/level.dat diff --git a/stable-download/java/spigot_command/world/level.dat_old b/stable-download/java/bukkit_command/world/level.dat_old similarity index 100% rename from stable-download/java/spigot_command/world/level.dat_old rename to stable-download/java/bukkit_command/world/level.dat_old diff --git a/stable-download/java/spigot_command/world/players/DumpsterFuck41_.dat b/stable-download/java/bukkit_command/world/players/DumpsterFuck41_.dat similarity index 100% rename from stable-download/java/spigot_command/world/players/DumpsterFuck41_.dat rename to stable-download/java/bukkit_command/world/players/DumpsterFuck41_.dat diff --git a/stable-download/java/spigot_command/world/region/r.-1.0.mca b/stable-download/java/bukkit_command/world/region/r.-1.0.mca similarity index 100% rename from stable-download/java/spigot_command/world/region/r.-1.0.mca rename to stable-download/java/bukkit_command/world/region/r.-1.0.mca diff --git a/stable-download/java/spigot_command/world/region/r.0.0.mca b/stable-download/java/bukkit_command/world/region/r.0.0.mca similarity index 100% rename from stable-download/java/spigot_command/world/region/r.0.0.mca rename to stable-download/java/bukkit_command/world/region/r.0.0.mca diff --git a/stable-download/java/spigot_command/world/session.lock b/stable-download/java/bukkit_command/world/session.lock similarity index 100% rename from stable-download/java/spigot_command/world/session.lock rename to stable-download/java/bukkit_command/world/session.lock diff --git a/stable-download/java/spigot_command/world/uid.dat b/stable-download/java/bukkit_command/world/uid.dat similarity index 100% rename from stable-download/java/spigot_command/world/uid.dat rename to stable-download/java/bukkit_command/world/uid.dat diff --git a/stable-download/java/spigot_command/world_nether/DIM-1/region/r.-1.-1.mca b/stable-download/java/bukkit_command/world_nether/DIM-1/region/r.-1.-1.mca similarity index 100% rename from stable-download/java/spigot_command/world_nether/DIM-1/region/r.-1.-1.mca rename to stable-download/java/bukkit_command/world_nether/DIM-1/region/r.-1.-1.mca diff --git a/stable-download/java/spigot_command/world_nether/DIM-1/region/r.-1.0.mca b/stable-download/java/bukkit_command/world_nether/DIM-1/region/r.-1.0.mca similarity index 100% rename from stable-download/java/spigot_command/world_nether/DIM-1/region/r.-1.0.mca rename to stable-download/java/bukkit_command/world_nether/DIM-1/region/r.-1.0.mca diff --git a/stable-download/java/spigot_command/world_nether/DIM-1/region/r.0.-1.mca b/stable-download/java/bukkit_command/world_nether/DIM-1/region/r.0.-1.mca similarity index 100% rename from stable-download/java/spigot_command/world_nether/DIM-1/region/r.0.-1.mca rename to stable-download/java/bukkit_command/world_nether/DIM-1/region/r.0.-1.mca diff --git a/stable-download/java/spigot_command/world_nether/DIM-1/region/r.0.0.mca b/stable-download/java/bukkit_command/world_nether/DIM-1/region/r.0.0.mca similarity index 100% rename from stable-download/java/spigot_command/world_nether/DIM-1/region/r.0.0.mca rename to stable-download/java/bukkit_command/world_nether/DIM-1/region/r.0.0.mca diff --git a/stable-download/java/spigot_command/world_nether/level.dat b/stable-download/java/bukkit_command/world_nether/level.dat similarity index 100% rename from stable-download/java/spigot_command/world_nether/level.dat rename to stable-download/java/bukkit_command/world_nether/level.dat diff --git a/stable-download/java/spigot_command/world_nether/level.dat_old b/stable-download/java/bukkit_command/world_nether/level.dat_old similarity index 100% rename from stable-download/java/spigot_command/world_nether/level.dat_old rename to stable-download/java/bukkit_command/world_nether/level.dat_old diff --git a/stable-download/java/spigot_command/world_nether/session.lock b/stable-download/java/bukkit_command/world_nether/session.lock similarity index 100% rename from stable-download/java/spigot_command/world_nether/session.lock rename to stable-download/java/bukkit_command/world_nether/session.lock diff --git a/stable-download/java/spigot_command/world_nether/uid.dat b/stable-download/java/bukkit_command/world_nether/uid.dat similarity index 100% rename from stable-download/java/spigot_command/world_nether/uid.dat rename to stable-download/java/bukkit_command/world_nether/uid.dat diff --git a/stable-download/java/spigot_command/world_the_end/DIM1/region/r.-1.-1.mca b/stable-download/java/bukkit_command/world_the_end/DIM1/region/r.-1.-1.mca similarity index 100% rename from stable-download/java/spigot_command/world_the_end/DIM1/region/r.-1.-1.mca rename to stable-download/java/bukkit_command/world_the_end/DIM1/region/r.-1.-1.mca diff --git a/stable-download/java/spigot_command/world_the_end/DIM1/region/r.-1.0.mca b/stable-download/java/bukkit_command/world_the_end/DIM1/region/r.-1.0.mca similarity index 100% rename from stable-download/java/spigot_command/world_the_end/DIM1/region/r.-1.0.mca rename to stable-download/java/bukkit_command/world_the_end/DIM1/region/r.-1.0.mca diff --git a/stable-download/java/spigot_command/world_the_end/DIM1/region/r.0.-1.mca b/stable-download/java/bukkit_command/world_the_end/DIM1/region/r.0.-1.mca similarity index 100% rename from stable-download/java/spigot_command/world_the_end/DIM1/region/r.0.-1.mca rename to stable-download/java/bukkit_command/world_the_end/DIM1/region/r.0.-1.mca diff --git a/stable-download/java/spigot_command/world_the_end/DIM1/region/r.0.0.mca b/stable-download/java/bukkit_command/world_the_end/DIM1/region/r.0.0.mca similarity index 100% rename from stable-download/java/spigot_command/world_the_end/DIM1/region/r.0.0.mca rename to stable-download/java/bukkit_command/world_the_end/DIM1/region/r.0.0.mca diff --git a/stable-download/java/spigot_command/world_the_end/level.dat b/stable-download/java/bukkit_command/world_the_end/level.dat similarity index 100% rename from stable-download/java/spigot_command/world_the_end/level.dat rename to stable-download/java/bukkit_command/world_the_end/level.dat diff --git a/stable-download/java/spigot_command/world_the_end/level.dat_old b/stable-download/java/bukkit_command/world_the_end/level.dat_old similarity index 100% rename from stable-download/java/spigot_command/world_the_end/level.dat_old rename to stable-download/java/bukkit_command/world_the_end/level.dat_old diff --git a/stable-download/java/spigot_command/world_the_end/session.lock b/stable-download/java/bukkit_command/world_the_end/session.lock similarity index 100% rename from stable-download/java/spigot_command/world_the_end/session.lock rename to stable-download/java/bukkit_command/world_the_end/session.lock diff --git a/stable-download/java/spigot_command/world_the_end/uid.dat b/stable-download/java/bukkit_command/world_the_end/uid.dat similarity index 100% rename from stable-download/java/spigot_command/world_the_end/uid.dat rename to stable-download/java/bukkit_command/world_the_end/uid.dat diff --git a/stable-download/java/spigot_command/run.bat b/stable-download/java/spigot_command/run.bat deleted file mode 100644 index 04d9fab..0000000 --- a/stable-download/java/spigot_command/run.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -java -Xmx512M -Xms512M -jar spigot-1.5.2-R1.1-SNAPSHOT.jar -pause diff --git a/stable-download/stable-download.zip b/stable-download/stable-download.zip index bf48402..d1ce9b4 100644 Binary files a/stable-download/stable-download.zip and b/stable-download/stable-download.zip differ diff --git a/stable-download/web/assets.epk b/stable-download/web/assets.epk index 97dd64f..ef0d356 100644 Binary files a/stable-download/web/assets.epk and b/stable-download/web/assets.epk differ