- Notifications
You must be signed in to change notification settings - Fork0
teraprath/Lobby
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Easy to use and lightweight
- World & Player Protection
- 100% Configurable
- Modular-System (Custom Modules)
- Premade Modules (Navigator, Player-Hider, Cosmetics & more) [SOON]
- Compatible withPointsAPI
You can see the latest versionhere.
Using Maven:
<repository> <id>jitpack.io</id> <url>https://jitpack.io</url></repository>
<dependency> <groupId>com.github.teraprath</groupId> <artifactId>Lobby</artifactId> <version>INSERT_VERSION_HERE</version></dependency>
Using Gradle:
repositories { maven { url'https://jitpack.io' }}
dependencies { implementation 'com.github.teraprath:Lobby:INSERT_VERSION_HERE'}
An example code for a custom module.
publicclassExampleModuleextendsModule {publicExampleModule() {super(newModuleItem(itemstack,defaultSlot)); }@OverridepublicvoidonEnable() {// Register eventsregisterListener(listener);// Register sub-commandsregisterSubCommand("example",subCommand); }@OverridepublicvoidonDisable() {// Shutdown logic }@OverridepublicvoidonItemClick(PlayerInteractEvente) {// Module-Item interact logic }}
Create amodule.yml
in yourresources
folder:
name:TestModuleversion:1.0main:org.example.ExampleModuleauthor:YourName
Full Example Module:https://github.com/teraprath/ExampleModule/
Visitwiki page to see usage guide.(soon)
About
Modular Lobby Plugin & API for Spigot 1.19+
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.