Skip to content

Carlgo11/hardcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardcore

Build Status License Bukkit

What is this?

Hardcore is a ultra-hardcore Minecraft plugin (Bukkit based). This is a replacement for an old outdated plugin I had a few years ago.

I decided to completely redesign the plugin from scratch and publish the source code in the process.

Can I use the code?

Yes, this project is licensed under CC Attribution-NonCommercial 4.0 International Public License. For more information on this license, see creativecommons.org, tldrlegal.com or LICENSE.

For a short summery,

  • You may run my code.
  • You may make changes to my code as long as you give me credit for the contributions I have made.
  • You may not claim that my code is your own or use any other license than CC Attribution-NonCommercial 4.0 International Public License.
  • You may not make any economic profit on my code.

Requirements

If you want to run the plugin you will need these things:

  • Java 8
  • A Spigot or Bukkit server
  • Some knowledge on how Minecraft servers work and how to edit configs.

Running the code

To run a local server and test/run the code follow these instructions:

  1. Download a Spigot or Bukkit build.
  2. Download the project. git clone https://github.com/Carlgo11/hardcore.git
  3. Make a directory to run the server in. mkdir server
  4. Copy the startup script and the scripts folder. cp {scripts} server
  5. Go to the spigot directory and agree to the Minecraft EULA. cd server; echo "eula=true" > eula.txt
  6. Start the server ./startup_script.sh. This will download the latest Hardcore jar from GitHub.

Note: You can build the Hardcore.jar and just place it in the plugins folder of an existing Minecraft server. If you choose to do so, skip the steps above.