TitleAdvanced

NULLED TitleAdvanced 6.3.0

No permission to download
Tested Minecraft Versions:
  • 1.7
  • 1.8
  • 1.9
  • 1.10
  • 1.11

The example above is a typewriter. However you can make anything you want. Maybe just a rainbow title or some arrows pointing to your server name and blinking. You can give them a quick notification of their Faction power,... anything you want :smile:


This example shows that the subtitle can still be changed / animated during the "stay on screen time".
PS: It was supposed to be a rainbow effect :p But I failed matching the rainbow colors xD





USE FRESHDESK FOR SUPPORT. I DO NOT READ THE DISCUSSIONS, PM'S , SKYPE MESSAGES AND DEFINITELY NOT PROFILE MESSAGES WITH BUGS.

  • Backwards compatible to the protocol hacks
  • No lagg
  • Event triggered titles
  • 4000+ high performance placeholders you can use
  • Many updates
  • Permission based title motd groups. So this can also be world specific
  • Formatting tags allowing you to format text or placeholders (upper or lower case, substring ,...)
  • Developer API to add placeholders
  • Sync configurations between multiple servers in case you are lazy
  • In depth placeholder configuration for some plugins (what they return)

A MOTD is the entrance to your server. Some players are put off when they don't get a nice looking MOTD when joining a server, others are annoyed because it looks boring or with irrelevant information.

After creating the free alternative for this plugin: http://www.spigotmc.org/resources/titlemotd.1171/
I noticed it was cooler, .. but still boring. So I decided to work on an easy configurable way to create animated titles.

This plugin supports colors (ofcourse) and animated title and subtitle with async. intervals so you can change the animation interval of both the title and subtitle. In the gif above the subtitle changes slower then the animated title.

Also it allows sending different animations to different permission groups.
(See permissions and config)

Above that when a player is using 1.7 you can create a failback MOTD message in the chat that is also group specific and also allows support for all placeholders. The permissions for these failback groups are different so you don't need to make a failback motd for every title group.

Just like the free version of this plugin it supports a different message on First Join or a Welcome back. However this is not the case in the 1.7 failback.

Personally my server doesn't really have the best of hardware so making it lagg free was one of my main goals. This plugin will not cause any lagg ;)

This plugin supports both 1.8 and the latest protocol hack! A 1.8 or semi 1.8 server is required



If you need help configuring just contact me on this thread or a PM :smile:

Q: Why does the way of configuring looks similar to Tab and ActionBar
A: Despite being totally different my philosophy is to create something people understand. If I totally change the way of configuring with every plugin I create no one will understand. Making them look similar is in many cases a difficult job (since all three plugins are different) but the goal is to make it look familiar.

Code (Text):
[/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT]









# ------------------------------ #
#
# TitleAdvanced 5
# (c) Maxim Van de Wynckel
#
# ------------------------------ #

# About: Minecraft 1.8 features a title text that is displayed
# in the middle of the screen. This plugin utilizes that
# title to display a permission specific MOTD with lots
# of variables and animated text.
#
# This plugin supports variables from various plugins.

# Permissions: To use the title groups give them the permission
# titleadvanced.group.<group>
# Make sure to remove them from the other groups
# when giving a new permission.

# Commands: List of all commands
# (ALIASES: titlemotdadvanced,title)
# /titleadvanced reload - Reload the configuration
# /titleadvanced help - Show more commands

# Variables: These variables can be used in the TEXT section
# of both the header as the footer.
#
# {PLAYER} - Player name
# {PLAYERNICK} - Player nickname
# {SERVER} - Server name
# {PLAYERCOUNT} - Server player count
# {BUNGEECOUNT} - Bungee network player count
# Lots more... See the spigot page (3600+)

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# GENERAL PLUGIN SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

## Config version (DO NOT EDIT)
config: 4

## Language file
lang: 'en'

## Debug mode
debug: false

## Log to file
log:
enabled: true
# Reset log on startup
reset: false

## Update checking
update:
check: true # RECOMMENDED YOU LEAVE THIS TRUE
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# PLUGIN SPECIFIC SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

# Placeholder settings
placeholder:
# logs the memory usage of placeholders on startup
log-memory: false
# Clear unused placeholders that are not enabled.
clear-unused: true

# Configure all titles here. These titles are not shown by default and have
# to be triggered using a command, trigger event or by defining
titles:
example-firstjoin:
# Only define this motd section if you want to use the title as an MOTD title
# you will need "titleadvanced.group.example-firstjoin"
motd:
# Show the title on first join
firstjoin: true
# Do not show the title on rejoin
rejoin: false
# Fade in time in TICKS (20 ticks = 1 sec)
# This is the fade in time for the first text in the row
fadein: 0
# Stay on screen time in TICKS
# This is the stay on screen time for the last message
staytime: 20
# Fade out time in TICKS
# This is the fade out time for the last message
fadeout: 15
# Delay time before starting the title. Recommended +- 10 ticks
delay: 10
# Title message
title:
text:
- '&9&kO&aW&9&kO' # Start typewriter
- '&9&kO&aWe&9&kO'
- '&9&kO&aWelc&9&kO'
- '&9&kO&aWelco&9&kO'
- '&9&kO&aWelcom&9&kO'
- '&9&kO&aWelcome&9&kO'
- '&9&kO&aWelcome!&9&kO' # Let the welcome show a bit longer
- '&9&kO&aWelcome!&9&kO'
- '&9&kO&aWelcome!&9&kO'
- '&9&kO&aWelcome!&9&kO'
- '&9&kO&aWelcome!&9&kO'
- '&9&kO&aWelcome!&9&kO'
- '&9&kO&aWelcome&9&kO' # Start backspace
- '&9&kO&aWelcom&9&kO'
- '&9&kO&aWelco&9&kO'
- '&9&kO&aWelc&9&kO'
- '&9&kO&aWel&9&kO'
- '&9&kO&aWe&9&kO'
- '&9&kO&aW&9&kO'
- '&9&kO&9&kO'
- '&9&kO&&2T&9&kO' # Start writing "To"
- '&9&kO&2To&9&kO' # Let the "to" show a bit longer
- '&9&kO&2To&9&kO'
- '&9&kO&2To&9&kO'
- '&9&kO&2T&9&kO'
- '&9&kO&9&kO'
- '&9&kO&8M&9&kO' # Start writing MVdW-Software
- '&9&kO&8MV&9&kO'
- '&9&kO&8MVd&9&kO'
- '&9&kO&8MVdW&9&kO'
- '&9&kO&8MVdW-&9&kO'
- '&9&kO&8MVdW-S&9&kO'
- '&9&kO&8MVdW-So&9&kO'
- '&9&kO&8MVdW-Sof&9&kO'
- '&9&kO&8MVdW-Soft&9&kO'
- '&9&kO&8MVdW-Softw&9&kO'
- '&9&kO&8MVdW-Softwa&9&kO'
- '&9&kO&8MVdW-Softwar&9&kO'
- '&9&kO&8MVdW-Software&9&kO' # Staytime starts here (20)
# Animation interval
interval: 3
# Subtitle message
subtitle:
text:
- '&8Welcome {PLAYER}!'
- '&6The time is &e{TIME}'
- '&aThere are &2{PLAYERCOUNT}&a players online'
- '&cYou have &f$&7{MONEY} &c to start'
- '&bEnjoy your stay!'
# Animation interval
interval: 25
example-rejoin:
# Only define this motd section if you want to use the title as an MOTD title
# you will need "titleadvanced.group.example-firstjoin"
motd:
# Do not show the title on first join
firstjoin: false
# Show the title on rejoin
rejoin: true
# Fade in time in TICKS (20 ticks = 1 sec)
# This is the fade in time for the first text in the row
fadein: 0
# Stay on screen time in TICKS
# This is the stay on screen time for the last message
staytime: 20
# Fade out time in TICKS
# This is the fade out time for the last message
fadeout: 15
# Delay time before starting the title. Recommended +- 10 ticks
delay: 10
# Title message
title:
text:
- '&9&kO&aW&9&kO' # Start typewriter
- '&9&kO&aWe&9&kO'
- '&9&kO&aWelc&9&kO'
- '&9&kO&aWelco&9&kO'
- '&9&kO&aWelcom&9&kO'
- '&9&kO&aWelcome&9&kO'
- '&9&kO&aWelcome!&9&kO' # Let the welcome show a bit longer
- '&9&kO&aWelcome!&9&kO'
- '&9&kO&aWelcome!&9&kO'
- '&9&kO&aWelcome!&9&kO'
- '&9&kO&aWelcome!&9&kO'
- '&9&kO&aWelcome!&9&kO'
- '&9&kO&aWelcome&9&kO' # Start backspace
- '&9&kO&aWelcom&9&kO'
- '&9&kO&aWelco&9&kO'
- '&9&kO&aWelc&9&kO'
- '&9&kO&aWel&9&kO'
- '&9&kO&aWe&9&kO'
- '&9&kO&aW&9&kO'
- '&9&kO&9&kO'
- '&9&kO&&2T&9&kO' # Start writing "To"
- '&9&kO&2To&9&kO' # Let the "to" show a bit longer
- '&9&kO&2To&9&kO'
- '&9&kO&2To&9&kO'
- '&9&kO&2T&9&kO'
- '&9&kO&9&kO'
- '&9&kO&8M&9&kO' # Start writing MVdW-Software
- '&9&kO&8MV&9&kO'
- '&9&kO&8MVd&9&kO'
- '&9&kO&8MVdW&9&kO'
- '&9&kO&8MVdW-&9&kO'
- '&9&kO&8MVdW-S&9&kO'
- '&9&kO&8MVdW-So&9&kO'
- '&9&kO&8MVdW-Sof&9&kO'
- '&9&kO&8MVdW-Soft&9&kO'
- '&9&kO&8MVdW-Softw&9&kO'
- '&9&kO&8MVdW-Softwa&9&kO'
- '&9&kO&8MVdW-Softwar&9&kO'
- '&9&kO&8MVdW-Software&9&kO' # Staytime starts here (20)
# Animation interval
interval: 3
# Subtitle message
subtitle:
text:
- '&8Welcome back {PLAYER}!' #0 - 25 ticks
- '&6The time is &e{TIME}' #25 - 50 ticks
- '&aThere are &2{PLAYERCOUNT}&a players online'
- '&cYou have &f$&7{MONEY}'
- "&bDon't forget to vote!"
# Animation interval
interval: 25











Use the GUI for faster visualizing of animations:
http://www.spigotmc.org/resources/titleanimationcreator.6193/




Remote Sync Config
Code (Text):
# ---------------------------- #​
[/COLOR]​
[/COLOR][/COLOR]​
[/COLOR][/COLOR]​
[/COLOR][/COLOR]​
[/COLOR][/COLOR]​









# Remote Configuration Syncing #
# v1.0.0 #
# (c) MVdW Software #
# ---------------------------- #

# Description: This MVdW Software design will allow
# you to sync your plugin config with other servers
# You have two types of configuration:
# - 1 Master configuration
# - 1 or more Slave configurations
#
# The master is the plugin/server that will be used
# as the main config.
# The slaves will USE (not copy) the config of the master
# When the master is offline, the slaves will use their own
# config (or the last fetched config).

# When enabled the configuration must be valid
# Enable this if you configure the master OR the slave(s)
enabled: false

# Define if the configuration of this server
# will be used as the master config.
master: false

# THESE SETTINGS ONLY APPLY IF THIS SERVER
# IS THE MASTER
master-config:
# Port used to listen for slaves
port: 7899
# Password to identify the slaves (DO NOT USE SOMETHING YOU USE ELSEWHERE)
password: 'ILoveSpigot'

# THESE SETTINGS ONLY APPLY IF THIS SERVER
# IS A SLAVE
slave-config:
# Hostname or IP of the master
hostname: 'localhost'
# Port used by the master
port: 7899
# Password used by the master
password: 'ILoveSpigot'
# Sync interval IN MINUTES (you can force a sync using a command)
interval: 5










CLICK HERE FOR PLACEHOLDERS


You can basically create any effect you like. But if you want to make quick or more advanced changes you can use these formatting tags


CLICK HERE FOR EFFECTS



TitleAdvanced allows you to trigger specific titles based on various in game events such as combat, mcmmo, ...

That way you can use TitleAdvanced for other plugins and show relevant information to the player for example when he enters a town ,etc...

CLICK HERE FOR ALL SUPPORTED EVENT TRIGGERS



Code (Text):

titleadvanced.reload:
description: Reload the configuration
default: op
titleadvanced.help:
description: Show plugin help
default: true
titleadvanced.uploadlog:
description: Upload log
default: op
titleadvanced.uploadconfig:
description: Upload config
default: op
titleadvanced.about:
description: About the plugin
default: true
titleadvanced.permissions:
description: List all permissions
default: true
titleadvanced.resetconfig:
description: Reset the configuration file
default: false
titleadvanced.placeholders:
description: Available placeholders
default: op
titleadvanced.parse:
description: Parse effects or placeholders to chat
default: op
titleadvanced.group.example-firstjoin:
description: Default group
default: true
titleadvanced.group.example-rejoin:
description: Default group
default: true
titleadvanced.show.target:
description: Show a title to the target
default: op


View attachment 10773
/titleadvanced reload - Reload the configuration
/titleadvanced help - Show help
/titleadvanced resetconfig - Reset your config
/titleadvanced permissions - View a list of permissions
/titleadvanced about - About me
/titleadvanced uploadlog - Upload the Tab log to pastebin
/titleadvanced uploadconfig - Upload the config to pastebin (for support)
/titleadvanced show <player> (<group>)



I am someone who provides quite a lot of updates, mainly because placeholders are things I can't build up. People request it , complain if it takes too long ,etc.. .
You can update the plugin manually and receive spigot notifications when a new update is available (or console notifications).

Config resets will always be mentioned in bold red letters on the update description. Make sure to make a backup of your config.

Updates after spigot updates can take 1,5 week to be ready.
Also keep in mind I won't be able to update when on vacation, this is usually mentioned on my description page for months when this period arrives.





Add placeholders to this plugin or any other MVdW Placeholder plugin.
[URL]https://www.spigotmc.org/resources/mvdwplaceholderapi.11182/[/URL]



By downloading this plugin you agree with our terms of service
[URL]http://www.mvdw-software.be/terms-of-service[/URL]

You may use this plugin on 1 server or network only

    • Do not discuss the price
    • Put errors in code or pastebin
    • Describe errors. Don't just say "it doesn't work"
    • Use /titleadvanced uploadconfig to get a pastebin link of your config when reporting errors
    • My timezone is GMT+1 (Just so you know)
  • Like
Reactions: harold
Author
Direct-Leaks.com
Downloads
204
Views
326
First release
Last update
Rating
4.67 star(s) 6 ratings

More resources from Direct-Leaks.com

Latest updates

  1. Latest

    Latest

Latest reviews

UPDATE PLEASE
Update PLS!
6.0.3
UPDATE!
Nice! Thanks!! <3
nice leak :)
Top