Jump to content
Message added by ThePitereq,

CarbonAliases Extension is required only if your server runs on Oxide!

Addon isn't required on Carbon servers!

5 Screenshots

  • 9.3k
  • 337
  • 133.45 kB
  • Update details
    v1.1.1
    Released
    Download size133.45 kB
    Total versions13
    Time between versions 102 days
    Typical update pace About every 28 days
    Freshness 52 days ago

About Waystones

Banner.png.4a4866e3477a959fd7bc9fb8e02fb542.png

RUST Plugin Test Server
TEST MY PLUGINS THERE!

connect play.thepitereq.ovh:28050

 

Waystones plugin gives you the ability to quickly move from one position to another.
It creates a waystone on desired monuments that can be used by players for quick movement around the map.
It also allows players for creating their own waystones in their homes.

 

VideoPreview.png.dc4e8d80a229ea293ad42cea6b911961.png

 

PluginFeatures.png.357dcdc9e5fbfe8c31ab3052dff3e939.png

  • Automatically place waystones on monuments for player teleportation.
  • Supports waystones in player bases with ground, wall and empty space  checks.
  • Custom monument support.
  • Configurable marker on map.
  • Easy command waystone placement.
  • Optional command for waystone crafting.
  • RUST-like UI design.
  • A lot of VIP permission options. (points gather, max points, max waystones saved)
  • Auto data clear  on map wipe.
  • NoEscape PvP support.
  • Pre-configured default RUST monuments.  

 

Permissions.png.5d29e11b0f0b1e959ec16b382d524426.png

  • waystones.admin - Gives access to /placeway, tppoints and givewaystone commands.
  • waystones.craft -   Gives ability to craft waystone. (Configurable)
  • Any other permission added in config file.

 

Commands.png.724eaba947f80ad72929e1954b475b57.png

  • /waystone - Command to craft waystone. (Configurable)
  • /placeway [Optional: MonumentName] - Sets new position for nearest [set] monument waystone.
  • /placestaticway <name> - Sets new position for <name> static waystone. Displayed name of waystone can be changed in settings.
  • tppoints - Command for giving teleport points to players. (Console Command)
  • givewaystone [Optional: userId] - Gives you [user] an waystone for placement. (Console Command)

 

DefaultConfig.png.bd3f23ba1d46a49a5dea4fd5204d1238.png

{
  "PopUpAPI Preset Name": "Inventory",
  "Waystone Craft Command": "waystone",
  "Waystone Placeable Shortname": "composter",
  "Waystone Placeable Display Name": "Waystone",
  "Waystone Marker - Enabled": true,
  "Waystone Marker - Marker Alpha": 0.7,
  "Waystone Marker - Marker Radius": 0.05,
  "Waystone Marker - Marker Color #1": "#ffd342",
  "Waystone Marker - Marker Color #2": "#a38729",
  "Waystone Marker - Enable On Monuments": true,
  "Waystone Marker - Show Player Waystones By Default": false,
  "Waystone Marker - Lock Player Waystone Visibility Change": false,
  "Waystone Crafting - Enable Crafting": true,
  "Waystone Crafting - Require Permission": true,
  "Waystone Crafting - Required Workbench Level": 2,
  "Waystone Crafting - Craft Cost": [
    {
      "Shortname": "stones",
      "Amount": 5000,
      "Skin": 0
    },
    {
      "Shortname": "targeting.computer",
      "Amount": 10,
      "Skin": 0
    },
    {
      "Shortname": "industrial.wall.light",
      "Amount": 4,
      "Skin": 0
    },
    {
      "Shortname": "industrial.wall.light.red",
      "Amount": 1,
      "Skin": 0
    }
  ],
  "NoEscape - Lock Teleporting When PvP Blocked": true,
  "NoEscape - Lock Teleporting When Raid Blocked": true,
  "Teleport Cost Per Kilometer": 25.0,
  "Initial Point Amount": 100,
  "Initial Point Amount Permissions": {
    "waystones.admin": 1000,
    "waystones.svip": 500,
    "waystones.vip": 250
  },
  "Teleport Points Default Cap": 1000,
  "Teleport Points Cap Permissions": {
    "waystones.admin": 100000,
    "waystones.svip": 5000,
    "waystones.vip": 2500
  },
  "Teleport Points Refill Interval (in seconds, 0 to disable)": 60.0,
  "Teleport Points Refill Amount": 2,
  "Teleport Points Refill Amount Permissions": {
    "waystones.admin": 20,
    "waystones.svip": 5,
    "waystones.vip": 3
  },
  "Max Waystones Saved Default Cap": 6,
  "Max Waystones Saved Permissions": {
    "waystones.admin": 100,
    "waystones.svip": 18,
    "waystones.vip": 12
  },
  "God Mode After Teleport (in seconds, 0 to disable)": 0.0,
  "Waystone Destroy Entity Names": [
    "rocket_basic",
    "explosive.timed.deployed"
  ],
  "Generate New Map Market Config Sections": true,
  "Map Marker Waystones": {
    "arctic_research_base_a": {
      "Enabled": true,
      "Offset": {
        "x": -34.46,
        "y": 0.0,
        "z": -54.53
      },
      "Rotation": {
        "x": 0.0,
        "y": 24.0,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "fishing_village_a": {
      "Enabled": true,
      "Offset": {
        "x": 19.59,
        "y": 1.99,
        "z": -10.79
      },
      "Rotation": {
        "x": 0.0,
        "y": 0.33,
        "z": 0.0
      },
      "Teleport Price Multiplier": 0.3
    },
    "fishing_village_b": {
      "Enabled": true,
      "Offset": {
        "x": -6.4,
        "y": 2.0,
        "z": 15.36
      },
      "Rotation": {
        "x": 0.0,
        "y": 180.4,
        "z": 0.0
      },
      "Teleport Price Multiplier": 0.3
    },
    "fishing_village_c": {
      "Enabled": true,
      "Offset": {
        "x": -7.62,
        "y": 2.02,
        "z": 16.37
      },
      "Rotation": {
        "x": 0.0,
        "y": 178.85,
        "z": 0.0
      },
      "Teleport Price Multiplier": 0.3
    },
    "ferry_terminal_1": {
      "Enabled": true,
      "Offset": {
        "x": 11.35,
        "y": 5.19,
        "z": 7.14
      },
      "Rotation": {
        "x": 0.0,
        "y": 86.81,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "harbor_1": {
      "Enabled": true,
      "Offset": {
        "x": 100.56,
        "y": 4.28,
        "z": -59.3
      },
      "Rotation": {
        "x": 0.0,
        "y": 273.79,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "harbor_2": {
      "Enabled": true,
      "Offset": {
        "x": -54.15,
        "y": 4.02,
        "z": -0.02
      },
      "Rotation": {
        "x": 0.0,
        "y": 88.02,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "airfield_1": {
      "Enabled": true,
      "Offset": {
        "x": -163.78,
        "y": 0.26,
        "z": -104.47
      },
      "Rotation": {
        "x": 0.0,
        "y": 3.34,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "excavator_1": {
      "Enabled": true,
      "Offset": {
        "x": -94.42,
        "y": 0.61,
        "z": -57.44
      },
      "Rotation": {
        "x": 0.0,
        "y": 138.7,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "military_tunnel_1": {
      "Enabled": true,
      "Offset": {
        "x": -76.77,
        "y": 19.47,
        "z": 63.1
      },
      "Rotation": {
        "x": 0.0,
        "y": 91.46,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "powerplant_1": {
      "Enabled": true,
      "Offset": {
        "x": -40.84,
        "y": 0.29,
        "z": -89.01
      },
      "Rotation": {
        "x": 0.0,
        "y": 90.4,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "trainyard_1": {
      "Enabled": true,
      "Offset": {
        "x": -82.86,
        "y": 0.28,
        "z": 15.5
      },
      "Rotation": {
        "x": 0.0,
        "y": 91.62,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "water_treatment_plant_1": {
      "Enabled": true,
      "Offset": {
        "x": -5.19,
        "y": 0.28,
        "z": -152.01
      },
      "Rotation": {
        "x": 0.0,
        "y": 0.08,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "lighthouse": {
      "Enabled": true,
      "Offset": {
        "x": 2.3,
        "y": 5.96,
        "z": 13.91
      },
      "Rotation": {
        "x": 0.0,
        "y": 84.95,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "bandit_town": {
      "Enabled": true,
      "Offset": {
        "x": 27.92,
        "y": 1.76,
        "z": -21.08
      },
      "Rotation": {
        "x": 0.0,
        "y": 20.9,
        "z": 0.0
      },
      "Teleport Price Multiplier": 0.1
    },
    "compound": {
      "Enabled": true,
      "Offset": {
        "x": 14.35,
        "y": 0.19,
        "z": 32.57
      },
      "Rotation": {
        "x": 0.0,
        "y": 92.0,
        "z": 0.0
      },
      "Teleport Price Multiplier": 0.1
    },
    "junkyard_1": {
      "Enabled": true,
      "Offset": {
        "x": 48.98,
        "y": 0.07,
        "z": 46.16
      },
      "Rotation": {
        "x": 0.0,
        "y": 190.78,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "nuclear_missile_silo": {
      "Enabled": true,
      "Offset": {
        "x": 41.7,
        "y": -5.91,
        "z": -58.81
      },
      "Rotation": {
        "x": 0.0,
        "y": 322.75,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "radtown_small_3": {
      "Enabled": true,
      "Offset": {
        "x": -46.11,
        "y": 19.79,
        "z": -48.73
      },
      "Rotation": {
        "x": 0.0,
        "y": 82.24,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "desert_military_base_a": {
      "Enabled": true,
      "Offset": {
        "x": 26.62,
        "y": 0.0,
        "z": -41.89
      },
      "Rotation": {
        "x": 0.0,
        "y": 359.57,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "desert_military_base_b": {
      "Enabled": true,
      "Offset": {
        "x": -45.48,
        "y": 0.0,
        "z": -21.53
      },
      "Rotation": {
        "x": 0.0,
        "y": 80.83,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "desert_military_base_c": {
      "Enabled": true,
      "Offset": {
        "x": -44.95,
        "y": 0.0,
        "z": 9.5
      },
      "Rotation": {
        "x": 0.0,
        "y": 89.92,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "desert_military_base_d": {
      "Enabled": true,
      "Offset": {
        "x": -63.3,
        "y": 0.0,
        "z": 2.77
      },
      "Rotation": {
        "x": 0.0,
        "y": 89.52,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "gas_station_1": {
      "Enabled": true,
      "Offset": {
        "x": 6.77,
        "y": 3.03,
        "z": -10.93
      },
      "Rotation": {
        "x": 0.0,
        "y": -180.04,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "radtown_1": {
      "Enabled": true,
      "Offset": {
        "x": 49.19,
        "y": 0.24,
        "z": 10.03
      },
      "Rotation": {
        "x": 0.0,
        "y": 180.21,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "supermarket_1": {
      "Enabled": true,
      "Offset": {
        "x": -1.26,
        "y": 0.0,
        "z": -18.49
      },
      "Rotation": {
        "x": 0.0,
        "y": 0.29,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "warehouse": {
      "Enabled": true,
      "Offset": {
        "x": -18.34,
        "y": 0.03,
        "z": -8.99
      },
      "Rotation": {
        "x": 0.0,
        "y": 90.56,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "mining_quarry_a": {
      "Enabled": true,
      "Offset": {
        "x": 10.34,
        "y": 3.6,
        "z": 24.88
      },
      "Rotation": {
        "x": 0.0,
        "y": 81.5,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "mining_quarry_b": {
      "Enabled": true,
      "Offset": {
        "x": 0.8,
        "y": 0.0,
        "z": 12.63
      },
      "Rotation": {
        "x": 0.0,
        "y": 159.67,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "mining_quarry_c": {
      "Enabled": true,
      "Offset": {
        "x": -11.03,
        "y": 2.99,
        "z": 32.86
      },
      "Rotation": {
        "x": 0.0,
        "y": 171.85,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "satellite_dish": {
      "Enabled": true,
      "Offset": {
        "x": -0.94,
        "y": 6.05,
        "z": -1.25
      },
      "Rotation": {
        "x": 0.0,
        "y": 187.49,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "sphere_tank": {
      "Enabled": true,
      "Offset": {
        "x": -33.94,
        "y": 5.76,
        "z": -12.03
      },
      "Rotation": {
        "x": 0.0,
        "y": 78.7,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    },
    "stables_a": {
      "Enabled": true,
      "Offset": {
        "x": 19.44,
        "y": 3.05,
        "z": -2.58
      },
      "Rotation": {
        "x": 0.0,
        "y": 271.67,
        "z": 0.0
      },
      "Teleport Price Multiplier": 0.5
    },
    "stables_b": {
      "Enabled": true,
      "Offset": {
        "x": 16.64,
        "y": 2.99,
        "z": 2.14
      },
      "Rotation": {
        "x": 0.0,
        "y": 271.24,
        "z": 0.0
      },
      "Teleport Price Multiplier": 0.5
    },
    "launch_site_1": {
      "Enabled": true,
      "Offset": {
        "x": 208.42,
        "y": 3.25,
        "z": 54.73
      },
      "Rotation": {
        "x": 0.0,
        "y": 181.44,
        "z": 0.0
      },
      "Teleport Price Multiplier": 1.0
    }
  }
}

 

  • Like 4

User Feedback

2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

152.2k

Files Sold

Total number of files sold.

3.2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.