Welcome Plugin

Discussion in 'Archived: Plugin Requests' started by Burrito, Jul 3, 2012.

  1. Offline

    Burrito

    Plugin category: MISC

    Suggested name: WelcomePlugin

    What I want: When a new player join, it says [Server] Welcome <whatever the playername is>!

    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: No permissions needed.

    When I'd like it by: 7/9/12
     
  2. Offline

    javoris767

    I'll attempt this :D
     
  3. Offline

    Assult

    its allready alot of plugins that does this, essentials and FirstJoin+ ect
     
  4. Offline

    javoris767

    Great because running a server to test is supa laggy for me.
     
  5. Offline

    ArSkHelios

    I think what he wants is something besides Essentials and First join because he wants it to feel personal?
     
  6. Offline

    WarmakerT

    Super easy
     
  7. Offline

    Ne0nx3r0

    What's so impersonal about a product that fulfills his exact need and is already being maintained?
     
    WarmakerT likes this.
  8. Offline

    WarmakerT

    Plugin Name: WelcomeNewcomer
    Permissions: None
    Description: Sends a welcome message to new players after they join in: "[Server] Welcome <player_name>!"
    Download link: <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 10, 2016
  9. Offline

    LexLaiden

    VariableTriggers and you can really customize.
    http://dev.bukkit.org/server-mods/variabletriggers/

    Type this in to set up what you want to happen when someone joins server

    /vtevent Join @ADDINT $<playername>.joincount 1
    /vtevent Join @IF i $<playername>.joincount = 1
    /vtevent Join @BROADCAST Welcome <playername> This is the first time we have seen you. Have a sword.
    /vtevent Join @DROPITEM Iron_Sword 1 FireAspect:2 <playerloc>
    /vtevent Join @ELSE
    /vtevent Join @BROADCAST Welcome <playername>, you have joined $<playername>.joincount times
    /vtevent join @ENDIF
     

Share This Page