License: MIT License
The Monument Logger plugin for Rust logs all monuments on a server and provides information such as the monument name, prefab path, and location. The plugin supports both the Oxide/uMod and Carbon frameworks. It allows server admins to generate a list of all monuments on current Rust server map in console via command.
This plugin is ideal for server admins who want to review the monuments present on their server, track monument counts, and see their coordinates.
- Logs monument details such as name, prefab path, and in-game location (X, Y, Z).
- Displays the total number of monuments on the server.
- Works across both Oxide/uMod and Carbon frameworks.
- Can be triggered via console command, allowing for flexibility and avoiding clutter on server initialization.
-
Download the
MonumentLogger.cs
file and place it in theoxide/plugins
orcarbon/plugins
directory on your Rust server. -
Reload the plugin using the console command:
oxide.reload MonumentLogger
- Download the
MonumentLogger.cs
file and place it in theoxide/plugins
orcarbon/plugins
directory on your Rust server. - Reload the plugin using the console command:
carbon.reload MonumentLogger
Console Command
Use the monument_list
console command to print a list of currently installed monuments in console; list includes monument name, prefab, and location.:
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to contribute by submitting issues or pull requests. If you'd like to help improve the plugin, follow the contribution guidelines on the GitHub repository.
If you encounter any issues or have suggestions for improvements, please open an issue on the repository.
This plugin is provided as-is, with no warranty or guarantee. The author is not responsible for any issues caused by the use of this plugin.