Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spookly-network/spooklylobby

The Spookly Lobby System is a custom Minecraft Paper 1.21+ plugin designed to integrate with the Spookly server infrastructure, offering advanced lobby management features.
https://github.com/spookly-network/spooklylobby

minecraft-plugin papermc spookly

Last synced: 19 days ago
JSON representation

The Spookly Lobby System is a custom Minecraft Paper 1.21+ plugin designed to integrate with the Spookly server infrastructure, offering advanced lobby management features.

Awesome Lists containing this project

README

        

# Spookly Lobby

[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)

The Spookly Lobby System is a custom Minecraft Paper 1.21+ plugin designed to seamlessly integrate with the Spookly server infrastructure, providing a feature-rich lobby experience tailored for advanced server management.

## Installation and Setup
### Clone the Repository:
```shell
git clone https://github.com/Spookly-Network/SpooklyLobby.git
```

### Build the Plugin:
```shell
cd Lobby
./gradlew build
```

### Add to Server:
- Place the generated Lobby.jar file in your server's plugins directory.
- Restart the server.

## Dependencies
- CloudNet 4.0.0-RC10
- PaperMC 1.21+
- SpooklyCore

## Contributing
We welcome contributions to Spookly-Core-API! Here's how you can contribute:

1. Fork the repository.
2. Create a new branch for your feature or bugfix (git checkout -b feature-name).
3. Make your changes and commit them (git commit -m 'Add new feature').
4. Push your changes to your fork (git push origin feature-name).
5. Create a pull request with a description of your changes.

### Code Style
Please follow the existing code style and conventions when contributing. Ensure your code is properly documented with Javadoc comments.

### Reporting Issues
If you encounter any issues or bugs, please report them on the GitHub issues page. Provide as much detail as possible, including steps to reproduce the issue and any relevant code snippets.

## License
Spookly-Core-API is licensed under the MIT License. See the LICENSE file for more information.

Made with ❤️ by the Spookly Network team.