About [RC] Rangers Teleport
- Author: MEMUARE
- Type: NPC / Teleport / Safe Zones
- Version: 2.2.0
- Lang files included (RU/ENG)
Description
- Ranger adds special NPCs to all Safe Zones, allowing players to safely teleport between them using a clean, immersive dialogue UI.
- Teleport cost is calculated dynamically based on real distance between NPCs —the farther you travel, the more expensive it is.
- The plugin works on any map seed, supports all Safe Zone variations, and is fully configurable.
- Perfect for vanilla+, hardcore, RP, and custom servers.
Supported Safe Zones
- Outpost
- Bandit Camp
- Fishing Villages
- Stables
The plugin automatically detects all existing monuments on the map.
Teleport Price System
Teleport cost is calculated as:
BasePrice + (Distance × PricePerMeter)
With limits:
- Minimum price
- Maximum price
All values are configurable.
Configuration
- NPC positions are fully configurable
- Includes in-game admin save command
{
"BasePrice": 50,
"PricePerMeter": 0.05,
"MinPrice": 50,
"MaxPrice": 500,
"NpcSpawns": {
"outpost": {
"X": 7.21,
"Z": 46.31,
"YRotation": 180
},
"bandit": {
"X": -28.59,
"Z": -3.05,
"YRotation": 90
}
}
}
Admin Command
Type this command for local offsets , than copy parameters from log or console for typing them in config
Save NPC position relative to monument (works on any seed):
/ranger.save outpost
/ranger.save bandit
/ranger.save fishing_village_a
/ranger.save fishing_village_b
/ranger.save fishing_village_c
/ranger.save stables_b
/ranger.save stables_a
Support
- If you have any questions or need help — feel free to contact me.
