WelcomeJoin

WelcomeJoin is very simple plugin for show title and subtitle when player joins server.
FEATURES
- First join welcome Title and Subtitle
- Reset player's health on join
- Reset player's food on join
COMMANDS
- "/wj reload" - reload the config.yml file
- "/wj show" - show title and subtitle
CONFIGURATION
#
# Any text can contain format char '&'
# Placeholders: {player_name}
#
welcomeTitle:
title: 'Welcome Title, {player_name}'
subtitle: 'Welcome Subtitle'
# The time it takes for the title to fade into the screen (in seconds)
fadeIn: 1.0
# The time it takes for the title to stay on the screen (in seconds)
stay: 3.0
# The time it takes for the title to fade out of the screen (in seconds)
fadeOut: 1.0
# Set player's health to max
maxPlayerHealth: true
# Set player's food to max
maxPlayerFood: true
INSTALL
This plugin is installed as standard as all Spigot plugins:
1. Copy the plugin to the plugins directory
2. Start the server (or restart)
3. Edit the config.yml file from the WelcomeJoin directory
4. Reload the plugin with the command "/wj reload"
This plugin does not have permissions. It is assumed that the plugin will be used to work with other plugins that will set the list of allowed commands.
Comments