Plugin Résolu Problème avec NameTagEdit

_Aube_

Architecte en herbe
27 Mai 2017
31
12
69
18
edinrio.fr
Bonjour, j'ai récemment mit NameTagEdit sur mon serveur minecraft et la 1ere fosi que j'ai voulu le mettre une erreur m'est apparu, j'ai essayé de la résoudre mais je n'y suis pas arrivé. Plusieurs jours plus tard j'ai voulu réessayer et ça a marché par miracle, donc j'étais tout content etc... et plusieurs jours après il se décide à ne plus fonctionner en me mettant cette erreur
1592210363074.png

J'ai essayé donc d'importer le fichier config.yml que j'avais gardé au cas où dans le dossier de NTE et lorsque je veux /enable NameTagEdit le fichier config.yml se supprime et après m'affiche cette erreur dans la console :/

Je précise que j'utilise bien la dernière version de NameTagEdit

Merci d'avance pour votre aide :)
 
  • J'aime
Reactions: Sandaki

Stylbay

Aventurier
16 Juin 2020
2
0
1
23
Bonjour,


Pourrais tu nous dire la version éxacte de ton serveur Minecraft ?
Il est probable que NametagEdit n'est pas à la bonne version de ton serveur minecraft

Cordialement
Stylbay
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 531
24
2 247
347
27
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

J'ai essayé donc d'importer le fichier config.yml que j'avais gardé au cas où dans le dossier de NTE et lorsque je veux /enable NameTagEdit le fichier config.yml se supprime et après m'affiche cette erreur dans la console :/
Est-ce qu'il n'y a pas une erreur avant dans les logs ?
Es-tu sûr que ta configuration est bonne ? Pourrais-tu nous la donner (utilise des balises "code" ou pastebin ;) ).


Cordialement,
Detobel36
 

_Aube_

Architecte en herbe
27 Mai 2017
31
12
69
18
edinrio.fr
Non j'ai bien regardé il n'y a rien avant l'erreur que j'ai envoyée

Le config.yml

YAML:
# ---------------------------------------------------------
# NametagEdit by sgtcaze and Cory
# ---------------------------------------------------------
# Development Builds: https://ci.nametagedit.com
# 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: false
  # !! 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: true
#
# 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


Le groups.yml

YAML:
Groups:
  fondateur:
    Permission: fonda.role
    Prefix: '&4Fondateur&8〉&c'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 1
  administrateur:
    Permission: admin.role
    Prefix: '&4Admin&8〉&f'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 2
  moderateur:
    Permission: moderateur.role
    Prefix: '&9Modo&8〉&7'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 3
  helper:
    Permission: helper.role
    Prefix: '&dHelper&8〉&f'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 4
  perso:
    Permission: perso.role
    Prefix: '&2Perso&8〉&7'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 5
  ades:
    Permission: ades.role
    Prefix: '&6Hadès&8〉&7'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 6
  poseidon:
    Permission: poseidon.role
    Prefix: '&ePoseidon&8〉&7'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 7
  apollon:
    Permission: apollon.role
    Prefix: '&2Apollon&8〉&7'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 8
  athena:
    Permission: athena.role
    Prefix: '&5Athéna&8〉&7'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 9
  youtubeur:
    Permission: youtuber.role
    Prefix: '&cYou&7Tuber&8〉&7'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 10
  miniyoutubeur:
    Permission: miniyoutuber.role
    Prefix: '&4Mini&cYou&7Tuber&8〉&7'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 11
  empereur:
    Permission: empereur.role
    Prefix: '&9Empereur&8〉&7'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 12
  conquerant:
    Permission: conquerant.role
    Prefix: '&5Conquérant&8〉&7'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 13
  paysan:
    Permission: paysan.role
    Prefix: '&ePaysan&8〉&7'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 14
  default:
    Permission: joueur.role
    Prefix: '&7Joueur&8〉&7'
    Suffix: ' &8| &a%jobsr_user_jobs%'
    SortPriority: 15


Et le players.yml

YAML:
Players:
  45fd7405-f219-4d2f-a4d3-ae5ffb6fb2c5:
    Name: shadow8201
    Prefix: '&b&lNear&8〉&7'
    Suffix: ''
    SortPriority: -1
 
  • J'aime
Reactions: Sandaki

_Aube_

Architecte en herbe
27 Mai 2017
31
12
69
18
edinrio.fr
Finalement j'ai trouvé le problème, j'avais downgrade Luckperm sur mon serveur je n'aimais pas le nouveaux lp editor, bref, et j'ai remarqué au démarrage du serveur NameTagEdit faisait une erreur de Hook avec Luckperm du coup j'ai maj Luckperm et ça à remarché, merci vous vos réponses en tt cas :)
 
  • J'aime
Reactions: Sandaki