Compatibility
Minecraft: Java Edition
1.21.5
1.21.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 2 months ago
Updated 3 weeks ago
Changelog
Henny Essentials V1.0.2
Changes in this version:
Forge & Fabric specific:
- Fixed auto-restart not working on Forge/Fabric.
- Fixed Tasks not starting correctly on Forge/Fabric
- Various other platform-specific fixes
- If anyone is using this mod on Forge/Fabric please join the Discord and message me if you have any issues
Announcements
- Added "Announcements" system where players can define announcements that are sent to all online players at configurable time periods
- Example: Broadcast a message:
Don't forget to join our Discord!
every 5 minutes - Announcements can be created in
config/HennyEssentials/Announcements.json
- Announcements config can be reloaded during server uptime with command:
/he reloadAnnouncements
- Announcements support TELLRAW format for their message.
- IMPORTANT: if using TELLRAW, don't forget to escape your JSON string!
- Config example:
- Example: Broadcast a message:
{
"announcements": [
{
"announcementText": "Don't forget to join our discord!",
"secondsDelay": 300
},
{
"announcementText": "[\"\",{\"text\":\"Example\",\"bold\":true},{\"text\":\" announcement!\",\"color\":\"green\"}]",
"secondsDelay": 600
}
]
}
- In the above example, the first announcement is a simple message sent every 5 minutes.
- The second announcement is a TELLRAW message sent every 10 minutes
Config
- Added command to reload HE config:
/he reloadConfig
- This command will also restart any Tasks defined in Task Configs.
- If you wouldn't like the tasks to restart, specify
false
at the end of the command - Example:
/he reloadConfig false
- Reload configs but don't restart any tasks such as the Restart Task or permission check tasks
Files
Metadata
Release channel
ReleaseVersion number
1.0.2+neoforge-1.21.1Loaders
Game versions
1.21.1Downloads
31Publication date
April 7, 2025 at 5:44 PMPublisher
hennyhex
Member