« GameModeControl » : différence entre les versions
Aller à la navigation
Aller à la recherche
Page créée avec « {{Infobox Plugin | image = GameModeControl_logo.png | catégorie = Utilitaire | dev = MCMainiac | bukkit = gamemode-control | sources = [https://github.com/MCMainiac/GameM... » |
mAucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
{{Infobox Plugin | {{Infobox Plugin | ||
| image = | | image = GameModeControl_Logo.png | ||
| catégorie = Utilitaire | | catégorie = Utilitaire | ||
| dev = MCMainiac | | dev = MCMainiac |
Version du 26 juillet 2016 à 12:16
GameModeControl | ||||
---|---|---|---|---|
![]() | ||||
Plugin | ||||
Catégorie | Utilitaire [edit] | |||
Développeur(s) | MCMainiac | |||
Bukkit | gamemode-control | |||
Sources | Github | |||
Nefald | ||||
Status | installé [edit] | |||
Grade requis | Bâtisseur | |||
Article | ||||
Dernière révision | 26/07/2016 |
GameModeControl nous permet de gérer le gamemode sur le serveur. En effet les inventaires et xp sont switchés selon le gamemode (et permet donc d'avoir des inventaires différents).
Entre autres GameModeControl permet de restreindre ou non le gamemode creative en bloquant les interactions avec les coffres, dispensers etc mais aussi permet de bloquer le drop.
Configuration
En tant que tel GameModeControl n'a pas d'utilisation au travers de commandes, mis à part pour sa configuration.
Il gère entièrement le gamemode creative dès qu'un utilisateur l'utilise.
Commande | Description | Permission |
---|---|---|
/gm <id> [player]
|
Change the gamemode of a player to the specified one | gmc.gamemode[.self / .others]
|
/gm0 [player]
|
Change the gamemode of a player to survival | gmc.survival[.self / .others]
|
/gm1 [player]
|
Change the gamemode of a player to creative | gmc.creative[.self / .others]
|
/gm2 [player]
|
Change the gamemode of a player to adventure | gmc.adventure[.self / .others]
|
/gm3 [player]
|
Change the gamemode of a player to spectator | gmc.spectator[.self / .others]
|
/gmonce <player> [survival] [creative] [adventure] [spectator]
|
Allow a player to change his/her game mode only one time | gmc.gmonce
|
/gmtemp <player><game mode> <seconds>
|
Change the game mode of a player only temporary (e.g. 30s) | gmc.gmtemp
|
/gmh [page / command]
|
Show all commands f/r GMC or help for a specific command | gmc.gmh
|
/gmi
|
Shows information about GMC, such as the version | gmc.gmi
|
/gmr
|
Reloads the whole server in order to reload the config of GMC | gmc.gmr
|
config.yml
options:
force-gamemode:
enable: false
mode: survival
auto-update: false
mcstats: false
Survival:
self: '&aVotre gamemode a été défini sur &6&osurvival&a.'
from: '&aVotre gamemode a été défini sur &6&osurvival&a.'
to: '&aLe gamemode de &7$player &aa été défini sur &6&osurvival&a.'
Creative:
self: '&aVotre gamemode a été défini sur &6&ocreative&a.'
from: '&aVotre gamemode a été défini sur &6&ocreative&a.'
to: '&aLe gamemode de &7$player &aa été défini sur &6&ocreative&a.'
Adventure:
self: '&aVotre gamemode a été défini sur &6&oadventure&a'
from: '&aVotre gamemode a été défini sur &6&oadventure&a.'
to: '&aLe gamemode de &7$player &aa été défini sur &6&oadventure&a.'
Spectator:
self: '&aVotre gamemode a été défini sur &6&ospectator.'
from: '&aVotre gamemode a été défini sur &6&ospectator.'
to: '&aLe gamemode de &7$player &aa été défini sur &6&ospectator.'
Other:
player not found: '&cImpossible de trouver le joueur &7$player'
gamemode not found: '&cImpossible de trouver le gamemode &7$gm'
no permission: '&cVous n''avez pas la permission de faire ça.'