
Welcome to the Category Warps plugin. With this plugin you can create warps and add them to categories. You can make a category called Prison and add all of you prison warps to it so it looks much nicer then random warps everywhere.
Please review this plugin to tell me what you think of it. If you run into any bugs please do put it in a review but instead please put it in the discussions tab so I can fix the problem

This plugin over rides all of the Essentials commands and does not import any essentials warps and will have to put all warps back.
Commands:
/WarpHelp - Lists all of the Warp Commands.
/WarpList - Lists all of the warps in their categories.
/Warp <Warp Name> - Warps the player to the warp they desire to go.
/SetWarp <Category> <Warp Name> - Sets the warp in its category.
/DelWarp - Removes the warp from the server.
/WarpReload - Reloads the Config.yml.
Permissions:
CategoryWarps.WarpHelp - /WarpHelp
CategoryWarps.<CategoryName> - Allows players to view the warps in that category in the WarpList.
CategoryWarps.<CategoryName>.<WarpName> - Allows players to warp to those warps.
CategoryWarps.WarpList - /WarpList
CategoryWarps.Warp - /Warp
CategoryWarps.SetWarp - /SetWarp
CategoryWarps.DelWarp - /DelWarp
CategoryWarps.Reload - /WarpReload
As seen if you have the permission CategoryWarps.WarpList then you can see the categories but it says "You do not have permission to see these Warps!" as seen on line 4. if you have permission to that category then you can see the warps but they will be red meaning you don't have permission to use that warp as seen in line 3. if you have permission to that warp then it will turn gold as seen on line 2. This is all configureable the messages and what color they are in the Config.yml


Teleport Particles
When a player teleports they are greeted with a particle effect. There are two different once that the server can chose from. The Smoke and Sparkles particles.
Sparkles
VVVVVVVVVVVV
Smoke
VVVVVVVVVVVV
Spell
VVVVVVVVVVVV
Enchant
VVVVVVVVVVVV
Village
VVVVVVVVVVVV
Magic
VVVVVVVVVVVV
Specks
VVVVVVVVVVVV
Music
VVVVVVVVVVVV
RainbowClouds
VVVVVVVVVVVV
VVVVVVVVVVVV

Smoke
VVVVVVVVVVVV

Spell
VVVVVVVVVVVV

Enchant
VVVVVVVVVVVV

Village
VVVVVVVVVVVV

Magic
VVVVVVVVVVVV

Specks
VVVVVVVVVVVV

Music
VVVVVVVVVVVV

RainbowClouds
VVVVVVVVVVVV

This plugin is a recreation/Idea of Advanced Warps. All code in this plugin was written by me and no one else. I did not buy his plugin and I did not steal code.
Link to his plugin:
https://www.spigotmc.org/resources/advancedwarps.7900/
Link to my Spigot Page:
https://www.spigotmc.org/resources/►►category-warps◄◄-clean-up-your-warp-list-because-now-is-the-time.12696/
Default Config.yml
Code:
# Plugin made by BadBones69
# Spigot Page: https://www.spigotmc.org/resources/category-warps.12696/
# Essentials Color Code is Enabled in Warp Message.
# Use %Delay% for the Delay Time in the Warp Message.
# Use %Warp% for the Warp Name in the Warp Message and WarpListFormat.
# Use %Category% for the Category Format and WarpListFormat.
# Use %Deny% for where you deny in the Warp List
Settings:
PerWarpPermissions: true
PerCategoryPermissions: true
TeleportDelay: 3 # In seconds.
WarpMessage: '&7You are now warping to &6&l%Warp% &7in &c&l%Delay% &7Seconds.'
WarpPrefix: '&0[&cWarp&0]&7: '
ListWarp: '&6List of all warps and categories.'
CategoryFormat: '&0[&2%Category%&0]&7: ' # This becomes %Category%
NoPermWarpFormat: '&c%Warp%&7, ' # This becomes %Warp% if the player does not have permission to that warp.
HasPermWarpFormat: '&6%Warp%&7, ' # This becomes %Warp% if the player has permission to that warp.
WarpListFormat: '%Category%&8[%Warp%&8]'
DeniedCategoryFormat: '&cYou do not have permission to see these Warps!' # This becomes %Deny%
WarpListCategoryDeny: '%Category%&8[%Deny%&8]'
#Please use for the Teleport Particle.
#Smoke
#Sparkles
#Spell
#Enchant
#Village
#Magic
#Specks
#Music
#RainbowCloud
#Random
#None
TeleportingParticle: Smoke