RienBijl / Scoreboard-revision

Scoreboard-r V4: Flickerless animated scoreboard
12 stars 15 forks source link

last line of scoreboard glitching #22

Open ghost opened 3 years ago

ghost commented 3 years ago

I added TPS : %cmi_tps_1% and it just disappeared after some time for everyone and idk somehow it went on a npc's hologram

this is not suppose to hapen

Screenshots If applicable, add screenshots to help explain your problem.

api : paper-spigot version : 1.16.5

Plugins (86): AAC5, Advanced_Drop_Party, AdvancedEnchantments, AuctionMaster, AutomaticBroadcast, BattlePass, Citizens, ClearLag, ClueScrolls, CMI, CMILib, CoreProtect, CraftingStore, CrazyCrates, CustomItems, DailyRewards, DeathMessages, DeluxeCommands, DeluxeJoin, DeluxeMenus, DiscordSRV, dynmap, eco, EcoArmor, EcoPower, Elevator, EpicFarming, EpicVouchers, ExoticGarden, ExtraGear, EZRanksPro, FastAsyncWorldEdit (WorldEdit), floodgate-bukkit, Geyser-Spigot, GUIHelper, HeadDatabase, InteractiveChat, InteractiveChatDiscordSrvAddon, InventoryRollbackPlus, ItemJoin, JetsHoppers, Jobs, Lands, LeaderHeadsRevamped, LibsDisguises, LiteBans, LiteXpansion, Lottery, LuckPerms, MarriageMaster, mcMMO, MobCapturer, MobFarmManager, Multiverse-Core, Multiverse-NetherPortals, MythicMobs, NBTAPI, PixelPrinter, PlaceholderAPI, Plan, PlayerVaults, PlayerWarps, PlugMan, ProCosmetics, ProtocolLib, PyroFishingPro, PyroMining, Quests, QuickShop, ResourcePackDownloader, Scoreboard-revision*, ShopGUIPlus, Slimefun, SlimefunLuckyBlocks, SoulJars, Stratos, TAB, UltimateTimber, Vault, VoidChest, VoteParty, Votifier, Wild, WorldBorder, WorldGuard, XPBoost

Configuration file


# / ___\/   _\/  _ \/  __\/  __//  _ \/  _ \/  _ \/  __\/  _ \
# |    \|  /  | / \||  \/||  \  | | //| / \|| / \||  \/|| | \|
# \___ ||  \_ | \_/||    /|  /_ | |_\\| \_/|| |-|||    /| |_/|
# \____/\____/\____/\_/\_\\____\\____/\____/\_/ \|\_/\_\\____/
#
# Scoreboard-r by Rien Bijl
# rep: github : RienBijl/Scoreboard-revision
# v: R4 1.1 RELEASE

# Do not edit! The plugin uses this to determine if the configuration is suitable
config_version: 1

settings:
  # The driver is the Scoreboard implementation used to display the user
  # Old drivers will from now on remain supported so that switching back to
  # an older (perhaps more stable) version is easy.
  driver: SCOREBOARD_DRIVER_V1
  # Should we check updates? Caution! Disabling this is not recommended
  # you might miss awesome updates *wink*
  check-updates: true

# In what worlds should we disable scoreboard?
disabled-worlds:
  - 'non_existant_world'

board:
  title:
    interval: 3
    lines:
      - '&d&lSloth&e&lMC'
  rows:
    1:
      interval: 5
      lines:
        - '&c-------------------'
    2:
      interval: 80
      lines:
        - '&6❏ &eProfile: '
    3:
      interval: 80
      lines:
        - ' &f🔸 &bLevel:&f %mcmmo_power_level%'
    4:
      interval: 80
      lines:
        - ' &f🔸 &bXp: &f%cmi_user_totalexp% '
    5:
      interval: 80
      lines:
        - ' &f🔸 &bMoney: &f%cmi_user_balance_formatted%'
    6:
      interval: 80
      lines:
        - '&6❏ &eStats:'
    7:
      interval: 80
      lines:
        - ' &f🔸 &bMcMMo: &f%mcmmo_power_level%'
    8:
      interval: 80
      lines:
        - ' &f🔸 &bVoteParty: &f%voteparty_votes_required_party%'
    9:
      interval: 80
      lines:
        - ' &f🔸 &bFlight: &f%cmi_user_tfly%'
        - ' &f🔸 &bFlight: &f%cmi_user_flightcharge%'
    10:
      interval: 80
      lines:
        - '&6❏ &eServer:'
    11:
      interval: 80
      lines:
        - ' &f🔸 &bPing: &f%player_ping%'
    12:
      interval: 80
      lines:
        - ' &f🔸 &bOnline: &f%server_online%'
    13:
      interval: 5
      lines:
        - ' &f🔸 &bTPS: &f%cmi_tps_1%'
    14:
      interval: 5
      lines:
        - '&c--------------------'```
        -