Search results

  1. Andarius68

    Bossbar Information

    I was able to get rid of the error spam by adding another check for if the player has the bossbar_active flag prior to the command bossbar <player>_bossbarinfo like so: - if !<player.has_flag[bossbar_active]>: - bossbar <player>_bossbarinfo
  2. Andarius68

    Bossbar Information

    It's really not an issue when it comes to clicking on blocks and such because, who needs to spam click a block within 2s to find out what it is after all? It's only really spammy in the console when someone fights a mob because then they will click rapidly during combat.
  3. Andarius68

    Bossbar Information

    I love this script. The only downside I am running into is that the console gets spammed with error messages if the same player left clicks a block or attacks a mob repeatedly within that 2s. Example: [03:34:03 INFO]: ERROR in queue 'BOSSBAR_INFO_StanfordSoxMisquoth'! Error Message: BossBar...
  4. Andarius68

    Denizen Powered Servers

    - Server IP: hy-brasil.mc.gg - Website, if any: https://hy-brasilmc.com/ - Description of the server: We are a lore and role playing focused server with aspirations of writing a lot of interactive fiction in to compliment our builds. Our name is derived from an old Irish legend of an island...
  5. Andarius68

    Script Idea - Tax and Thieves System

    I'm not sure if this is the right place to do this but it seemed like a fitting forum for it so I'm giving it a go. If I'm in the wrong place. please feel free to move it or remove as necessary. I'm very new to Denizen scripting. I have some of my first scripts up and running on my server but...
  6. Andarius68

    Functional Bookshelves

    Ok, upon further investigation on the item names after a book is opened using Interactive Books it appears that it is still written_book and not IBook and as I make my way through the Denizen Beginners Guide I learn that definitions are for short term memory while flags are better suited to long...
  7. Andarius68

    Functional Bookshelves

    I love this script! It's going to be so useful for quests I would like to add to my server. My only problem is that it doesn't remove books which are made with another plugin I have called Interactive Books if the books have been opened and read. It fades them away just fine if they are dropped...