Filled StaffList - Online Status

Discussion in 'Plugin Requests' started by madtomic, Feb 28, 2015.

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

    madtomic

    Anyone know which stafflist plugin that has the Online status for the staffnames?

    example:
    Staffnameone - Online
    Staffnametwo - Offline

    I seen it but I can't remember which plugin it was. :(
     
  2. Offline

    TheExceed

    There used to be a plugin called Playerz, but I think the dev took it off dev.bukkit and spigot's site.
    I still have a 1.7.9 version for it, I could give it to you if you would like.
     
  3. Offline

    xXCHICKENXx

    Its a pretty simple plugin could be made easily.
     
  4. Offline

    pedrinholuizf

    Last edited by a moderator: Mar 2, 2015
  5. Offline

    madtomic

    Awesome! I will give it some tests.

    It's working great! Can you polish up a bit?

    Can you add options like chatcolor and format support?

    This is an example staff list with a title.

    StaffTitle: '&c&m--&4&m[&b&lStaff&4&m]&c&m--'
    Staff:
    - '&8[&a&lMod&8] &rModOne'
    - '&8[&e&lGM&8] &rGMOne'
    - '&8[&c&lAdmin&8] &rAdminOne'

    This way you can give each person a title follow by their name and online status.

    madtomic

    EDIT by Timtower: merged posts
     
    Last edited by a moderator: Mar 2, 2015
  6. I will make one with config
     
  7. Offline

    pedrinholuizf

    Ok. I will give a try. I think this is easy.

    Hey, what are you staff groups and tags? I will do something like this:

    Code:
    moderators_tag: '§5§l[Mod] '
    moderators:
    - Mod1
    - Mod2
    
    EDIT by Timtower: merged posts
     
    Last edited by a moderator: Mar 2, 2015
  8. Offline

    madtomic

    Staff tags are

    Mod
    GM
    Admin
     
  9. Offline

    pedrinholuizf

    Here we go! https://www.dropbox.com/s/riw2gn7jl9ydsxd/StaffList-1.1.0.jar?dl=0

    Commands:
    /staff
    - Description:
    Shows the staff list
    - Permission: None

    /stafflistreload
    - Description:
    Reloads the config
    - Permission: stafflist.reload

    The tags system is a little bit confuse. You need to put the tag in the same location that the player is, so, if Notch is in the 3rd line of the staff list, his tag should be on the 3rd line of the tags list. I know. i'm starting with java, but this is what we have for today :)
     
  10. Offline

    madtomic

    Thank you and I understand the tag system. It's not too hard to setup.

    Do you think you can add custom color for the staff names?

    I tried to use

    - '&d&lAdmin &6+'

    Thinking it would also make staff name the same color as + but I guess you had a set color for staff names hard coded.
     
  11. Offline

    pedrinholuizf

    Hmm... There is already a names_color option. http://prntscr.com/6c8tj0
    You want something like: Notch's name in green and Herobrine's name in blue?

    If yes, here is a new version: https://www.dropbox.com/s/wwzg9tmte8kx7ut/StaffList-1.2.0.jar?dl=0
     
    Last edited: Mar 3, 2015
  12. Offline

    madtomic

    Thank you very much! :)
     
Thread Status:
Not open for further replies.

Share This Page