Skip to content

ReSpouted/ReSpouted-LegacyServer

 
 

Repository files navigation

SpoutcraftPlugin

SpoutcraftPlugin is a plugin for Bukkit, which extends the Bukkit API to provide features that aren't normally available.

Spoutcraft was abandoned years ago so the ReSpouted team is aiming to get it back to a usable state for preservation purposes! Check out the original README me here

Getting started

The client is being worked on but the plugin is possible to compile if you have a CraftBukkit 1.6.4 file. Already compiled versions will be released at some point.

This also REQUIRES Java 8. It will not work on modern Java versions. The error this causes is java.lang.NoClassDefFoundError: Could not initialize class org.spoutcraft.lib.cglib.proxy.Enhancer.

Contributing

Coming Soon

The license

SpoutcraftPlugin is licensed under the GNU Lesser General Public License Version 3.

Compiling the source

SpoutcraftPlugin uses Maven to handle its dependencies.

  • Download and install Maven 2 or 3
  • Checkout this repo and run: mvn clean install
  • Create a new directory named lib inside the project directory
  • Download CraftBukkit for Minecraft 1.6.4
  • Move the downloaded server file into the lib directory
  • Rename the file to craftbukkit.jar
  • Compile the project by running: mvn package

About

Plugin that extends the Bukkit Minecraft server API.

Resources

License

Stars

Watchers

Forks

Languages

  • Java 97.2%
  • HTML 2.8%