Portals allows to place Portals which you can step into to teleport.
Every time a player enters an entrance, a random exit is chosen for them to be teleported to.Portals can also function in both ways where players can step into an exit and get teleported to an entrance.
What are portals?
Portals are represented by spheres you can step into. Each portal can have multiple entrances and exits (portal points).Every time a player enters an entrance, a random exit is chosen for them to be teleported to.Portals can also function in both ways where players can step into an exit and get teleported to an entrance.
Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.- portals.use -- required to use portals
- portals.use.<portal> -- required to use portals with individual permissions
- portals.admin -- required to use the /portal command
Chat Commands
- /portal list -- list existing portal names
- /portal entrance|entr|exit <portal> -- add new entrance or exit to a portal
- /portal entrance|entr|exit -r <portal> -- add new entrance or exit to a portal, and remove any existing entrances or exits
- /portal info -- show information about the portal entrance/exit you are looking at
- /portal remove -- remove the portal entrance/exit you are looking at
- /portal remove <portal> -- remove the entire portal with the specified name
Configuration
The settings and options can be configured in the Portals file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.- Sphere Radius -- the radius of the portal spheres
- Sphere Density (Enterable) -- the amount of spheres layered on top of eachother for portal points which can be entered (entrance, or exit of a two-way portal)
- Sphere Density (Not Enterable) -- the amount of spheres layered on top of eachother for portal points which can not be entered (exits of a one-way portal)
- Portals -- additional options for each specific portal
- Name -- the name of the portal
- IsOneWay -- if false, exits can also be entered to teleport to a random entrance
- RequiresIndiviualPermission -- if true, players need the permission portals.use.<portal> instead of portals.use
- TeleportationTime -- amount of seconds to wait before teleporting the player
- Entrances -- entrance positions, best not manually configured in here
- Exits -- exit positions, best not manually configured in here