Ir para conteúdo

NTE Erro console


JmDiego275

Posts Recomendados

Bom quando algum player entra o nte da esse erro mas ele da o prefixo ai jogador, mas não fica salvo na players.yml

> [14:36:59 INFO]: [NametagEdit] As the error above suggests, you do NOT have any placeholder plugins installed. The placeholder API is merely an interface, it requires other plugins to function. This is NOT an issue with NametagEdit.

Link para o comentário
Compartilhar em outros sites

3 minutos atrás, rubenlousada11 disse:

manda a config do nte

Spoiler

# ---------------------------------------------------------
# NametagEdit by sgtcaze and Cory
# ---------------------------------------------------------
# Development Builds: http://ci.playmc.cc/job/NametagEdit
# Source Code: http://www.github.com/sgtcaze/NametagEdit
# ---------------------------------------------------------

# These settings allow you to customize the behavior of the
# tab list.
Tablist:
  # If Enabled, NametagEdit will format the Tab menu
  Enabled: true
  # !! EXPERIMENTAL !!
  # This feature will use the PlayerListName to set your
  # nametag. It will allow you to bypass the 16 character limit
  # for prefix/suffix. Be warned: This does not work on earlier versions
  # of Minecraft. Please report issues to our GitHub, and we'll try to help.
  LongTags: false

# If enabled, this plugin will send small data MCStats.org.
MetricsEnabled: true

# If enabled, players with NametagEdit nametags will not be able to push each other (1.9+)
DisablePush: false

# Do you have strange, unexplained lag emanating from NametagEdit? Likely it's a few plugins
# manipulating the primary scoreboard, and not clearing the resources. This setting will
# clear empty teams on a timer. You can also clear it with /nte teams clear. This setting
# will be in seconds. e.g. every 300 seconds clear empty teams (5 minutes). Set this to < 1
# to disable this feature.
ClearEmptyTeamsInterval: -1

# If enabled, NametagEdit will turn your console into spam
# heaven. Useful for reporting issues!
Debug: false

# Some servers have different permissions per world, and therefore different potential nametags
# per world. If you want to refresh a player's nametag when they change worlds, set
# this option to true.
RefreshTagOnWorldChange: false

# If enabled, NametagEdit will refresh nametags on an interval. Note: this does NOT do any
# reloading. This will not pickup changes made from the file or database. Instead, it will
# take any changes made by commands and/or placeholder changes. Set this to < 1 to disable
# this feature. This feature is in seconds. NOTE: We do not recommend this.
RefreshInterval: 0

# If enabled, NametagEdit will use database support
MySQL:
  Enabled: false
  Hostname: localhost
  Port: 3306
  Username: myUsername
  Password: myPassword
  Database: myDatabase
  # WARNING: If you do not know what this is for, do not change it!
  # This allows users to customize their schema to their liking.
  GroupsTable: nte_groups
  PlayersTable: nte_players
  ConfigTable: nte_config
  # Minimum connection pool size
  # WARNING: If you have no idea what this is for, do not change.
  # To see the optimal connections for your setup, please visit:
  # https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing
  # And review the pool size configuration (Tn x (Cm - 1) + 1)
  MinimumPoolSize: 10

 

Link para o comentário
Compartilhar em outros sites

1 minuto atrás, JmDiego275 disse:
  Mostrar conteúdo oculto

# ---------------------------------------------------------
# NametagEdit by sgtcaze and Cory
# ---------------------------------------------------------
# Development Builds: http://ci.playmc.cc/job/NametagEdit
# Source Code: http://www.github.com/sgtcaze/NametagEdit
# ---------------------------------------------------------

# These settings allow you to customize the behavior of the
# tab list.
Tablist:
  # If Enabled, NametagEdit will format the Tab menu
  Enabled: true
  # !! EXPERIMENTAL !!
  # This feature will use the PlayerListName to set your
  # nametag. It will allow you to bypass the 16 character limit
  # for prefix/suffix. Be warned: This does not work on earlier versions
  # of Minecraft. Please report issues to our GitHub, and we'll try to help.
  LongTags: false

# If enabled, this plugin will send small data MCStats.org.
MetricsEnabled: true

# If enabled, players with NametagEdit nametags will not be able to push each other (1.9+)
DisablePush: false

# Do you have strange, unexplained lag emanating from NametagEdit? Likely it's a few plugins
# manipulating the primary scoreboard, and not clearing the resources. This setting will
# clear empty teams on a timer. You can also clear it with /nte teams clear. This setting
# will be in seconds. e.g. every 300 seconds clear empty teams (5 minutes). Set this to < 1
# to disable this feature.
ClearEmptyTeamsInterval: -1

# If enabled, NametagEdit will turn your console into spam
# heaven. Useful for reporting issues!
Debug: false

# Some servers have different permissions per world, and therefore different potential nametags
# per world. If you want to refresh a player's nametag when they change worlds, set
# this option to true.
RefreshTagOnWorldChange: false

# If enabled, NametagEdit will refresh nametags on an interval. Note: this does NOT do any
# reloading. This will not pickup changes made from the file or database. Instead, it will
# take any changes made by commands and/or placeholder changes. Set this to < 1 to disable
# this feature. This feature is in seconds. NOTE: We do not recommend this.
RefreshInterval: 0

# If enabled, NametagEdit will use database support
MySQL:
  Enabled: false
  Hostname: localhost
  Port: 3306
  Username: myUsername
  Password: myPassword
  Database: myDatabase
  # WARNING: If you do not know what this is for, do not change it!
  # This allows users to customize their schema to their liking.
  GroupsTable: nte_groups
  PlayersTable: nte_players
  ConfigTable: nte_config
  # Minimum connection pool size
  # WARNING: If you have no idea what this is for, do not change.
  # To see the optimal connections for your setup, please visit:
  # https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing
  # And review the pool size configuration (Tn x (Cm - 1) + 1)
  MinimumPoolSize: 10

 

não me estava referindo a esse ficheiro, estava falando o ficheiro onde voce poe as "tags"

Link para o comentário
Compartilhar em outros sites

11 minutos atrás, rubenlousada11 disse:

não me estava referindo a esse ficheiro, estava falando o ficheiro onde voce poe as "tags"

Spoiler

Groups:
  Master:
    Permission: nte.master
    Prefix: '&6[Master] '
    Suffix: '&6'
    SortPriority: 1
  Gerente:
    Permission: nte.gerente
    Prefix: '&9[Gerente] '
    Suffix: '&9'
    SortPriority: 2
  Admin:
    Permission: nte.admin
    Prefix: '&c[Admin] '
    Suffix: '&c'
    SortPriority: 3
  Moderador:
    Permission: nte.moderador
    Prefix: '&a[Moderador] '
    Suffix: '&a'
    SortPriority: 4
  Ajudante:
    Permission: nte.ajudante
    Prefix: '&e[Ajudante] '
    Suffix: '&e'
    SortPriority: 5
  Diversity:
    Permission: nte.diversity
    Prefix: '&6[Champion] '
    Suffix: '&6'
    SortPriority: 8
  Magma:
    Permission: nte.magma
    Prefix: '&4[Lord] '
    Suffix: '&4'
    SortPriority: 9
  Dragon:
    Permission: nte.dragon
    Prefix: '&3[Warrior] '
    Suffix: '&3'
    SortPriority: 10
  Yt:
    Permission: nte.yt
    Prefix: '&c[YT] '
    Suffix: '&c'
    SortPriority: 6
  MiniYt:
    Permission: nte.myt
    Prefix: '&c[MiniYT] '
    Suffix: '&c'
    SortPriority: 7
  Membro:
    Permission: nte.membro
    Prefix: '&7'
    Suffix: '&7'
    SortPriority: 11

 

Link para o comentário
Compartilhar em outros sites

Tem algum erro antes desse?

Traduzindo o erro:  [NametagEdit] Como o erro acima sugere, você NÃO tem nenhum plugin de placeholder instalado. A API do placeholder é meramente uma interface, a qual necessita outros plugins para funcionar. Isso NÃO é um erro com o NametagEdit.

Link para o comentário
Compartilhar em outros sites

2 minutos atrás, bieel1503 disse:

Tem algum erro antes desse?

Traduzindo o erro:  [NametagEdit] Como o erro acima sugere, você NÃO tem nenhum plugin de placeholder instalado. A API do placeholder é meramente uma interface, a qual necessita outros plugins para funcionar. Isso NÃO é um erro com o NametagEdit.

Nada

2 minutos atrás, bieel1503 disse:

Tem algum erro antes desse?

Traduzindo o erro:  [NametagEdit] Como o erro acima sugere, você NÃO tem nenhum plugin de placeholder instalado. A API do placeholder é meramente uma interface, a qual necessita outros plugins para funcionar. Isso NÃO é um erro com o NametagEdit.

image.png

Link para o comentário
Compartilhar em outros sites

É, não manda nenhum erro mesmo. Essa mensagem acontece quando tem o "MVdWPlaceholderAPI" e não tem nenhum plugin de placeholder, como tá AQUI. E como você tá colocando o prefix? Parece que ele só salva no 'players.yml' quando aplica por comando.

Link para o comentário
Compartilhar em outros sites

2 minutos atrás, bieel1503 disse:

É, não manda nenhum erro mesmo. Essa mensagem acontece quando tem o "MVdWPlaceholderAPI" e não tem nenhum plugin de placeholder, como tá AQUI. E como você tá colocando o prefix? Parece que ele só salva no 'players.yml' quando aplica por comando.

como assim colocar o prefix?

Link para o comentário
Compartilhar em outros sites

A tag, como você tá setando pro jogador? Por um plugin que utiliza a API dele ou pelo comando do próprio plugin(/nte player)? Se for pela API, ele não salva na config, ele só salva quando você aplica por comando. Se estiver utilizando a API, você tem que salvar manualmente. Você pode ver como ele salva AQUI.

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...