tomp submitted a new resource:
Join Quit Msg - Let users know when someone has joined or left the server.
Read more about this resource...
Join Quit Msg [Replaced]
Discussion in 'Plugin Support' started by tomp, Nov 5, 2015.
-
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.
-
how get plugin to the server
-
can you add a command to list the currently online players?
-
-
tomp updated Join Quit Msg with a new update entry:
0.1.2
-
-
-
tomp updated Join Quit Msg with a new update entry:
0.1.3
-
-
Wulf Community Admin
-
tomp updated Join Quit Msg with a new update entry:
0.2
[DOUBLEPOST=1447237108,1447040912][/DOUBLEPOST] -
tomp updated Join Quit Msg with a new update entry:
0.3.2
-
tomp updated Join Quit Msg with a new update entry:
0.4.0
-
-
-
Wulf Community Admin
-
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 ?
-
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. -
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.