CEdit
Introduction
CEdit allows you to map a command (or multiple ones!) to a custom one, either it be from within game or through config files. After they're mapped, anyone on your server can use this custom command instead of the original(s)!
Commands
ce = command to execute
ct = command to type
- /CEdit : useless command which tells you about /cedit help.
- /CEdit help || /CEdit ?: Shows you help messages.
- /CEdit list : Shows you a list of all added commands.
- /CEdit add /<ct> /<ce> : adds a fromcommand (command you want executed) and a tocommand (command you want to type) to the CEdit config file.
- /CEdit add /<ct> /<ce> & /<ce> & /<ce> ... : Multiple command support
- /CEdit edit index <index> /<ct> /<ce> : edits an existing fromcommand and tocommand based on the index (Can be found when you use /CEdit list).Also allows for multple commands the same way add does.
- /CEdit remap /<ct> /<ce> : edits an existing tocommand to a new fromcommand. Also allows for multiple commands the same way add does.
- /CEdit remove fromc <ce> : removes the entry from fromcommand as well as the corresponding tocommand.
- /CEdit remove toc <ct> : removes the entry from tocommand as well as the corresponding fromcommand.
- /CEdit remove index <index> : removes the index (Can be found when you use /CEdit list)
- /CEdit reload : reloads the plugin.
Permissions
- cedit.add - gives permission to use /cedit add
- cedit.edit - gives permission to use /cedit edit and /cedit remap
- cedit.remove - gives permission to use /cedit remove
- cedit.reload - gives permission to use /cedit reload
Known issues
No known issues. Have you found one? Post it down below and I'll get on it as soon as possible.
Todo
- Include an auto-updater of some sorts (either it be a proper update or a message telling you there is a new version).
Your suggestions are very welcome! :D

