FarLands
PaperMC plugin for the FarLands public Minecraft server (farlandsmc.net
)
Setup
git clone git@github.com:FarLandsMC/FarLands.git # Clone Repo
mvn install # Download Dependencies
If you run into an Auth error while trying to download ChestShops or RegionProtection, please read this.
Build
mvn package
and the built jar will be found at target/FarLands.jar
Plugins
The plugins that we use on the server.
Some are required for the plugin to run at all, these are marked with *
Package Layout
- Chat - Everything related to the chat including formatting and more
- Commands - All commands that can be run
- Discord - Commands that are intended for discord use/interaction
- Player - Commands that are specific for players
- Staff - Commands for staff members to use in moderation/building/etc
- Data - Handling of the server data
- Discord - Manage everything to do with Discord interaction
- Gui - GUI classes and handler
- Mechanic - Various small tweaks and anti-cheat mechanics
- Scheduling - Scheduling utilities
- Util - Miscellaneous utility classes