Sparticles
About
Sparticles is a plugin that can play particle and sound effects!A demo youtube video made by me
For screenshots and more Remember to visit the wiki page!
Features
- Can play both sound and particle effects!
- Plays a sound or particle effect on login (configurable)
- Certain players can be given VIP status (via list or permission) allowing them to hear/see a different sound and/or effect on login
- Play them from commands
- Compatible with permissions (see below)
- Compatible with console and Command Blocks
- View the wiki for more features and screenshots
Commands
| Command | Description |
|---|---|
| /playsound | Plays a sound /playsound <sound> [pitch] [player] pitch can be, low, normal or high Console must specify both a pitch and a player!A list of sounds |
| /playeffect | Plays a visual or sound effect (some sounds count as effects) /playeffect <effect> <x> <y> <z> [data] (X, Y and Z are co-ordinates) Console/command block must do /playeffect <effect> <world> <x> <y> z> [data] A list of effects and their IDs |
| /sparticles | Displays information on the sparticles plugin /sparticles version /sparticles reload /sparticles credits |
Permissions
| Permission | Description |
|---|---|
| anditsparticles.* | Gives access to all Sparticles Commands |
| anditsparticles.playsound.* | Gives access to all playsound permissions |
| anditsparticles.playsound | Gives access to /playsound |
| anditsparticles.playsound.self | Allows you to play a sound to your self |
| anditsparticles.playsound.others | Allows you to play a sound to other players (online) |
| anditsparticles.playeffect | Allows access to all of /playeffect |
| anditsparticles.vip | Gives the player VIP status (for separate login sound and effects) without the player being on the list |
| anditsparticles.admin | Allows you do /sparticles (to reload config, and preform update checks ect...) |
-
View User Profile
-
Send Message
Posted Oct 28, 2013@pilvimaa
Thanks its nice that you like my old code and its nice to know that someone is looking at it
-
View User Profile
-
Send Message
Posted Sep 17, 2013Nice! Source code = good.
Earlier I had to decompile your jar and remove the playsound command to be able to use the new playsound in vanilla (because it had the same name and just removing it from your plugins.yml caused a crash).
I also did some bug hunting to get playeffect working properly:
There is a bug in the source code that prevents using the effects from console.
I had to replace int with short when applying the effect even though it says to use int in javadocs - it's wrong.
After these little modifications and some recompiling it's working just fine.
EDIT: if I recall correctly the bug prevented you from using DATA field when using the command from console. But it's been a while since I fixed this.
-
View User Profile
-
Send Message
Posted Sep 16, 2013I am no longer going to be updating this plugin as the playsound command has been added to vanilla and I kind of lost interest. But I will release the source code so anyone can change it. If anyone really wants it to come back then you should contact me.
-
View User Profile
-
Send Message
Posted Aug 23, 2013The developer doesn't seem very active.
Here is a list of visual effects that work that I've been able to figure out:
happy_villager snow_shovel fireworks_spark magic_crit mobspawner_flames ender_signal potion_break (includes a sound) step_sound (redstone splatter with sound) spell instant_spell note smoke witch_magic portal cloud flame splash
Check the rest from here: http://www.minecraftwiki.net/wiki/Particles
And here are the smoke directions
Smoke directions: ID Direction 0 South - East 1 South 2 South - West 3 East 4 (Up or middle ?) 5 West 6 North - East 7 North 8 North - West
I haven't been able to get any of the other visual effects to work like for example huge_explosion (or huge_explode or what ever it was).
-
View User Profile
-
Send Message
Posted Aug 9, 2013Is there an effect list I could look at?
-
View User Profile
-
Send Message
Posted Jul 25, 2013@NLGamingBross
Try this sound list.
http://dev.bukkit.org/bukkit-plugins/justsound/pages/sound-list/
-
View User Profile
-
Send Message
Posted Jul 21, 2013Nice plugin but can i get the sounds list? The site doesnt work!
-
View User Profile
-
Send Message
Posted Jun 24, 2013any way i can have a server issued playsound command go to everyone? for example: /playsound portal normal all resulting in everyone hearing a normal portal? thank you edit: got it; used a command block and "@a"
-
View User Profile
-
Send Message
Posted Jun 13, 2013Never mind it was a different plugin that execute the command.
-
View User Profile
-
Send Message
Posted Jun 12, 2013i'm getting errors when my console executes the command /playersound "bobberto7 is not online!" does any one know how to fix
-
View User Profile
-
Send Message
Posted Jun 5, 2013Doesn't work for me, it doesn't load.
-
View User Profile
-
Send Message
Posted May 12, 2013@GalacticRiptide
Thanks for notifying me the sound and effect lists are back up now the wiki/screenshots will be back up later!
-
View User Profile
-
Send Message
Posted May 5, 2013Website and most links are down/broken. There is no way to access the sounds and effects lists
-
View User Profile
-
Send Message
Posted Apr 18, 2013You might want to write some where that the sounds are heard from all players and not just the person logging in. If possible to change that, it would help!
-
View User Profile
-
Send Message
Posted Apr 1, 2013@AndrewMarioCast
Option to play effect at a player name
-
View User Profile
-
Send Message
Posted Mar 26, 2013@0dayRUDE
That is a good Idea, I will try to include it!
-
View User Profile
-
Send Message
Posted Mar 22, 2013Cool little plugin, would be awesome if you added the ability to add "Names" to the config so that we could like have an admins name with a different login sound and effect than everyone else.