jpintoduarte76 / FarLands

The official plugin of the FarLands Minecraft server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FarLands

PaperMC plugin for the FarLands 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
# or
mvn package -Dmaven.javadoc.skip=true # Don't update docs

Plugins

The plugins that we use on the server.
Some are required for the plugin to work, these are marked with *

Layout

  • Commands - All commands that can be run
    • Discord
      • Commands that are intended for discord use/interaction
    • Player
      • Commands that are specific for players - Staff subcommands are here, too
    • 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

About

The official plugin of the FarLands Minecraft server.

License:Apache License 2.0


Languages

Language:Java 99.7%Language:JavaScript 0.2%Language:Shell 0.1%