No description
|
|
||
|---|---|---|
| .github/workflows | ||
| gradle/wrapper | ||
| src/main | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE.txt | ||
| README.md | ||
| settings.gradle | ||
DebLobbyTools Plugin Overview
Description
This plugin manages the lobby and handles connections to other servers, providing essential functionalities for a seamless player experience.
Features
To-Do List
- Join Messages
- Leave Messages
- Double Jump
- Hotbar Items
- Server Menu
- anti "changing" blocks (eg trapdoors)
- build mode (for admins)
- config reload
- add tp on join
- Additional Features...
Configuration
Placeholders
#player#: Player List Name as a string.#playerd#: String version of the player's display name.#playern#: String version of the player's name.
Example Configuration
joinMessage: "<c:gray>[<c:green>+</c>]</c> <c:yellow>#player#</c>"
leaveMessage: "<c:gray>[<c:red>-</c>]</c> <c:yellow>#player#</c>"
doubleJump:
permission: "debcraft.jump"
cooldown: 2 # seconds
buildMode:
permission: "debcraft.build"
configReload:
permission: "debcraft.reload"
joinPosition:
x: 0.0
y: 100.0
z: 0.0
yaw: 0.0
pitch: 0.0
serverswitch:
hotbar:
- slot: 2
item: "COMPASS"
name: "<reset><c:yellow>Server Switcher</c>"
lore:
- "<c:gray>Click to open the server switcher menu"
menu: 1
- slot: 6
item: "NETHER_STAR"
name: "<c:yellow>Quick Connect</c>"
lore:
- "<c:gray>Click to quick join the smp!"
server: "fabric"
menus:
1:
title: "<c:yellow>Server Switcher</c>"
items:
- slot: 13
item: "GRASS_BLOCK"
name: "<c:red>SMP</c>"
lore:
- "<c:gray>Click to join the SMP server"
server: "fabric"
License
This project is licensed 2025 by DaTTV and DebCraft Maintainer under the AGPLv3 License - see the LICENSE file for details.