Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

LBParticles - A simple plugin for adding particles to your server

This plugin allows a user to add particles to their server. The commands are simple:

CommandSub CommandUserParamsDescription
lbparticlesgive<name>LavaParticleEffect, PortalParticleEffect, RainbowParticleEffect, RedstoneParticleEffectSpawns a player's particle
lbparticlesremove<name>Removes a player's particles

The plugin can also be accessed by its API

$LBParticles = Server::getInstance()->getPluginManager()->getPlugin('LBParticles');
// Give a particle
$LBParticles->giveParticle($user, $particle);
// Remove a particle
$LBParticles->removeParticle($user);

About

No description, website, or topics provided.

Resources

Stars

8 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages