It should exist once you created a portal with that permission.

Portals
Create portals allowing players to walk through to another location
Total Downloads: 3,736 - First Release: Jul 16, 2015 - Last Update: Nov 23, 2017
- 5/5, 17 likes
-
I really like the capabilities that this plugin could do. I am looking to integrate this into a mini-game server. Is there any way that the kits hook can be implemented into this? That way when you teleport you can automatically redeem a kit. Is this possible to integrate?
-
(23:16:32) | Permission 'portals.use' doesn't exist Is the error I also get when I try to use it.
[DOUBLEPOST=1477894769][/DOUBLEPOST] -
[DOUBLEPOST=1477895679][/DOUBLEPOST]Last edited by a moderator: Oct 31, 2016 -
OK I managed to fix it, there's a line of code missing, I had to edit the portals.cs file in notepad:
Where it says:
RegisterPerm("admin");
I changed it to:
RegisterPerm("admin");
RegisterPerm("use");
This then allowed me to register the permission in the console -
It just doesn't exist as long as you don't have a portal created.
Code:foreach (PortalInfo portal in portals) { permission.RegisterPermission(portal.RequiredPermission, this); portal.Create(); }
-
-
Anyway thanks for fixing it -
[DOUBLEPOST=1477936527][/DOUBLEPOST] -
-
-
Laser,
Loving the mini zone domes to mark the portal itself. What I need to do (besides being able to redeem a kit), is have one entrance with multiple exit portals and the exit portal is randomly selected from the list of exit portals. This way in essence it is working basically as a spawn point for a mini-arena. The other option would be to add a Spawns database hook capability so that you would just make a one-way portal that would directly connect to a spawnfile within an arena. Please let me know if this is a possibility to use within the current version or if we can add that. This is the only thing currently holding up my server from being finished so please let me know. -
-
Hey
Everyone on my server can the the white spheres of the TPzones, can I disable this?
-
-
Hi..great plug!!!! can i actually increase the white sphere size? and again please..how do u change radius? tks!
-
I am getting this error With latest Rust update 1066.67 (1923) and Oxide 2.0.2721
-
-
-
@LaserHydra Thanks for the fast update. I am getting another permissions error. Can you help me out?
[Oxide] 12:18 [Info] Unloaded plugin Portals v2.0.2 by LaserHydra
[Oxide] 12:18 [Info] Loaded plugin Portals v2.0.2 by LaserHydra
[Oxide] 12:18 [Warning] Duplicate permission registered 'portals.use' (by plugin 'Portals')
I have tried to revoke then give permission. I have tried to remove the data file and replace the portals and still get the error. No one can use the portals till they have permission.
Thanks for any help you can give