Zdravím, používam tento plugin na TAB:
https://www.spigotmc.org/resources/tab.1448/
Chcel by som vedieť ako mám urobiť farebný nick a tú hlavu v tých kolonkách,pozeral som YT,všelijaké configy ale nič..
Config:
Kód: Vybrat vše
# ------------------------------ #
#
# Tab 4
# (c) Maxim Van de Wynckel
#
# ------------------------------ #
# About: Minecraft 1.8 features a tab header and footer
# This plugin will allow you to create a customizable tab
# header and footer.
#
# This plugin supports variables.
# Permissions: To use the tab groups give them the permission
# tab.group.<group> (ex. tab.group.default)
# Make sure to remove them from the other groups
# when giving a new permission.
# Commands: List of all commands
# /tab reload - Reload the configuration
# /tab help - See all 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
# And lots lots more (see Spigot Page) (1800+)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# GENERAL PLUGIN SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
## Config version (DO NOT EDIT)
config: 5
## 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
# Tab Header and footer
tab:
# You can create multiple groups to send
# different tablists to different players
default:
header:
# The header supports color codes
# Add: 'DELAY #' To set a delay (example: DELAY 500
text:
- '&6&lExample &2&oTablist'
- '&e&lExample &6&oTablist'
# The interval in ticks to switch text (20 ticks = 1 sec)
interval: 40
# Define if the text should be randomized. Animation formatting tags
# won't be affected.
random: false
footer:
# The footer supports color codes
# Add: 'DELAY #' To set a delay (example: DELAY 500
text:
- '&7&nwww.mvdw-software.be'
- '&8&nwww.mvdw-software.be'
# The interval in ticks to switch text (20 ticks = 1 sec)
interval: 15
# Define if the text should be randomized. Animation formatting tags
# won't be affected.
random: false
# An example of a group would be vip (tab.group.vip)
# For example you could remove the footer that says Vote now! or
# in this example the site url.
# Tab colors. If you want colors tab names in the tablist give permissions
# to groups to match that color. Keep note: make sure to give negative permissions
# when you have inheritance between groups.
#
# If you have a wildcard permission, give youself negative permissions
#
# Permissions:
# tab.color.<colorname>
# Dark colors:
# tab.color.dark<colorname>
# See the spigot page for more details
tabcolors: trueĎakujem
