[Simple] Stars

Discussion in 'Archived: Plugin Requests' started by DivinanceMC, Aug 20, 2014.

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

    DivinanceMC

    Plugin category: Chat Related

    Suggested name: Stars

    What I want: I'd like a plugin that allows ops to add stars (❖) to their names. If you do /flair 6, you get a &6 star. If you do /flair c, you get a &c star. If you do /flair 4, you get a &4 star. I would do this, but I'm a bit busy with some other plugins. I'd like it to work with vanilla Minecraft.

    Ideas for commands:

    - /flair 6 - Get an orange star.

    - /flair c - Get a light red star.

    - /flair 4 - Get a dark red star.

    Ideas for permissions:

    - No permissions, player must be opped.

    When I'd like it by: As soon as possible
     
  2. Offline

    drpk

    DivinanceMC I will do this, should be done in a bit. I assume stars will be added to the front of the name?
     
  3. Offline

    DivinanceMC

    drpk Yes, no chat formatting plugin is needed. It would work with a server with no other plugins. It would be formatted like vanilla chat. <*Name> message
     
  4. Offline

    drpk

    DivinanceMC strange, I'm trying this code but it wont add it...
    Code:
    String arg = args[0];
                        if (arg.equalsIgnoreCase("b")){
                            p.setDisplayName(ChatColor.AQUA + "❖" + p.getDisplayName());
                            p.sendMessage(ChatColor.GREEN + "You now have a star!");
                        }
     
  5. Offline

    Garris0n

    Vanilla Minecraft doesn't support plugins...
     
    MordorKing78 likes this.
  6. Offline

    SungMatt

    drpk

    Is this plugin still in development?
     
Thread Status:
Not open for further replies.

Share This Page