• Chào bạn, hãy đăng ký hoặc đăng nhập để tham gia cùng bọn mình và sử dụng được đầy đủ chức năng của diễn đàn :).
Ken

Premium Plugins Tab

  • Thread starter Thread starter Ken
  • Ngày gửi Ngày gửi

Ken

THÀNH VIÊN
Tham gia
05/07/2016
Bài viết
4,225
:pd1:
Plugin có giá 5.00 $ trên Spigot, nếu có điều kiện hãy mua plugin để ủng hộ tác giả
Plugin giúp bạn tùy chỉnh tab đẹp hơn <3
:pd4:
tab2.gif

09-01-2016_22-55-25.png

tab3-gif.9435

:pd7:
Mã:
 tab.reload:
    description: Reload the configuration
    default: op
  tab.help:
    description: Show plugin help
    default: true
  tab.uploadlog:
    description: Upload log
    default: op
  tab.uploadconfig:
    description: Upload config
    default: op
  tab.about:
    description: About the plugin
    default: true
  tab.permissions:
    description: List all permissions
    default: true
  tab.resetconfig:
    description: Reset the configuration file
    default: false
  tab.group.default:
    description: Default group
    default: true
  tab.color.black:
    description: Color black
    default: false
  tab.color.darkblue:
    description: Color dark blue
    default: false
  tab.color.darkgreen:
    description: Color dark green
    default: false
  tab.color.darkaqua:
    description: Color dark aqua
    default: false
  tab.color.darkred:
    description: Color dark red
    default: false
  tab.color.darkpurple:
    description: Color dark purple
    default: false
  tab.color.gold:
    description: Color gold
    default: false
  tab.color.gray:
    description: Color gray
    default: false
  tab.color.darkgray:
    description: Color dark gray
    default: false
  tab.color.blue:
    description: Color blue
    default: false
  tab.color.green:
    description: Color green
    default: false
  tab.color.aqua:
    description: Color aqua
    default: false
  tab.color.red:
    description: Color red
    default: false
  tab.color.lightpurple:
    description: Color light purple
    default: false
  tab.color.yellow:
    description: Color yellow
    default: false
  tab.color.white:
    description: Color white
    default: false
  tab.color.magic:
    description: Magic effect
    default: false
  tab.color.bold:
    description: Bold effect
    default: false
  tab.color.strikethrough:
    description: Strikethrough effect
    default: false
  tab.color.underline:
    description: Underline effect
    default: false
  tab.color.italic:
    description: Italic effect
    default: false
:pd9:
www.spigotmc.org
:pd11:
Phiên bản 5.15.0
upfile.vn
 
Sửa lần cuối bởi điều hành viên:
:pd1:
Plugin có giá 5.00 $ trên Spigot, nếu có điều kiện hãy mua plugin để ủng hộ tác giả
Plugin giúp bạn tùy chỉnh tab đẹp hơn <3
:pd4:
tab2.gif

09-01-2016_22-55-25.png

tab3-gif.9435

:pd8:
Mã:
# ---------------------------- #[/COLOR][/CENTER][/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT][/COLOR][/LEFT]
[COLOR=#000000]
[LEFT][COLOR=#000000]
[LEFT][COLOR=#000000]
[LEFT][COLOR=#000000]
[LEFT][COLOR=#000000]
[LEFT][COLOR=#000000]
[LEFT][COLOR=#000000]
[LEFT][COLOR=#000000]
[LEFT][COLOR=#000000]
[LEFT][COLOR=#000000]
[CENTER]# 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
\
:pd7:
Mã:
 tab.reload:
    description: Reload the configuration
    default: op
  tab.help:
    description: Show plugin help
    default: true
  tab.uploadlog:
    description: Upload log
    default: op
  tab.uploadconfig:
    description: Upload config
    default: op
  tab.about:
    description: About the plugin
    default: true
  tab.permissions:
    description: List all permissions
    default: true
  tab.resetconfig:
    description: Reset the configuration file
    default: false
  tab.group.default:
    description: Default group
    default: true
  tab.color.black:
    description: Color black
    default: false
  tab.color.darkblue:
    description: Color dark blue
    default: false
  tab.color.darkgreen:
    description: Color dark green
    default: false
  tab.color.darkaqua:
    description: Color dark aqua
    default: false
  tab.color.darkred:
    description: Color dark red
    default: false
  tab.color.darkpurple:
    description: Color dark purple
    default: false
  tab.color.gold:
    description: Color gold
    default: false
  tab.color.gray:
    description: Color gray
    default: false
  tab.color.darkgray:
    description: Color dark gray
    default: false
  tab.color.blue:
    description: Color blue
    default: false
  tab.color.green:
    description: Color green
    default: false
  tab.color.aqua:
    description: Color aqua
    default: false
  tab.color.red:
    description: Color red
    default: false
  tab.color.lightpurple:
    description: Color light purple
    default: false
  tab.color.yellow:
    description: Color yellow
    default: false
  tab.color.white:
    description: Color white
    default: false
  tab.color.magic:
    description: Magic effect
    default: false
  tab.color.bold:
    description: Bold effect
    default: false
  tab.color.strikethrough:
    description: Strikethrough effect
    default: false
  tab.color.underline:
    description: Underline effect
    default: false
  tab.color.italic:
    description: Italic effect
    default: false
:pd9:
www.spigotmc.org
:pd11:
***Không thể trích nội dung ẩn***
Lỗi BBCode
Mình sẽ bổ sung thêm 1 tí
Plugin này ưu điểm nằm ở những thư sau

Animation cho Tab
Đc tối ưu hoá để giảm lưu lượng gửi đến cho ng chơi
Không gây lag cho server, frame animation đc load trước vào frame trc khi đc đưa vào
 
có plugin nào giúp hiện rank người chơi trên Tab ko nhỉ? nếu là nameTagEdit - coloredTags thì ai chỉ config với.
 
@Shuu sao copy mẩu vô r`? vào sv /ctags reload mà k thấy động tỉnh j` hết. Còn bên phần config.yml là:
#.
#. ColoredTags by Filoghost
#.
#. This is the main configuration of the plugin.
#. Website: dev.bukkit.org
#.
change-tab-names: true
update-notification: true
fix-death-messages: true
auto-refresh:
enabled: true
seconds: 1
- có vấn đề j` ko? nó k hoat dong
 
Similar content Most view Xem thêm
Back
Top Bottom