Featherboard MCGamer Lobi paketi (INGILIZCE)

UmutGE

Ağaç Yumruklayıcı
Mesajlar
18
En iyi cevaplar
0
Beğeniler
0
Puanları
50
FeatherBoard kodu;
Kod:
# ------------------------------ #
#
#  FeatherBoard 1.9.0
#  Runs like a feather on your server
#  (c) Maxim Van de Wynckel
#
# ------------------------------ #

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

# 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
#            850+ more ... see spigot page

# Formatting: These are formatting tags allowing you to format the animations
#             or placeholders.
#
#             Substring: This allows you to split a word (even a placeholder) in parts
#               example: <substring begin=0 end=3>Hello World</substring> = Hel
#               usage: This can be used to split placeholders when creating a typewriter
#                      or to split the colors in a placeholder.
#
#             Scroll: This creates a scrolling animation of the text inside it. It accepts
#                     two arguments (the length and space between scrolls).
#               example: <scroll width=20 spaces=20>&2This is a &atest</scroll>
#
#             PLENTY MORE! See spigot page

#-------------------------------------------#
# GENERAL PLUGIN SETTINGS
#-------------------------------------------#

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

## Language file
lang: 'tr'

## Debug mode
debug: false

## Log to file
log: true

## Update checking
update:
  check: true # RECOMMENDED YOU LEAVE THIS TRUE

#-------------------------------------------#
# PLUGIN SPECIFIC SETTINGS
#-------------------------------------------#

# Tweaks to increase performance (Use at own risk)
tweaks:
  # This option does not send scoreboard remove packets
  # to the client on quit. This can increase performance on servers
  # where players quit a lot (hubs, ...)
  #
  # Removal of the plugin requires you to manually delete the scoreboard.dat in the worlds
  # /data folder
  #
  # Enabling this can cause the scoreboard not to work anymore. Use at your own risk
  keepScoreboardOnQuit: false
 

# Anti Flicker will use a new engine that will allow you to use fast animations
# without any flicker. This is an EXPERIMENTAL feature and it asked to post bugs
# and problems that only occur with this option enabled in a Spigot private message.
# Using this option shortens the maximum length for 1.8 servers to around 26-28 chars
# but this is an increase for 1.7 clients (that default only have 16 characters)
# IF YOU ARE HAVING PROBLEMS. TRY TO TURN THIS OFF FIRST
antiflicker: true

# A list of different scoreboards
boards:
  default:
    title: # The first element in the group will be title.
      # We will show the server name animated, with a glow effect every 20 sec{lastplayed}
      text:
      -   '&8-&b&l MineGamer &8-'
      # Interval the animation loops in ticks (20 ticks = 1 sec)
      # If you need waiting intervals look at the DELAY placeholder
      interval: 4
      # Do you want to randomize the animation frames?
      random: false
    header: # A header is recommended to make sure the scoreboard remains the same size
      text:
      - '&7&l{175} &fYou'
      interval: 100
      random: false
    player: # Under the label we will show the actual player name
      text:
      - '{prefix}{player}'
      interval: 1
    player1: # Under the label we will show the actual player name
      text:
      - ''
      interval: 100
    player2: # Under the label we will show the actual player name
      text:
      - '&7&l{175} &fTime'
      interval: 100
    player3: # Under the label we will show the actual player name
      text:
      - '&e{lastplayed}'
      interval: 1
    player4: # Under the label we will show the actual player name
      text:
      - '&e{time} PM EET'
      interval: 1
    playerasdsdsdsdsdsdsdsd: # Under the label we will show the actual player name
      text:
      - '&7{firstplayed} {time}ZT'
      interval: 100
    playerasdsdsdsdsdsdsdsds123123: # Under the label we will show the actual player name
      text:
      - ''
      interval: 100
    playerassdsdsdasdawsfqwed: # Under the label we will show the actual player name
      text:
      - '&7&l{175} &fServer'
      interval: 100
    player123123qweqweqweqwe: # Under the label we will show the actual player name
      text:
      - '&6TR&8:&e 1453'
      interval: 100
    playerasdloop: # Under the label we will show the actual player name
      text:
      - ''
      interval: 100
    player534554: # Under the label we will show the actual player name
      text:
      - '&7&l{175}&f Players'
      interval: 1
    playerasd6564565656: # Under the label we will show the actual player name
      text:
      - '&6Online&8:&e {playercount}'
      interval: 100# ------------------------------ #
#
#  FeatherBoard 1.9.0
#  Runs like a feather on your server
#  (c) Maxim Van de Wynckel
#
# ------------------------------ #

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

# 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
#            850+ more ... see spigot page

# Formatting: These are formatting tags allowing you to format the animations
#             or placeholders.
#
#             Substring: This allows you to split a word (even a placeholder) in parts
#               example: <substring begin=0 end=3>Hello World</substring> = Hel
#               usage: This can be used to split placeholders when creating a typewriter
#                      or to split the colors in a placeholder.
#
#             Scroll: This creates a scrolling animation of the text inside it. It accepts
#                     two arguments (the length and space between scrolls).
#               example: <scroll width=20 spaces=20>&2This is a &atest</scroll>
#
#             PLENTY MORE! See spigot page

#-------------------------------------------#
# GENERAL PLUGIN SETTINGS
#-------------------------------------------#

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

## Language file
lang: 'tr'

## Debug mode
debug: false

## Log to file
log: true

## Update checking
update:
  check: true # RECOMMENDED YOU LEAVE THIS TRUE

#-------------------------------------------#
# PLUGIN SPECIFIC SETTINGS
#-------------------------------------------#

# Tweaks to increase performance (Use at own risk)
tweaks:
  # This option does not send scoreboard remove packets
  # to the client on quit. This can increase performance on servers
  # where players quit a lot (hubs, ...)
  #
  # Removal of the plugin requires you to manually delete the scoreboard.dat in the worlds
  # /data folder
  #
  # Enabling this can cause the scoreboard not to work anymore. Use at your own risk
  keepScoreboardOnQuit: false
 

# Anti Flicker will use a new engine that will allow you to use fast animations
# without any flicker. This is an EXPERIMENTAL feature and it asked to post bugs
# and problems that only occur with this option enabled in a Spigot private message.
# Using this option shortens the maximum length for 1.8 servers to around 26-28 chars
# but this is an increase for 1.7 clients (that default only have 16 characters)
# IF YOU ARE HAVING PROBLEMS. TRY TO TURN THIS OFF FIRST
antiflicker: true

# A list of different scoreboards
boards:
  default:
    title: # The first element in the group will be title.
      # We will show the server name animated, with a glow effect every 20 sec{lastplayed}
      text:
      -   '&8-&b&l MineGamer &8-'
      # Interval the animation loops in ticks (20 ticks = 1 sec)
      # If you need waiting intervals look at the DELAY placeholder
      interval: 4
      # Do you want to randomize the animation frames?
      random: false
    header: # A header is recommended to make sure the scoreboard remains the same size
      text:
      - '&7&l{175} &fYou'
      interval: 100
      random: false
    player: # Under the label we will show the actual player name
      text:
      - '{prefix}{player}'
      interval: 1
    player1: # Under the label we will show the actual player name
      text:
      - ''
      interval: 100
    player2: # Under the label we will show the actual player name
      text:
      - '&7&l{175} &fTime'
      interval: 100
    player3: # Under the label we will show the actual player name
      text:
      - '&e{lastplayed}'
      interval: 1
    player4: # Under the label we will show the actual player name
      text:
      - '&e{time} PM EET'
      interval: 1
    playerasdsdsdsdsdsdsdsd: # Under the label we will show the actual player name
      text:
      - '&7{firstplayed} {time}ZT'
      interval: 100
    playerasdsdsdsdsdsdsdsds123123: # Under the label we will show the actual player name
      text:
      - ''
      interval: 100
    playerassdsdsdasdawsfqwed: # Under the label we will show the actual player name
      text:
      - '&7&l{175} &fServer'
      interval: 100
    player123123qweqweqweqwe: # Under the label we will show the actual player name
      text:
      - '&6TR&8:&e 1453'
      interval: 100
    playerasdloop: # Under the label we will show the actual player name
      text:
      - ''
      interval: 100
    player534554: # Under the label we will show the actual player name
      text:
      - '&7&l{175}&f Players'
      interval: 1
    playerasd6564565656: # Under the label we will show the actual player name
      text:
      - '&6Online&8:&e {playercount}'
      interval: 100

Ayreten Featherboard'da saniyeyi silme vs. kodları;
Bu arada placeholderste bunlar.

placeholder_bukkit.yml:
Kod:
## --------------------------------------- ##
## Bukkit Placeholders
## --------------------------------------- ##

## Do not edit this config version
config: 2

# Enable/Disable the placeholder group
# Placeholder groups will not be loaded into the memory
# when not used.
enabled: true

time: # %time% Time/Date formatting
  format: 'HH:mm'

placeholder_player.yml:
Kod:
## --------------------------------------- ##
## Player Placeholders
## --------------------------------------- ##

## Do not edit this config version
config: 3

# Enable/Disable the placeholder group
# Placeholder groups will not be loaded into the memory
# when not used.
enabled: true

firstplayed: # %firstplayed% Date formatting
  format: 'dd.MM'
 
lastplayed: # %lastplayed% Date formatting
  format: 'dd MMM yyyy'
 
isplayeronline:
  # use {player} to use the player using
  true: '{player}'
  false: ''
 


DonsuzT

Kızıltaş Madencisi
Mesajlar
566
En iyi cevaplar
0
Beğeniler
341
Puanları
590
Gereksiz olmuş.
 

NightHawk99

Zombi Katili
Mesajlar
230
En iyi cevaplar
0
Beğeniler
132
Puanları
350
İhtiyacı olanlar için İyi olmuş teşekkürler
 

Üst