ClickeableJoinMessages
- Contributors:
- DenOwq, Hanakocz
This plugin is aimed to modify join messages. It provides custom variables derived from player info such as IP, so the message can contain information about country of joining player.
It can also provide information about time of last join of a player.
All the information is hidden by default, but can be seen by hovering the mouse over message in chat. This infobox can be setupped for additional actions to execute when clicked.
Those actions are for now :
- - Suggesting the command, which will be filled into chat
- - Executing the command
- - opening the predefined URL
Plugin has standart configuration file in YML and supports reloading, enabling/disabling by command.
Config
Code (Text):cmd:
permission: 'cjm.admin' #what permission is need to use cmd /cjm
msg:
no-permissions: '&cYou dont have permissions to do this.' #message what says if player dont have permission
restart: '&aPlugin restarted.' #message what says if player restart the plugin /cjm reload
enable: '&aPlugin will be enabled.' #message what says if player enable the plugin /cjm enable
disable: '&cPlugin will be disabled.' #message what says if player disable the plugin /cjm disable
#Here you can use tags %country%, %city%, %player_ip%, %player_name%, %player_lastjoin%, %newline%
joinmsg:
message: '&ePlayer %player_name% join to the server from %country%.' #message if player join the server
error-message: '&ePlayer %player_name% join to the server.' #message if player join the server but the api not call the information from IP addres
eventype: 'hover;click' #time of event be used | use ; between the types
event:
hover: '&aThis player lives in %country%, city %city% %newline%&aTime of last join: %player_lastjoin%' #the message on hover event
click:
type: 'url' # the types of click on message URL, SUGGEST_CMD or CMD
url: 'http://www.google.com/' # url what be opened on click
suggest_cmd: '/mail %player_name% ' # suggested cmd on click
cmd: '/mail %player_name% I love you' # cmd what be run on click

ClickableJoinMessage [Editable] 2
The unique plugin that show player country and city + hover and click able