Plugin Help

Status
This thread has been locked.

Ovichi

Banned
Feedback score
1
Posts
111
Reactions
11
Resources
0
My feather board won't work on 1.7 for some reason... And only with this config, someone please help!

# ------------------------------ #
#
# 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: 'en'

## 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
text:
- '&4&lK&3&lingPvP'
- '&4&lKi&3&lngPvP'
- '&4&lKin&3&lgPvP'
- '&4&lKing&3&lPvP'
- '&4&lKingP&3&lvP'
- '&4&lKingPv&3&lP'
- '&4&lKingPvP'
- '&3&lKingPvP'
# Interval the animation loops in ticks (20 ticks = 1 sec)
# If you need waiting intervals look at the DELAY placeholder
interval: 3
# 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:
- ' &8&m-*----------*-'
interval: 100
random: false
player-label: # You can add elements to the group and name them like you want
# Lets make a static label
text:
- '&e&lName:'
interval: 100 # The interval is not important since its just 1 static text.
# Do you want to randomize the animation frames?
random: false
playername:
text:
- '&7{Player}'
space:
text:
- ''
Kills:
text:
- '&6&lKills:'
interval: 1
random: false
Kills1:
text:
- '&7{stat_pkills}'
interval: 1
random: false
space1:
text:
- ''
Deaths:
text:
- '&4&lDeaths:'
interval: 1
random: false
Deaths1:
text:
- '&7{stat_deaths}'
interval: 1
random: false
space2:
text:
- ''
Money: # Server status label
text:
- '&a&lBalance:'
interval: 1
random: false
Money1: # Server status label
text:
- '&7{money}'
interval: 1
random: false
space3:
text:
- ''
Notice1:
text:
- '&c&lNotice:'
interval: 2
random: false
Notice:
text:
- '<scroll>&710% sale /buy</scroll>'
interval: 2
random: false
footer:
text:
- '&&m-*----------*-'
interval: 100
random: false
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ovichi

Banned
Feedback score
1
Posts
111
Reactions
11
Resources
0
What is the error in your console?
There is no error... My other players who are on 1.8 can see it fine. It use to work but for some reason not anymore
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/ovichi-scam-report.160758/)

ProfessionalDev

Feedback score
1
Posts
282
Reactions
111
Resources
0
There is no error... My other players who are on 1.8 can see it fine. It use to work but for some reason not anymore
Did you keep the config, delete featherboard jar from your server. Re install it and put the config back? And see if it works?
 

Ovichi

Banned
Feedback score
1
Posts
111
Reactions
11
Resources
0
Did you keep the config, delete featherboard jar from your server. Re install it and put the config back? And see if it works?
Nope didn't work, I feel like it is the config still because without the custom config I have it works fine. Is there a message that is messing it up or something?
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/ovichi-scam-report.160758/)

ProfessionalDev

Feedback score
1
Posts
282
Reactions
111
Resources
0
Nope didn't work, I feel like it is the config still because without the custom config I have it works fine. Is there a message that is messing it up or something?
Scroll is wrong I think

example: <scroll width=20 spaces=20>&2This is a &atest</scroll>
 

Ovichi

Banned
Feedback score
1
Posts
111
Reactions
11
Resources
0
Scroll is wrong I think

example: <scroll width=20 spaces=20>&2This is a &atest</scroll>
Turns out it was Deaths messing with it.. Maybe there is another way to display deaths?
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/ovichi-scam-report.160758/)

ProfessionalDev

Feedback score
1
Posts
282
Reactions
111
Resources
0
Status
This thread has been locked.
Top