TRCStudioDean / LiteCommandEditor

Bukkit/Spigot plugin LiteCommandEditor
3 stars 0 forks source link

该项目将于正式版发布后进行开源,当前为快照版。
This project will be open sourced after the official release, currently it is a snapshot version.

What is LiteCommandEditor

LiteCommandEditor is a plugin used for managing commands, freely creating and editing commands. It can be easily used without requiring you to have a certain understanding of programming languages, and the editing difficulty is equivalent to editing a GUI for a menu plugin. You can freely create a simple command based on the comments in the plugin's configuration file or the help in the wiki. You can set the name, usage permissions, executor functions, TAB completion function, and other functions of this command in a command configuration file. Command executors support infinite nested functions, function triggering conditions, etc; The basic functions include: sending messages, broadcasting, executing other commands, playing sounds, playing title messages, giving items, etc. By the way, the plugin also presets some player functions and world functions through the Bukkit API for more advanced editing. In addition to the main function of "custom commands", plugin also include other command management functions. For example, disabled command (Delete a command from this server), redirect command (similar to EasyCommand, directing command input to another command), and so on.

Dependencies


Create a new custom command: Click here to start


Features

Custom Command (Major Function)

By using a simple YAML configuration file, the following functions can be achieved:

Other Features

Plugin Commands

Command (Main is /litecommandeditor or /lce) Feature
/litecommandeditor reload Reload all settings
/litecommandeditor info View command's info
/litecommandeditor load Load a custom command configuration
/litecommandeditor unload Unload a command configuration
/litecommandeditor delete Delete a command
/litecommandeditor itemcollection Manage item collection for command configuration
/litecommandeditor debug Debugging Mode Comprehensive Command
/litecommandeditor list List all loaded custom command configurations
/litecommandeditor listall List all commands

BigImage