搜索历史
清空
暂无搜索历史
论坛热搜
1
乌托邦探险之旅3.2
热
3
上古老物 冒险者传说 by WhiteSword
新
5
洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
Jenny — 有趣的模拟女友模组|珍妮模组
热
4
幻虚斗罗V1.5
6
水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 35|回复: 0

[模组分享] 称号系统 (Titles)-MOD模组

[复制链接]

5564

主题

26

回帖

7646

积分

龙❁妻

Rank: 8Rank: 8

经验
7646 EP
金粒
2016 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:40:46 | 显示全部楼层 |阅读模式
称号系统 (Titles)Github |相关wiki |源站链接支持: forge灵感来自于iChun的“帽子”模组,称号系统允许玩家获得称号,这些称号可以显示在他们的名字旁边。主要通过成就系统实现。

通过成就来获得称号,并将其显示在你的名字旁边。按下 \'t\' 键(你很可能需要更改这个按键,因为默认的聊天键也是 \'t\')来打开称号系统界面。一开始你可能没有任何可供选择的称号。只需完成成就,就可以开始扩展你的选择。

请注意,刚开始你可能没有可供选择的称号。只需完成成就,就可以开始扩展你的选择。

欲了解更多信息,请访问以下链接:



截图:

https://i.sodamc.com/modrinth/hLUsZrQOBx.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/tF6rtlfLTk.jpg?x-oss-process=style/forge2]

来自Modrinth所有游戏版本1.20.11.19.41.19.21.18.21.16.5所有类型forgeTitles 1.20.1-3.8.3Titles-1.20.1-3.8.3.jar下载1.20.1-3.8.3#ReleaseTitles-1.20.1-3.8.3-api.jar下载1.20.1-3.8.3#ReleaseTitles-1.20.1-3.8.3-sources.jar下载1.20.1-3.8.3#Release## 1.20.1 - 3.8.3- Fixed the issue where all titles were available to everyone from the start## 1.20.1 - 3.8.2- Added a new title award type: \"starting\", which are available to all players by default.- Added new holiday themed titles to take advantage of the new award type## 1.20.1 - 3.8.1- Fixed a gradle build error## 1.20.1 - 3.8.0- 1.20.1 update- Added titles for some new advancements## 1.19.4 - 3.7.1- Fixed an issue where the title data generator wasn\'t properly generating titles## 1.19.4 - 3.7.0- 1.19.4 Update- Added data generators for advancements, tags, and recipes## 1.19.2 - 3.6.1- Fixed bug where the keybinding to open the title selection screen wasn\'t appearing in the keybinding list## 1.19.2 - 3.6.0- 1.19 update- Fixes a number of things that broke with the new class names for the message component system.- Template titles are now only added if the respective mod is active and doesn\'t have their own titles## 1.18.2 - 3.5.2- Removed a potential memory leak by caching title default/variant text components- Fixed a bug where changing your gender setting wouldn\'t properly update the titles in the title selection GUI- Updated some template titles that changed in their respective mod\'s updates- Added titles for some of the new 1.17 advancements## 1.18.2 - 3.5.1- Merged the changes from 1.16.5 - 3.4.4- Titles no longer disappear on death in newer 1.18. Fixes #39- Titles now display next to the player\'s name in the playerlist on servers. This can be disabled in the config- Titles can now be prefixed to a player name instead of only suffixed- Titles now has native nickname functionality! Due to how FTB Essentials does its nickname (using PlayerInfo instead of the PlayerEvent.TabListNameFormat event), there was no way for me to properly update the tablist name, nor would I be able to show the nickname in the title selection GUI. Adding my own nickname solves this. Fixes #40## 1.18.2 - 3.5.0- Update to 1.18. No new features as of yet- Did change the y-level for the Spelunker advancement/title to -20 to 0, from 0 to 20 to account for the underground changes- The \"/titles display\" command now only lists the titles you have unlocked, instead of all titles- Added new title for the \"Cave & Cliffs\" advancement, \"the Base Jumper\"- Added a new advancement and associated title, \"the Frigid\"## 1.16.5 - 3.4.4- Can now properly \"remove\" titles by using datapacks, just like advancements. Fixes #37- Some minor refactoring## 1.16.5 - 3.4.3- Finally solved that title syncing issue. Fixes #32, fixes #34## 1.16.5 - 3.4.2- Fixed an error caused by advancements whose title was plain text rather than a translatable lang entry## 1.16.5 - 3.4.1## 1.16.5 - 3.4.0- Refactored nearly every class. Probably includes some performance improvement, but was done primarily for flow and readability.- Removed most of the API. I kept the Title and TitleProvider classes so modders can add their own titles, but I wasn\'t sure if the rest of it was even being used.- Flavor text has now been implemented. Hovering over an underlined title will show a tooltip with its flavor text.- I\'ve added template title packs for Botania, Immersive Engineering, and Twilight Forest as they were very popular and ones I am familiar with. Template just means they are there to show what this mod is capable of. Once the actual mods add their own, mine will be removed.- Commands were broken for a while - they now work properly.## 1.16.5 - 3.3.2- Fixes a bug where unlocking titles on a server won\'t update until they are also unlocked in single player (#26)## 1.16.5 - 3.3.1- Added a new command to set your display title. It\'s a faster way to change your display title if you know what you are looking for, but also has uses in quest mods.- You can now change your display title to one you just earned from an advancement by clicking on it in the chat message (it uses the command from above).- Added a new contributor \"mythic\" rarity for a new, higher tier Patreon reward## 1.16.5 - 3.3.0- Reworked how title data is stored and loaded. It is still a json oriented system, but now each title must have its own json. Similar to how vanilla does advancements and recipes.- Added a Title data provider and a builder class in the API for modders to easily generate titles for their mods.- There is a new command called \"/titles refresh\". This will go clear the player\'s earned titles, and then re-award titles for their completed advancements.- Villager title scroll trades are no longer added if the fragment loot config options is set to false.## 1.16.5 - 3.2.6- Changed the Shieldbearer title slightly to Shield Bearer- Also added its feminine variant: Shield Maiden- Added a new title for the \"This Boat has Legs\" advancement: the Strider Rider## 1.16.5 - 3.2.5- Fixed another server crash caused by calling client-only code- Added a feminine variant for \"the Huntsman\" title: \"the Huntress\"- Made it easier for modpack makers to add titles. Just modify the files in data/titles/titles (not the example ones)- For right now, feminine variants cannot be done with data loaded titles. This will be added later.## 1.16.4 - 3.2.4- Fixed a crash caused by calling the wrong method on the server## 1.16.4 - 3.2.3- Fixed an error earning the \'Captain\' advancement that prevented players from getting in a boat## 1.16.4 - 3.2.2- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.16.4 - 3.2.1- Fixed a server crash caused by accessing client-only content on server## 1.16.4 - 3.2.0- Updated to 1.16- Added titles for some of the new advancements added to Minecraft- Titles Archive is now gone. Loot titles are now obtained by trading emeralds and title fragments with Librarian villagers- Gender support. For gender-specific titles (Lord vs Lady), or gendered languages such as Spanish. Details in the github repo wiki- The way mod authors add their own title has been changed. Details in the github repo wiki## 1.12.2 - 3.1.7- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.12.2 - 3.1.6- Improved pattern matching to prevent errors with mods with weird lang file entries for advancements.## 1.12.2 - 3.1.5- Renamed es_es.lang to es_ES.lang so Minecraft would recognize it## 1.12.2 - 3.1.4- Somehow I deleted the @SubscribeEvent annotation from the method that updates the player\'s name. Derp.## 1.12.2 - 3.1.3- Added es_es.lang (Thanks Alfkors!)- Added a command to load advancement-based titles in existing worlds (/titles refresh)- Added a config option to disable archive fragments being added to loot- Removed the config option to change rarity colors. There was just no good way to make it update in chat as well.- Note: this may comeback in 1.15, but we\'ll see## 1.12.2 - 3.1.2- Fixed a client side crash. Not even sure what caused it to happen or how what I did fixed it## 1.12.2 - 3.1.1- Fixed a server side crash caused by referencing a client only class## 1.12.2 - 3.1.0- Barring any bug fixes, this will be the last version for 1.12.- Forgot the Title Archive gui. Whoops.- Titles are now also data driven. This means you can add titles through json files in the Titles config directory, in addition to the API## 1.12.2 - 3.0.0- Added commands. Details in the wiki.- Fixed a problem with sending packets that caused a server crash.- Added an API which should make it easier for mod authors to add their own titles.- Added some of my own advancements to unlock additional titles. Most are RL references.- Titles are no longer limited to just advancements. Details in the wiki.- Added the Titles Archive - an item that lets you purchase generic titles with Archive Fragments which are found as loot.- For modpack makers: titles available in the Archive are loaded from archiveTitles.json, which is in the config directory## 1.12.2 - 2.1.0- Added a page counter to the title selection GUI- Added missing mcmod.info file- Players can now change the color for each type of title through the config (common, uncommon, rare, unique)- You are only able to choose from the lighter chat colors due to text drop shadow- On the backend, title data is now a capability. Was player NBT data.展开版本: 1.20.1-3.8.3支持游戏: 1.20.1类型:ForgeRelease下载次数: 373Titles 1.20.1-3.8.2Titles-1.20.1-3.8.2.jar下载1.20.1-3.8.2#ReleaseTitles-1.20.1-3.8.2-api.jar下载1.20.1-3.8.2#ReleaseTitles-1.20.1-3.8.2-sources.jar下载1.20.1-3.8.2#Release## 1.20.1 - 3.8.2- Added a new title award type: \"starting\", which are available to all players by default.- Added new holiday themed titles to take advantage of the new award type## 1.20.1 - 3.8.1- Fixed a gradle build error## 1.20.1 - 3.8.0- 1.20.1 update- Added titles for some new advancements## 1.19.4 - 3.7.1- Fixed an issue where the title data generator wasn\'t properly generating titles## 1.19.4 - 3.7.0- 1.19.4 Update- Added data generators for advancements, tags, and recipes## 1.19.2 - 3.6.1- Fixed bug where the keybinding to open the title selection screen wasn\'t appearing in the keybinding list## 1.19.2 - 3.6.0- 1.19 update- Fixes a number of things that broke with the new class names for the message component system.- Template titles are now only added if the respective mod is active and doesn\'t have their own titles## 1.18.2 - 3.5.2- Removed a potential memory leak by caching title default/variant text components- Fixed a bug where changing your gender setting wouldn\'t properly update the titles in the title selection GUI- Updated some template titles that changed in their respective mod\'s updates- Added titles for some of the new 1.17 advancements## 1.18.2 - 3.5.1- Merged the changes from 1.16.5 - 3.4.4- Titles no longer disappear on death in newer 1.18. Fixes #39- Titles now display next to the player\'s name in the playerlist on servers. This can be disabled in the config- Titles can now be prefixed to a player name instead of only suffixed- Titles now has native nickname functionality! Due to how FTB Essentials does its nickname (using PlayerInfo instead of the PlayerEvent.TabListNameFormat event), there was no way for me to properly update the tablist name, nor would I be able to show the nickname in the title selection GUI. Adding my own nickname solves this. Fixes #40## 1.18.2 - 3.5.0- Update to 1.18. No new features as of yet- Did change the y-level for the Spelunker advancement/title to -20 to 0, from 0 to 20 to account for the underground changes- The \"/titles display\" command now only lists the titles you have unlocked, instead of all titles- Added new title for the \"Cave & Cliffs\" advancement, \"the Base Jumper\"- Added a new advancement and associated title, \"the Frigid\"## 1.16.5 - 3.4.4- Can now properly \"remove\" titles by using datapacks, just like advancements. Fixes #37- Some minor refactoring## 1.16.5 - 3.4.3- Finally solved that title syncing issue. Fixes #32, fixes #34## 1.16.5 - 3.4.2- Fixed an error caused by advancements whose title was plain text rather than a translatable lang entry## 1.16.5 - 3.4.1## 1.16.5 - 3.4.0- Refactored nearly every class. Probably includes some performance improvement, but was done primarily for flow and readability.- Removed most of the API. I kept the Title and TitleProvider classes so modders can add their own titles, but I wasn\'t sure if the rest of it was even being used.- Flavor text has now been implemented. Hovering over an underlined title will show a tooltip with its flavor text.- I\'ve added template title packs for Botania, Immersive Engineering, and Twilight Forest as they were very popular and ones I am familiar with. Template just means they are there to show what this mod is capable of. Once the actual mods add their own, mine will be removed.- Commands were broken for a while - they now work properly.## 1.16.5 - 3.3.2- Fixes a bug where unlocking titles on a server won\'t update until they are also unlocked in single player (#26)## 1.16.5 - 3.3.1- Added a new command to set your display title. It\'s a faster way to change your display title if you know what you are looking for, but also has uses in quest mods.- You can now change your display title to one you just earned from an advancement by clicking on it in the chat message (it uses the command from above).- Added a new contributor \"mythic\" rarity for a new, higher tier Patreon reward## 1.16.5 - 3.3.0- Reworked how title data is stored and loaded. It is still a json oriented system, but now each title must have its own json. Similar to how vanilla does advancements and recipes.- Added a Title data provider and a builder class in the API for modders to easily generate titles for their mods.- There is a new command called \"/titles refresh\". This will go clear the player\'s earned titles, and then re-award titles for their completed advancements.- Villager title scroll trades are no longer added if the fragment loot config options is set to false.## 1.16.5 - 3.2.6- Changed the Shieldbearer title slightly to Shield Bearer- Also added its feminine variant: Shield Maiden- Added a new title for the \"This Boat has Legs\" advancement: the Strider Rider## 1.16.5 - 3.2.5- Fixed another server crash caused by calling client-only code- Added a feminine variant for \"the Huntsman\" title: \"the Huntress\"- Made it easier for modpack makers to add titles. Just modify the files in data/titles/titles (not the example ones)- For right now, feminine variants cannot be done with data loaded titles. This will be added later.## 1.16.4 - 3.2.4- Fixed a crash caused by calling the wrong method on the server## 1.16.4 - 3.2.3- Fixed an error earning the \'Captain\' advancement that prevented players from getting in a boat## 1.16.4 - 3.2.2- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.16.4 - 3.2.1- Fixed a server crash caused by accessing client-only content on server## 1.16.4 - 3.2.0- Updated to 1.16- Added titles for some of the new advancements added to Minecraft- Titles Archive is now gone. Loot titles are now obtained by trading emeralds and title fragments with Librarian villagers- Gender support. For gender-specific titles (Lord vs Lady), or gendered languages such as Spanish. Details in the github repo wiki- The way mod authors add their own title has been changed. Details in the github repo wiki## 1.12.2 - 3.1.7- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.12.2 - 3.1.6- Improved pattern matching to prevent errors with mods with weird lang file entries for advancements.## 1.12.2 - 3.1.5- Renamed es_es.lang to es_ES.lang so Minecraft would recognize it## 1.12.2 - 3.1.4- Somehow I deleted the @SubscribeEvent annotation from the method that updates the player\'s name. Derp.## 1.12.2 - 3.1.3- Added es_es.lang (Thanks Alfkors!)- Added a command to load advancement-based titles in existing worlds (/titles refresh)- Added a config option to disable archive fragments being added to loot- Removed the config option to change rarity colors. There was just no good way to make it update in chat as well.- Note: this may comeback in 1.15, but we\'ll see## 1.12.2 - 3.1.2- Fixed a client side crash. Not even sure what caused it to happen or how what I did fixed it## 1.12.2 - 3.1.1- Fixed a server side crash caused by referencing a client only class## 1.12.2 - 3.1.0- Barring any bug fixes, this will be the last version for 1.12.- Forgot the Title Archive gui. Whoops.- Titles are now also data driven. This means you can add titles through json files in the Titles config directory, in addition to the API## 1.12.2 - 3.0.0- Added commands. Details in the wiki.- Fixed a problem with sending packets that caused a server crash.- Added an API which should make it easier for mod authors to add their own titles.- Added some of my own advancements to unlock additional titles. Most are RL references.- Titles are no longer limited to just advancements. Details in the wiki.- Added the Titles Archive - an item that lets you purchase generic titles with Archive Fragments which are found as loot.- For modpack makers: titles available in the Archive are loaded from archiveTitles.json, which is in the config directory## 1.12.2 - 2.1.0- Added a page counter to the title selection GUI- Added missing mcmod.info file- Players can now change the color for each type of title through the config (common, uncommon, rare, unique)- You are only able to choose from the lighter chat colors due to text drop shadow- On the backend, title data is now a capability. Was player NBT data.展开版本: 1.20.1-3.8.2支持游戏: 1.20.1类型:ForgeRelease下载次数: 347Titles 1.20.1-3.8.1Titles-1.20.1-3.8.1.jar下载1.20.1-3.8.1#ReleaseTitles-1.20.1-3.8.1-api.jar下载1.20.1-3.8.1#ReleaseTitles-1.20.1-3.8.1-sources.jar下载1.20.1-3.8.1#Release## 1.20.1 - 3.8.0- 1.20.1 update- Added titles for some new advancements## 1.19.4 - 3.7.1- Fixed an issue where the title data generator wasn\'t properly generating titles## 1.19.4 - 3.7.0- 1.19.4 Update- Added data generators for advancements, tags, and recipes## 1.19.2 - 3.6.1- Fixed bug where the keybinding to open the title selection screen wasn\'t appearing in the keybinding list## 1.19.2 - 3.6.0- 1.19 update- Fixes a number of things that broke with the new class names for the message component system.- Template titles are now only added if the respective mod is active and doesn\'t have their own titles## 1.18.2 - 3.5.2- Removed a potential memory leak by caching title default/variant text components- Fixed a bug where changing your gender setting wouldn\'t properly update the titles in the title selection GUI- Updated some template titles that changed in their respective mod\'s updates- Added titles for some of the new 1.17 advancements## 1.18.2 - 3.5.1- Merged the changes from 1.16.5 - 3.4.4- Titles no longer disappear on death in newer 1.18. Fixes #39- Titles now display next to the player\'s name in the playerlist on servers. This can be disabled in the config- Titles can now be prefixed to a player name instead of only suffixed- Titles now has native nickname functionality! Due to how FTB Essentials does its nickname (using PlayerInfo instead of the PlayerEvent.TabListNameFormat event), there was no way for me to properly update the tablist name, nor would I be able to show the nickname in the title selection GUI. Adding my own nickname solves this. Fixes #40## 1.18.2 - 3.5.0- Update to 1.18. No new features as of yet- Did change the y-level for the Spelunker advancement/title to -20 to 0, from 0 to 20 to account for the underground changes- The \"/titles display\" command now only lists the titles you have unlocked, instead of all titles- Added new title for the \"Cave & Cliffs\" advancement, \"the Base Jumper\"- Added a new advancement and associated title, \"the Frigid\"## 1.16.5 - 3.4.4- Can now properly \"remove\" titles by using datapacks, just like advancements. Fixes #37- Some minor refactoring## 1.16.5 - 3.4.3- Finally solved that title syncing issue. Fixes #32, fixes #34## 1.16.5 - 3.4.2- Fixed an error caused by advancements whose title was plain text rather than a translatable lang entry## 1.16.5 - 3.4.1## 1.16.5 - 3.4.0- Refactored nearly every class. Probably includes some performance improvement, but was done primarily for flow and readability.- Removed most of the API. I kept the Title and TitleProvider classes so modders can add their own titles, but I wasn\'t sure if the rest of it was even being used.- Flavor text has now been implemented. Hovering over an underlined title will show a tooltip with its flavor text.- I\'ve added template title packs for Botania, Immersive Engineering, and Twilight Forest as they were very popular and ones I am familiar with. Template just means they are there to show what this mod is capable of. Once the actual mods add their own, mine will be removed.- Commands were broken for a while - they now work properly.## 1.16.5 - 3.3.2- Fixes a bug where unlocking titles on a server won\'t update until they are also unlocked in single player (#26)## 1.16.5 - 3.3.1- Added a new command to set your display title. It\'s a faster way to change your display title if you know what you are looking for, but also has uses in quest mods.- You can now change your display title to one you just earned from an advancement by clicking on it in the chat message (it uses the command from above).- Added a new contributor \"mythic\" rarity for a new, higher tier Patreon reward## 1.16.5 - 3.3.0- Reworked how title data is stored and loaded. It is still a json oriented system, but now each title must have its own json. Similar to how vanilla does advancements and recipes.- Added a Title data provider and a builder class in the API for modders to easily generate titles for their mods.- There is a new command called \"/titles refresh\". This will go clear the player\'s earned titles, and then re-award titles for their completed advancements.- Villager title scroll trades are no longer added if the fragment loot config options is set to false.## 1.16.5 - 3.2.6- Changed the Shieldbearer title slightly to Shield Bearer- Also added its feminine variant: Shield Maiden- Added a new title for the \"This Boat has Legs\" advancement: the Strider Rider## 1.16.5 - 3.2.5- Fixed another server crash caused by calling client-only code- Added a feminine variant for \"the Huntsman\" title: \"the Huntress\"- Made it easier for modpack makers to add titles. Just modify the files in data/titles/titles (not the example ones)- For right now, feminine variants cannot be done with data loaded titles. This will be added later.## 1.16.4 - 3.2.4- Fixed a crash caused by calling the wrong method on the server## 1.16.4 - 3.2.3- Fixed an error earning the \'Captain\' advancement that prevented players from getting in a boat## 1.16.4 - 3.2.2- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.16.4 - 3.2.1- Fixed a server crash caused by accessing client-only content on server## 1.16.4 - 3.2.0- Updated to 1.16- Added titles for some of the new advancements added to Minecraft- Titles Archive is now gone. Loot titles are now obtained by trading emeralds and title fragments with Librarian villagers- Gender support. For gender-specific titles (Lord vs Lady), or gendered languages such as Spanish. Details in the github repo wiki- The way mod authors add their own title has been changed. Details in the github repo wiki## 1.12.2 - 3.1.7- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.12.2 - 3.1.6- Improved pattern matching to prevent errors with mods with weird lang file entries for advancements.## 1.12.2 - 3.1.5- Renamed es_es.lang to es_ES.lang so Minecraft would recognize it## 1.12.2 - 3.1.4- Somehow I deleted the @SubscribeEvent annotation from the method that updates the player\'s name. Derp.## 1.12.2 - 3.1.3- Added es_es.lang (Thanks Alfkors!)- Added a command to load advancement-based titles in existing worlds (/titles refresh)- Added a config option to disable archive fragments being added to loot- Removed the config option to change rarity colors. There was just no good way to make it update in chat as well.- Note: this may comeback in 1.15, but we\'ll see## 1.12.2 - 3.1.2- Fixed a client side crash. Not even sure what caused it to happen or how what I did fixed it## 1.12.2 - 3.1.1- Fixed a server side crash caused by referencing a client only class## 1.12.2 - 3.1.0- Barring any bug fixes, this will be the last version for 1.12.- Forgot the Title Archive gui. Whoops.- Titles are now also data driven. This means you can add titles through json files in the Titles config directory, in addition to the API## 1.12.2 - 3.0.0- Added commands. Details in the wiki.- Fixed a problem with sending packets that caused a server crash.- Added an API which should make it easier for mod authors to add their own titles.- Added some of my own advancements to unlock additional titles. Most are RL references.- Titles are no longer limited to just advancements. Details in the wiki.- Added the Titles Archive - an item that lets you purchase generic titles with Archive Fragments which are found as loot.- For modpack makers: titles available in the Archive are loaded from archiveTitles.json, which is in the config directory## 1.12.2 - 2.1.0- Added a page counter to the title selection GUI- Added missing mcmod.info file- Players can now change the color for each type of title through the config (common, uncommon, rare, unique)- You are only able to choose from the lighter chat colors due to text drop shadow- On the backend, title data is now a capability. Was player NBT data.展开版本: 1.20.1-3.8.1支持游戏: 1.20.1类型:ForgeRelease下载次数: 699Titles 1.20.1-3.8.0Titles-1.20.1-3.8.0.jar下载1.20.1-3.8.0#ReleaseTitles-1.20.1-3.8.0-api.jar下载1.20.1-3.8.0#ReleaseTitles-1.20.1-3.8.0-sources.jar下载1.20.1-3.8.0#Release## 1.20.1 - 3.8.0- 1.20.1 update- Added titles for some new advancements## 1.19.4 - 3.7.1- Fixed an issue where the title data generator wasn\'t properly generating titles## 1.19.4 - 3.7.0- 1.19.4 Update- Added data generators for advancements, tags, and recipes## 1.19.2 - 3.6.1- Fixed bug where the keybinding to open the title selection screen wasn\'t appearing in the keybinding list## 1.19.2 - 3.6.0- 1.19 update- Fixes a number of things that broke with the new class names for the message component system.- Template titles are now only added if the respective mod is active and doesn\'t have their own titles## 1.18.2 - 3.5.2- Removed a potential memory leak by caching title default/variant text components- Fixed a bug where changing your gender setting wouldn\'t properly update the titles in the title selection GUI- Updated some template titles that changed in their respective mod\'s updates- Added titles for some of the new 1.17 advancements## 1.18.2 - 3.5.1- Merged the changes from 1.16.5 - 3.4.4- Titles no longer disappear on death in newer 1.18. Fixes #39- Titles now display next to the player\'s name in the playerlist on servers. This can be disabled in the config- Titles can now be prefixed to a player name instead of only suffixed- Titles now has native nickname functionality! Due to how FTB Essentials does its nickname (using PlayerInfo instead of the PlayerEvent.TabListNameFormat event), there was no way for me to properly update the tablist name, nor would I be able to show the nickname in the title selection GUI. Adding my own nickname solves this. Fixes #40## 1.18.2 - 3.5.0- Update to 1.18. No new features as of yet- Did change the y-level for the Spelunker advancement/title to -20 to 0, from 0 to 20 to account for the underground changes- The \"/titles display\" command now only lists the titles you have unlocked, instead of all titles- Added new title for the \"Cave & Cliffs\" advancement, \"the Base Jumper\"- Added a new advancement and associated title, \"the Frigid\"## 1.16.5 - 3.4.4- Can now properly \"remove\" titles by using datapacks, just like advancements. Fixes #37- Some minor refactoring## 1.16.5 - 3.4.3- Finally solved that title syncing issue. Fixes #32, fixes #34## 1.16.5 - 3.4.2- Fixed an error caused by advancements whose title was plain text rather than a translatable lang entry## 1.16.5 - 3.4.1## 1.16.5 - 3.4.0- Refactored nearly every class. Probably includes some performance improvement, but was done primarily for flow and readability.- Removed most of the API. I kept the Title and TitleProvider classes so modders can add their own titles, but I wasn\'t sure if the rest of it was even being used.- Flavor text has now been implemented. Hovering over an underlined title will show a tooltip with its flavor text.- I\'ve added template title packs for Botania, Immersive Engineering, and Twilight Forest as they were very popular and ones I am familiar with. Template just means they are there to show what this mod is capable of. Once the actual mods add their own, mine will be removed.- Commands were broken for a while - they now work properly.## 1.16.5 - 3.3.2- Fixes a bug where unlocking titles on a server won\'t update until they are also unlocked in single player (#26)## 1.16.5 - 3.3.1- Added a new command to set your display title. It\'s a faster way to change your display title if you know what you are looking for, but also has uses in quest mods.- You can now change your display title to one you just earned from an advancement by clicking on it in the chat message (it uses the command from above).- Added a new contributor \"mythic\" rarity for a new, higher tier Patreon reward## 1.16.5 - 3.3.0- Reworked how title data is stored and loaded. It is still a json oriented system, but now each title must have its own json. Similar to how vanilla does advancements and recipes.- Added a Title data provider and a builder class in the API for modders to easily generate titles for their mods.- There is a new command called \"/titles refresh\". This will go clear the player\'s earned titles, and then re-award titles for their completed advancements.- Villager title scroll trades are no longer added if the fragment loot config options is set to false.## 1.16.5 - 3.2.6- Changed the Shieldbearer title slightly to Shield Bearer- Also added its feminine variant: Shield Maiden- Added a new title for the \"This Boat has Legs\" advancement: the Strider Rider## 1.16.5 - 3.2.5- Fixed another server crash caused by calling client-only code- Added a feminine variant for \"the Huntsman\" title: \"the Huntress\"- Made it easier for modpack makers to add titles. Just modify the files in data/titles/titles (not the example ones)- For right now, feminine variants cannot be done with data loaded titles. This will be added later.## 1.16.4 - 3.2.4- Fixed a crash caused by calling the wrong method on the server## 1.16.4 - 3.2.3- Fixed an error earning the \'Captain\' advancement that prevented players from getting in a boat## 1.16.4 - 3.2.2- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.16.4 - 3.2.1- Fixed a server crash caused by accessing client-only content on server## 1.16.4 - 3.2.0- Updated to 1.16- Added titles for some of the new advancements added to Minecraft- Titles Archive is now gone. Loot titles are now obtained by trading emeralds and title fragments with Librarian villagers- Gender support. For gender-specific titles (Lord vs Lady), or gendered languages such as Spanish. Details in the github repo wiki- The way mod authors add their own title has been changed. Details in the github repo wiki## 1.12.2 - 3.1.7- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.12.2 - 3.1.6- Improved pattern matching to prevent errors with mods with weird lang file entries for advancements.## 1.12.2 - 3.1.5- Renamed es_es.lang to es_ES.lang so Minecraft would recognize it## 1.12.2 - 3.1.4- Somehow I deleted the @SubscribeEvent annotation from the method that updates the player\'s name. Derp.## 1.12.2 - 3.1.3- Added es_es.lang (Thanks Alfkors!)- Added a command to load advancement-based titles in existing worlds (/titles refresh)- Added a config option to disable archive fragments being added to loot- Removed the config option to change rarity colors. There was just no good way to make it update in chat as well.- Note: this may comeback in 1.15, but we\'ll see## 1.12.2 - 3.1.2- Fixed a client side crash. Not even sure what caused it to happen or how what I did fixed it## 1.12.2 - 3.1.1- Fixed a server side crash caused by referencing a client only class## 1.12.2 - 3.1.0- Barring any bug fixes, this will be the last version for 1.12.- Forgot the Title Archive gui. Whoops.- Titles are now also data driven. This means you can add titles through json files in the Titles config directory, in addition to the API## 1.12.2 - 3.0.0- Added commands. Details in the wiki.- Fixed a problem with sending packets that caused a server crash.- Added an API which should make it easier for mod authors to add their own titles.- Added some of my own advancements to unlock additional titles. Most are RL references.- Titles are no longer limited to just advancements. Details in the wiki.- Added the Titles Archive - an item that lets you purchase generic titles with Archive Fragments which are found as loot.- For modpack makers: titles available in the Archive are loaded from archiveTitles.json, which is in the config directory## 1.12.2 - 2.1.0- Added a page counter to the title selection GUI- Added missing mcmod.info file- Players can now change the color for each type of title through the config (common, uncommon, rare, unique)- You are only able to choose from the lighter chat colors due to text drop shadow- On the backend, title data is now a capability. Was player NBT data.展开版本: 1.20.1-3.8.0支持游戏: 1.20.1类型:ForgeRelease下载次数: 63Titles 1.19.4-3.7.1Titles-1.19.4-3.7.1.jar下载1.19.4-3.7.1#ReleaseTitles-1.19.4-3.7.1-api.jar下载1.19.4-3.7.1#ReleaseTitles-1.19.4-3.7.1-sources.jar下载1.19.4-3.7.1#Release## 1.19.4 - 3.7.1- Fixed an issue where the title data generator wasn\'t properly generating titles## 1.19.4 - 3.7.0- 1.19.4 Update- Added data generators for advancements, tags, and recipes## 1.19.2 - 3.6.1- Fixed bug where the keybinding to open the title selection screen wasn\'t appearing in the keybinding list## 1.19.2 - 3.6.0- 1.19 update- Fixes a number of things that broke with the new class names for the message component system.- Template titles are now only added if the respective mod is active and doesn\'t have their own titles## 1.18.2 - 3.5.2- Removed a potential memory leak by caching title default/variant text components- Fixed a bug where changing your gender setting wouldn\'t properly update the titles in the title selection GUI- Updated some template titles that changed in their respective mod\'s updates- Added titles for some of the new 1.17 advancements## 1.18.2 - 3.5.1- Merged the changes from 1.16.5 - 3.4.4- Titles no longer disappear on death in newer 1.18. Fixes #39- Titles now display next to the player\'s name in the playerlist on servers. This can be disabled in the config- Titles can now be prefixed to a player name instead of only suffixed- Titles now has native nickname functionality! Due to how FTB Essentials does its nickname (using PlayerInfo instead of the PlayerEvent.TabListNameFormat event), there was no way for me to properly update the tablist name, nor would I be able to show the nickname in the title selection GUI. Adding my own nickname solves this. Fixes #40## 1.18.2 - 3.5.0- Update to 1.18. No new features as of yet- Did change the y-level for the Spelunker advancement/title to -20 to 0, from 0 to 20 to account for the underground changes- The \"/titles display\" command now only lists the titles you have unlocked, instead of all titles- Added new title for the \"Cave & Cliffs\" advancement, \"the Base Jumper\"- Added a new advancement and associated title, \"the Frigid\"## 1.16.5 - 3.4.4- Can now properly \"remove\" titles by using datapacks, just like advancements. Fixes #37- Some minor refactoring## 1.16.5 - 3.4.3- Finally solved that title syncing issue. Fixes #32, fixes #34## 1.16.5 - 3.4.2- Fixed an error caused by advancements whose title was plain text rather than a translatable lang entry## 1.16.5 - 3.4.1## 1.16.5 - 3.4.0- Refactored nearly every class. Probably includes some performance improvement, but was done primarily for flow and readability.- Removed most of the API. I kept the Title and TitleProvider classes so modders can add their own titles, but I wasn\'t sure if the rest of it was even being used.- Flavor text has now been implemented. Hovering over an underlined title will show a tooltip with its flavor text.- I\'ve added template title packs for Botania, Immersive Engineering, and Twilight Forest as they were very popular and ones I am familiar with. Template just means they are there to show what this mod is capable of. Once the actual mods add their own, mine will be removed.- Commands were broken for a while - they now work properly.## 1.16.5 - 3.3.2- Fixes a bug where unlocking titles on a server won\'t update until they are also unlocked in single player (#26)## 1.16.5 - 3.3.1- Added a new command to set your display title. It\'s a faster way to change your display title if you know what you are looking for, but also has uses in quest mods.- You can now change your display title to one you just earned from an advancement by clicking on it in the chat message (it uses the command from above).- Added a new contributor \"mythic\" rarity for a new, higher tier Patreon reward## 1.16.5 - 3.3.0- Reworked how title data is stored and loaded. It is still a json oriented system, but now each title must have its own json. Similar to how vanilla does advancements and recipes.- Added a Title data provider and a builder class in the API for modders to easily generate titles for their mods.- There is a new command called \"/titles refresh\". This will go clear the player\'s earned titles, and then re-award titles for their completed advancements.- Villager title scroll trades are no longer added if the fragment loot config options is set to false.## 1.16.5 - 3.2.6- Changed the Shieldbearer title slightly to Shield Bearer- Also added its feminine variant: Shield Maiden- Added a new title for the \"This Boat has Legs\" advancement: the Strider Rider## 1.16.5 - 3.2.5- Fixed another server crash caused by calling client-only code- Added a feminine variant for \"the Huntsman\" title: \"the Huntress\"- Made it easier for modpack makers to add titles. Just modify the files in data/titles/titles (not the example ones)- For right now, feminine variants cannot be done with data loaded titles. This will be added later.## 1.16.4 - 3.2.4- Fixed a crash caused by calling the wrong method on the server## 1.16.4 - 3.2.3- Fixed an error earning the \'Captain\' advancement that prevented players from getting in a boat## 1.16.4 - 3.2.2- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.16.4 - 3.2.1- Fixed a server crash caused by accessing client-only content on server## 1.16.4 - 3.2.0- Updated to 1.16- Added titles for some of the new advancements added to Minecraft- Titles Archive is now gone. Loot titles are now obtained by trading emeralds and title fragments with Librarian villagers- Gender support. For gender-specific titles (Lord vs Lady), or gendered languages such as Spanish. Details in the github repo wiki- The way mod authors add their own title has been changed. Details in the github repo wiki## 1.12.2 - 3.1.7- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.12.2 - 3.1.6- Improved pattern matching to prevent errors with mods with weird lang file entries for advancements.## 1.12.2 - 3.1.5- Renamed es_es.lang to es_ES.lang so Minecraft would recognize it## 1.12.2 - 3.1.4- Somehow I deleted the @SubscribeEvent annotation from the method that updates the player\'s name. Derp.## 1.12.2 - 3.1.3- Added es_es.lang (Thanks Alfkors!)- Added a command to load advancement-based titles in existing worlds (/titles refresh)- Added a config option to disable archive fragments being added to loot- Removed the config option to change rarity colors. There was just no good way to make it update in chat as well.- Note: this may comeback in 1.15, but we\'ll see## 1.12.2 - 3.1.2- Fixed a client side crash. Not even sure what caused it to happen or how what I did fixed it## 1.12.2 - 3.1.1- Fixed a server side crash caused by referencing a client only class## 1.12.2 - 3.1.0- Barring any bug fixes, this will be the last version for 1.12.- Forgot the Title Archive gui. Whoops.- Titles are now also data driven. This means you can add titles through json files in the Titles config directory, in addition to the API## 1.12.2 - 3.0.0- Added commands. Details in the wiki.- Fixed a problem with sending packets that caused a server crash.- Added an API which should make it easier for mod authors to add their own titles.- Added some of my own advancements to unlock additional titles. Most are RL references.- Titles are no longer limited to just advancements. Details in the wiki.- Added the Titles Archive - an item that lets you purchase generic titles with Archive Fragments which are found as loot.- For modpack makers: titles available in the Archive are loaded from archiveTitles.json, which is in the config directory## 1.12.2 - 2.1.0- Added a page counter to the title selection GUI- Added missing mcmod.info file- Players can now change the color for each type of title through the config (common, uncommon, rare, unique)- You are only able to choose from the lighter chat colors due to text drop shadow- On the backend, title data is now a capability. Was player NBT data.展开版本: 1.19.4-3.7.1支持游戏: 1.19.4类型:ForgeRelease下载次数: 57Titles 1.19.4-3.7.0Titles-1.19.4-3.7.0.jar下载1.19.4-3.7.0#ReleaseTitles-1.19.4-3.7.0-api.jar下载1.19.4-3.7.0#ReleaseTitles-1.19.4-3.7.0-sources.jar下载1.19.4-3.7.0#Release## 1.19.4 - 3.7.0- 1.19.4 Update- Added data generators for advancements, tags, and recipes## 1.19.2 - 3.6.1- Fixed bug where the keybinding to open the title selection screen wasn\'t appearing in the keybinding list## 1.19.2 - 3.6.0- 1.19 update- Fixes a number of things that broke with the new class names for the message component system.- Template titles are now only added if the respective mod is active and doesn\'t have their own titles## 1.18.2 - 3.5.2- Removed a potential memory leak by caching title default/variant text components- Fixed a bug where changing your gender setting wouldn\'t properly update the titles in the title selection GUI- Updated some template titles that changed in their respective mod\'s updates- Added titles for some of the new 1.17 advancements## 1.18.2 - 3.5.1- Merged the changes from 1.16.5 - 3.4.4- Titles no longer disappear on death in newer 1.18. Fixes #39- Titles now display next to the player\'s name in the playerlist on servers. This can be disabled in the config- Titles can now be prefixed to a player name instead of only suffixed- Titles now has native nickname functionality! Due to how FTB Essentials does its nickname (using PlayerInfo instead of the PlayerEvent.TabListNameFormat event), there was no way for me to properly update the tablist name, nor would I be able to show the nickname in the title selection GUI. Adding my own nickname solves this. Fixes #40## 1.18.2 - 3.5.0- Update to 1.18. No new features as of yet- Did change the y-level for the Spelunker advancement/title to -20 to 0, from 0 to 20 to account for the underground changes- The \"/titles display\" command now only lists the titles you have unlocked, instead of all titles- Added new title for the \"Cave & Cliffs\" advancement, \"the Base Jumper\"- Added a new advancement and associated title, \"the Frigid\"## 1.16.5 - 3.4.4- Can now properly \"remove\" titles by using datapacks, just like advancements. Fixes #37- Some minor refactoring## 1.16.5 - 3.4.3- Finally solved that title syncing issue. Fixes #32, fixes #34## 1.16.5 - 3.4.2- Fixed an error caused by advancements whose title was plain text rather than a translatable lang entry## 1.16.5 - 3.4.1## 1.16.5 - 3.4.0- Refactored nearly every class. Probably includes some performance improvement, but was done primarily for flow and readability.- Removed most of the API. I kept the Title and TitleProvider classes so modders can add their own titles, but I wasn\'t sure if the rest of it was even being used.- Flavor text has now been implemented. Hovering over an underlined title will show a tooltip with its flavor text.- I\'ve added template title packs for Botania, Immersive Engineering, and Twilight Forest as they were very popular and ones I am familiar with. Template just means they are there to show what this mod is capable of. Once the actual mods add their own, mine will be removed.- Commands were broken for a while - they now work properly.## 1.16.5 - 3.3.2- Fixes a bug where unlocking titles on a server won\'t update until they are also unlocked in single player (#26)## 1.16.5 - 3.3.1- Added a new command to set your display title. It\'s a faster way to change your display title if you know what you are looking for, but also has uses in quest mods.- You can now change your display title to one you just earned from an advancement by clicking on it in the chat message (it uses the command from above).- Added a new contributor \"mythic\" rarity for a new, higher tier Patreon reward## 1.16.5 - 3.3.0- Reworked how title data is stored and loaded. It is still a json oriented system, but now each title must have its own json. Similar to how vanilla does advancements and recipes.- Added a Title data provider and a builder class in the API for modders to easily generate titles for their mods.- There is a new command called \"/titles refresh\". This will go clear the player\'s earned titles, and then re-award titles for their completed advancements.- Villager title scroll trades are no longer added if the fragment loot config options is set to false.## 1.16.5 - 3.2.6- Changed the Shieldbearer title slightly to Shield Bearer- Also added its feminine variant: Shield Maiden- Added a new title for the \"This Boat has Legs\" advancement: the Strider Rider## 1.16.5 - 3.2.5- Fixed another server crash caused by calling client-only code- Added a feminine variant for \"the Huntsman\" title: \"the Huntress\"- Made it easier for modpack makers to add titles. Just modify the files in data/titles/titles (not the example ones)- For right now, feminine variants cannot be done with data loaded titles. This will be added later.## 1.16.4 - 3.2.4- Fixed a crash caused by calling the wrong method on the server## 1.16.4 - 3.2.3- Fixed an error earning the \'Captain\' advancement that prevented players from getting in a boat## 1.16.4 - 3.2.2- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.16.4 - 3.2.1- Fixed a server crash caused by accessing client-only content on server## 1.16.4 - 3.2.0- Updated to 1.16- Added titles for some of the new advancements added to Minecraft- Titles Archive is now gone. Loot titles are now obtained by trading emeralds and title fragments with Librarian villagers- Gender support. For gender-specific titles (Lord vs Lady), or gendered languages such as Spanish. Details in the github repo wiki- The way mod authors add their own title has been changed. Details in the github repo wiki## 1.12.2 - 3.1.7- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.12.2 - 3.1.6- Improved pattern matching to prevent errors with mods with weird lang file entries for advancements.## 1.12.2 - 3.1.5- Renamed es_es.lang to es_ES.lang so Minecraft would recognize it## 1.12.2 - 3.1.4- Somehow I deleted the @SubscribeEvent annotation from the method that updates the player\'s name. Derp.## 1.12.2 - 3.1.3- Added es_es.lang (Thanks Alfkors!)- Added a command to load advancement-based titles in existing worlds (/titles refresh)- Added a config option to disable archive fragments being added to loot- Removed the config option to change rarity colors. There was just no good way to make it update in chat as well.- Note: this may comeback in 1.15, but we\'ll see## 1.12.2 - 3.1.2- Fixed a client side crash. Not even sure what caused it to happen or how what I did fixed it## 1.12.2 - 3.1.1- Fixed a server side crash caused by referencing a client only class## 1.12.2 - 3.1.0- Barring any bug fixes, this will be the last version for 1.12.- Forgot the Title Archive gui. Whoops.- Titles are now also data driven. This means you can add titles through json files in the Titles config directory, in addition to the API## 1.12.2 - 3.0.0- Added commands. Details in the wiki.- Fixed a problem with sending packets that caused a server crash.- Added an API which should make it easier for mod authors to add their own titles.- Added some of my own advancements to unlock additional titles. Most are RL references.- Titles are no longer limited to just advancements. Details in the wiki.- Added the Titles Archive - an item that lets you purchase generic titles with Archive Fragments which are found as loot.- For modpack makers: titles available in the Archive are loaded from archiveTitles.json, which is in the config directory## 1.12.2 - 2.1.0- Added a page counter to the title selection GUI- Added missing mcmod.info file- Players can now change the color for each type of title through the config (common, uncommon, rare, unique)- You are only able to choose from the lighter chat colors due to text drop shadow- On the backend, title data is now a capability. Was player NBT data.展开版本: 1.19.4-3.7.0支持游戏: 1.19.4类型:ForgeRelease下载次数: 49Titles 1.19.2-3.6.1Titles-1.19.2-3.6.1.jar下载1.19.2-3.6.1#ReleaseTitles-1.19.2-3.6.1-api.jar下载1.19.2-3.6.1#ReleaseTitles-1.19.2-3.6.1-sources.jar下载1.19.2-3.6.1#Release## 1.19.2 - 3.6.1- Fixed bug where the keybinding to open the title selection screen wasn\'t appearing in the keybinding list## 1.19.2 - 3.6.0- 1.19 update- Fixes a number of things that broke with the new class names for the message component system.- Template titles are now only added if the respective mod is active and doesn\'t have their own titles## 1.18.2 - 3.5.2- Removed a potential memory leak by caching title default/variant text components- Fixed a bug where changing your gender setting wouldn\'t properly update the titles in the title selection GUI- Updated some template titles that changed in their respective mod\'s updates- Added titles for some of the new 1.17 advancements## 1.18.2 - 3.5.1- Merged the changes from 1.16.5 - 3.4.4- Titles no longer disappear on death in newer 1.18. Fixes #39- Titles now display next to the player\'s name in the playerlist on servers. This can be disabled in the config- Titles can now be prefixed to a player name instead of only suffixed- Titles now has native nickname functionality! Due to how FTB Essentials does its nickname (using PlayerInfo instead of the PlayerEvent.TabListNameFormat event), there was no way for me to properly update the tablist name, nor would I be able to show the nickname in the title selection GUI. Adding my own nickname solves this. Fixes #40## 1.18.2 - 3.5.0- Update to 1.18. No new features as of yet- Did change the y-level for the Spelunker advancement/title to -20 to 0, from 0 to 20 to account for the underground changes- The \"/titles display\" command now only lists the titles you have unlocked, instead of all titles- Added new title for the \"Cave & Cliffs\" advancement, \"the Base Jumper\"- Added a new advancement and associated title, \"the Frigid\"## 1.16.5 - 3.4.4- Can now properly \"remove\" titles by using datapacks, just like advancements. Fixes #37- Some minor refactoring## 1.16.5 - 3.4.3- Finally solved that title syncing issue. Fixes #32, fixes #34## 1.16.5 - 3.4.2- Fixed an error caused by advancements whose title was plain text rather than a translatable lang entry## 1.16.5 - 3.4.1## 1.16.5 - 3.4.0- Refactored nearly every class. Probably includes some performance improvement, but was done primarily for flow and readability.- Removed most of the API. I kept the Title and TitleProvider classes so modders can add their own titles, but I wasn\'t sure if the rest of it was even being used.- Flavor text has now been implemented. Hovering over an underlined title will show a tooltip with its flavor text.- I\'ve added template title packs for Botania, Immersive Engineering, and Twilight Forest as they were very popular and ones I am familiar with. Template just means they are there to show what this mod is capable of. Once the actual mods add their own, mine will be removed.- Commands were broken for a while - they now work properly.## 1.16.5 - 3.3.2- Fixes a bug where unlocking titles on a server won\'t update until they are also unlocked in single player (#26)## 1.16.5 - 3.3.1- Added a new command to set your display title. It\'s a faster way to change your display title if you know what you are looking for, but also has uses in quest mods.- You can now change your display title to one you just earned from an advancement by clicking on it in the chat message (it uses the command from above).- Added a new contributor \"mythic\" rarity for a new, higher tier Patreon reward## 1.16.5 - 3.3.0- Reworked how title data is stored and loaded. It is still a json oriented system, but now each title must have its own json. Similar to how vanilla does advancements and recipes.- Added a Title data provider and a builder class in the API for modders to easily generate titles for their mods.- There is a new command called \"/titles refresh\". This will go clear the player\'s earned titles, and then re-award titles for their completed advancements.- Villager title scroll trades are no longer added if the fragment loot config options is set to false.## 1.16.5 - 3.2.6- Changed the Shieldbearer title slightly to Shield Bearer- Also added its feminine variant: Shield Maiden- Added a new title for the \"This Boat has Legs\" advancement: the Strider Rider## 1.16.5 - 3.2.5- Fixed another server crash caused by calling client-only code- Added a feminine variant for \"the Huntsman\" title: \"the Huntress\"- Made it easier for modpack makers to add titles. Just modify the files in data/titles/titles (not the example ones)- For right now, feminine variants cannot be done with data loaded titles. This will be added later.## 1.16.4 - 3.2.4- Fixed a crash caused by calling the wrong method on the server## 1.16.4 - 3.2.3- Fixed an error earning the \'Captain\' advancement that prevented players from getting in a boat## 1.16.4 - 3.2.2- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.16.4 - 3.2.1- Fixed a server crash caused by accessing client-only content on server## 1.16.4 - 3.2.0- Updated to 1.16- Added titles for some of the new advancements added to Minecraft- Titles Archive is now gone. Loot titles are now obtained by trading emeralds and title fragments with Librarian villagers- Gender support. For gender-specific titles (Lord vs Lady), or gendered languages such as Spanish. Details in the github repo wiki- The way mod authors add their own title has been changed. Details in the github repo wiki## 1.12.2 - 3.1.7- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.12.2 - 3.1.6- Improved pattern matching to prevent errors with mods with weird lang file entries for advancements.## 1.12.2 - 3.1.5- Renamed es_es.lang to es_ES.lang so Minecraft would recognize it## 1.12.2 - 3.1.4- Somehow I deleted the @SubscribeEvent annotation from the method that updates the player\'s name. Derp.## 1.12.2 - 3.1.3- Added es_es.lang (Thanks Alfkors!)- Added a command to load advancement-based titles in existing worlds (/titles refresh)- Added a config option to disable archive fragments being added to loot- Removed the config option to change rarity colors. There was just no good way to make it update in chat as well.- Note: this may comeback in 1.15, but we\'ll see## 1.12.2 - 3.1.2- Fixed a client side crash. Not even sure what caused it to happen or how what I did fixed it## 1.12.2 - 3.1.1- Fixed a server side crash caused by referencing a client only class## 1.12.2 - 3.1.0- Barring any bug fixes, this will be the last version for 1.12.- Forgot the Title Archive gui. Whoops.- Titles are now also data driven. This means you can add titles through json files in the Titles config directory, in addition to the API## 1.12.2 - 3.0.0- Added commands. Details in the wiki.- Fixed a problem with sending packets that caused a server crash.- Added an API which should make it easier for mod authors to add their own titles.- Added some of my own advancements to unlock additional titles. Most are RL references.- Titles are no longer limited to just advancements. Details in the wiki.- Added the Titles Archive - an item that lets you purchase generic titles with Archive Fragments which are found as loot.- For modpack makers: titles available in the Archive are loaded from archiveTitles.json, which is in the config directory## 1.12.2 - 2.1.0- Added a page counter to the title selection GUI- Added missing mcmod.info file- Players can now change the color for each type of title through the config (common, uncommon, rare, unique)- You are only able to choose from the lighter chat colors due to text drop shadow- On the backend, title data is now a capability. Was player NBT data.展开版本: 1.19.2-3.6.1支持游戏: 1.19.2类型:ForgeRelease下载次数: 158Titles 1.19.2-3.6.0Titles-1.19.2-3.6.0.jar下载1.19.2-3.6.0#ReleaseTitles-1.19.2-3.6.0-api.jar下载1.19.2-3.6.0#ReleaseTitles-1.19.2-3.6.0-sources.jar下载1.19.2-3.6.0#Release## 1.19.2 - 3.6.0- 1.19 update- Fixes a number of things that broke with the new class names for the message component system.- Template titles are now only added if the respective mod is active and doesn\'t have their own titles## 1.18.2 - 3.5.2- Removed a potential memory leak by caching title default/variant text components- Fixed a bug where changing your gender setting wouldn\'t properly update the titles in the title selection GUI- Updated some template titles that changed in their respective mod\'s updates- Added titles for some of the new 1.17 advancements## 1.18.2 - 3.5.1- Merged the changes from 1.16.5 - 3.4.4- Titles no longer disappear on death in newer 1.18. Fixes #39- Titles now display next to the player\'s name in the playerlist on servers. This can be disabled in the config- Titles can now be prefixed to a player name instead of only suffixed- Titles now has native nickname functionality! Due to how FTB Essentials does its nickname (using PlayerInfo instead of the PlayerEvent.TabListNameFormat event), there was no way for me to properly update the tablist name, nor would I be able to show the nickname in the title selection GUI. Adding my own nickname solves this. Fixes #40## 1.18.2 - 3.5.0- Update to 1.18. No new features as of yet- Did change the y-level for the Spelunker advancement/title to -20 to 0, from 0 to 20 to account for the underground changes- The \"/titles display\" command now only lists the titles you have unlocked, instead of all titles- Added new title for the \"Cave & Cliffs\" advancement, \"the Base Jumper\"- Added a new advancement and associated title, \"the Frigid\"## 1.16.5 - 3.4.4- Can now properly \"remove\" titles by using datapacks, just like advancements. Fixes #37- Some minor refactoring## 1.16.5 - 3.4.3- Finally solved that title syncing issue. Fixes #32, fixes #34## 1.16.5 - 3.4.2- Fixed an error caused by advancements whose title was plain text rather than a translatable lang entry## 1.16.5 - 3.4.1## 1.16.5 - 3.4.0- Refactored nearly every class. Probably includes some performance improvement, but was done primarily for flow and readability.- Removed most of the API. I kept the Title and TitleProvider classes so modders can add their own titles, but I wasn\'t sure if the rest of it was even being used.- Flavor text has now been implemented. Hovering over an underlined title will show a tooltip with its flavor text.- I\'ve added template title packs for Botania, Immersive Engineering, and Twilight Forest as they were very popular and ones I am familiar with. Template just means they are there to show what this mod is capable of. Once the actual mods add their own, mine will be removed.- Commands were broken for a while - they now work properly.## 1.16.5 - 3.3.2- Fixes a bug where unlocking titles on a server won\'t update until they are also unlocked in single player (#26)## 1.16.5 - 3.3.1- Added a new command to set your display title. It\'s a faster way to change your display title if you know what you are looking for, but also has uses in quest mods.- You can now change your display title to one you just earned from an advancement by clicking on it in the chat message (it uses the command from above).- Added a new contributor \"mythic\" rarity for a new, higher tier Patreon reward## 1.16.5 - 3.3.0- Reworked how title data is stored and loaded. It is still a json oriented system, but now each title must have its own json. Similar to how vanilla does advancements and recipes.- Added a Title data provider and a builder class in the API for modders to easily generate titles for their mods.- There is a new command called \"/titles refresh\". This will go clear the player\'s earned titles, and then re-award titles for their completed advancements.- Villager title scroll trades are no longer added if the fragment loot config options is set to false.## 1.16.5 - 3.2.6- Changed the Shieldbearer title slightly to Shield Bearer- Also added its feminine variant: Shield Maiden- Added a new title for the \"This Boat has Legs\" advancement: the Strider Rider## 1.16.5 - 3.2.5- Fixed another server crash caused by calling client-only code- Added a feminine variant for \"the Huntsman\" title: \"the Huntress\"- Made it easier for modpack makers to add titles. Just modify the files in data/titles/titles (not the example ones)- For right now, feminine variants cannot be done with data loaded titles. This will be added later.## 1.16.4 - 3.2.4- Fixed a crash caused by calling the wrong method on the server## 1.16.4 - 3.2.3- Fixed an error earning the \'Captain\' advancement that prevented players from getting in a boat## 1.16.4 - 3.2.2- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.16.4 - 3.2.1- Fixed a server crash caused by accessing client-only content on server## 1.16.4 - 3.2.0- Updated to 1.16- Added titles for some of the new advancements added to Minecraft- Titles Archive is now gone. Loot titles are now obtained by trading emeralds and title fragments with Librarian villagers- Gender support. For gender-specific titles (Lord vs Lady), or gendered languages such as Spanish. Details in the github repo wiki- The way mod authors add their own title has been changed. Details in the github repo wiki## 1.12.2 - 3.1.7- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.12.2 - 3.1.6- Improved pattern matching to prevent errors with mods with weird lang file entries for advancements.## 1.12.2 - 3.1.5- Renamed es_es.lang to es_ES.lang so Minecraft would recognize it## 1.12.2 - 3.1.4- Somehow I deleted the @SubscribeEvent annotation from the method that updates the player\'s name. Derp.## 1.12.2 - 3.1.3- Added es_es.lang (Thanks Alfkors!)- Added a command to load advancement-based titles in existing worlds (/titles refresh)- Added a config option to disable archive fragments being added to loot- Removed the config option to change rarity colors. There was just no good way to make it update in chat as well.- Note: this may comeback in 1.15, but we\'ll see## 1.12.2 - 3.1.2- Fixed a client side crash. Not even sure what caused it to happen or how what I did fixed it## 1.12.2 - 3.1.1- Fixed a server side crash caused by referencing a client only class## 1.12.2 - 3.1.0- Barring any bug fixes, this will be the last version for 1.12.- Forgot the Title Archive gui. Whoops.- Titles are now also data driven. This means you can add titles through json files in the Titles config directory, in addition to the API## 1.12.2 - 3.0.0- Added commands. Details in the wiki.- Fixed a problem with sending packets that caused a server crash.- Added an API which should make it easier for mod authors to add their own titles.- Added some of my own advancements to unlock additional titles. Most are RL references.- Titles are no longer limited to just advancements. Details in the wiki.- Added the Titles Archive - an item that lets you purchase generic titles with Archive Fragments which are found as loot.- For modpack makers: titles available in the Archive are loaded from archiveTitles.json, which is in the config directory## 1.12.2 - 2.1.0- Added a page counter to the title selection GUI- Added missing mcmod.info file- Players can now change the color for each type of title through the config (common, uncommon, rare, unique)- You are only able to choose from the lighter chat colors due to text drop shadow- On the backend, title data is now a capability. Was player NBT data.展开版本: 1.19.2-3.6.0支持游戏: 1.19.2类型:ForgeRelease下载次数: 83Titles 1.18.2-3.5.2Titles-1.18.2-3.5.2.jar下载1.18.2-3.5.2#ReleaseTitles-1.18.2-3.5.2-api.jar下载1.18.2-3.5.2#ReleaseTitles-1.18.2-3.5.2-sources.jar下载1.18.2-3.5.2#Release## 1.18.2 - 3.5.2- Removed a potential memory leak by caching title default/variant text components- Fixed a bug where changing your gender setting wouldn\'t properly update the titles in the title selection GUI- Updated some template titles that changed in their respective mod\'s updates- Added titles for some of the new 1.17 advancements## 1.18.2 - 3.5.1- Merged the changes from 1.16.5 - 3.4.4- Titles no longer disappear on death in newer 1.18. Fixes #39- Titles now display next to the player\'s name in the playerlist on servers. This can be disabled in the config- Titles can now be prefixed to a player name instead of only suffixed- Titles now has native nickname functionality! Due to how FTB Essentials does its nickname (using PlayerInfo instead of the PlayerEvent.TabListNameFormat event), there was no way for me to properly update the tablist name, nor would I be able to show the nickname in the title selection GUI. Adding my own nickname solves this. Fixes #40## 1.18.2 - 3.5.0- Update to 1.18. No new features as of yet- Did change the y-level for the Spelunker advancement/title to -20 to 0, from 0 to 20 to account for the underground changes- The \"/titles display\" command now only lists the titles you have unlocked, instead of all titles- Added new title for the \"Cave & Cliffs\" advancement, \"the Base Jumper\"- Added a new advancement and associated title, \"the Frigid\"## 1.16.5 - 3.4.4- Can now properly \"remove\" titles by using datapacks, just like advancements. Fixes #37- Some minor refactoring## 1.16.5 - 3.4.3- Finally solved that title syncing issue. Fixes #32, fixes #34## 1.16.5 - 3.4.2- Fixed an error caused by advancements whose title was plain text rather than a translatable lang entry## 1.16.5 - 3.4.1## 1.16.5 - 3.4.0- Refactored nearly every class. Probably includes some performance improvement, but was done primarily for flow and readability.- Removed most of the API. I kept the Title and TitleProvider classes so modders can add their own titles, but I wasn\'t sure if the rest of it was even being used.- Flavor text has now been implemented. Hovering over an underlined title will show a tooltip with its flavor text.- I\'ve added template title packs for Botania, Immersive Engineering, and Twilight Forest as they were very popular and ones I am familiar with. Template just means they are there to show what this mod is capable of. Once the actual mods add their own, mine will be removed.- Commands were broken for a while - they now work properly.## 1.16.5 - 3.3.2- Fixes a bug where unlocking titles on a server won\'t update until they are also unlocked in single player (#26)## 1.16.5 - 3.3.1- Added a new command to set your display title. It\'s a faster way to change your display title if you know what you are looking for, but also has uses in quest mods.- You can now change your display title to one you just earned from an advancement by clicking on it in the chat message (it uses the command from above).- Added a new contributor \"mythic\" rarity for a new, higher tier Patreon reward## 1.16.5 - 3.3.0- Reworked how title data is stored and loaded. It is still a json oriented system, but now each title must have its own json. Similar to how vanilla does advancements and recipes.- Added a Title data provider and a builder class in the API for modders to easily generate titles for their mods.- There is a new command called \"/titles refresh\". This will go clear the player\'s earned titles, and then re-award titles for their completed advancements.- Villager title scroll trades are no longer added if the fragment loot config options is set to false.## 1.16.5 - 3.2.6- Changed the Shieldbearer title slightly to Shield Bearer- Also added its feminine variant: Shield Maiden- Added a new title for the \"This Boat has Legs\" advancement: the Strider Rider## 1.16.5 - 3.2.5- Fixed another server crash caused by calling client-only code- Added a feminine variant for \"the Huntsman\" title: \"the Huntress\"- Made it easier for modpack makers to add titles. Just modify the files in data/titles/titles (not the example ones)- For right now, feminine variants cannot be done with data loaded titles. This will be added later.## 1.16.4 - 3.2.4- Fixed a crash caused by calling the wrong method on the server## 1.16.4 - 3.2.3- Fixed an error earning the \'Captain\' advancement that prevented players from getting in a boat## 1.16.4 - 3.2.2- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.16.4 - 3.2.1- Fixed a server crash caused by accessing client-only content on server## 1.16.4 - 3.2.0- Updated to 1.16- Added titles for some of the new advancements added to Minecraft- Titles Archive is now gone. Loot titles are now obtained by trading emeralds and title fragments with Librarian villagers- Gender support. For gender-specific titles (Lord vs Lady), or gendered languages such as Spanish. Details in the github repo wiki- The way mod authors add their own title has been changed. Details in the github repo wiki## 1.12.2 - 3.1.7- Now properly syncs title data on respawn and dimension changes. How this wasn\'t reported sooner, I have no idea.## 1.12.2 - 3.1.6- Improved pattern matching to prevent errors with mods with weird lang file entries for advancements.## 1.12.2 - 3.1.5- Renamed es_es.lang to es_ES.lang so Minecraft would recognize it## 1.12.2 - 3.1.4- Somehow I deleted the @SubscribeEvent annotation from the method that updates the player\'s name. Derp.## 1.12.2 - 3.1.3- Added es_es.lang (Thanks Alfkors!)- Added a command to load advancement-based titles in existing worlds (/titles refresh)- Added a config option to disable archive fragments being added to loot- Removed the config option to change rarity colors. There was just no good way to make it update in chat as well.- Note: this may comeback in 1.15, but we\'ll see## 1.12.2 - 3.1.2- Fixed a client side crash. Not even sure what caused it to happen or how what I did fixed it## 1.12.2 - 3.1.1- Fixed a server side crash caused by referencing a client only class## 1.12.2 - 3.1.0- Barring any bug fixes, this will be the last version for 1.12.- Forgot the Title Archive gui. Whoops.- Titles are now also data driven. This means you can add titles through json files in the Titles config directory, in addition to the API## 1.12.2 - 3.0.0- Added commands. Details in the wiki.- Fixed a problem with sending packets that caused a server crash.- Added an API which should make it easier for mod authors to add their own titles.- Added some of my own advancements to unlock additional titles. Most are RL references.- Titles are no longer limited to just advancements. Details in the wiki.- Added the Titles Archive - an item that lets you purchase generic titles with Archive Fragments which are found as loot.- For modpack makers: titles available in the Archive are loaded from archiveTitles.json, which is in the config directory## 1.12.2 - 2.1.0- Added a page counter to the title selection GUI- Added missing mcmod.info file- Players can now change the color for each type of title through the config (common, uncommon, rare, unique)- You are only able to choose from the lighter chat colors due to text drop shadow- On the backend, title data is now a capability. Was player NBT data.展开版本: 1.18.2-3.5.2支持游戏: 1.18.2类型:ForgeRelease下载次数: 226Titles 1.18.2-3.5.1Titles-1.18.2-3.5.1.jar下载1.18.2-3.5.1#ReleaseTitles-1.18.2-3.5.1-api.jar下载1.18.2-3.5.1#ReleaseTitles-1.18.2-3.5.1-sources.jar下载1.18.2-3.5.1#Release## 1.18.2 - 3.5.1- Merged the changes from 1.16.5 - 3.4.4- Titles no longer disappear on death in newer 1.18. Fixes #39- Titles now display next to the player\'s name in the playerlist on servers. This can be disabled in the config- Titles can now be prefixed to a player name instead of only suffixed- Titles now has native nickname functionality! Due to how FTB Essentials does its nickname (using PlayerInfo instead of the PlayerEvent.TabListNameFormat event), there was no way for me to properly update the tablist name, nor would I be able to show the nickname in the title selection GUI. Adding my own nickname solves this. Fixes #40展开版本: 1.18.2-3.5.1支持游戏: 1.18.2类型:ForgeRelease下载次数: 121Titles 1.16.5-3.4.4Titles-1.16.5-3.4.4.jar下载1.16.5-3.4.4#ReleaseTitles-1.16.5-3.4.4-api.jar下载1.16.5-3.4.4#ReleaseTitles-1.16.5-3.4.4-sources.jar下载1.16.5-3.4.4#Release## 1.16.5 - 3.4.4- Can now properly \"remove\" titles by using datapacks, just like advancements. Fixes #37- Some minor refactoring展开版本: 1.16.5-3.4.4支持游戏: 1.16.5类型:ForgeRelease下载次数: 239全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
称号系统
楼主 2025-8-10 19:40:46 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2025-10-12 11:20 , Processed in 0.253183 second(s), 113 queries .

快速回复 返回顶部 返回列表