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

Данные могли устареть: источник временно недоступен, показан кэш.

Gold Piglin

When you wear armor with gold patterns, the effect is the same as wearing gold armor.

Загрузки
3K
Подписчики
17
Обновлён
16 мая 2026 г.
Лицензия
Apache-2.0

Опубликован 21 марта 2024 г.

Исходный код

GoldPiglin

This project is not completely finished yet, so there are usually some missing features.

GoldPiglin will not be ported to ModLoader, as there are already some mods with similar functionality there.

When you wear armor with gold patterns, the effect is the same as wearing gold armor.

Feature

  • Piglins will ignore you when wearing armor with gold patterns.
  • Emulate vanilla behavior [in v24.11.1]
  • Enhanced behaviors, such as eye tracking

Adapter

It is recommended to use an adapter with NMS mode

  • All adapters should behave exactly the same.
  • The Spigot adapter is only available in Spigot and its forks (not in Paper).
  • The Paper adapter is only available in Paper and its forks (not in Spigot).
  • Spigot (NMS Mode) 1.20.1-26.2
  • Paper (NMS Mode) 1.20.1-26.2
  • NBTAPI 2.13.2
  • RTag 1.5.10

Usage

Config

# Select according to your needs.
# Supported adapters: Spigot, Paper, NBTAPI, Rtag
# The Spigot adapter is compatible with 1.20.1-26.2, if Minecraft releases
# an update then you have to wait for the new GoldPiglin version
#  (Paper adapter does not need to wait for updates most of the time).
adapter: NBTAPI
debug: false
update-message: true
hatred:
  expiration-time: 20
  expiration-scanner-time: 40
  near:
    # Area-wide hatred, closer to vanilla behavior, but may take longer to calculate.
    enabled: false
    x: 6
    y: 6
    z: 6
  can-see:
    # Whether only Piglin within the player's sight will trigger hatred
    enabled: true
    # Use Spigot's own canSee API instead of GoldPiglin's line of sight calculation
    native: false
    # Inverted line of sight calculations to calculate entity line of sight instead of player line of sight
    reversal: false

Permission

  • goldpiglin.command.reload [default: OP]
  • goldpiglin.command.version [default: OP]
  • goldpiglin.update_message [default: OP]

Command

  • /goldpiglin:gpiglin <reload|version> [/gpiglin]

License

This work has a restrictive license in addition to the original license to prevent some unexpected behavior, see 404Setup Public License

Depend

Ченджлог

26.1.1Релиз1.20.4, 1.20.5, 1.20.6 · 16 мая 2026 г.
26.1.0Релиз1.20.4, 1.20.5, 1.20.6 · 16 мая 2026 г.
  • Compatible with 26.1
  • Fix some minor bugs
  • A little optimization
  • The initial adapter will now be automatically selected based on the platform.

Full Changelog: https://github.com/404Setup/GoldPiglin/compare/v25.12.2...v26.1.0

25.12.2Релиз1.21.9, 1.21.10, 1.21.11 · 11 декабря 2025 г.
  • Fix: I entered the wrong target version in the Paper detector, which caused the old adapter to be enabled.
  • Fix: Piglin Brute should also be detected.
  • Change: Provide more debug information

Full Changelog: https://github.com/404Setup/GoldPiglin/compare/v25.12.1...v25.12.2

25.12.1Релиз1.21.9, 1.21.10, 1.21.11 · 11 декабря 2025 г.
  • Fix the inability to initialize
  • Compatible with version 1.21.11

Full Changelog: https://github.com/404Setup/GoldPiglin/compare/v25.10.1...v25.12.1

25.10.1Релиз1.21.8, 1.21.9, 1.21.10 · 12 октября 2025 г.
25.07.1Релиз1.21.6, 1.21.7, 1.21.8 · 18 июля 2025 г.
  • Support spigot 1.21.8
25.06.2Релиз1.21.7-rc1, 1.21.7-rc2, 1.21.7 · 30 июня 2025 г.

Update Message

  • Support Spigot 1.21.7

Depend

  • Java17 at least (Java 21 is recommended)
  • NBT-API v2.13.2 (Optional) [link]
  • RTag 1.5.10 (Optional) [link]

Full Changelog: https://github.com/404Setup/GoldPiglin/compare/v25.06.1...v25.06.2

25.06.1Релиз1.21.4, 1.21.5, 1.21.6 · 18 июня 2025 г.

Update Message

  • Support Spigot 1.21.6
  • Adjust ExpiringHashMap implementation

Depend

  • Java17 at least (Java 21 is recommended)
  • NBT-API v2.13.2 (Optional) [link]
  • RTag 1.5.10 (Optional) [link]

Download

Modrinth

Full Changelog: https://github.com/404Setup/GoldPiglin/compare/v25.05.1...v25.06.1

Комментарии

Загружаем…