Skocz do zawartości
  • 0

Problem z pluginem pvpmanager


Pytanie

Mam już od dawna problem z pvpmanagerem, i chciałbym go rozwiązać bo mam problemy w skonfigurowaniu 1 rzeczy i mam nadzieję że ktoś będzie wstanie z tego forum to naprawić, mam na myśli nametag prefix ponieważ ono mi usuwa rangę nad głową

# Section about the tag system
# Time -> How long should the tag last in seconds
# NameTag Prefix -> Choose the player's nametag prefix while tagged, '&c' would just color his name red
# while 'none' or empty quotes '' will disable this feature completely
# Color -> Necessary on 1.13+, changes name color and glowing color, leave empty '' for no color
# Glowing -> For 1.9+ only, sets the player glowing while tagged
# Action Bar -> Symbol to use for the bar and how many times to repeat it. Leave message empty to disable. Other symbols ▊,▮,▯,|
# Self Tag -> Allow players to tag themselves with a bow
# Untag Enemy -> When the player kills the enemy he was fighting he gets untagged
# Block -> Section is self-explanatory, what to block in combat
# Command whitelist is recursive, allowing 'tell' will allow 'tell' with any number of arguments
# Punish On Kick -> Punish the player even if he gets kicked by other plugin while tagged
# Money Penalty -> Money lost on combat log, use less or equal to 1 for percentage like 0.05 for 5%, 1 for 100% (0 to disable)
# Log To File -> Logs all combat loggers to a file that you can read later
# Kill on Logout -> Should the player be killed and, if so, what will he drop
# Commands On PvPLog -> List of commands to execute on combat log, use '%p' for player name
# And use the 'announce' command to broadcast, to disable just delete the command
Tagged In Combat:
  Enabled: true
  Time: 20
  NameTag Prefix: '&4&lCombat '
  Color: '&c'
  Glowing: true
Glicz

Wstawiam kod w code, przenoszę treść tematu z tytułu, poprawiam tytuł.

Notatka dodana przez Glicz

Odnośnik do komentarza
https://skript.pl/temat/54578-problem-z-pluginem-pvpmanager/
Udostępnij na innych stronach

9 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

poprostu dodaj placeholdera vault_rank czyli:

 

# Section about the tag system
# Time -> How long should the tag last in seconds
# NameTag Prefix -> Choose the player's nametag prefix while tagged, '&c' would just color his name red
# while 'none' or empty quotes '' will disable this feature completely
# Color -> Necessary on 1.13+, changes name color and glowing color, leave empty '' for no color
# Glowing -> For 1.9+ only, sets the player glowing while tagged
# Action Bar -> Symbol to use for the bar and how many times to repeat it. Leave message empty to disable. Other symbols ▊,▮,▯,|
# Self Tag -> Allow players to tag themselves with a bow
# Untag Enemy -> When the player kills the enemy he was fighting he gets untagged
# Block -> Section is self-explanatory, what to block in combat
# Command whitelist is recursive, allowing 'tell' will allow 'tell' with any number of arguments
# Punish On Kick -> Punish the player even if he gets kicked by other plugin while tagged
# Money Penalty -> Money lost on combat log, use less or equal to 1 for percentage like 0.05 for 5%, 1 for 100% (0 to disable)
# Log To File -> Logs all combat loggers to a file that you can read later
# Kill on Logout -> Should the player be killed and, if so, what will he drop
# Commands On PvPLog -> List of commands to execute on combat log, use '%p' for player name
# And use the 'announce' command to broadcast, to disable just delete the command
Tagged In Combat:
  Enabled: true
  Time: 20
  NameTag Prefix: '&7[%vault_rank%&7] &4&lCombat '
  Color: '&c'
  Glowing: true

Musisz miec papi link:

https://github.com/PlaceholderAPI/PlaceholderAPI/releases

Jak zainztalujesz wpisz komende:

/papi ecloud download Vault

Wtedy wklej mój config i powinno działać

Odnośnik do komentarza
https://skript.pl/temat/54578-problem-z-pluginem-pvpmanager/#findComment-330880
Udostępnij na innych stronach

  • 0

@xMarmo321pokazuje mi błąd YAML! może pokaże ci więcej tego cofingu bo może to nie wystarcza

# Section about the tag system
# Time -> How long should the tag last in seconds
# NameTag Prefix -> Choose the player's nametag prefix while tagged, '&c' would just color his name red
# while 'none' or empty quotes '' will disable this feature completely
# Color -> Necessary on 1.13+, changes name color and glowing color, leave empty '' for no color
# Glowing -> For 1.9+ only, sets the player glowing while tagged
# Action Bar -> Symbol to use for the bar and how many times to repeat it. Leave message empty to disable. Other symbols ▊,▮,▯,|
# Self Tag -> Allow players to tag themselves with a bow
# Untag Enemy -> When the player kills the enemy he was fighting he gets untagged
# Block -> Section is self-explanatory, what to block in combat
# Command whitelist is recursive, allowing 'tell' will allow 'tell' with any number of arguments
# Punish On Kick -> Punish the player even if he gets kicked by other plugin while tagged
# Money Penalty -> Money lost on combat log, use less or equal to 1 for percentage like 0.05 for 5%, 1 for 100% (0 to disable)
# Log To File -> Logs all combat loggers to a file that you can read later
# Kill on Logout -> Should the player be killed and, if so, what will he drop
# Commands On PvPLog -> List of commands to execute on combat log, use '%p' for player name
# And use the 'announce' command to broadcast, to disable just delete the command
Tagged In Combat:
  Enabled: true
  Time: 20
  NameTag Prefix: '&7[%vault_rank%&7] &4&lCombat '
  Color: '&c'
  Glowing: true
  Action Bar: [tutaj mi pokazuje ten błąd]
    Message: '&b&lWalka! &a<barsLeft>&c<barsPassed> &e&l<time> &b[sekund]'
    Symbol: '♡'
    Total Bars: 20
  Self Tag: false
  Untag Enemy: false
  Block:
    EnderPearls: true
    ChorusFruits: true
    Teleport: true
    Place Blocks: false
    Interact: false
    Elytra: false
    Eat: false
    Commands:
      Enabled: true
      Whitelist: true
      Command List:
        - 'msg'
        - 'r'
  Punishments:
    Punish On Kick: true
    Money Penalty: 0
    Log To File: true
    Kill on Logout:
      Enabled: true
      Player Drops:
        Inventory: true
        Experience: true
        Armor: true

Edytowane przez mroczny_las
Odnośnik do komentarza
https://skript.pl/temat/54578-problem-z-pluginem-pvpmanager/#findComment-330884
Udostępnij na innych stronach

  • 1

Juz:

 

Tagged In Combat:
  Enabled: true
  Time: 20
  NameTag Prefix: '&7[%vault_rank%&7] &4&lCombat '
  Color: '&c'
  Glowing: true
  ActionBar:
    Message: '&b&lWalka! &a<barsLeft>&c<barsPassed> &e&l<time> &b[sekund]'
    Symbol: '♡'
    TotalBars: 20
  SelfTag: false
  UntagEnemy: false
  Block:
    EnderPearls: true
    ChorusFruits: true
    Teleport: true
    PlaceBlocks: false
    Interact: false
    Elytra: false
    Eat: false
    Commands:
      Enabled: true
      Whitelist: true
      CommandList:
        - 'msg'

 

Odnośnik do komentarza
https://skript.pl/temat/54578-problem-z-pluginem-pvpmanager/#findComment-330885
Udostępnij na innych stronach

  • 0
3 godziny temu, xMarmo321 napisał:

Juz:

 

Tagged In Combat:
  Enabled: true
  Time: 20
  NameTag Prefix: '&7[%vault_rank%&7] &4&lCombat '
  Color: '&c'
  Glowing: true
  ActionBar:
    Message: '&b&lWalka! &a<barsLeft>&c<barsPassed> &e&l<time> &b[sekund]'
    Symbol: '♡'
    TotalBars: 20
  SelfTag: false
  UntagEnemy: false
  Block:
    EnderPearls: true
    ChorusFruits: true
    Teleport: true
    PlaceBlocks: false
    Interact: false
    Elytra: false
    Eat: false
    Commands:
      Enabled: true
      Whitelist: true
      CommandList:
        - 'msg'

 

gdy zabijam jakiegoś gracza to wyświetla mi [nick] was slain by [%vault_rank%&7] Combat [moj nick] może wiesz jak to naprawić?

Odnośnik do komentarza
https://skript.pl/temat/54578-problem-z-pluginem-pvpmanager/#findComment-330888
Udostępnij na innych stronach

  • 0

ale ranga sie wyswietla? jak nie to musisz pobrać papi pisałem

10 godzin temu, xMarmo321 napisał:

Musisz miec papi link:

https://github.com/PlaceholderAPI/PlaceholderAPI/releases

Jak zainztalujesz wpisz komende:

/papi ecloud download Vault

Wtedy wklej mój config i powinno działać

O tutaj

Odnośnik do komentarza
https://skript.pl/temat/54578-problem-z-pluginem-pvpmanager/#findComment-330892
Udostępnij na innych stronach

Dołącz do dyskusji

Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.

Nieaktywny
Odpowiedz na pytanie...

×   Wklejono zawartość z formatowaniem.   Usuń formatowanie

  Dozwolonych jest tylko 75 emoji.

×   Odnośnik został automatycznie osadzony.   Przywróć wyświetlanie jako odnośnik

×   Przywrócono poprzednią zawartość.   Wyczyść edytor

×   Nie możesz bezpośrednio wkleić grafiki. Dodaj lub załącz grafiki z adresu URL.

  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...