TARDIS

TARDIS

228k Downloads

Display TARDIS Info in the Action Bar

doctormysterio12 opened this issue ยท 7 comments

commented

Describe the feature request

Change some of the TARDIS display info to use the Action bar instead, to allow for a cleaner chat on the client.

Certain messages are useful in the chat log, like ARS or the Landing notification, as these could be missed and are useful to look back on.

However, messages like

Handbrake released/applied
Siege Mode
Locating destination/player
Destination Set" message
Door locked/unlock message
"Need to close the door" message

All of these could potentially be displayed in the action bar to de-clutter the chat, but also make the notifications more central, but less intrusive to the player

Could the artron levels be displayed there instead? I have a data pack that shows Deaths in the Tab bar, and Health on the player name, and these seem to conflict with the TARDIS scoreboard as sometimes it's persistent, requiring a relog.

Describe alternatives you've considered

TextDispalys could be used for some of these things, but I feel having the info on the HUD is more practical

commented

Good call, I was thinking something similar when I added the announce_repeaters player preference

commented

I think they definitely give the feeling that its more related to Gameplay, like the Jukeboxes, as the Chat client gives a "system info" kind of vibe, like I said, things like the Scanner or ARS it makes sense because you want to be able to look back at the data, but in my opinion it looks cleaner using the Action Bar for player interactions

commented

artron_actionbar

commented

methinks the action bar should appear for a second or 2 longer

commented

It's the default Minecraft duration... fade-in 0.5 seconds, stay 3.5 seconds, and fade-out 1 second
Also not possible to change with Spigot/Paper API - you can only set duration for titles
You could do it yourself?
/title @s times 0.5s 5.0s 1.0s

commented

I ran that command

/title @s times 50 100 50

it doesn't seem to change the times, I tried @A, @s, doesn't seem to affect it? Either way I like the change! It's great!

commented

On top of this, could the Circuit Usage be a toggle player pref?