TaleKeys
20 unique key items for your Hytale server.
What it is20 unique key items for your Hytale server.
TaleKeys adds 20 collectible keys to your server, each with its own 3D model, inventory icon and theme. They go from a plain Wooden key up to the Royal and Ancient keys.
Out of the box you get the 20 key items, their own tab in the creative menu, and a command to give them out. Nothing else to set up.
Colored names, rarities and lore (optional)
These are optional and need the free DynamicTooltipsLib plugin installed. With it, each key can have:
- a colored name
- a rarity tier: Common, Uncommon, Rare, Epic or Legendary
- its own lore lines
The keys
Default rarities, all of which you can change:
- Common: Wooden, Village
- Uncommon: Bamboo, Lumberjack, Taverne, Sandswept, Overgrown
- Rare: Kweebec, Feran, Frozen, Wind, Hive, Lost
- Epic: Scarak, Light, Dark, Treasure, Epic
- Legendary: Royal, Ancient
Config
When you use DynamicTooltipsLib, each key is set up in
keys.json. Lore lines use plain hex colors:
JSON:
"Key_Ancient": {
"nameColor": "#FFD700",
"quality": "Legendary",
"qualityLabel": "Legendary",
"lore": [
"#9FB0A0 Older than the kingdoms themselves.",
"#FFD700 Its origin is lost to time."
]
}
Commands
/keys give <player|*> <keyId> <amount>gives a key to one player, or to everyone with*/keys listshows every configured key idtalekeys.admincovers all commands.
/talekeys.Install
- Put
TaleKeys.jarin your server'smodsfolder. - Optional: Install DynamicTooltipsLib for colored names, rarities and lore.
- Start the server. A default
keys.jsonis created on the first run.
