[DisplayTags]

Discussion in 'Archived: Plugin Requests' started by FrostedSnowman, Aug 15, 2014.

  1. Offline

    FrostedSnowman

    Plugin category: Fun

    Suggested name: DisplayTags

    What I want: Hopefully this is simple enough, but what I want a plugin that displays a player's faction tag on their name. If a player does not have a faction tag, the player will not receive one.

    With a faction:
    http://imgur.com/dvFV1v0&YexYKW4#0

    Without a faction:
    http://imgur.com/dvFV1v0&YexYKW4#1


    ** Of course [Plexus] would be replaced with person's faction name **



    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions:
    Ftags.show

    When I'd like it by: Whenever possible.
     
  2. FrostedSnowman Just a note, you have the images labelled the wrong way round :) Also, this would probably be a better idea to suggest to the developer of the factions plugin that you use.
     
  3. Offline

    FrostedSnowman

    Last edited by a moderator: Jun 9, 2016
  4. Offline

    FrostedSnowman

  5. Offline

    32BitTricks

    Would love this!
     
  6. Offline

    FrostedSnowman

    32BitTricks likes this.
  7. Offline

    32BitTricks

  8. Offline

    timtower Administrator Administrator Moderator

    Download link will be public. So anybody can download it.
     
  9. Offline

    MadusU

    I play on the server that develops faction plugin. The developer is busy, and he is very likely not going to add this feature.
    Although, faction plugin has a great API, and getting the faction a player is in (and it's name) I relatively simple (I have done this before). The next step from there would be to change the HeadTag (or what it is called). I don't know how to do this but my guess is hat it is very simple.
     
  10. Offline

    FrostedSnowman

    Yes, to what timtower said, it will be available to anyone who view's the thread. hopefully someone, possibly HDminecraftnerd?

    If not, hopefully someone on here can possibly make it?

    bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  11. Offline

    gkovalecyn

    What you could do is create a scoreboard and a team for each faction, and for each team you add the players of that faction to that team and set the suffix of the team to the faction name and send the scoreboard to all the players.
     
  12. Offline

    FrostedSnowman

    gkovalecyn I don't have the time to make it for each faction.. :p I need to make it so that as soon as a player does /f create Test it will now put a [Test] tag after their name.
     
  13. Offline

    gkovalecyn

    You wouldn't need to do that yourself, the plugin would do that. I was saying how MadusU could do it since he already knows how to get the player's faction.
     
  14. Offline

    FrostedSnowman

  15. Offline

    MadusU

    FrostedSnowman Maybe i will, probably not.
    gkovalecyn it is pretty easy to get the faction. Here is the full documentation http://www.massivecraft.com/factions-developer

    Here is the code
    Player player = Bukkit.getPlayerExact("Cayorion");
    UPlayer uplayer = UPlayer.get(player);
    Faction faction = uplayer.getFaction();
    faction.getName();

    Sorry i couldn't do all the fancy formatting on my iPad
     

Share This Page