hub entities is a plugin where if you right a mob from the config below it will throw it into the air with particles.
mostly all features are configurable:
-sounds
-particle type
-particle amount up to 3 per mob
-world for the mob
-mob name
-coming soon! in game editor for sounds and particles
this idea was originally from the thread
https://www.spigotmc.org/threads/is-there-a-hub-plugin-that-can-do-this.191162/#post-2001958
Spoiler: Config
as you can tell the config is fairly big it has 217 lines to configure
this tutorial will show each and every step to configure the plugin properly
To start we will edit the mobs world
this basically means the mob will only work in that set world and when right clicked in another world nothing will happen
here is a example replace hub with your world you want like so
After you are done that you will spot this as you go further down:
The mob name is the name for the mob so if its set to animal and I right click a mob with no name it won't work unless its name is set to animal
particle1, 2 and 3 is the particle name a list can be found here to use
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
if the particle is put in incorrectly it will cause a error so make sure to put it in exactly with all the capitals.
the amount is just the amount you want set
Config notes!
you don't need the '" around things like the mob name or particle it will be removed as soon as you do the reload command for this plugin
this tutorial will show each and every step to configure the plugin properly
Code (Text):
World-Name-For-All-Mobs:
Pig: 'hub'
Sheep: 'hub'
Chicken: 'hub'
Cow: 'hub'
Mooshroom: 'hub'
Ocelot: 'hub'
Wolf: 'hub'
PolarBear: 'hub'
Skeleton: 'hub'
Zombie: 'hub'
Creeper: 'hub'
Spider: 'hub'
CaveSpider: 'hub'
Enderman: 'hub'
EnderMite: 'hub'
SilverFish: 'hub'
Giant: 'hub'
Guardian: 'hub'
PigZombie: 'hub'
Witch: 'hub'
Blaze: 'hub'
Mob-options:
#
#
#
#
Mob-options:
Pig:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_PIG_AMBIENT'
Sheep:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_SHEEP_AMBIENT'
Chicken:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_CHICKEN_AMBIENT'
Cow:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_COW_AMBIENT'
Mooshroom:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_COW_AMBIENT'
Ocelot:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_WOLF_AMBIENT'
Wolf:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_WOLF_AMBIENT'
PolarBear:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_POLAR_BEAR_AMBIENT'
Skeleton:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_SKELETON_DEATH'
Zombie:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: '2000'
Sound: 'ENTITY_ZOMBIE_DEATH'
Creeper:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_CREEPER_PRIMED'
Spider:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_SPIDER_AMBIENT'
CaveSpider:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_SPIDER_AMBIENT'
Enderman:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_ENDERMEN_SCREAM'
EnderMite:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_ENDERMITE_AMBIENT'
SilverFish:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_SILVERFISH_DEATH'
Giant:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_ZOMBIE_DEATH'
Guardian:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_ELDER_GUARDIAN_AMBIENT'
PigZombie:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_ZOMBIE_PIG_ANGRY'
Witch:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_WITCH_DRINK'
Blaze:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_BLAZE_BURN'
Pig: 'hub'
Sheep: 'hub'
Chicken: 'hub'
Cow: 'hub'
Mooshroom: 'hub'
Ocelot: 'hub'
Wolf: 'hub'
PolarBear: 'hub'
Skeleton: 'hub'
Zombie: 'hub'
Creeper: 'hub'
Spider: 'hub'
CaveSpider: 'hub'
Enderman: 'hub'
EnderMite: 'hub'
SilverFish: 'hub'
Giant: 'hub'
Guardian: 'hub'
PigZombie: 'hub'
Witch: 'hub'
Blaze: 'hub'
Mob-options:
#
#
#
#
Mob-options:
Pig:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_PIG_AMBIENT'
Sheep:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_SHEEP_AMBIENT'
Chicken:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_CHICKEN_AMBIENT'
Cow:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_COW_AMBIENT'
Mooshroom:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_COW_AMBIENT'
Ocelot:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_WOLF_AMBIENT'
Wolf:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_WOLF_AMBIENT'
PolarBear:
Name: 'Animal'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_POLAR_BEAR_AMBIENT'
Skeleton:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_SKELETON_DEATH'
Zombie:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: '2000'
Sound: 'ENTITY_ZOMBIE_DEATH'
Creeper:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_CREEPER_PRIMED'
Spider:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_SPIDER_AMBIENT'
CaveSpider:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_SPIDER_AMBIENT'
Enderman:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_ENDERMEN_SCREAM'
EnderMite:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_ENDERMITE_AMBIENT'
SilverFish:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_SILVERFISH_DEATH'
Giant:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_ZOMBIE_DEATH'
Guardian:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_ELDER_GUARDIAN_AMBIENT'
PigZombie:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_ZOMBIE_PIG_ANGRY'
Witch:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_WITCH_DRINK'
Blaze:
Name: 'Monster'
Particle1: 'FLAME'
Amount: 20
Particle2: 'FLAME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_BLAZE_BURN'
To start we will edit the mobs world
Code (Text):
World-Name-For-All-Mobs:
Pig: 'world'
Pig: 'world'
here is a example replace hub with your world you want like so
Code (Text):
World-Name-For-All-Mobs:
Pig: 'MyAwesomeWorldIsTheBest!'
Sheep: 'MyAwesomeWorld'
Pig: 'MyAwesomeWorldIsTheBest!'
Sheep: 'MyAwesomeWorld'
After you are done that you will spot this as you go further down:
Code (Text):
Mob-options:
Pig:
Name: 'Animal'
Particle1: 'SNOWBALL'
Amount: 20
Particle2: 'SLIME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_PIG_AMBIENT'
Pig:
Name: 'Animal'
Particle1: 'SNOWBALL'
Amount: 20
Particle2: 'SLIME'
Amount2: 20
Particle3: 'FLAME'
Amount3: 20
Sound: 'ENTITY_PIG_AMBIENT'
particle1, 2 and 3 is the particle name a list can be found here to use
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
if the particle is put in incorrectly it will cause a error so make sure to put it in exactly with all the capitals.
the amount is just the amount you want set
Config notes!
you don't need the '" around things like the mob name or particle it will be removed as soon as you do the reload command for this plugin
Code (Text):
HubEntities.Animals:[/SIZE][/COLOR][/CENTER]
[COLOR=#000000][SIZE=5][CENTER]-permission for animals
HubEntities.Monsters:
-permission for monsters
HubEntities.reload
to reload the config
[COLOR=#000000][SIZE=5][CENTER]-permission for animals
HubEntities.Monsters:
-permission for monsters
HubEntities.reload
to reload the config
Coming soon!
Commands:
currently there is only 1 command /hubEntities will reload the config next update there will be more commands
if there is any bugs please free to let me know thanks!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Hub entities is a free Minecraft Java mod. Compatible with Minecraft 1.10. Downloaded 553 times (via Spigot). Download it and open it directly in the game.