LuckPerms

LuckPerms

41.4k Downloads

Wrong displayname displaying

TymekSL opened this issue · 0 comments

commented

Description

I want to display [Gracz] (this is displayname for default) but on the first message its [default]

Reproduction Steps

Using it: https://www.spigotmc.org/resources/%E2%9C%A8-clean-screenshare-%E2%80%A2-proxy-based-screenshare-server-handler-bungeecord-velocity-redis-support.107548/updates
with discord webhook

Expected Behaviour

Wrong displaying of player rank

Server Details

PaperSpigot - 1.19.3

LuckPerms Version

v.5.3.98

Logs and Configs

___ __ ____ __ _ _ ___ ___

/ __)( ) ( _) /\ ( ( ) / __)/ __)

( (__ )(__ )) /()\ ) ( __ \__ \

_)()()()()()_) (/(___/

Messages file. Made with ❤ by frafol.

For support: discord.io/futuredevelopment

messages:

prefix: "&4&lD&c&lC &7»"

usage: "%prefix% &7Użyj: &d/ss [nick] &7- &d/ssfinish [nick] &7- &d/ssinfo [nick]"

only_players: "%prefix% &7Komenda jest tylko dla &dgraczy"

no_permission: "%prefix% &cBrak uprawnień!"
not_online: "%prefix% &7Gracz &d%player% &7nie jest &conline"

yourself: "%prefix% &7Nie możesz sprawdzić sam siebie &dxD"
player_bypass: "%prefix% &cNie możesz sprawdzić tego gracza"
already_in_control: "%prefix% &7Ten gracz jest już sprawdzany!"
not_under_control: "%prefix% &7Ten gracz nie jest sprawdzany!"

reloaded: "%prefix% &aPrzeładowano konfiguracje"

server_offline: "%prefix% &7Server na który chcesz się połączyć nie jest włączony!"

control:

admin_notification: "%prefix% &7The player &d%admin% &7started a &dhack control &7to &d%suspect%&7."

suspicious_main: "%prefix% &7Jestes sprawdzany! Postepuj zgodnie z instrukcjami na chacie"
suspicious_finish: "%prefix% &7Sprawdzanie zostalo zakonczone! Dziekujemy ;>"
suspicious_disconnect: "%prefix% &7Sprawdzanie zostalo wstrzymane ,poniewaz &e%player% &cwyszedl"

info:
main_message:
- "&8&m------&5&m------&d&m------&5&m------&8&m------"
- "&f"
- "&d%player% &7Informacje:"
- "&f"
- "&7W czasie sprawdzania: &d%is_in_control%"
- "&cFalse - Nie &aTrue - Tak"
- "&f"
- "&7Ukończone kontrole: &dx%controls_done%"
- "&7Wwszystkie kontrole: &d%controls_suffered%"
- "&f"
- "&8&m------&5&m------&d&m------&5&m------&8&m------"

staff_message:

# Administration message sent to the staffer when sending in hack control server.
format:
  - "&8&m------&5&m------&d&m------&5&m------&8&m------"
  - ""
  - "&a&lWitaj! Sprawdzasz gracza!"
  - "&d&lUżyj kolejno komend /s1 do /s5 aby przejść"
  - "&d&lpomyślnie przez sprawdzanie"
  - ""
  - "&a&lPoniżej zostały przedstawione przyciski które"
  - "&a&lumożliwiają konkretną akcje. Jeśli potrzebujesz pomocy"
  - "&a&lskontaktuj się z &4&lAdminem lub rangą wyżej"
  - "&a&LPowodzenia!"
  - ""
  - "&d%cleanname% &7(Gracz jest czysty)"
  - "&d%hackername% &7(Gracz posiada cheaty)"
  - "&d%admitname% &7(Gracz przyznał się do cheatów)"
  - "&d%refusename% &7(Gracz odmawia sprawdzania)"
  - ""
  - "&8&m------&5&m------&d&m------&5&m------&8&m------"

# Clickable messages to put in the Administration message. (%player% is the suspicious player name)
clean:
  name: "[Czysty]"
  command: "/controlfinish %player%"
cheater:
  name: "[Cheater]"
  command: "/tempban %player% 7d Cheaty"
admit:
  name: "[Przyznanie]"
  command: "/tempban %player% 3d Przyznanie do cheatow"
refuse:
  name: "[Odmowa Sprawdzania]"
  command: "/tempban %player% 10d Odmowa sprawdzania"

title:

start:

  # Here you can set a title that will be sent to the user when it is put into hack control.
  enable: true

  delay: 2 # In seconds

  title: "&c&lJESTEŚ SPRAWDZANY"
  subtitle: "&7&oPostępuj zgodnie z instrukcjami na chacie..."

  fade_in: 1
  stay: 2
  fade_out: 1

finish:

  # Here you can set a title that will be sent to the user when it is leaving the hack control.
  enable: true

  delay: 2 # In seconds

  title: "&e&lSPRAWDZANIE"
  subtitle: "&a&lUkończono sprawdzanie!"

  fade_in: 1
  stay: 2
  fade_out: 2

chat:

# Here you can set a chat format that will be used during the hack control.
enable: true

# Sets the Chat Format of the Control server. (You can use %userprefix% or %usersuffix% if you have LuckPerms installed)
format: "%state%%userprefix%%player% &7» &f%message%"

# Set a prefix for users (suspect and staffer) in the chat.
states:
  suspect: "&b&lPODEJRZANY &b"
  staffer: "&6&lADMINISTRATOR &c"

limbo_addon:
  # If you use LimboAPI, you can't use commands in the limbo.
  command_blocked: "%prefix% &7You can't use commands in a &dLimbo&7."

discord:

# These messages will be sent in the discord channel when a certain thing happens.
# You can use %staffer%, %suspect%. If you are using LuckPerms, you can also use %admingroup% and %suspectgroup%.
started: "Administrator [%admingroup%] %staffer% rozpoczął sprawdzanie [%suspectgroup%] %suspect%"

# You can use %staffer%, %suspect% and %result%. If you are using LuckPerms, you can also use %admingroup% and %suspectgroup%.
finished: "Administrator [%admingroup%] %staffer% ukończył sprawdzanie gracza [%suspectgroup%] %suspect% Wynik sprawdzania: %result%"

# You can use %staffer%, %suspect% and %result%. If you are using LuckPerms, you can also use %admingroup% and %suspectgroup%.
suspect_left_during_control: "Gracz %suspect%, wylogował się podczas sprawdzania!" 

# Output of placeholder %result%.
results:
  clean: "Gracz jest czysty"
  cheater: "Cheater"
  left: "Wyszedł (logout)"

Enjoy.

Extra Details

No response