Custom Portals

$9.99

Sold by: _senyaa

Custom Portals adds deployable portals.

Works with:

Availability: Out of stock Categories: , ,

Description

Custom Portals

 

re1.thumb.png.d3a1698f8bce006ee44a3900877895ad.png

Custom maps

To use Custom Portals on your map you need to place any prefab and create a custom prefab from it.

Name it CustomPortals.<portal name>

2 portals with the same name will link.

 

! Make sure not to break the prefab and not to add them as part of other prefabs !

 

 

Commands

Player Chat Commands

  • /buyportal – buy portal (requires customportals.buy permission)
  • /spawnportal spawns portal (requires customportals.spawn permission)

Admin Chat Commands

All of the commands that are mentioned below require customportals.admin permission!

  • /customportals add <portal name> – spawns portal on the monument you stand on
  • /customportals remove – removes portal from the monument
  • /customportals reset – removes all portals from the monument
  • /changeportal – setup any portal

Admin Console Commands

  • giveportal <player name> – gives portal to the specified player

Permissions

  • customportals.use – required to use portals
  • customportals.admin – allows usage of /customportals and giveportal commands
  • customportals.buy – allows players to buy portal, using /buyportal command
  • customportals.free – allows players to get portal for free, using /buyportal command (buy permission is still required)
  • customportals.freeuse – allows players to use the portal for free (if the use price is set)
  • customportals.bypasslimit – allows players to place infinite amount of portals
  • customportals.bypasslinkinglimits – allows players to link any portals
  • customportals.spawn – alllows players to spawn portals using a command, instead of placing them manually

If you are an admin, you can specify individual portal permissions. They are saved as customportals.portal.<portal permission name>

Localization

This plugin has built-in support for the following languages –

  • English
  • Russian

API

BasePortal SpawnPortal(Vector3 position, Quaternion rotation, string name) // spawns portal
Item CreatePortalItem() // returns portal item

 

3 reviews for Custom Portals

  1. 5 out of 5

    baconwrappedjake (verified owner)

    i apologize for not reviewing sooner. this was one of the best plugin purchases I made for my server. my server is HEAVILY modded, and to keep command usage down, and immersion up, this was my take on teleport ( /tpr )

    occasionally, the portal data does get wiped, and its a bummer, but the dev is constantly updating, and very receptive, so im sure it will only get better.

    My last note: I had a pocket dimension that was destroyed in a GUI Loot Table incident (dont get me started with that plugin). This allowed me to spawn in, place a portal and go on with my day. Players want to trade? each places and names a portal. Fantastic!

  2. 5 out of 5

    Ael Bouvier (verified owner)

    This plugin is amazing! I wanted a way to teleport from a lobby (I need a lot of portals) that i could add on rustedit, and integrated it directly on the map. This plugin is absolutly easy to use, works perfect, and it’s easy to install. A must have for Custom Maps that need an easy way to teleport. And the looks of the portals are very cool!

    Thanks!

  3. 5 out of 5

    CORNDOG (verified owner)

    This plugin goes perfectly with the pocket dimensions plugin. Very useful plugin for players, and also for use with making custom maps. 10/10.


Only logged in customers who have purchased this product may leave a review.

Version 1.3.11 | Updated January 23, 2024
  • Added Configurable portal cooldown
  • Updated Added some null-checks
Version 1.3.9 | Updated September 20, 2023
  • Added Pickup progress bar
  • Updated Pickup time is now configurable
Version 1.3.8 | Updated July 1, 2023
  • Updated /spawnportals command
  • Added Internal monument handling system
Version 1.3.7 | Updated June 12, 2023
  • Added Portals can now be destroyed with explosives
  • Added Portal HP UI
Version 1.3.6 | Updated March 22, 2023
  • Added You can now specify Portal groups, so players only within these groups can use portals
Version 1.3.5 | Updated February 19, 2023
  • Added /spawnportal command
  • Updated Better code formatting
Version 1.3.4 | Updated February 4, 2023
  • Fixed Potential NRE Fix
Version 1.3.3 | Updated December 15, 2022
  • Fixed (hopeful) hotfix for 15.12.22 Rust update
Version 1.3.2 | Updated December 11, 2022
  • Added You can now specify skinned(custom) items as a price
Version 1.3.1 | Updated November 10, 2022
  • Fixed Minor bug fix
Version 1.3.0 | Updated November 10, 2022
  • Added Custom Map support
  • Added Ability to reduce item HP when picking up the portal
Version 1.2.0 | Updated November 4, 2022
  • Added Configurable linking limitations
  • Added Configurable portal map markers
  • Added Per player portal limits
  • Updated Removed Harmony hooks, since OnPortalUse hook was merged into Oxide.
Version 1.1.3 | Updated October 31, 2022
  • Fixed Plugin is now able to differentiate between small and large harbors
  • Added Economics integration
  • Added Price per entry config option
Version 1.1.1 | Updated October 31, 2022
  • Fixed Issues when plugin is reloaded multiple times
  • Added Monument to monument portals
  • Fixed Fixed some NREs
Version 1.1.0 | Updated October 29, 2022
  • Added Customizable per portal permissions
  • Added NoEscape integration
  • Added Clans by k1lly0u integration
  • Added Display portal names config option
Version 1.0.4 | Updated October 26, 2022
  • Updated Now can specify how many portals /buyportal gives
  • Fixed Save/load bugs
Version 1.0.3 | Updated October 26, 2022
  • Updated Updated giveportal console command

8 thoughts on "Custom Portals"

Leave a reply

Your email address will not be published. Required fields are marked *

  1. Does using Portals require that the person entering a portal, on either end, be on the TC at the other end? If not, can it be configured this way? I’d like to let people uses portals I’ve placed only if they’re on the TC at the other end.

  2. How do you remove a portal that’s not at a monument? There’s no commands for it and holding E to pickup with a hammer just enters the portal.

  3. Error while compiling CustomPortals: ‘PlayerInventory’ does not contain a definition for ‘AllItemsNoAlloc’ and no accessible extension method ‘AllItemsNoAlloc’ accepting a first argument of type ‘PlayerInventory’ could be found (are you missing a using directive or an assembly reference?) | Line: 481, Pos: 50

  4. Error: Error while compiling CustomPortals: ‘PlayerInventory’ does not contain a definition for ‘AllItemsNoAlloc’ and no accessible extension method ‘AllItemsNoAlloc’ accepting a first argument of type ‘PlayerInventory’ could be found (are you missing a using directive or an assembly reference?) | Line: 461, Pos: 50

    Fix: line 482: player.inventory.AllItemsNoAlloc(ref playerItems); => player.inventory.GetAllItems(playerItems);

    Error: Players seem to get stuck in the floor.

    Fix: line 76: static Vector3 PORTAL_PLACEMENT_OFFSET = new Vector3(0, 0.35f, 0); => static Vector3 PORTAL_PLACEMENT_OFFSET = new Vector3(0, 0.10f, 0);

Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?

• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.

Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA

• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.

Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.

Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)

Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)

Product Enquiry

Please Login to make enquiry about this product