Skip to content

Datenflieger/LobbySystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LobbyCore

An advanced Minecraft Lobby System Plugin for Paper servers.

Features

  • Parkour System: Challenge your players with custom parkour courses.
  • Silent Lobby: Allow players to hide other players.
  • Cookie Feature: A fun cookie-related interaction.
  • Navigator: Easy navigation.
  • Custom Scoreboards: Utilizes FastBoard for efficient scoreboard management.
  • Interactive GUIs: Uses SmartInvs for creating intuitive graphical user interfaces.
  • Data Persistence: Employs SQLite for storing plugin data.

Commands and Permissions

Command Alias(es) Permission Default Description
/lobbycore lc, lobby lobbycore.admin op Main admin command for LobbyCore.
/silentlobby silent, sl lobbycore.silentlobby true Toggles silent lobby mode for the player.
/parkour pk lobbycore.parkour true Main command for interacting with the parkour system.
/cookies cookie lobbycore.cookies true Command related to the cookie feature.

General Permissions:

  • lobbycore.*: Grants all LobbyCore permissions. (Default: op)
  • lobbycore.admin: Access to administrative features. (Default: op)
  • lobbycore.reload: Allows reloading the plugin configuration. (Default: op)
  • lobbycore.navigator: Permission for using the navigator. (Default: true)

Requirements

  • Minecraft Server: Paper 1.21 or compatible fork.
  • Java: Version 21 or higher.

Installation

  1. Download the latest LobbySystem-*.jar file from the releases page (if available, otherwise build from source).
  2. Place the downloaded .jar file into your server's plugins folder.
  3. Restart or reload your Minecraft server.

Building from Source

To build the plugin from source, you'll need:

  • Java Development Kit (JDK) 21 or newer.
  • Git (optional, for cloning the repository).
  1. Clone the repository:
    git clone https://github.com/datenflieger/lobbysystem.git
    cd lobbysystem
  2. Build with Gradle:
    • On Windows:
      .\gradlew.bat shadowJar
    • On Linux/macOS:
      ./gradlew shadowJar
  3. The compiled .jar file will be located in build/libs/LobbySystem-1.0.0.jar (version may vary).

Dependencies

LobbyCore utilizes the following key libraries:

Dependencies are bundled and relocated using shadowJar to prevent conflicts.

About

An advanced Minecraft Lobby System Plugin for Paper servers.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages