// Trackers | [1.14 - 1.18] | Hologram Compass Trackers! \\ | |
---|---|
![]() |
完全可交互的全息菜单! |
作 者 | TheTealViper |
发布时间 | 2019年12月16日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.14,1.15,1.16,1.17,1.18 |
插件详细介绍
Trackers 插件旨在模拟其他游戏中指南针的功能。它可以指向玩家和预定的目标。它还具有一个新功能,即按住 Shift 键可以打开一个 3D 全息菜单,该菜单充当 GUI 并且完全可交互。
所有命令都需要 "trackers.staff" 权限才能执行。
/trackers set <name>
: 创建一个可供玩家使用的可追踪位置。/trackers remove <name>
: 移除一个可追踪位置。/trackers set <name>
/trackers remove <name>
我是航空航天工程专业的大学生,这只是我的一个爱好。你没有必要给我钱。但是,如果你想帮助支付我过高的书本费和课程费,我将非常感谢。
#Configuration file for Trackers plugin
#Created by Aaron Skeels
#Maximum number of trackers a player can have
max_trackers: 3
#The height of the hologram menu. Change with caution.
hologram_height: 3
#This is how many ticks there are between when the compass needle is updated
compass_update_delay: 10
#Whether or not to allow players to track each other.
allow_player_tracking: true
#How far away players can be tracked from in blocks
player_tracking_distance: 1000
#How long in seconds a player has to wait before sending another tracker request.
player_tracking_request_delay: 60
#The message sent when a player is sent a tracker request
player_tracking_request_message: "&a%player% has requested to track you. Type /trackeraccept to allow."
#The message sent when a player accepts a tracker request
player_tracking_accept_message: "&aYou have accepted %player%'s tracker request."
#The message sent when a player denies a tracker request
player_tracking_deny_message: "&cYou have denied %player%'s tracker request."
#Whether or not to use a custom model data item as the compass
use_custom_model_data: false
#The custom model data item to use as the compass. Only works if use_custom_model_data is true
custom_model_data: 1
#Set to true if you want to see debug messages
debug: false
#Available Options:
# - X
# - Y
# - Z
# - WORLD
# - DISTANCE
# - PLAYER
location_format: "&aX: &f%X% &aY: &f%Y% &aZ: &f%Z% &aWorld: &f%WORLD% &aDistance: &f%DISTANCE%"
player_format: "&aTracking: &f%PLAYER% &aDistance: &f%DISTANCE%"