Skip to content

loitietu/LOICollectionA

Repository files navigation

LOICollectionA

A Minecraft Server Plugin For LeviLamina

Release Stars Downloads License

English 简体中文

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 data-centric 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.

  • Blacklist
  • Mute
  • Cdk
  • Menu
  • Tpa
  • Shop
  • Monitor
  • Pvp
  • Wallet
  • Chat
  • Notice
  • Market
  • BehaviorEvent

Installation

  1. Execute the following command in your server directory:

    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

Local Compilation

Open Command Prompt (cmd) and execute:

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.