This plugin depending on configuration can give any item(s) to a player upon connection along with a custom message.
Options for the welcome message :-> {player_name} is replaced with the name of the player the message is displayed to-> {player_userID} is replaced with the userID of the player the message is displayed to-> {newcomer_name} is replaced with the name of the newcomer-> {newcomer_userID} is replaced with the userID of the newcomer
[B]For example[/B] :"You are : [COLOR=#ff0000][B]{player_name}[/B][/COLOR] ([COLOR=#b35900][B]{player_userID}[/B][/COLOR]), the player [COLOR=#006600][B]{newcomer_name}[/B][/COLOR] ([COLOR=#0000b3][B]{newcomerçuserID}[/B][/COLOR]) came to your server !"will display for me when the player Test1 connects"You are : [B][COLOR=#ff0000]mangiang[/COLOR] /B, the player [COLOR=#006600][B]Test1 [/B]/COLOR came to your server !"
NB : the userIDs are fake obviously
[B]This plugin should be enough commented so you can understand it too.[/B]
[U][B]Configuration[/B][/U] :[LIST][*][B]Connection Message [/B]: The custom welcome message.
[][B]Chat Parameters[/B] : Parameters of the custom message.[LIST][][B]size [/B]: The size of the text. Enter "0" (Zero) to choose the default chat size.[][B]color [/B]: The color of the text. Enter "white" to choose the default chatcolor.[/LIST][][B][B]Plugin Name [/B]Parameters[/B] : Parameters of the name of the plugin.[LIST][][B]size [/B]: The size of the text. Enter "0" (Zero) to choose the default chat size.[][B]color [/B]: The color of the text. Enter "white" to choose the default chatcolor.[/LIST][][B]Items[/B] : Items given to the player. [U]The Ids can be found on [URL='http://docs.oxidemod.org/rust/#item-list']Oxide API for Rust[/URL][/U][LIST][][B]Belt Inventory[/B] : Id and amount of the items given into the belt inventory.
[*][B]Wear Inventory[/B] : Id and amount of the items given into the wear inventory.
[][B]Main Inventory[/B] : Id and amount of the itemsgiven into the main inventory.[/LIST][][B]Only on first connection[/B] (True/False): Are the items given ONLY on the first connection ?[*][B]Give item to everyone /B: Are the items given to every player currently on the server ?
[][B]Is the message broadcasted ?[/B] (True/False): Is the message broadcasted to every player currently on the server ?[][B]Use logs[/B] (True/False): Write logs
[*][B]Verbose mode[/B] (True/False): Display information in the server command[/LIST]
The default configuration file :[CODE]{"Chat Parameters": {"size": "0","color": "white"},"Connection Message": "A cup of coffee has been poured","Give item to everyone": "False","Is the message broadcasted ?": "False","Items": {"Belt Inventory": {},"Main Inventory": {"991728250": "1"},"Wear Inventory": {}},"Only on first connection": "True","Plugin Name Parameters": {"size": "0","color": "orange"},"Use logs": "False","Verbose mode": "False"}[/CODE]
TODO :
- Suggestions ?
The original author may request that this plugin be removed and there is a risk that the plugin may be unavailable in the future.
Note that the current maintainer may not have permission to assign a license to the plugin if they are not the original author, so explicit permission would need to be obtained from the original author in order for the plugin to remain openly available and guarantee that it will be around for all to enjoy going forward.

