Title

Use the new 1.8-Feature: TITLES!

You need Spigot #1649 or above

Set custom titles for:

  • Login
  • Reload
  • Kill

You can also use a command! /bct [TEXT] (Permission: title.broadcast)

Config:

# When a player joins a server
login:
# Enable/Disable this feature
  enable: true
# First line of the title (bigger)
  title: '&cWelcome &a%p'
# Second line of the title (smaller)
  sub: To &lMY SERVER
# How long can the players see the title
  time: 2
# Fade-In time
  fadein: 1
# Fade-Out time
  fadeout: 1
# When the server is reloaded
reload:
  enable: true
  title: '&cServer reloaded'
  sub: ''
  time: 3
  fadein: 1
  fadeout: 1
# When a players kills an other player
kill:
  enable: true
  title: '&8You killed'
  sub: '&c%p'
  time: 3
  fadein: 1
  fadeout: 1
# Settings for the /bct command
broadcast:
  time: 5
  fadein: 1
  fadeout: 1

(Only clients with the version 1.8 or above can see this)


Comments

Posts Quoted:
Reply
Clear All Quotes