Skip to content

LiteDevelopers/LiteCommands-IntelliJPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

🔌 LiteCommands IntelliJ IDEA Plugin

Introduction

A plugin for IntelliJ IDEA that provides support for the LiteCommands framework. LiteCommands is an annotation-based command framework that can be used with Velocity, Bukkit, Paper, BungeeCord, and other implementations.

With 🔌 LiteCommands plugin, you can easily develop your commands within the IntelliJ IDEA environment. The plugin provides annotations inspections, tools for creating new command classes, syntax highlighting, code completion, and other useful features to make your development experience smoother and more efficient.

Links

Features

  • Annotation inspections to easily identify and fix errors in your command code
  • Quick fixes for common issues with LiteCommands code
  • Code completion for LiteCommands annotations and methods
  • Syntax highlighting to make your code easier to read and understand
  • Tools for creating new command classes and generating command method templates

Installation

To install 🔌 LiteCommands plugin, follow these steps:

  1. Open the IntelliJ IDEA plugin repository by going to Preferences > Plugins > Marketplace.
  2. Search for "LiteCommands" in the search bar.
  3. Click the Install button for the 🔌 LiteCommands plugin.
  4. Restart IntelliJ IDEA for the changes to take effect.

Usage

Once 🔌 LiteCommands plugin is installed, you can use it to develop and test your commands. To create a new LiteCommands project, follow these steps:

  1. Set up your Java project with either Maven or Gradle.
  2. Add the LiteCommands dependency to your dependencies. See the [Getting Started] guide for more information.
  3. Start writing your commands! The LiteCommands plugin will make it easier for you to write code.

For more detailed instructions on setting up LiteCommands in your project, please see the Getting Started guide in the LiteCommands documentation.

Additional Resources

Compatibility

🔌 LiteCommands plugin is compatible with the following versions of IntelliJ IDEA:

  • IntelliJ IDEA Community — 2022.1 — 2022.3.1
  • IntelliJ IDEA Ultimate — 2022.1 — 2022.3.1
  • IntelliJ IDEA Educational — 2022.1 — 2022.2.2

Contributing

We welcome contributions to 🔌 LiteCommands plugin! If you have an idea for a new feature or have found a bug that needs to be fixed, you can open an issue or submit a pull request with your changes.

Credits

LiteCommands is developed and maintained by Rollczi. Special thanks to contributors for their valuable input and contributions to the project.

License

🔌 LiteCommands plugin is licensed under the Apache License 2.0. See the LICENSE file for more information.