Skip to content

Common Issues

Cervinakuy edited this page Jul 11, 2021 · 3 revisions

"PVP is not permitted in this region" message

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.

WorldGuard 7

  1. Ensure you are in the region where the message is displayed when attempting to use an ability
  2. Execute the command /region flags, which will display a list of flags that can be toggled
  3. Locate the pvp flag, which should be on the first page
  4. Click Allow by opening your chat and clicking on the text, the color of the text should change to white if successful

WorldGuard 6

  1. Identify the name of region where the message is displayed when attempting to use an ability
  2. 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).


"Return to Hub" item not working

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.

BungeeCord Setup

  1. Navigate to the config.yml under the Items section
  2. Ensure LeaveBungeeCordEnabled is set to true
  3. Change LeaveBungeeCordServer to your Hub server (example: Lobby-1)

Multiworld Setup

  1. Navigate to the config.yml under the Items section
  2. Ensure LeaveBungeeCordEnabled is set to false
  3. 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.