Filled Boss bar per world

Discussion in 'Plugin Requests' started by TJ1632, Jun 27, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    TJ1632

    Plugin category: Misc

    Minecraft version: 1.11+

    Suggested name: PerWorld Labels

    What I want: First off I'd like to apologize if this plugin exists but I'm having trouble finding one that only works on a per world basis. I'm in need of a simple plugin that will only broadcast messages on the Boss bar depending on what world it is in, not what rank the player is. So if the player happens to be in the Nether then the messages in the nether would be different than the messages found in the normal world. Color integration would be preferred too, as well as having the ability for the player to build, PVP, and see in the distance without an invisible wither blocking their way or a dragon in the horizon.

    Lazy?: A boss bar plugin that only shows certain broadcasts depending on the world the player is in, not their permissions or ranks. Messages for the nether don't show in the main world, messages in the main world don't show in the end, messages for the end don't show in the nether.

    Ideas for commands:
    /BBW (Boss Bar World)
    /BBW add (worldname) (message)
    /BBW remove (worldname)

    Ideas for permissions: BBW.*

    When I'd like it by: A week from now? But honestly if this is going to be made it doesn't matter since you're taking the time to do it.
     
  2. Offline

    Horsey

    I'll do this.
     
  3. Offline

    TJ1632

    Thanks @Horsey ! I just want to make sure that the broadcast will act as a loop rathern than just a basic /broadcast.
     
  4. Offline

    Horsey

  5. Offline

    TJ1632

    Last edited: Jul 4, 2017
  6. Offline

    TJ1632

    Sorry @Horsey the broadcast disappears after a server restart. I'm guessing that means it needs a config? Mind adding one?
     
  7. Offline

    Horsey

    @TJ1632 Unfortunately, my PC booted for the last time yesterday, so I really can't finish the plugin for you. If any devs would like to fix it up for you, that'd be great.

    Sorry again..
     
    TJ1632 likes this.
  8. Online

    timtower Administrator Administrator Moderator

    @Horsey What did you use to show the bossbar? Library? Reflection? Nms?
     
    TJ1632 likes this.
  9. Offline

    Horsey

    @timtower BukkitAPI. Feel free to decompile the JAR if you decide to take it up.
     
    TJ1632 likes this.
  10. Online

    timtower Administrator Administrator Moderator

    @Horsey Didn't know that those methods existed :confused:

    @TJ1632 BossBarLikeMe, link is in my signature.
    Code:
    commands:
      bossbarlikeme:
        aliases: [BBLW]
        description: Sets per world bossbar messages
        permission: bblm.use
        permission-message: You have no permission to do this
    Untested, saves the messages in the config.
    All messages can be changed in the config.
    Color codes supported.

    If you want anything changed or it is throwing errors: let me know.
     
    TJ1632 likes this.
  11. Offline

    TJ1632

    timtower likes this.
Thread Status:
Not open for further replies.

Share This Page