Commands & Permissions
Here's a quick guide on the commands and permissions you need to use to get started with Hynick:
/pm
(plugin.manager.admin)
This command opens the main GUI where you can modify plugins easily.
/plugin enable <pluginName>
(plugin.manager.enable)
Activates the specified plugin, allowing it to run on the server. Use this to turn plugins on without restarting the server.
/plugin disable <pluginName>
(plugin.manager.disable)
Deactivates the specified plugin, stopping its functionality on the server. Useful for troubleshooting or disabling unused plugins.
/plugin reload <pluginName>
(plugin.manager.reload)
Reloads the specified plugin. This applies any changes made to the plugin's settings without needing a server restart.
/plugin description <pluginName>
(plugin.manager.description)
Shows an overview of the specified plugin, including what it does and how it can be used.
/plugin info <pluginName>
(plugin.manager.admin)
Displays detailed information about the specified plugin, including its version, author, and current status (enabled or disabled).
/plugin commands <pluginName>
(plugin.manager.commands)
Lists all available commands for the specified plugin, along with their usage and permissions.
/plugin whitelist add <pluginName>
(plugin.manager.whitelist)
Adds the specified plugin to the whitelist. If the plugin is disabled, players without the plugin.manager.bypass
permission will be kicked and won't be allowed to join the server.
/plugin whitelist remove <pluginName>
(plugin.manager.whitelist)
Removes the specified plugin from the whitelist. Players will no longer be affected if the plugin is disabled.