[INACTIVE][ADMN/FUN] FirstLogin v1.5 - Welcome message and global message on first join [1240]

Discussion in 'Inactive/Unsupported Plugins' started by Bush, Oct 1, 2011.

  1. Offline

    Bush

    FirstLogin v1.5
    Welcome message and global message on first join
    RB: 1240
    Description: Wanna let everyone know if there someone new on the server? Or just display a welcome message to the new comer? It even enables you to send a welcome back message to old players that joins for the first time since the plugin was installed. FirstLogin takes custom messages for login to a new level :D
    Features:
    • Sends a global message to the server when new user enters. (Customizable message)(enable/disable)
    • Sends a personal welcome message to the new user.(Customizable message)(enable/disable)
    • Sends a message to old users that joins again for the first time since plugin was installed.(Customizable message)(enable/disable)
    • A command to see how many players have joined the server to date.(/listp)
    • A command to list the names of all the players on the server.(/pnames)
    • A command to check the owner of the server.(/owner)
    • A command to see how many players are currently online.(/onlinep)
    • A comand to show the other commands.(/firsthelp)(thnx to @ZachBora for the help)
    Changelog:
    V1.5 (Download .jar)
    • Added the help command.
    V1.4
    • Added a command to see who the owner of the server is.
    • Added a command to see how many users are currently online.
    V1.3
    • Added a welcome back message for old users joining for the first time after plugin was installed (customizable)
    V1.2
    • Added the two commands
    • changed the way the plugin checks for new players
    V1.1
    • Made the messages configurable
    • Made it possible to enable/disable a message
    V1.0
    • Released on bukkitdev.
    Usage:
    1. Run the server to create the config, then close server.
    2. Configure the config to what you want.
    3. Run the server again.
    Config Example (open)

    #Made by Bush
    #For GlobalMessage the player name will be displayed before the message, ex <player>: message.
    #This plugin is still in its beta phase and will be updated shortly.
    #Set the World name property to your current worlds name:
    message:
    enabled: false
    color: '&f'
    string: Welcome to the server
    messageGlobal:
    enabled: true
    color: '&f'
    string: first time user logged in
    World:
    name: ServerMap102
    owner: Bush


    If you find this usefull, feel free to [​IMG] will be appreciated alot.:D
     
  2. Offline

    Mrchasez

    Cant have + in version
     
  3. Offline

    Adamadz

    Yeah mate, you need to remove the + and you need to add a external download because non members cant see your one atm.

    Anyway I recommend this plugin as it not only does the messages. It can show you everyone who have joined even before you have the plugin! Good work :)

    --edit---
    Commands work great, knew it would be a good idea :D
     
  4. Offline

    MikeA

    Does this check the world for player files? I need it where it doesn't check players on first join if they've already played before the plugin is added.
    Just curious, thanks.
     
  5. Offline

    Bush

    yes it uses your existing players..

    Hope it is a usefull plugin, i worked long on this haha

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  6. Offline

    Mrchasez

    Is it supposed to give a login message when someone joins (not first time, but first with plugin)
    Because it didnt
     
  7. Offline

    Bush

    no, it gives a new user witch is not in your world/players folder a welcome message...
    the old players will not recieve the message but can stil use the commands
     
  8. Offline

    Mrchasez

    Commands gave me an interior error
     
  9. Offline

    Bush

    @Mrchasez
    whats the error?

    bump:oops:

    Pls ppl let me know what you think of this, and ways to help me improve its quality

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  10. Offline

    Marcos Cosmos

    Well, you could add your own database of users, and a configurable option to welcome people who haven't been on the server since the plugin was installed :3
     
  11. Offline

    Bush

    i'll add all players into a new file once they join and welcome them back, should be easy.
     
  12. Offline

    Bush

    added that feature just for you haha
     
  13. Offline

    EdenCampo

    Cool thing,I like this :D
     
  14. Offline

    Bush

    thnx, made the last message also enable/disable so that you don't have to use it.. just haven't uploaded it with this version

    @EdenCampo added the update to disable/enable, and also fixed a bug so the newest release is out now

    is this ever gonna be released? or must i change something

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  15. Offline

    ZachBora

    I've got a plugin in submission since sept 28, you just have to be patient.
     
  16. Offline

    Bush

    so whats the requirements for the badge?

    Updated with two new commands, Probably the last update as its not getting much attention

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  17. Offline

    JOPHESTUS

    It's a good first plugin, the reason it's probably not getting much attention is 'cause essentials and some other plugins have this. But anyways good job :)
     
  18. Offline

    Bush

    haha i know essentials has all this and more but this is for the ppl that doesn't whant all that extras haha
     
  19. Offline

    JOPHESTUS

    Yeah, I know some people who run a server who hate essentials 'cause it's packed full of crap.
    I personally use essentals though.
     
  20. Offline

    Bush

    i haven't used essentials yet, so i can't judge for myself, i just know that the help is very irritating as there are 200+ commands on 20+ pages..
     
  21. Offline

    JOPHESTUS

    Next thing you know...
    bush.png
     
  22. Offline

    Bush

    haha i wish, that badge is hidding from me, lol
     
  23. Offline

    JOPHESTUS

    It'll come one day (hopefully)
     
  24. Offline

    ZachBora

    That looks shopped :p

    When I first started with Bukkit we used Essentials, back in February I believe. But we wanted more plugins and they weren't compatible so we replaced everything we liked in Essentials with different plugins.

    Just a suggestion if you haven't done it already, make the command /firstlogin display the list of commands it adds.
     
  25. Offline

    Bush

    i am busy with that, but i can't get it displayed beneath each other, \n doesn't work haha
     
  26. Offline

    JOPHESTUS

    It is, and I used your badge to do it :p
     
  27. Offline

    ZachBora

    What I did in my plugins is send multiple message to the player.
    player.sendMessage("FirstLogin vX.x");
    player.sendMessage("/command1 does this");
    player.sendMessage("/command2 does this");
     
  28. Offline

    Bush

    thnx didn't even think of that, thnx will put it in know and release it
     
  29. Offline

    JOPHESTUS

    I should get into plugin dev'ing, you make it look easy
     
  30. Offline

    Bush

    Who?
     

Share This Page