TitleInfo 图标

TitleInfo

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 26.3
本资源为搬运资源,原资源地址: https://modrinth.com/mod/titleinfo
资源信息

Minecraft 版本: 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2

平台: paper purpur spigot

标签: game-mechanics management utility

资源介绍

TitleInfo — The Ultimate Navigation Suite ?

Image Preview

✨ Elevate Your Minecraft Experience ✨

Action Bars • Waypoints • Smart Sharing • Developer API

TitleInfo is a high-performance, lightweight utility designed to bridge the gap between immersion and information. By leveraging the Action Bar and a robust Waypoint system, it provides essential data without cluttering your chat or screen.

Now featuring a Full Developer API, TitleInfo is the perfect foundation for survival servers, RPGs, and competitive factions that want to integrate coordinate and navigation data into their own systems.


? Core Features

? Dynamic Action Bar

Stop typing /coords. Keep your eyes on the world with real-time HUD elements:

  • ? Precision Tracking: Coordinates (X, Y, Z) and Facing Direction.
  • ? World Data: Current Biome and In-game/Real-world Time.
  • ? Active Navigation: Distance and direction to your selected Waypoint.
  • ⚙️ Toggleable: Use /ti display to customize exactly what you see.

? Advanced Waypoint System

  • Set & Forget: Create waypoints at your feet or specific coordinates.
  • Smart HUD: Select a waypoint to see a live distance tracker in your action bar.
  • Cross-World Support: Track locations across dimensions with ease.

✉️ Seamless Coordinate Sharing

  • Global/Private: Share your location with the whole server or a specific friend.
  • One-Click Waypoints: Recipients can instantly save shared coordinates as their own waypoints.

?️ Administrative Control

  • Player Support: Set or remove waypoints for players remotely.
  • UI Management: Force-toggle display options for specific players or ranks.

? Developer API

TitleInfo now exposes a powerful API for other plugin developers to hook into the navigation flow.

? Quick Start

Add the TitleInfo.jar to your project dependencies and access the API via the provider:

TitleInfoApi api = TitleInfoApiProvider.get();

? Example: Setting a Waypoint

You can update or create waypoints for any player. It is recommended to use the Async methods to keep your main thread healthy:

UUID playerId = player.getUniqueId();

Location loc = player.getLocation();

 

// Set a waypoint asynchronously

api.upsertWaypointAsync(playerId, "Home Base", loc).thenAccept(success -> {

     if (success) {

         player.sendMessage("Waypoint synchronized!");

     }

});

? Example: Listening for Events

Hook into user actions to add custom logic, such as blacklisting certain names:

@EventHandler

public void onWaypointSet(TitleInfoWaypointSetEvent event) {

     // Prevent players from naming waypoints "Spawn"

     if (event.getWaypointName().equalsIgnoreCase("Spawn")) {

         event.setCancelled(true);

         event.getPlayer().sendMessage("That waypoint name is reserved!");

     }

}


? Commands & Permissions

Command Description Permission
/ti display <type> Toggle specific HUD elements titleinfo.display
/ti share [player] Share your current location titleinfo.share
/ti waypoint <set/list> Manage your personal waypoints titleinfo.waypoint
/ti admin <args> Administrative overrides titleinfo.admin

? Installation & Tech Specs

  1. Download the latest release.
  2. Drop into your /plugins folder.
  3. Restart and enjoy!
  • ✅ Compatibility: Minecraft 1.13 - 1.21.x+
  • ? Dependencies: None (Standalone), but supports Adventure API for rich text.

Developed with ❤️ by RRS

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Endshards

价格:0 墨喵币
下载量:0

查看详情
Chepe's Vanilla Enhanced

价格:0 墨喵币
下载量:0

查看详情
Little Bat Crosshair

价格:0 墨喵币
下载量:0

查看详情
Apple Monitoring

价格:0 墨喵币
下载量:0

查看详情