What this update contain:
- Permissions - Use the permmsion nrc.reload as well as the minecraft permmision which is usually <server type>.command.reload. For example bukkit.command.reload or spigot.command.reload. You can research what your server is.
- New commands - /nrc-credits will show the credits. /rel will now say server reloading aswell as the usual server reloading messages. For some server types /reload and /rl will now work instead of using /reload confirm. However most wont. For example paper will still require you to either do /reload confirm or /rel, howver the command is still there so you could do /noreloadconfirm:reload to reload the server instantly.
- Console can now run /rel without an error
Why is /reload still not implemented fully:
Well the main reson is becasue when making a plugin you specify what plugin loades first and that's great, it means your command has priority over others. However for some reson /reload and /rl is not counted for, even when specifyin that your plugin should load before minecraft,bukkit,spigot,paper,sponge ect and saying your plugin should load at startup, then the reload command still uses paper it spigot ect.Most servers (even non bukkit one's) use bukkit to reload there server. So on a paper or spigot server your can run /bukkit:reload when there is no bukkit in sight.
Summary:
Just a small update with a few performance updates and the console running /rel.