rizecookey / CombatEdit

A server-side mod that brings back 1.8-style combat to modern versions of minecraft.
Apache License 2.0
2 stars 3 forks source link

Gamerule for 1.8 pvp on/off #6

Closed TechPro424 closed 2 years ago

TechPro424 commented 2 years ago

Suggestion: Add a /gamerule 1.8pvp command that can be made true or false to enable and disable 1.8 pvp default can be true

rizecookey commented 2 years ago

The current way the mod operates is that it modifies damage and cooldown values on startup, therefore making this impossible without a rewrite of the entire mod. Making a gamerule modify these on-the-fly would be a more difficult job as the Minecraft code isn't layed out for that, and my focus currently is to maintain the mod and update it for newer versions rather than adding new features.