
GoldPiglin Module for Minecraft
Key Features
This modification provides an excellent opportunity to use armor with golden patterns in the same way as regular golden armor. This means piglins will no longer attack you if your equipment contains golden elements.
Main Functions
The project is currently in active development, so some options may be unavailable. However, the main features are already implemented and work stable:
- Piglins stop attacking players wearing armor with golden patterns
- Accurate imitation of standard game behavior
- Enhanced mob reactions, including gaze tracking
Settings and Management
Configuration Parameters
# NMS mode is only available in Paper
use-nms: false
use-concurrent-map: false
hatred:
expiration-time: 20
expiration-scanner-time: 40
near:
# Area-wide hatred, closer to vanilla behavior, but may require more calculation time.
enabled: false
x: 6
y: 6
z: 6
can-see:
# Activate hatred only for piglins in the player's field of view
enabled: true
# Use Spigot's own visibility check API instead of GoldPiglin calculations
native: false
# Inverted visibility calculations to determine entity line of sight instead of player
reversal: false
Access System
The following access rights are available with default settings only for operators:
- goldpiglin.command.reload
- goldpiglin.command.version
- goldpiglin.update_message
Control Commands
Use the following commands to work with the module:
- /goldpiglin:gpiglin <reload|version> [/gpiglin]
Technical Requirements
- Minimum Java version 21
- NBT-API v2.13.2 or higher (optional)
Legal Information
The project is distributed under the Apache-2.0 license.