Create cosmetics!
MoonPillars has been given the support to create your own particles!
Go to the file /plugins/MoonPillars/cosmetics.yml
, it will look like:
Settings:
Default-Settings:
Cages: "Default1.schem"
Bow_Particle: FLAME
Kill_Particle: FLAME
Win_Particle: FLAME
Cages:
1:
Cage: "Test1.schem"
2:
Cage: "Test2.schem"
Particles:
Bow:
1:
Particle: FLAME
2:
Particle: HEART
Kill:
1:
Particle: EXPLOSION_LARGE
2:
Particle: TOTEM
Win:
1:
Particle: CUSTOM_ANVILRAIN
2:
Particle: CUSTOM_PIGS
We will create a new Bow particle! In the section Settings.Cages
add:
Cages:
1:
Cage: "Test1.schem"
2:
Cage: "Test2.schem"
3: #The ID The plugin will use!
Cage: "MyOwnCage.schem"
[COSMETIC:BUY:${SECTION:WIN}:${ID:3}:${PRICE:75}]
ID = "3", Price = Price in Enabled hook /Plugins/MoonPillars/Settings.yml
You can add as many Particles to any type of cosmetic you want! But you can only use official minecraft particles! Third party particles will not work!