fConsoleAdmin - A plugin with which you can control the console without logging into it. It's simple, go to the server, and write to the chat .say {cmd} to execute any command on behalf of the console. You can change .say to something else, all plugin settings are open.
Vkontakte:
https://vk.com/fly_plugins
YOUTUBE: null
▪ Easy to set up.
▪ Chat control.
▪ Requires no addition.
▪ Full customization.
Command list:
/fconsoleadmin reload - reload all configurations.
All permissions:
fconsoleadmin.console - Console control via chat and reboot
settings.yml
Code (YAML):
#############################
# Full plugin customization #
#############################
settings
:
# Prefixes before messages, you can remove {prefix} to disable prefixes
prefix
:
"&aFly Coding &7╏"
# This is the command through which the command is sent on behalf of the console
startWith
:
".say "
language.yml
Code (YAML):
#############################
# Full plugin customization #
#############################
language
:
# Message when the player enters arguments incorrectly
args-message
:
-
"{prefix} &fСписок всех команд:"
-
" &7╏ &a/fconsoleadmin reload &7- &freload all configurations."
# Message when the command is successfully executed
success-message
:
"{prefix} &fSuccess!"
# Message when a player does not have rights
no-permission-message
:
"{prefix} &fYou don't have permissions :("
# Message when the console is executing a command
error-console-message
:
"{prefix} &fYou are console!"
Soon...