Levitate is an awesome and easy to use Command-Library for Bukkit/Spigot-Plugins.
- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
It allowes you to register commands with arguments, permissions and description in seconds. There also is no need to register it in the plugin.yml.
Example
Check out a simple Kill-Command written with Levitate in 2 Minutes:
https://gist.github.com/KennethWussmann/346bd855d2db4c4ad3bc
Features
- Checks arguments to be vaild
- Checks permission
- Registers command directly to Bukkit/Spigot without plugin.yml
- Supports command aliases
- Bukkit/Spigot-Version independent
- HelpMap with detailed Command-List
- TabComplete
- Extendable
Commands and Permissions
The permissions are based on the sub-command:
- /levitate reload = Reloads the messages.yml
- /levitate version = Displays the current running version
- /levitate reload = levitate.reload
- /levitate version = levitate.version
Getting started
Please check our wiki to get started.
License
Levitate is licensed under GNU General Public License Version 2.

Levitate v1.5.4
Levitate your bukkit commands and make it easy to register new commands!
Recent Updates
- Update to v1.5.4 Jul 15, 2016
- v1.5.3 May 22, 2016
- Added undefined amount of arguments Oct 25, 2015