Caltinor / Project-MMO-2.0

A continuation of Harmony's Project MMO project
37 stars 21 forks source link

annoying fireworks #530

Closed FilipKompaniets3 closed 1 month ago

FilipKompaniets3 commented 1 month ago

how to turn off fireworks? They make it very difficult to play. I recommend turning this feature off by default.

SomewhatDamaged commented 1 month ago

What version of minecraft are you playing?

FilipKompaniets3 commented 1 month ago

В яку версію minecraft ти граєш?

1.20.1

SomewhatDamaged commented 1 month ago

Fireworks are Perks, which can be configured in minecraft/saves/<yoursave>/serverconfig/pmmo-perks.toml

an example of what to add/remove for a firework looks like

[[Perks.For_Event.SKILL_UP]]
    skill = "fishing"
    perk = "pmmo:fireworks"

Each skill that should have fireworks should have a section like this in the config.

To remove a firework from a particular skill, delete/comment-out the firework perk section from the config.

Make sure to only edit this file while the game is closed, and avoid using Notepad++

FilipKompaniets3 commented 1 month ago

Thank you

FilipKompaniets3 commented 1 month ago

Can I do this not for a specific world? Because I often create new worlds.

SomewhatDamaged commented 1 month ago

Once you edit the pmmo-Perks.toml file, put it in the minecraft/defaultconfigs/ folder. Whenever you make a new world from now on, it will use that version of the file.

FilipKompaniets3 commented 1 month ago

Ok