Перейти к содержимому
Mineforgian

NoChangeTheGame

A modification for modern versions that reverts behaviour changes since Minecraft 1.8.9 that are often disliked by PVP players. Intended for use on Hypixel only.

Загрузки
3K
Подписчики
9
Обновлён
15 июля 2024 г.
Лицензия
MIT

Опубликован 28 января 2024 г.

This is a client side modification that restores the feel of 1.8.9 combat on Hypixel in modern Minecraft versions. Please note that the modification is designed for use only on Hypixel at this time.

🌟 Feature Highlights

(All features can be disabled using the config menu (requires Mod Menu) or the nochangethegame.toml config file)

⚔️ Sword Blocking

Right clicking while holding a sword will block, just as it does in 1.8.9. (This feature is automatically disabled for certain Hypixel SkyBlock) sword_comparison_small

👣 Sneaking Height & Interpolation

Sneaking height is restored to that of 1.8.9. The smooth sneaking animation is disabled too. sneak_comparison_small

🏊 Swimming and Crawling

All swimming and crawling animations are disabled.
[TODO: Add visual comparison]

📋 Other Features

  • Removes the blocking delay caused by high latency.
  • Hides offhand hotbar slot and disable the swap hand hotkey.
  • Hides held shields.
  • Disables interpolation for head movements.
  • Disables the enderpearl cooldown.
  • Disables automatic sneaking when in low height areas.
  • Hides portal background textures when switching dimensions/worlds.
    (Use with a resource pack to restore the dirt background)

❓ Questions?

Will this modification work on Forge/NeoForge?

Not right now, but maybe in the future.

Will this modification work on Lunar?

Lunar appears to be incompatible with Fabric modifications written in Kotlin. I do not personally use Lunar so it is unlikely that a fix will be implemented into this modification.

Can I use this on other servers and/or single player?

By default, the modification will prevent you from doing so. While this safety feature can be disabled in the config, it is not recommended. I'm happy to discuss requests to support other servers in issues.

Where can I submit bug reports or make feature requests?

Please create an issue here. Just make sure to have a quick check to see if someone else posted the same thing already.


⚙️ Server Information

The NoChangeTheGame modification provides a simple plugin message based protocol for servers.

nochangethegame:announce (Serverbound)

Upon connecting to a server, the modification will announce itself with this packet.

Type Value
Short The length (in bytes) of the version string
String The UTF-8 encoded version string of the modification

nochangethegame:config_override (Clientbound)

All modification settings can be overridden by servers with this packet.

Type Value
NBT An NBT compound tag containing each setting to override
(Any settings not specified in the NBT compound will not be overridden)
Setting Key Default Value Vanilla Value
sneakHeight.eyeHeight 1.54 1.27
sneakHeight.hitboxHeight 1.8 1.5
movementInterpolation.disableForSneaking true false
movementInterpolation.disableForHeads true false
swordBlocking.hideShields true false
swordBlocking.hideOffhandSlot true false
swordBlocking.animateSword true false
swordBlocking.preventCombinedAnimation true false
swordBlocking.fakeShield true false
itemCooldowns.disableEnderpearlCooldown true false
poses.disableCrouchToFit true false
poses.disableCrawlToFit true false
poses.disableSwimming true false
worldLoadingBackgrounds.disableNether true false
worldLoadingBackgrounds.disableEnd true false
dangerZone.disableOnNonHypixelServers true N/A
dangerZone.disableOnHypixelSMP true N/A

The sword blocking animation can also be disabled on a per-itemstack basis by setting a nochangethegame:blockable boolean tag to false on the custom data component of the item stack.

  • Setting this tag to true force allows blocking, even with non-swords. However, this is not officially supported.

nochangethegame:kill_switch (Clientbound)

  • Alternatively, all settings can be overridden to their vanilla values with this packet.
    Type Value
    Boolean true (0x01) to activate the kill switch
    false (0x00) to deactivate the kill switch

Other information

  • The kill switch and all setting overrides are cleared automatically upon disconnection.
  • It is not possible to override the kill switch using setting overrides, as the kill switch takes precedence over all settings.

Центр версий

4 версий
  • Релиз135 КБ
  • Релиз107 КБ
  • Релиз99 КБ
  • Релиз94 КБ

Ченджлог

1.1.0Релиз1.21, 1.21.1 · 15 июля 2024 г.
  • Added support for Minecraft 1.21/1.21.1.
  • Removed support for Minecraft 1.20.5-1.20.6.
  • Added feature to restore the old background texture when using portals.
  • Added simple kill switch packet for servers to disable all current and future features.
  • Added notification in chat whenever a server overrides your local settings.
  • Disabled blocking for Hypixel SkyBlock swords that Hypixel also disables blocking on.
1.0.2Релиз1.20.5, 1.20.6 · 17 мая 2024 г.
  • Added support for Minecraft 1.20.5 and 1.20.6.
  • Removed support for Minecraft 1.20.4.
  • Fixed incorrect text shown in the config menu.
  • Changed offhand slot hiding to not hide non-shields.
1.0.1Релиз1.20.4 · 10 февраля 2024 г.
  • The fake shield should now be hidden more reliably.
  • Added the ability for servers to apply config overrides.

Комментарии

Загружаем…