used by
Gr Teleport allows you to teleport using the map's grid reference letter/number system. Configurable cooldown timer, building block blocker, avoiding water to prevent abuse.
Can set daily limits and restricted zones. Will warn builders when construction within distance of grid Reference. messages players the exact location of their death when respawning.
NEW: Added delay timer, check for calories, hydration, temperature and wounded.
Permissions
grteleport.use
grteleport.admin
Chat Commands
/grt XX##
/grt N10
/grt p12
/grt s4
/grt AB12
Admin Commands
/setcooldown #
-- Sets cooldown period./toggleavoidwater
-- Toggles avoid water setting./togglebuildingblocked
-- Toggles building block restriction/setdailylimit #
-- Sets the daily limit of teleports./addzone XX##
-- Adds reference to list of restricted zones./addzone XX##,XX##,..
-- Adds references to list of restricted zones./removezone XX##
-- Removes reference from list of restricted zones./removezone XX##,XX##,..
-- Removes references from list of restricted zones./setconstruction ##
-- sets distance of GridRef vs Construction warning./setgroup groupName # #
-- adds/sets group with cooldown and dailylimit./getgroups
-- display list of groups and settings./setwaterdepth #.##
-- Sets allowable water depth to teleport onto. Good for puddles. Default is 1.0 meters./clearcooldown playername
-- Clears cooldown for player/clearcooldown
-- Clears cooldown for all players./toggledeathmessage
-- Toggles death location message./clearzones
-- clears restricted zones or adds them all if it was empty.
Console Commands
grt.nextspawn
Teleports player to next spawn available point.grt.prevspawn
Teleports player to previous spawn available point.
Great for key binding, allows your to cycle through the spawn points. Probably best for ADMIN ONLY.
Developer API
int TeleportToGridReference(BasePlayer player, string gridReference, bool avoidWater = true)
This plugin is unlicensed and the original author reserves all rights to it.
The original author may request that this plugin be removed and there is a risk that the plugin may be unavailable in the future.
Note that the current maintainer may not have permission to assign a license to the plugin if they are not the original author, so explicit permission would need to be obtained from the original author in order for the plugin to remain openly available and guarantee that it will be around for all to enjoy going forward.
The original author may request that this plugin be removed and there is a risk that the plugin may be unavailable in the future.
Note that the current maintainer may not have permission to assign a license to the plugin if they are not the original author, so explicit permission would need to be obtained from the original author in order for the plugin to remain openly available and guarantee that it will be around for all to enjoy going forward.