This plugin is part of BungeeSuite. It handles and controls player warps
Module: bungeeSuite Warps
BungeeSuite is the core library for the different modules that are available for download and use by the SpigotMc community. With the core being located on the BungeeCord proxy and this module (BungeeSuite Portals) being placed onto the Spigot servers there are features added which are explained below.
Features
Requirements:
- Set warps across servers
- Per server warp control
- Proxy wide warps
- Hidden warps which players can not see
- Full permissions access and control
- BungeeSuite Core setup on the proxy
- BungeeSuite Teleports setup on the server
Installation:
Commands:
- Place BungeeSuite Teleports into your Spigot server plugins folder
- Start and then stop the Spigot server
- Provide the appropriate permissions for the players
- If necessary adjust the configuration
- Installation is complete
Permissions:Code (Text):
warps:
description: Shows a list of available warps.
aliases: [warplist]
permission: bungeesuite.warps.command.warps
usage: /warps
warp:
description: Warps a player to a specific warp.
aliases: [warpto]
permission: bungeesuite.warps.command.warp
usage: /warp (warp name)
setwarp:
description: Sets a warps at the players location.
permission: bungeesuite.warps.command.setwarp
usage:
/setwarp (name) - sets a warp for the current server
/setwarp (name) (hidden true/false) - sets a hidden warp
/setwarp (name) (hidden) (global true/false) - sets a global warp
aliases: [createwarp]
delwarp:
description: Used to delete a specific warp
permission: bungeesuite.warps.command.delwarp
usage: /warp (warp name)
aliases: [deletewarp, removewarp]
BungeeSuite permission groups relevant to BungeeSuiteWarps:
- bungeesuite.admin
- bungeesuite.user
Code (Text):bungeesuite.warps.*:
description: Gives access to all BungeeSuiteWarps commands
default: op
children:
bungeesuite.warps.admin: true
bungeesuite.warps.admin:
description: Gives access to all BungeeSuiteWarps admin commands
children:
bungeesuite.warps.user: true
bungeesuite.warps.command.setwarp: true
bungeesuite.warps.command.delwarp: true
bungeesuite.warps.list.hidden: true
bungeesuite.warps.warp.*: true
bungeesuite.warps.bypass: true
bungeesuite.warps.command.warp.other: true
bungeesuite.warps.user:
description: Gives access to all BungeeSuiteWarps user commands
children:
bungeesuite.warps.command.warps: true
bungeesuite.warps.command.warp: true
bungeesuite.warps.list.server: true
bungeesuite.warps.list.global: true
bungeesuite.warps.list.hidden:
description: Displays all hidden warps to the user
bungeesuite.warps.list.server:
description: Displays all server warps to the user
bungeesuite.warps.list.global:
description: Displays all global warps to the user
bungeesuite.warps.warp.*:
description: Allows access to all warps
bungeesuite.warps.warp.<warpname>:
description: "allows access to <warpname>"
bungeesuite.warps.bypass:
description: Allows players to user perserver warps cross server
bungeesuite.warps.command.warp.other
description: Allows players to warp other players
FAQ:
Use the command /setwarp <name> false false
- How do I set a specific warp for a server?
This will stop the warp from being hidden and also stop the warp from being a global warp.
Use the command /setwarp <name> false true
- How do I set a global warp for the proxy?
This will create a warp that is not hidden and a global warp.
Use the command /setwarp <name> true
- How do I set a hidden warp?
This will create a hidden warp
Hidden warps can be used for things such as other plugins or our BungeeSuitePortals. For example when a player clicks a sign they could be sent to the hidden warp which they would not be able to see in their /warps list
- What's the point of the hidden warp?
To give players access to all warps you will need to give the player the following permissions:
- What permissions should I give to a player if I want to give them access to all warps?
- bungeesuite.warps.warp.*
- bungeesuite.warps.bypass
- bungeesuite.warps.list.server
- bungeesuite.warps.list.global
- bungeesuite.warps.list.hidden
The warp.* gives the player the permission to use every warp.
The bypass allows the player to use the server warps from other servers.
The list permissions lets the player view all of the warps when they /warps

BungeeSuite Warps BungeeSuite Warps v2.1b
Proxy wide Warp commands /warp /warps /setwarp /delwarp
Recent Updates
- BungeeSuite Warps - Version 2 Release May 3, 2018
- BungeeSuiteWarps build#11 Oct 14, 2013
- Fix the plugin.yml Oct 9, 2013