

Teleportation portals for Rust - this is a partial rewrite of the old Portals plugin by LaserHydra.
Portals gives you the opportunity to place teleportation portals in the Rust world.
How to use
Portals can be unidirectional or bidirectional. See below.
By default, a spinner wheel will be placed at the entrance and exit. If you have SignArtist installed, it can also write the portal name on the wheel. See Configuration below.
Recommendations
It is recommended that you set the following configs for SignArtist to try to lessen the chance of spinners not being painted:
{ "Time in seconds between download requests (0 to disable)": 0, "Maximum concurrent downloads": 50, ... }
There are additional configs for SignArtist, but what is above has impact on its use by Portals.
Permissions
This plugin uses Oxide's permission system. To assign a permission, use oxide.grant . To remove a permission, use oxide.revoke .
Commands
Commands can be used in chat or console.
Configuration
{ "wipeOnNewSave": true, "defaultTwoWay": false, "playEffects": false, "defaultCountdown": 5.0, "deploySpinner": true, "nameOnWheel": true, "useNoEscape": false, "spinEntrance": true, "spinExit": true, "spinnerBGColor": "000000", "spinnerTextColor": "00FF00", "Version": { "Major": 2, "Minor": 2, "Patch": 1 } }
Stored Data
Portals are saved in oxide/data/Portals.json.
For Developers
JObject portal: the portal object; Example: { "ID": "1", "Entrance": { "Location": { "_location": "16.76093 75.57893 10.72905" } }, "Exit": { "Location": { "_location": "3.850618 72.05898 22.37546" } }, "OneWay": true, "DeploySpinner": true, "TeleportationTime": 0.0, "RequiredPermission": "portals.use" } JObject point: exit or entrance point, player is being teleported to; Example: { "Location": { "_location": "16.76093 75.57893 10.72905" } }
SpawnEphemeralPortal(BasePlayer player, BaseEntity entity, float time = 10f)
Spawns a temporary portal in front of a user and target entity. It will be automatically destroyed after "time". Default name is currently player.displayName:TEMP.
Issues
Total number of downloads.
Total customers served.
Total number of files sold.
Total payments processed.
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.