Skip to content

Dwarslooper/Defend-Luetzerath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dl-logo

Defend Luetzerath

A Minecraft minigame made cuz i was bored

Discord
Releases Last commit Issues open

Documentation

Take a look at our documentations for this project!

Usage

Installation

  1. Download the latest release from the releases page.
  2. Put the file in the plugins folder of your server.
  3. Restart your server

Dependencies

⚠️ Make sure to have all plugins installed on their latest versions! ⚠️

Compatibilities

Contributions

We will review and help with all reasonable pull requests as long as you follow the guidelines below:

  • IDE or system-related files should be added to the .gitignore, never committed in pull requests.
  • If you change existing code, make sure it matches relatively close with the original code.
  • Favour readability over compactness.
  • If you add Characters, initialize them with the Character Manager and a matching class extending a Character-Type class.
  • Character behaviour must only be defined in the tick() method of the Character's class.
  • Notice that all characters extending Enemy will spawn automatically
  • Before creating a pull request, remove all always-on-debug-code like redundant logging or chat messages.

Credits

Licensing

This project is licensed under the GNU General Public License v3.0.

If you use ANY code from the source:

  • You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source and/or obfuscated application.
  • You must state clearly and obviously to all end users that you are using code from this project.
  • Your application must also be licensed under the same license.

If you have any other questions feel free to just ask in our Discord server.