Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
/ Lobbier Public archive

Lobbier is a collection of useful utilities for lobby & minigame servers.

License

Notifications You must be signed in to change notification settings

EnderQuestMC/Lobbier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lobbier

Lobbier is a collection of useful utilities for lobby & minigame servers.

Mainly, it includes utilities to set a header and footer on the player list and a scoreboard. More features may be added in the future.

Developers

Maven

Insert the following snippets into your POM.xml.

For the repository:

<repositories>
    ...
    <repository>
        <id>github</id>
        <name>GitHub Packages</name>
        <url>https://maven.pkg.github.com/EnderQuestMC/Lobbier</url>
    </repository>
    ...
</repositories>

For the dependency:

<dependencies>
    ...
    <dependency>
        <groupId>quest.ender</groupId>
        <artifactId>lobbier</artifactId>
        <version>{version}</version>
    </dependency>
    ...
</dependencies>

Replace {version} with the current version. You can see the current version below. Don't include the "v".

Current Version