How to add functionality to your Spigot or Paper server using plugins.
To use plugins, your server must be running a server type that supports them, such as:
Note: Vanilla Minecraft and Bedrock (Bedrock Dedicated Server) do not support Java plugins.
.jar file from a trusted source like SpigotMC or Modrinth.plugins folder. If it doesn't exist, start your server once to generate it..jar file./plugins/ directory on the remote server..jar file from your computer into this folder.Once the server has restarted, type pl or plugins in the server console. If the installation was successful, the plugin name will appear in green.
If it appears in red, the plugin is not compatible or is missing a dependency (check the console logs for errors).