Loading...
A simple and efficient Rust plugin that saves and restores player or entity positions for easy management and control.
A plugin that lets you save your current location, making it easy to retrieve coordinates for use in other plugins or server configurations. Ideal for managing in-game positions efficiently.
Permission: positionsaver.saveposition.use
Admins can use this no permission needed.
Default Language File:
| 1 | { |
| 2 | "NoPermission": "<color={0}>You do not have permission to use this command.</color>", |
| 3 | "SavePosUsage": "<color={0}>Usage:</color> /savepos [name]", |
| 4 | "PositionExists": "<color={0}>A position with the name '{1}' already exists. Use a different name.</color>", |
| 5 | "PositionSaved": "<color={0}>Position '{1}' saved</color> at coordinates: <color={0}>{2}</color>", |
| 6 | "ListPosUsage": "<color={0}>Usage:</color> /listpos", |
| 7 | "SavedPositions": "<color={0}>Saved positions:</color>", |
| 8 | "NoPositions": "<color={0}>No positions have been saved yet.</color>", |
| 9 | "DelPosUsage": "<color={0}>Usage:</color> /delpos [name]", |
| 10 | "PositionNotFound": "<color={0}>No position found with the name '{1}'.</color>", |
| 11 | "PositionDeleted": "<color={0}>Position '{1}' has been deleted.</color>", |
| 12 | "HelpHeader": "<color={0}>Available Commands:</color>", |
| 13 | "HelpSavePos": "<color={0}>/savepos [name]</color> - Save your current position with a specific name.", |
| 14 | "HelpListPos": "<color={0}>/listpos</color> - List all saved positions.", |
| 15 | "HelpDelPos": "<color={0}>/delpos [name]</color> - Delete a saved position by name." |
| 16 | } |
Available Commands:
| 1 | /savepos [name] |
| 2 | Description: Saves your current location with a custom name. |
| 3 | Example Usage: /savepos Position123 |
| 4 | |
| 5 | /listpos |
| 6 | Description: Lists all saved positions along with their coordinates. |
| 7 | |
| 8 | |
| 9 | /delpos [name] |
| 10 | Description: Deletes a saved position by name. |
| 11 | Example Usage: /delpos Position123 |
| 12 | |
| 13 | /pshelp |
| 14 | Description: Displays the list of available commands and their descriptions. |
| 15 | |
| 16 | /savepos [name] |
| 17 | Description: Saves your current location with a custom name. |
| 18 | Example Usage: /savepos Position123 |
| 19 | |
| 20 | /listpos |
| 21 | Description: Lists all saved positions along with their coordinates. |
| 22 | |
| 23 | |
| 24 | /delpos [name] |
| 25 | Description: Deletes a saved position by name. |
| 26 | Example Usage: /delpos Position123 |
| 27 | |
| 28 | /pshelp |
| 29 | Description: Displays the list of available commands and their descriptions. |