[Mod] Player_join

Post Reply
User avatar
Salzar
Member
Posts: 30
Joined: Sun Nov 06, 2022 14:55
GitHub: Elysian-dev
IRC: Elysian
In-game: Salzar

[Mod] Player_join

by Salzar » Post

[Mod] Player_join

Player_join adds a customizable message when a player joins the server.

Configuration

To change colors and messages go to config.lua. In config.lua:
  • join_prefix_msg = The message sent before the nickname, when a player joins the server. (Default: "[Server] -> ")
  • join_color_msg = The color of the message when the player joins the server, outside the player’s name. (Default: "#00d11d")
  • join_message = Message to say the player has joined the server. (Default: " joined the game.")
  • join_color_player_name = Color of the player when he joins the server. (Default: "#00d8ea")
  • left_prefix_msg = The message sent before the nickname, when a player leaves the server. (Default: "[Server] -> ")
  • left_color_msg = The color of the message when the player leaves the server, outside the player’s name. (Default: "#00d11d")
  • left_message = Message to say the player has to leave the server. (Default: " left the game.")
  • left_color_player_name = Color of the player when he leaves the server. (Default: "#00d8ea")
Note: The mod can work with StaffRanks, with a custom message for ranks defined as staff.


Download

Github: https://github.com/Elysian-dev/Player_join
ContentDB: https://content.minetest.net/packages/S ... ayer_join/

Download the zip of the latest version:
player_join.zip
Player_Join V3.2
(191.9 KiB) Downloaded 6 times
screen1.png
screen1.png (5.31 KiB) Viewed 126 times
-- Salzar

Post Reply