| AddCommandModule | 
  | 
| CavesAndCliffsUtil | 
 For some reason the Classloader absolutely needs this to not be loaded for versions lower than 1.17. 
 | 
| ColorTransition | 
  | 
| CommandManager | 
  | 
| CommandModule | 
  | 
| CommandModuleSecondary | 
  | 
| CommentedConfigurationSection | 
  | 
| CommentedFileConfiguration | 
  | 
| CommentedFileConfigurationHelper | 
  | 
| ConfigurationManager | 
  | 
| ConfigurationManager.GuiIcon | 
 Used for grabbing/caching configurable GUI Icons from the config.yml 
 | 
| ConfigurationManager.Setting | 
  | 
| ConsolePPlayer | 
  | 
| DatabaseConnector | 
  | 
| DatabaseConnector.ConnectionCallback | 
 Wraps a connection in a callback which will automagically handle catching sql errors 
 | 
| DataCommandModule | 
  | 
| DataManager | 
 All data changes to PPlayers such as group or fixed effect changes must be done through here,
 rather than directly on the PPlayer object 
 | 
| DataMigration | 
  | 
| DataMigrationManager | 
  | 
| DefaultCommandModule | 
  | 
| DefaultParticleStyle | 
  | 
| DefaultStyles | 
  | 
| EditCommandModule | 
  | 
| EffectsCommandModule | 
  | 
| EnglishLocale | 
  | 
| FixedCommandModule | 
  | 
| FixedParticleEffect | 
  | 
| FrenchLocale | 
  | 
| GermanLocale | 
  | 
| GroupCommandModule | 
  | 
| GuiActionButton | 
  | 
| GuiActionButton.GuiActionButtonClickCallback | 
 Allows button click callbacks as parameters 
 | 
| GUICommandModule | 
  | 
| GuiInventory | 
  | 
| GuiInventory.BorderColor | 
  | 
| GuiInventoryDefault | 
  | 
| GuiInventoryEditData | 
  | 
| GuiInventoryEditData.ColorData | 
 A data class used for storing information about the color data 
 | 
| GuiInventoryEditEffect | 
  | 
| GuiInventoryEditParticle | 
  | 
| GuiInventoryEditStyle | 
  | 
| GuiInventoryLoadPresetGroups | 
  | 
| GuiInventoryManageGroups | 
  | 
| GuiInventoryManageParticles | 
  | 
| GuiManager | 
  | 
| HelpCommandModule | 
  | 
| HexUtils | 
  | 
| HexUtils.AnimatedGradient | 
 Allows generation of an animated multi-part gradient with a defined number of steps 
 | 
| HexUtils.AnimatedRainbow | 
 Allows generation of an animated rainbow gradient with a fixed number of steps 
 | 
| HexUtils.Gradient | 
 Allows generation of a multi-part gradient with a defined number of steps 
 | 
| HexUtils.Rainbow | 
 Allows generation of a rainbow gradient with a fixed number of steps 
 | 
| InputParser | 
  | 
| ListCommandModule | 
  | 
| Locale | 
  | 
| LocaleManager | 
  | 
| Manager | 
  | 
| MathL | 
 Credit goes to Riven from this thread:
 http://www.java-gaming.org/topics/extremely-fast-sine-cosine/36469/view.html 
 | 
| MySQLConnector | 
  | 
| NMSUtil | 
  | 
| NoteColor | 
 | 
| OrdinaryColor | 
 | 
| OtherCommandModule | 
  | 
| OtherPPlayer | 
  | 
| Parsable<T> | 
  | 
| ParsableColorTransition | 
  | 
| ParsableInteger | 
  | 
| ParsableLocation | 
  | 
| ParsableMaterial | 
  | 
| ParsableNoteColor | 
  | 
| ParsableOrdinaryColor | 
  | 
| ParsableParticleEffect | 
  | 
| ParsableParticleStyle | 
  | 
| ParsableString | 
  | 
| ParsableVibration | 
  | 
| ParticleColor | 
 | 
| ParticleEffect | 
  | 
| ParticleEffect.ParticleProperty | 
 Represents the property of a particle effect 
 | 
| ParticleGroup | 
  | 
| ParticleGroupPreset | 
  | 
| ParticleGroupPresetManager | 
  | 
| ParticleGroupPresetPage | 
  | 
| ParticleManager | 
  | 
| ParticlePair | 
  | 
| ParticlePlaceholderExpansion | 
  | 
| ParticleSpawner | 
  | 
| ParticleSpawner.ParticleColorException | 
 Represents a runtime exception that is thrown either if the displayed
 particle effect is not colorable or if the particle color type is
 incorrect 
 | 
| ParticleSpawner.ParticleDataException | 
 Represents a runtime exception that is thrown either if the displayed
 particle effect requires data and has none or vice-versa or if the data
 type is incorrect 
 | 
| ParticleStyle | 
  | 
| ParticleStyleArrows | 
  | 
| ParticleStyleBatman | 
  | 
| ParticleStyleBeam | 
  | 
| ParticleStyleBlockBreak | 
  | 
| ParticleStyleBlockPlace | 
  | 
| ParticleStyleCelebration | 
  | 
| ParticleStyleChains | 
  | 
| ParticleStyleCompanion | 
  | 
| ParticleStyleCube | 
 Credit goes to Slikey who made all this logic for drawing a cube out of particles
 The project this is from is called EffectLib and can be found here:
 https://github.com/Slikey/EffectLib 
 | 
| ParticleStyleDeath | 
  | 
| ParticleStyleFeet | 
  | 
| ParticleStyleFishing | 
  | 
| ParticleStyleHalo | 
  | 
| ParticleStyleHurt | 
  | 
| ParticleStyleIcosphere | 
  | 
| ParticleStyleIcosphere.Icosahedron | 
 Largely taken from https://www.javatips.net/api/vintagecraft-master/src/main/java/at/tyron/vintagecraft/Client/Render/Math/Icosahedron.java 
 | 
| ParticleStyleIcosphere.Icosahedron.Triangle | 
  | 
| ParticleStyleInvocation | 
  | 
| ParticleStyleManager | 
  | 
| ParticleStyleMove | 
  | 
| ParticleStyleNormal | 
  | 
| ParticleStyleOrbit | 
  | 
| ParticleStyleOutline | 
  | 
| ParticleStyleOverhead | 
  | 
| ParticleStylePoint | 
  | 
| ParticleStylePopper | 
  | 
| ParticleStylePulse | 
  | 
| ParticleStyleQuadhelix | 
  | 
| ParticleStyleRegistrationEvent | 
 An event that gets called during the PlayerParticles style registration 
 | 
| ParticleStyleRings | 
  | 
| ParticleStyleSphere | 
  | 
| ParticleStyleSpin | 
  | 
| ParticleStyleSpiral | 
  | 
| ParticleStyleSwords | 
  | 
| ParticleStyleTeleport | 
  | 
| ParticleStyleThick | 
  | 
| ParticleStyleTrail | 
  | 
| ParticleStyleTwins | 
  | 
| ParticleStyleVortex | 
  | 
| ParticleStyleWhirl | 
  | 
| ParticleStyleWhirlwind | 
  | 
| ParticleStyleWings | 
  | 
| ParticleUtils | 
  | 
| PermissionManager | 
  | 
| PlaceholderAPIHook | 
  | 
| PlayerChatHook | 
  | 
| PlayerChatHookData | 
  | 
| PlayerParticles | 
  | 
| PlayerParticlesAPI | 
 The API for the PlayerParticles plugin. 
 | 
| PluginUpdateManager | 
  | 
| PolishLocale | 
  | 
| PParticle | 
  | 
| PPlayer | 
  | 
| PPlayerCombatListener | 
  | 
| PPlayerMovementListener | 
  | 
| ReflectionUtils | 
 ReflectionUtils 
 | 
| ReflectionUtils.DataType | 
 Represents an enumeration of Java data types with corresponding classes 
 | 
| ReflectionUtils.PackageType | 
 Represents an enumeration of dynamic packages of NMS and CraftBukkit 
 | 
| ReflectiveParticleEffectMapping | 
  | 
| ReflectiveParticleSpawner | 
  | 
| ReflectiveParticleSpawner.ParticlePacket | 
 Represents a particle effect packet with all attributes which is used for
 sending packets to the players 
 | 
| ReloadCommandModule | 
  | 
| RemoveCommandModule | 
  | 
| ResetCommandModule | 
  | 
| RussianLocale | 
  | 
| SimplifiedChineseLocale | 
  | 
| SpanishLocale | 
  | 
| SpigotParticleSpawner | 
  | 
| SQLiteConnector | 
  | 
| StringPlaceholders | 
  | 
| StringPlaceholders.Builder | 
  | 
| StylesCommandModule | 
  | 
| ToggleCommandModule | 
  | 
| UseCommandModule | 
  | 
| VectorUtils | 
  | 
| VersionCommandModule | 
  | 
| Vibration | 
  | 
| VietnameseLocale | 
  | 
| WorldGuardHook | 
  | 
| WorldsCommandModule | 
  | 
| _1_InitialMigration | 
  | 
| _2_Add_Data_Columns | 
  | 
| _3_Add_Setting_Toggle_Self_Column | 
  |