Stránka 1 z 2

Animated-TabList - "Nefunguje" zoraďovanie

Napsal: 20 zář 2020, 15:28
od RayCodeCSC
[82.208.17.20:27493]

Zdravím, na serveri používam plugin Animated TabList, v cfg súboroch som si všetko nastavil podľa, seba, aj to tak funguje. Problém je teda v tom, že keď príde nejaký hráč na server, tak tab sa ako keby neaktualizuje, a aj keď som v cfg nastavil priority ku jednotlivým skupinám, tak sa stále v tab liste zobrazujú hráči "rozhádzane".

Tu je yml (cfg) súbor:

Kód: Vybrat vše

# Global group to display for all players
# Leave it empty or remove it, if you don't want to use
groups:
  default:
    prefix: '%luckperms_prefix%'
    sort-priority: 9
  admin:
    prefix: '%luckperms_prefix%'
    sort-priority: 4
  owner:
    prefix: '%luckperms_prefix%'
    sort-priority: 1
  helper:
    prefix: '%luckperms_prefix%'
    sort-priority: 6
  evip:
    prefix: '%luckperms_prefix%'
    sort-priority: 7
  builder:
    prefix: '%luckperms_prefix%'
    sort-priority: 5
  hl_builder:
    prefix: '%luckperms_prefix%'
    sort-priority: 3
  hl_admin:
    prefix: '%luckperms_prefix%'
    sort-priority: 2
  vip:
    prefix: '%luckperms_prefix%'
    sort-priority: 8


Z tohoto vyplíva, že ja ako Majiteľ by som mal v tab-e vždy byť úplne hore, ako prvý. Lenže keď sa pripojí hráč na server, tak to ukazuje hráča ako prvého, a až keď napíšem /tl reload, tak sa to usporiada tak, ako má.

Re: Animated-TabList - "Nefunguje" zoraďovanie

Napsal: 20 zář 2020, 16:55
od RayCodeCSC
Dodatok:

Screen pred reload-om: Obrázek

Screen po reload-e: Obrázek

Re: Animated-TabList - "Nefunguje" zoraďovanie

Napsal: 20 zář 2020, 17:09
od nejento
Vypadá to spíše na problém samotného pluginu, který má špatně nastavenou aktualizaci toho přerovnání. Můžeš poslat případně ještě config toho pluginu?

Re: Animated-TabList - "Nefunguje" zoraďovanie

Napsal: 20 zář 2020, 17:11
od RayCodeCSC

Kód: Vybrat vše

# Hooks to another plugins
hook:
  # Hook to PlaceholderAPI to use custom placeholders.
  placeholderapi: true

  # Hook to my RageMode plugin. (https://www.spigotmc.org/resources/69169/)
  # If true, then tablist, groups and tablist objects will be disabled while
  # running a game.
  RageMode: false

# Different player list in different world.
per-world-player-list: false

# Fake players that can be added to the player list.
enable-fake-players: false

# If enabled, the gray color will not appear to other players when the player's game mode is spectator.
# The gray color will only show for the spectator player.
# Requires ProtocolLib!
remove-gray-color-from-tab-in-spectator: false

# true - does not count vanished players in %online-players% placeholder.
# Requires Essentials, SuperVanish, PremiumVanish or CMI plugin!
ignore-vanished-players-in-online-players: false

# true - count vanished staff in %staff-online% placeholder,
# but they need to have "tablist.onlinestaff" permission set.
# false - does not count vanished staff in the %staff-online% placeholder
# Requires Essentials, SuperVanish, PremiumVanish or CMI plugin!
count-vanished-staffs: true

# Hide player from player list when he is AFK?
# Requires Essentials or CMI plugin!
hide-player-from-tab-when-afk: false

# Hide all players from the player list?
# This removes all players from the player list, but the player that has the
# group set is retained as it is not changed during removal, so your group
# will be restored if this option is disabled.
# The "per-world-player-list" will not work if this is enabled.
# Requires ProtocolLib to fix view distance issue! (https://github.com/montlikadani/TabList/issues/147)
hide-players-from-tablist: false

# Placeholders formatting
placeholder-format:
  # When the player changes the AFK status, change his tablist name format?
  afk-status:
    enable: false

    # Should the AFK format display in right or left side?
    # true - displays in right side
    # false - displays in left side
    show-in-right-or-left-side: true

    # Show player's group if the player is AFK?
    show-player-group: true

    # Format when the player is AFK.
    format-yes: "&7 [AFK]&r "
    # Format when the player is not AFK.
    format-no: ""

    # Sort AFK players to the bottom of the player list?
    sort-last: false

  time:
    # Time zones: https://www.mkyong.com/java/java-display-list-of-timezone-with-gmt/
    # Or google it: "what is my time zone"
    time-zone: "GMT0"

    # Use system default time zone instead of searching for that?
    use-system-zone: false

    # Formats/examples: https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
    # Format of %server-time% placeholder.
    time-format:
      format: "mm:HH"
    # Format of %date% placeholder.
    date-format:
      format: "dd/MM/yyyy"

  # Ping color format for %ping% placeholder.
  ping:
    enable: true
    # Operators usage:
    # > - highest value, "17 > &e" this will be yellow color
    # >= - highest & equal value, "5 >= &6" gold color
    # <= - less than & equal value, "16 <= &c" red color
    # < - less value, "8 < &4" dark red color
    # == - equal value, "20 == &a" green color if 20 is equal to current ping amount
    formats:
    - "200 <= &a"
    - "400 >= &6"
    - "500 > &c"

  # TPS color format for %tps% placeholder.
  tps:
    # How many numbers do you want to display after "." in %tps% placeholder?
    # The number should be higher than 0.
    # Example: 3 = 20.14
    size: 2

    enable: true
    # Operators usage:
    # > - highest value, "17 > &e" this will be yellow color
    # >= - highest & equal value, "5 >= &6" gold color
    # <= - less than & equal value, "16 <= &c" red color
    # < - less value, "8 < &4" dark red color
    # == - equal value, "20 == &a" green color if 20 is equal to current tps amount
    formats:
    - "18.0 > &a"
    - "16.0 == &6"
    - "16.0 < &c"

  # Memory bar settings for %memory_bar% variable
  memory-bar:
    char: "|"
    size: 80
    colors:
      used: "&c"
      free: "&a"
      # When the server memory less than 80
      allocation: "&e"
      # When the server memory is on critical level (less than 40) and some resource need memory to run.
      released: "&6"

# Enable changing of prefix & suffix in player list?
# This option generates the groups.yml file.
change-prefix-suffix-in-tablist:
  enable: true

  # Refresh interval in server ticks.
  # Set to 0 if you don't want to refresh the groups.
  # If 0, then you will need to execute the /tl reload command to refresh the groups.
  refresh-interval: 4

  # Disable groups in these worlds.
  disabled-worlds:
    # Use the list as whitelist?
    use-as-whitelist: false
    list:
    #- myWorld

  # Automatically add groups from another plugins to the tablist groups.yml on every reload?
  # If a plugin does not support Vault, it will not be added.
  sync-plugins-groups-with-tablist: true

  # Hide player's group in player list when the player is vanished?
  # Requires Essentials, SuperVanish, PremiumVanish or CMI plugin!
  hide-group-when-player-vanished: false

  # Hide player's group in player list when the player is AFK?
  # Requires Essentials or CMI plugin!
  hide-group-when-player-afk: false

  # Use another plugin nickname instead of player's original name?
  # true - Using this format: "prefix playerNickName suffix"
  # false - Using this format: "prefix playerOriginalName suffix"
  # Requires Essentials or CMI plugin!
  use-plugin-nickname: false

  # Use tab name instead of player's original name?
  use-tab-name: false

  # Prefer player's primary Vault group when assigning tablist group from groups.yml?
  # true - player will be assigned their primary vault group where possible, after that
  # groups from groups.yml will be applied in descending order.
  # false - groups from groups.yml will be applied in descending order.
  prefer-primary-vault-group: true

# Tablist objective types
# Shows your current health (with life indicator), your current ping or any NUMBER placeholder
# after the player's name (before the ping indicator).
tablist-object-type:
  enable: false

  # Types:
  # ping - player's ping
  # health - player's health
  # custom - custom placeholder
  type: ping

  # Interval for objects refreshing. In seconds.
  # Note: The health is not updating auto due to display issues.
  refresh-interval: 3

  # In these worlds the objects will not be displayed
  disabled-worlds:
  #- testingWorld

  # Objective settings
  object-settings:
    # The player's health - displayed after the player's name.
    health:
      # For these players the health will not be displayed
      restricted-players:
      - exampleplayer
      - players

    # Custom placeholder - accepts only number-ending placeholders, like %level%.
    # If it is double-number ending, it will remove the dot "." from the number.
    custom:
      value: "%level%"

# Changing player's tablist name with unlimited characters.
tabname:
  # Allow to change player's tab name?
  enable: false

  # Use another plugin nickname instead of tab name?
  # Requires Essentials or CMI plugin!
  use-plugin-nickname: false

  # How many characters should be allowed?
  max-name-length: 200

  # When the player lefts the server, delete his tab name?
  clear-player-tabname-on-quit: false

  # Enable color codes in tab names?
  # false - disables all placeholders, symbols and color codes.
  enable-color-code: true

  # Enable default color? (If the player has not written a color code, this color will be given by default.)
  default-color:
    enable: false
    color: "&6"

  # In these worlds you can't change the tab name
  disabled-worlds:
  #- myworld

  # Which names can not be used?
  restricted-names:
  - tabname

#=========================================#
#             Plugin Settings             #
#=========================================#
# Check for updates?
check-update: true

# Download releases to \releases folder?
# This only works if the "check-update" is true.
download-updates: false

# Log plugin messages to console?
logconsole: true

# DO NOT CHANGE THIS!
config-version: 22


Re: Animated-TabList - "Nefunguje" zoraďovanie

Napsal: 20 zář 2020, 19:50
od RayCodeCSC
Ešte aby som nezakladal nové téma:

Ako nastavím, aby hráči videli aj OP, ktoré je Vanished v tab-liste? Používam SuperVanish, a keď idem do vanish-u, tak hráčom zmiznem v tab-liste. A ja chcem aby som tam zostal aj keď som vanished.

Re: Animated-TabList - "Nefunguje" zoraďovanie

Napsal: 21 zář 2020, 01:05
od nejento
Hm. Položku refresh-interval nemáš nastavenou na nulu, takže by plugin se měl aktualizovat sám při přihlášení dalšího hráče z jiné skupiny a měl by se přeskupit. Je možné, že vzhledem k intervalu se to projeví třeba až po několika sekundách. Kdybys to nechal chvíli bez ručního reloadu, nepřerovná se to samo?

Ohledně SuperVanish: Máš na serveru ProtocolLib? Nevidím tam specificky nastavení, že bys měl ze seznamu zmizet, ale můžeš tam nastavit MarkVanishedPlayersAsSpectators, čímž by ses měl zobrazit jen jako v gamemode spectator. Případně nastavit AdjustListOfLoggedInPlayers na false.

Re: Animated-TabList - "Nefunguje" zoraďovanie

Napsal: 21 zář 2020, 14:58
od RayCodeCSC
Vyšla nová aktualizácia na ten plugin (animated tablist), teraz už to zoradenie nefunguje ani po reload-u :).

Edit: Skúšal som aj počkať, no čakal som aj 30 minút a nič sa neaktualizovalo.

Re: Animated-TabList - "Nefunguje" zoraďovanie

Napsal: 21 zář 2020, 18:52
od RayCodeCSC
A čo sa ešte týka toho SuperVanish pluginu: Urobil som čo si napísal, a stále ma hráči nevidia v TAB-u.

Re: Animated-TabList - "Nefunguje" zoraďovanie

Napsal: 22 zář 2020, 14:36
od nejento
Jestli to aktualizace rozbila ještě víc, je dost možné, že problém je přímo v pluginu. V takovém případě zkus kontaktovat přímo tvůrce pluginu. Ještě mě napadá, že jsi neposílal latest.log. Pošli ho. Třeba to vyhazuje nějaké chyby.

S tím tabem, je možné, že tě bude skrývat ještě nějaký jiný plugin. Třeba právě i ten Animated Tablist, neboť v jeho configu je zmínka právě o vanished hráčíchc.

Re: Animated-TabList - "Nefunguje" zoraďovanie

Napsal: 22 zář 2020, 19:46
od RayCodeCSC
Pozeral som config v TAB-list plugin-e, no nič som tam nenašiel konkrétne čo by sa týkalo zakritia vanoshed hráčov v TAB-liste.