-
Notifications
You must be signed in to change notification settings - Fork 4
Config
Sven Rahn edited this page Apr 12, 2018
·
4 revisions
The config can be found at config/entity-particles.conf
. After modifying it, run the command /sponge plugins reload
.
To specify items in particles.<particleID>.item
use the normal minecraft IDs like minecraft:dirt
, mod specific items <modID>:<itemID>
or an item saved with ByteItems byte-items:<itemId>
.
You can use these particles: https://pastebin.com/4hhgNUjd
blocked-entities=[
"minecraft:player"
]
particles {
love {
display-name="&cLove"
effects=[
{
center-offset {
x=0.0
y=0.0
z=0.0
}
# Supported by redstone dust
color {
x=1
y=1
z=1
}
# In ticks(20 ticks = 1 second)
interval=20
offset {
x=1.0
y=1.0
z=1.0
}
quantity=10
type="minecraft:heart"
velocity {
x=0.0
y=0.3
z=0.0
}
}
]
glowing=false
item="byte-items:testItem3"
item-description="Right click an entity to apply this effect"
item-enchanted=true
}
}
# Ignore the 'glowing' and 'effects' setting.
remover-item {
display-name="Particles remover"
effects=[]
glowing=false
item="minecraft:bone"
item-description=""
item-enchanted=true
}