A collection of community-created plugins to extend the functionality of UltimateServer.
Follow these steps to add a plugin to your UltimateServer instance.
-
Download the
.dllplugin file from the collection. -
Upload the plugin
.dllfile you downloaded trough the UltimateServer dashboard. -
Most of plugins have a config file like
config.jsonin/path/to/your/UltimateServer/Plugins/Plugin-Name/config.jsonand By editing it you can configure the plugin using that file.
This is a list of all available plugins in this repository. Click on a plugin's name to view its source code and specific documentation.
| Plugin Name | Description | Author | Status |
|---|---|---|---|
| SuperLib | Provides essential api routes like /api/health and /api/system/info. | VoidbornGames | Active |
| HyperGames | A powerfull game hosting plugin. | VoidbornGames | Active |
Each plugin may have its own configuration file (usually config.yml) and a set of commands. After installing a plugin, check its dedicated folder within the repository for a specific README or configuration guide.
For example, to configure the SuperLib plugin, you would edit the file located at:
/path/to/your/UltimateServer/Plugins/SuperLib/config.jsonWant to create your own plugin? That's great! Here's the basic structure.
We welcome contributions from the community! Whether you're fixing a bug, adding a new feature, or creating a brand new plugin, we'd love to see it.
- Fork this repository.
- Create a new branch for your feature (
git checkout -b feature/MyNewPlugin). - Commit your changes (
git commit -am 'Add some awesome plugin'). - Push to the branch (
git push origin feature/MyNewPlugin). - Create a new Pull Request.
Please ensure your code follows the project's coding standards and that you have tested your plugin thoroughly before submitting a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you encounter any issues with a plugin or have a feature request, please open an issue on the GitHub Issues page.
Made with ❤️ by the Voidborn Games community.