Skip to content

Command

Noah edited this page Sep 20, 2024 · 2 revisions

Commands

BetterReload functions through the following commands:

  • /reload
  • /BetterReload
  • /BetterReload:reload

In legacy versions tab completion is only available through /BetterReload and /BetterReload:reload due to a lack of a pre-processing stage for tab completions.

Permission

Any player with the permission node better.reload will be able to execute the reload command.

Parameters

No parameters

If you include no parameters in the command a ReloadEvent will be triggered for all plugins.

Parameters

If you include parameters in the command, BetterReload will attempt to match those parameters to plugins and reload them in the order they are specified.

Examples

Example on a server with plugins Test1 and Test2:

  • /reload will reload Test1 and Test2.
  • /reload Test1 will reload Test1.
  • /reload Test1 Test2 will reload Test1 and then Test2.
  • /reload Test1 Test2 Test1 will reload Test1, Test2, then Test1 again.
  • /reload InvalidPlugin Test1 will reload Test1.

Clone this wiki locally