https://github.com/loitietu/loicollectiona
Minecraft Bedrock Server LeviLamina Plugin
https://github.com/loitietu/loicollectiona
blacklist cdk chat collection levilamina levilamina-mod market menu minecraft modules monitor mute notice plugin pvp server-mod shop tpa wallet
Last synced: about 2 months ago
JSON representation
Minecraft Bedrock Server LeviLamina Plugin
- Host: GitHub
- URL: https://github.com/loitietu/loicollectiona
- Owner: loitietu
- License: gpl-3.0
- Created: 2024-08-23T12:18:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-10T15:29:29.000Z (3 months ago)
- Last Synced: 2026-04-10T17:15:15.485Z (3 months ago)
- Topics: blacklist, cdk, chat, collection, levilamina, levilamina-mod, market, menu, minecraft, modules, monitor, mute, notice, plugin, pvp, server-mod, shop, tpa, wallet
- Language: C++
- Homepage: https://loitietu.github.io/LOICollectionA/
- Size: 1.8 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LOICollectionA
> **A Minecraft Server Plugin For LeviLamina**



[](LICENSE)
[](README.md)
[](README.zh.md)
LOICollectionA is a plugin that originated from LOICollection and has evolved through a comprehensive refactoring. This process also served as an opportunity to adapt it for LeviLamina.
It inherits the functional diversity of LOICollection while introducing numerous optimizations. The plugin adopts a `Micro Kernel` architecture for its functional modules, enhancing flexibility and extensibility.
Future developments will provide more API interfaces to empower plugin developers with richer functionality.
## Implemented Modules
> All modules below can be enabled/disabled in the configuration file.
- [x] Blacklist
- [x] Mute
- [x] Cdk
- [x] Menu
- [x] Tpa
- [x] Shop
- [x] Monitor
- [x] Pvp
- [x] Wallet
- [x] Chat
- [x] Notice
- [x] Market
- [x] BehaviorEvent
- [x] Statistics
## Installation
1. Execute the following command in your server directory:
```cmd
lip install github.com/loitietu/LOICollectionA
```
2. Start the server.
3. Wait for the loading confirmation message.
4. Installation complete.
> [!TIP]
> For more information, visit [Github Pages](https://loitietu.github.io/LOICollectionA/)
## Local Compilation
Open Command Prompt (`cmd`) and execute:
```cmd
git clone https://github.com/loitietu/LOICollectionA.git
cd LOICollectionA
xmake repo -u
xmake
```
## Contributing
We welcome `PRs` and `Issues` to help improve this plugin.
## License
- Licensed under the [GPL-3.0](LICENSE) license.