« NametagEdit » : différence entre les versions
Aller à la navigation
Aller à la recherche
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 69 : | Ligne 69 : | ||
|{{Bleu|nametagedit.groups}} | |{{Bleu|nametagedit.groups}} | ||
|} | |} | ||
== Configuration == | |||
<syntaxhighlight lang="Yaml"> | |||
#----------------- | |||
# NametagEdit | |||
#----------------- | |||
# Development Builds: http://ci.playmc.cc/job/NametagEdit | |||
# Source Code: http://www.github.com/sgtcaze/NametagEdit | |||
#----------------- | |||
# If "true", this will remove any formatting created in the tab list by prefixes / suffixes | |||
# Do not set this to true if you already have a plugin that changes the tab list | |||
TabListDisabled: false | |||
# If enabled, this plugin will send small data MCStats.org. | |||
MetricsEnabled: true | |||
# If enabled, NametagEdit will use database support | |||
MySQL: | |||
Enabled: false | |||
Hostname: localhost | |||
Port: 3306 | |||
Username: myUsername | |||
Password: myPassword | |||
Database: myDatabase | |||
</syntaxhighlight> | |||
[[Catégorie:Plugin utilisant MySQL]] | [[Catégorie:Plugin utilisant MySQL]] |
Version du 6 mars 2016 à 10:50
NametagEdit | ||||
---|---|---|---|---|
![]() | ||||
Plugin | ||||
Catégorie | Utilitaire [edit] | |||
Développeur(s) | sgtcaze, Cory | |||
Spigot | nametagedit.3836 | |||
Sources | Github | |||
Nefald | ||||
Status | installé [edit] | |||
Grade requis | Pérégrin | |||
Article | ||||
Dernière révision | 6/03/2016 |
NametagEdit est un plugin simple de configuration permettant de modifier les nametags et la tablist en jeu, jusqu'à 16 caractères avant et après le pseudonyme.
Commandes et permissions
Commande | Description | Permission |
---|---|---|
/nte
|
Displays all available command arguments | nametagedit.use |
/nte debug
|
Displays debug information | nametagedit.use |
/nte reload
|
Reloads configuration and nametags | nametagedit.reload |
/nte clear [joueur]
|
Clears the prefix and suffix for a player | nametagedit.clear.self OU nametagedit.clear.others |
/nte <prefix/suffix> [joueur] <texte>
|
Sets the prefix or suffix for a player | nametagedit.edit.self OU nametagedit.edit.others |
/nte groups list
|
Lists all loaded groups | nametagedit.groups |
/nte groups order <groups>
|
Orders the priority of groups. | nametagedit.groups |
/nte groups add [groupe]
|
Creates a new group | nametagedit.groups |
/nte groups remove [groupe]
|
Removes a group | nametagedit.groups |
/nte groups [groupe] [perm] <valeur>
|
Sets the default permission for a group | nametagedit.groups |
/nte groups [groupe] [prefix] <valeur>
|
Sets the prefix for a group | nametagedit.groups |
/nte groups [groupe] [suffix] <valeur>
|
Sets the suffix for a group | nametagedit.groups |
/nte groups [groupe] clear <prefix/suffix>
|
Clears the suffix for a group | nametagedit.groups |
Configuration
#-----------------
# NametagEdit
#-----------------
# Development Builds: http://ci.playmc.cc/job/NametagEdit
# Source Code: http://www.github.com/sgtcaze/NametagEdit
#-----------------
# If "true", this will remove any formatting created in the tab list by prefixes / suffixes
# Do not set this to true if you already have a plugin that changes the tab list
TabListDisabled: false
# If enabled, this plugin will send small data MCStats.org.
MetricsEnabled: true
# If enabled, NametagEdit will use database support
MySQL:
Enabled: false
Hostname: localhost
Port: 3306
Username: myUsername
Password: myPassword
Database: myDatabase