-
Notifications
You must be signed in to change notification settings - Fork 51
Common Issues
This message may display when attempting to use an ability. This is because the WorldGuard region where the ability is being used does not allow pvp, or combat; therefore, abilities are not permitted either. Follow the instructions below in accordance to your WorldGuard version (Use /ver WorldGuard
to see which version you are using if unsure) to solve this problem.
- Ensure you are in the region where the message is displayed when attempting to use an ability
- Execute the command
/region flags
, which will display a list of flags that can be toggled - Locate the
pvp
flag, which should be on the first page - Click
Allow
by opening your chat and clicking on the text, the color of the text should change to white if successful
- Identify the name of region where the message is displayed when attempting to use an ability
- Execute the command
/region flag <region name> pvp allow
, which should send a yellow confirmation message if successful
After following the above steps for the respective WorldGuard version, abilities should be usable. Additionally, the Allow
can be swapped for Deny
to deny ability usage in a certain region (for example, a spawn).
The "Return to Hub" arena item, which by default is a clock / watch, typically requires additional configuration depending on your server setup. Follow the instructions below with respect to your setup to solve this problem.
- Navigate to the config.yml under the
Items
section - Ensure
Leave
→BungeeCord
→Enabled
is set totrue
- Change
Leave
→BungeeCord
→Server
to your Hub server (example:Lobby-1
)
- Navigate to the config.yml under the
Items
section - Ensure
Leave
→BungeeCord
→Enabled
is set tofalse
- Add any relevant commands to
Commands
(using the correct format) to regularly teleport a player back to the lobby or hub (for example:/warp Lobby
)
After doing the appropriate steps from above, run /kp reload
, rejoin the server, and the arena item should now properly function.