LobbyNoData
Makes players position and rotate save data not save and sets the players position and rotation to predefined values.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
LobbyNoData
What it does?
- Players position and rotation will no longer be saved (deleted on startup). - Players position and rotation will be set to predefined values using a config.yml file. - Intended for use in lobbies.
Commands
_/lobbynodata reload_ <- reloads the LobbyNoData config.yml file.
Customization
Config file format (use floats): ``` lobby: world: <world folder name to delete the playerdata from> x: <set x position of player on join> y: <set y position of player on join> z: <set z position of player on join> yaw: <set yaw rotation of player on join> pitch: <set pitch rotation of player on join> ``` Config file example: ``` lobby: world: world x: 0.5 y: 64.0 z: 0.5 yaw: 0.0 pitch: 0.0 ```
Actual Applications
This plugin is used for the lobby on the pnc3.net Minecraft Server!

Play today!
IP: pnc3.net
Website: https://www.pnc3.net
Discord: https://discord.gg/YF75YmjMeD