Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cooldown Title not disappearing after a few seconds #4293

Open
6 tasks done
00Hrtz opened this issue Jan 7, 2025 · 1 comment
Open
6 tasks done

Cooldown Title not disappearing after a few seconds #4293

00Hrtz opened this issue Jan 7, 2025 · 1 comment
Labels
type: bug Something isn't working

Comments

@00Hrtz
Copy link

00Hrtz commented Jan 7, 2025

Terms

  • I'm using the very latest version of ItemsAdder and its dependencies.
  • I am sure this is a bug and it is not caused by a misconfiguration or by another plugin.
  • I've looked for already existing issues on the Issue Tracker and haven't found any.
  • I already searched on the plugin wiki to know if a solution is already known.
  • I searched the #itemsadder-forum channel on Discord for similar issues.
  • I tested that this issue persists on a bare-minimum Server as described in #4187.

Discord Username (optional)

00_Hrtz

What happened?

Hi, a while ago you implemented the feature were a cooldown title shown on screen could disappear after a few seconds and would reappear then disappear if clicked again and again. So it the cooldown was for longer periods of time it wouldn't linger on screen. It's no longer disappearing on screen in 4.0.6

#3214

Not a major issue but nice if it would disappear again in the future like was shown in your video linked above.

Steps to reproduce the issue

Click furniture or block with an event that has a Cooldown set for say 3 minutes and watch it stay on screen for entire 3 minutes.

Server version

This server is running Paper version 1.21.1-132-ver/1.21.1@b48403b (2024-11-21T10:14:27Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT

ItemsAdder Version

[16:49:06 INFO]: ItemsAdder version 4.0.6
[16:49:06 INFO]: Customized Minecraft without client mods!
[16:49:06 INFO]: Website: devs.beer
[16:49:06 INFO]: Author: LoneDev

ProtocolLib Version

[16:49:39 INFO]: ProtocolLib version 5.3.0
[16:49:39 INFO]: Provides read/write access to the Minecraft protocol.
[16:49:39 INFO]: Authors: dmulloy2 and comphenix

LoneLibs Version

[16:50:13 INFO]: LoneLibs version 1.0.63
[16:50:13 INFO]: Collection of libs used by my plugins
[16:50:13 INFO]: Authors: LoneDev and others

Full Server Log

https://mclo.gs/EwG1kth

Error (optional)

No response

Problematic items yml configuration file (optional)

fishcodex_chest:
    display_name: Black Chest
    resource:
      material: CHEST
      generate: false
      model_path: item/black_chest
    behaviours:
      furniture:
        gravity: true
        fixed_rotation: true
        small_hitbox: true
        solid: true
    events_settings: #1200 ########### <-- EXAMPLE 60 seconds   
      cooldown:
        indicator: TITLE 
        ticks: 100       
    events:
      placed_furniture:
        interact:
          execute_commands:
            first_cmd:
              as_console: false
              command: 'fish codex'

Other files, you can drag and drop them here to upload. (optional)

No response

Screenshots/Videos (you can drag and drop files or paste links)

No response

@00Hrtz 00Hrtz added the type: bug Something isn't working label Jan 7, 2025
@00Hrtz
Copy link
Author

00Hrtz commented Jan 7, 2025

Update, i've just noticed that is disappears if it's set to 5 or 15 or 60 seconds but it doesn't disappear if i set it to a high number like 5 minutes, very strange.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: New
Development

No branches or pull requests

1 participant