
FGF Hero
FGF Hero is a hardcore event plugin inspired by Minecraft Helden where players are linked and share their fate. It creates an intense survival experience where you either win together or lose together.
Список изменений
🚀 Changelog – 1.2
✨ New Features
-
Added support for individual access schedule times for specific players.
You can now create custom access schedules per player instead of using only global settings. -
Players can now check their remaining access time with:
/fgfhero timeleft
- Added support for custom textures/fonts using a resource pack.
Example default.json
This is only an example to show how custom textures can be configured:
{
"providers": [
{
"type": "bitmap",
"file": "minecraft:font/purpleheart.png",
"ascent": 8,
"height": 10,
"chars": ["\uE001"]
},
{
"type": "bitmap",
"file": "minecraft:font/goldheart.png",
"ascent": 8,
"height": 10,
"chars": ["\uE002"]
}
]
}
Example Texture Pack Structure
The included example texture pack is structured like this:
📁 ResourcePack
├── pack.mcmeta
└── assets
└── minecraft
├── font
│ └── default.json
└── textures
└── font
├── purpleheart.png
└── goldheart.png
⚠️ Custom texture packs require some knowledge about Minecraft resource packs and font providers.
🛠 Fixes
-
Fixed the
prevent_join_on_start:config setting.
Players who were already online when the server/session started can now still join correctly. -
Fixed the join handling system for players who join after the start.
-
Fixed the
hide_nametagssystem.
You can now properly use:
hide_nametags: "only_through_blocks"
hide_nametags: "always"
hide_nametags: "never"
⚠️ Important
When updating to this version, you must delete your old config.yml before starting the server again.
New config settings will not appear correctly if the old config file is kept.
