1. tomp submitted a new resource:

    Join Quit Msg - Let users know when someone has joined or left the server.

    Read more about this resource...
     
  2. Wulf

    Wulf Community Admin

    I'd suggest using the rust.BroadcastChat library function instead of how you are sending chat messages. You actually don't need to (and shouldn't) loop at all online players, just pass the player.userID to it directly as it's already available in each of those hooks.
     
  3. how get plugin to the server
     
  4. can you add a command to list the currently online players?
     
  5. Its name says JoinQuit Messages doesn't it. There are enough plugins which have more functionalities already. If you'd just like to have a player list, there is a standalone playerlist plugin.
     
  6. tomp updated Join Quit Msg with a new update entry:

    0.1.2

     
  7. Fair enough, it's just that it would be nice to have one plugin that does two things instead of two plugins to do the two things :p
     
  8. And as I said there are already plugins which do more than just join and quit messages. We can't have a plugin for each combination of functionalities. Thats why functionalities are toggleable in plugins with multiple functionalities.
     
  9. tomp updated Join Quit Msg with a new update entry:

    0.1.3

     
  10. I know there are big plugins with loads of functionalities, but it can be very complicated to change loads of config values to disable features that you don't need. I was just saying that it would be cool to have one simple plugin to tell people who is online and who joins and leaves the server.
     
  11. Wulf

    Wulf Community Admin

    The player list plugin is actually pretty tiny, so I'm not sure which one you are thinking of. The point of plugins is that they are modular, and having one giant plugin for everything ends up messing more things up than it provides generally. A player list also isn't in the scope of this plugin and it wouldn't make sense to add it.
     
  12. tomp updated Join Quit Msg with a new update entry:

    0.2


    [DOUBLEPOST=1447237108,1447040912][/DOUBLEPOST]
    Thanks for that Wulf!
     
  13. tomp updated Join Quit Msg with a new update entry:

    0.3.2

     
  14. tomp updated Join Quit Msg with a new update entry:

    0.4.0

     
  15. The notifier plugin is a good example, it has a load of features (including players that join and leave, and a player list) but I find most of the features unnecessary. But I understand.
     
  16. That's exactly why I created this plugin.
     
  17. Wulf

    Wulf Community Admin

    Yeah, that's a good example of going beyond what its target is. ;)
     
  18. Hi tomp love your plugin i was wondering if it was possible if you could add support for the GeoIP plugin so that your plugin also showed what Country people where join from ?
     
  19. This plug-in was designed to be very basic, lightweight and appear to be part of the game. None of the plug-ins out there matched those requirements so I created this.

    This wonderful community has many talented developers who’ve made some awesome plug-ins with some cool features. I don’t want to re-create what others have already done.

    I suggest you have a look at "Notifications for Rust" by LaserHydra. It appears to have Geo IP support (along with many other features).
    Or you could learn how to make plugins by modding this one to support Geo IP.
     
  20. My concern with this plugin is that showing when a player leaves might not be a good idea. Someone who is really ticked off at someone waits until they leave and then raid their base safely lol. I was just thinking about this and might set it to only message when player joins, but not disconnects.