> For the complete documentation index, see [llms.txt](https://rdswiki.raftmodding.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rdswiki.raftmodding.com/tutorials/how-to-create-a-plugin-project/how-to-load-my-plugin.md).

# How to load my plugin

If you just created your plugin project let's create a shortcut of your project folder in our plugins folder located in `RDS_Data/plugins` so we won't have to move files or build the plugin each time we modify something in the plugin. Yeah this is a great feature! 😁\
\&#xNAN;*<mark style="color:green;">Your plugin folder should looks something like this.</mark>*\
![](/files/syvO63OEIOuEbsgRGpEC)\
\
Now that your plugin is added as a shortcut in the plugins folder, RDS will automatically load it by default. We can check it by starting the server and verifying that there's no error and that the plugin default load text is shown as shown below.\
![](/files/mZj4kgJJmSVAinGGIurY)\
\
Now that your plugin is loaded there's some commands built in RDS that you can use :\
\- `reloadplugin pluginName` Will reload the specified plugin and use the new version if you made changes.\
\- `unloadplugin pluginName` Will simply unload the plugin.\
\- `loadplugin pluginName` Will load the plugin if you unloaded it.\
\- `reloadplugins` Will reload every plugins (Highly experimental and should not be used in production!)\
\- `refreshplugins` Will refresh the plugin manager if you added a new plugin file or shortcut so you can then load it with the `loadplugin` command.
