Aller au contenu
  • 0

Mettre une description a des items ou les enchanter


Question

Posté(e)

Bonjour,

 

je suis entrain de développer un skript pour un serveur faction ( /grade )

et il voudrais des casques en diamant enchantées mais je ne sais pas comment mettre des items enchantées dans les gui alors si personne ne sait comment les enchanter au moins me dire comment mettre une description pour que je mette les enchantement en description.

24 réponses à cette question

Messages recommandés

  • 0
Posté(e)

Salut pour la description:

 

give 1 feather named "blabla" with lore "T'as description" of player

 

Pour passer une ligne dans la description mais ||:

 

give 1 feather named "blabla" with lore "T'as description||T'as description" of player

 

Voila tous en espèrent t'avoir aider :)

  • J'aime 1
  • 0
Posté(e)

command /g1:

trigger:

open chest with 4 rows named "&bLegendaire" to player

wait 2 ticks

format slot 0 of player with 160:0 named "&cFermer" to close

format slot 1 of player with 160:0 named "&cFermer" to close

format slot 2 of player with 160:0 named "&cFermer" to close

format slot 3 of player with 160:0 named "&cFermer" to close

format slot 4 of player with 160:0 named "&cFermer" to close

format slot 5 of player with 160:0 named "&cFermer" to close

format slot 6 of player with 160:0 named "&cFermer" to close

format slot 7 of player with 160:0 named "&cFermer" to close

format slot 8 of player with 160:0 named "&cFermer" to close

format slot 9 of player with 160:0 named "&cFermer" to close

format slot 10 of player with 160:0 named "&cFermer" to close

#----------------------------------armors-------------------------------------------

format slot 11 of player with 276 named "&3● &bLegendaire &3●" with lore "Sharpness I" to close

format slot 12 of player with 310 named "&3● &bLegendaire &3●" with lore "Protection I" to close

format slot 13 of player with 307 named "&3● &bLegendaire &3●" with lore "Protection I" to close

format slot 14 of player with 308 named "&3● &bLegendaire &3●" with lore "Protection I" to close

format slot 15 of player with 313 named "&3● &bLegendaire &3●" with lore "Protection I" to close

#-------------------------------------fin armors------------------------------------

format slot 16 of player with 160:0 named "&cFermer" to close

format slot 17 of player with 160:0 named "&cFermer" to close

format slot 18 of player with 160:0 named "&cFermer" to close

format slot 19 of player with 160:0 named "&cFermer" to close

format slot 20 of player with 160:0 named "&cFermer" to close

#-----------------------------autre--------------------------------------------------

format slot 21 of player with 160:0 named "&3● &bLegendaire &3●" with lore "T'as description" to close

format slot 22 of player with 160:0 named "&3● &bLegendaire &3●" with lore "T'as description" to close

format slot 23 of player with 160:0 named "&3● &bLegendaire &3●" with lore "T'as description" to close

#-----------------------------fin autre----------------------------------------------

format slot 24 of player with 160:0 named "&cFermer" to close

format slot 25 of player with 160:0 named "&cFermer" to close

format slot 26 of player with 160:0 named "&cFermer" to close

format slot 27 of player with 160:0 named "&cFermer" to close

format slot 28 of player with 160:0 named "&cFermer" to close

format slot 29 of player with 160:0 named "&cFermer" to close

format slot 30 of player with 160:0 named "&cFermer" to close

format slot 31 of player with 160:0 named "&cFermer" to close

format slot 32 of player with 160:0 named "&cFermer" to close

format slot 33 of player with 160:0 named "&cFermer" to close

format slot 34 of player with 160:0 named "&cFermer" to close

format slot 35 of player with 160:0 named "&cFermer" to close

  • 0
Posté(e)
command /g1:
   trigger:
       open chest with 4 rows named "&bLegendaire" to player
       wait 2 ticks
       format slot 0 of player with 160:0 named "&cFermer" to close
       format slot 1 of player with 160:0 named "&cFermer" to close
       format slot 2 of player with 160:0 named "&cFermer" to close
       format slot 3 of player with 160:0 named "&cFermer" to close
       format slot 4 of player with 160:0 named "&cFermer" to close
       format slot 5 of player with 160:0 named "&cFermer" to close
       format slot 6 of player with 160:0 named "&cFermer" to close
       format slot 7 of player with 160:0 named "&cFermer" to close
       format slot 8 of player with 160:0 named "&cFermer" to close
       format slot 9 of player with 160:0 named "&cFermer" to close
       format slot 10 of player with 160:0 named "&cFermer" to close
#----------------------------------armors-------------------------------------------
       format slot 11 of player with 276 named "&3● &bLegendaire &3●" with lore "Sharpness I" to close
       format slot 12 of player with 310 named "&3● &bLegendaire &3●" with lore "Protection I" to close
       format slot 13 of player with 307 named "&3● &bLegendaire &3●" with lore "Protection I" to close
       format slot 14 of player with 308 named "&3● &bLegendaire &3●" with lore "Protection I" to close
       format slot 15 of player with 313 named "&3● &bLegendaire &3●" with lore "Protection I" to close
#-------------------------------------fin armors------------------------------------
       format slot 16 of player with 160:0 named "&cFermer" to close
       format slot 17 of player with 160:0 named "&cFermer" to close
       format slot 18 of player with 160:0 named "&cFermer" to close
       format slot 19 of player with 160:0 named "&cFermer" to close
       format slot 20 of player with 160:0 named "&cFermer" to close
#-----------------------------autre--------------------------------------------------
       format slot 21 of player with 160:0 named "&3● &bLegendaire &3●" with lore "T'as description" to close
       format slot 22 of player with 160:0 named "&3● &bLegendaire &3●" with lore "T'as description" to close
       format slot 23 of player with 160:0 named "&3● &bLegendaire &3●" with lore "T'as description" to close
#-----------------------------fin autre----------------------------------------------
       format slot 24 of player with 160:0 named "&cFermer" to close
       format slot 25 of player with 160:0 named "&cFermer" to close
       format slot 26 of player with 160:0 named "&cFermer" to close
       format slot 27 of player with 160:0 named "&cFermer" to close
       format slot 28 of player with 160:0 named "&cFermer" to close
       format slot 29 of player with 160:0 named "&cFermer" to close
       format slot 30 of player with 160:0 named "&cFermer" to close
       format slot 31 of player with 160:0 named "&cFermer" to close
       format slot 32 of player with 160:0 named "&cFermer" to close
       format slot 33 of player with 160:0 named "&cFermer" to close
       format slot 34 of player with 160:0 named "&cFermer" to close
       format slot 35 of player with 160:0 named "&cFermer" to close

  • 0
Posté(e)

c'est juste comme sa ?

command /grade:
   trigger:
       open chest with 3 rows named "&bGrades" to player
       wait 2 ticks
       format slot 0 of player with 160:0 named "&cFermer" to close
       format slot 1 of player with 160:0 named "&cFermer" to close
       format slot 2 of player with 160:0 named "&cFermer" to close
       format slot 3 of player with 160:0 named "&cFermer" to close
       format slot 4 of player with 160:0 named "&cFermer" to close
       format slot 5 of player with 160:0 named "&cFermer" to close
       format slot 6 of player with 160:0 named "&cFermer" to close
       format slot 7 of player with 160:0 named "&cFermer" to close
       format slot 8 of player with 160:0 named "&cFermer" to close
       format slot 9 of player with 160:0 named "&cFermer" to close
       format slot 10 of player with 160:0 named "&cFermer" to close
       format slot 11 of player with 160:0 named "&cFermer" to close
#-----------------------------------------------------------------------------
       format slot 12 of player with 310 named "&3● &bLegendaire &3●" to close then run [make player execute command "/g1"]
       format slot 13 of player with 310 named "&5● &dSeigneur &5●" to close then run [make player execute command "/g2"]
       format slot 14 of player with 310 named "&6● Roi ●" to close then run [make player execute command "/g3"]
#-----------------------------------------------------------------------------
       format slot 15 of player with 160:0 named "&cFermer" to close
       format slot 16 of player with 160:0 named "&cFermer" to close
       format slot 17 of player with 160:0 named "&cFermer" to close
       format slot 18 of player with 160:0 named "&cFermer" to close
       format slot 19 of player with 160:0 named "&cFermer" to close
       format slot 20 of player with 160:0 named "&cFermer" to close
       format slot 21 of player with 160:0 named "&cFermer" to close
       format slot 22 of player with 160:0 named "&cFermer" to close
       format slot 23 of player with 160:0 named "&cFermer" to close
       format slot 24 of player with 160:0 named "&cFermer" to close
       format slot 25 of player with 160:0 named "&cFermer" to close
       format slot 26 of player with 160:0 named "&cFermer" to close

command /grades:
   trigger:
       wait 1 ticks
       execute player command "grade"

command /g1:
   trigger:
       wait 2 ticks
       open chest with 4 rows named "&bLegendaire" to player
       wait 2 ticks
       format slot 0 of player with 160:0 named "&cFermer" to close
       format slot 1 of player with 160:0 named "&cFermer" to close
       format slot 2 of player with 160:0 named "&cFermer" to close
       format slot 3 of player with 160:0 named "&cFermer" to close
       format slot 4 of player with 160:0 named "&cFermer" to close
       format slot 5 of player with 160:0 named "&cFermer" to close
       format slot 6 of player with 160:0 named "&cFermer" to close
       format slot 7 of player with 160:0 named "&cFermer" to close
       format slot 8 of player with 160:0 named "&cFermer" to close
       format slot 9 of player with 160:0 named "&cFermer" to close
       format slot 10 of player with 160:0 named "&cFermer" to close
#----------------------------------armors-------------------------------------------
       format slot 11 of player with 276 of sharpness 1 named "&3● &bLegendaire &3●" to close
       format slot 12 of player with 310 of protection 1 named "&3● &bLegendaire &3●" to close
       format slot 13 of player with 307 of protection 1 named "&3● &bLegendaire &3●" to close
       format slot 14 of player with 308 of protection 1 named "&3● &bLegendaire &3●" to close
       format slot 15 of player with 313 of protection 1 named "&3● &bLegendaire &3●" to close
#-------------------------------------fin armors------------------------------------
       format slot 16 of player with 160:0 named "&cFermer" to close
       format slot 17 of player with 160:0 named "&cFermer" to close
       format slot 18 of player with 160:0 named "&cFermer" to close
       format slot 19 of player with 160:0 named "&cFermer" to close
       format slot 20 of player with 160:0 named "&cFermer" to close
#-----------------------------autre--------------------------------------------------
       format slot 21 of player with 364 named "&3● &bLegendaire &3●" to close
       format slot 22 of player with 322:0 named "&3● &bLegendaire &3●" to close
       format slot 23 of player with 262 named "&3● &bLegendaire &3●" to close
       format slot 24 of player with 160:0 named "&cFermer" to close
#-----------------------------fin autre----------------------------------------------
       format slot 25 of player with 160:0 named "&cFermer" to close
       format slot 26 of player with 160:0 named "&cFermer" to close
       format slot 27 of player with 160:0 named "&cFermer" to close
       format slot 28 of player with 160:0 named "&cFermer" to close
       format slot 29 of player with 160:0 named "&cFermer" to close
       format slot 30 of player with 160:0 named "&cFermer" to close
       format slot 31 of player with 261 of power 2 named "&3● &bLegendaire &3●" to close
       format slot 32 of player with 160:0 named "&cFermer" to close
       format slot 33 of player with 160:0 named "&cFermer" to close
       format slot 34 of player with 160:0 named "&cFermer" to close
       format slot 35 of player with 160:0 named "&cFermer" to close

 

Parce-que le rendu sur mc sa donne sa:

 

en quelques sorte tout les items enchantées ne sont pas la !

  • 0
Posté(e)
c'est juste comme sa ?

command /grade:
   trigger:
       open chest with 3 rows named "&bGrades" to player
       wait 2 ticks
       format slot 0 of player with 160:0 named "&cFermer" to close
       format slot 1 of player with 160:0 named "&cFermer" to close
       format slot 2 of player with 160:0 named "&cFermer" to close
       format slot 3 of player with 160:0 named "&cFermer" to close
       format slot 4 of player with 160:0 named "&cFermer" to close
       format slot 5 of player with 160:0 named "&cFermer" to close
       format slot 6 of player with 160:0 named "&cFermer" to close
       format slot 7 of player with 160:0 named "&cFermer" to close
       format slot 8 of player with 160:0 named "&cFermer" to close
       format slot 9 of player with 160:0 named "&cFermer" to close
       format slot 10 of player with 160:0 named "&cFermer" to close
       format slot 11 of player with 160:0 named "&cFermer" to close
#-----------------------------------------------------------------------------
       format slot 12 of player with 310 named "&3● &bLegendaire &3●" to close then run [make player execute command "/g1"]
       format slot 13 of player with 310 named "&5● &dSeigneur &5●" to close then run [make player execute command "/g2"]
       format slot 14 of player with 310 named "&6● Roi ●" to close then run [make player execute command "/g3"]
#-----------------------------------------------------------------------------
       format slot 15 of player with 160:0 named "&cFermer" to close
       format slot 16 of player with 160:0 named "&cFermer" to close
       format slot 17 of player with 160:0 named "&cFermer" to close
       format slot 18 of player with 160:0 named "&cFermer" to close
       format slot 19 of player with 160:0 named "&cFermer" to close
       format slot 20 of player with 160:0 named "&cFermer" to close
       format slot 21 of player with 160:0 named "&cFermer" to close
       format slot 22 of player with 160:0 named "&cFermer" to close
       format slot 23 of player with 160:0 named "&cFermer" to close
       format slot 24 of player with 160:0 named "&cFermer" to close
       format slot 25 of player with 160:0 named "&cFermer" to close
       format slot 26 of player with 160:0 named "&cFermer" to close

command /grades:
   trigger:
       wait 1 ticks
       execute player command "grade"

command /g1:
   trigger:
       wait 2 ticks
       open chest with 4 rows named "&bLegendaire" to player
       wait 2 ticks
       format slot 0 of player with 160:0 named "&cFermer" to close
       format slot 1 of player with 160:0 named "&cFermer" to close
       format slot 2 of player with 160:0 named "&cFermer" to close
       format slot 3 of player with 160:0 named "&cFermer" to close
       format slot 4 of player with 160:0 named "&cFermer" to close
       format slot 5 of player with 160:0 named "&cFermer" to close
       format slot 6 of player with 160:0 named "&cFermer" to close
       format slot 7 of player with 160:0 named "&cFermer" to close
       format slot 8 of player with 160:0 named "&cFermer" to close
       format slot 9 of player with 160:0 named "&cFermer" to close
       format slot 10 of player with 160:0 named "&cFermer" to close
#----------------------------------armors-------------------------------------------
       format slot 11 of player with 276 of sharpness 1 named "&3● &bLegendaire &3●" to close
       format slot 12 of player with 310 of protection 1 named "&3● &bLegendaire &3●" to close
       format slot 13 of player with 307 of protection 1 named "&3● &bLegendaire &3●" to close
       format slot 14 of player with 308 of protection 1 named "&3● &bLegendaire &3●" to close
       format slot 15 of player with 313 of protection 1 named "&3● &bLegendaire &3●" to close
#-------------------------------------fin armors------------------------------------
       format slot 16 of player with 160:0 named "&cFermer" to close
       format slot 17 of player with 160:0 named "&cFermer" to close
       format slot 18 of player with 160:0 named "&cFermer" to close
       format slot 19 of player with 160:0 named "&cFermer" to close
       format slot 20 of player with 160:0 named "&cFermer" to close
#-----------------------------autre--------------------------------------------------
       format slot 21 of player with 364 named "&3● &bLegendaire &3●" to close
       format slot 22 of player with 322:0 named "&3● &bLegendaire &3●" to close
       format slot 23 of player with 262 named "&3● &bLegendaire &3●" to close
       format slot 24 of player with 160:0 named "&cFermer" to close
#-----------------------------fin autre----------------------------------------------
       format slot 25 of player with 160:0 named "&cFermer" to close
       format slot 26 of player with 160:0 named "&cFermer" to close
       format slot 27 of player with 160:0 named "&cFermer" to close
       format slot 28 of player with 160:0 named "&cFermer" to close
       format slot 29 of player with 160:0 named "&cFermer" to close
       format slot 30 of player with 160:0 named "&cFermer" to close
       format slot 31 of player with 261 of power 2 named "&3● &bLegendaire &3●" to close
       format slot 32 of player with 160:0 named "&cFermer" to close
       format slot 33 of player with 160:0 named "&cFermer" to close
       format slot 34 of player with 160:0 named "&cFermer" to close
       format slot 35 of player with 160:0 named "&cFermer" to close

 

Parce-que le rendu sur mc sa donne sa:

 

en quelques sorte tout les items enchantées ne sont pas la !

Il y a des erreurs sur la console ?

  • 0
Posté(e)
[server] ERROR '"&3● &bLegendaire &3●" to close' is not a text (commandgrade.sk, line 61: format slot 15 of player with 313 of protection 1 named "&3● &bLegendaire &3●" to close')
[server] ERROR '"&3● &bLegendaire &3●" to close' is not a text (commandgrade.sk, line 60: format slot 14 of player with 308 of protection 1 named "&3● &bLegendaire &3●" to close')
[server] ERROR '"&3● &bLegendaire &3●" to close' is not a text (commandgrade.sk, line 59: format slot 13 of player with 307 of protection 1 named "&3● &bLegendaire &3●" to close')
[server] ERROR '"&3● &bLegendaire &3●" to close' is not a text (commandgrade.sk, line 58: format slot 12 of player with 310 of protection 1 named "&3● &bLegendaire &3●" to close')
[server] ERROR '"&3● &bLegendaire &3●" to close' is not a text (commandgrade.sk, line 57: format slot 11 of player with 276 of sharpness 1 named "&3● &bLegendaire &3●" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 55: format slot 10 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 54: format slot 9 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 53: format slot 8 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 48: format slot 3 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 29: format slot 22 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 28: format slot 21 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 27: format slot 20 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 26: format slot 19 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 25: format slot 18 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 24: format slot 17 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 23: format slot 16 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 22: format slot 15 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '310' with e.g. 'diamond helmet'. (commandgrade.sk, line 20: format slot 14 of player with 310 named "&6● Roi ●" to close then run [make player execute command "/g3"]')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '310' with e.g. 'diamond helmet'. (commandgrade.sk, line 19: format slot 13 of player with 310 named "&5● &dSeigneur &5●" to close then run [make player execute command "/g2"]')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '310' with e.g. 'diamond helmet'. (commandgrade.sk, line 18: format slot 12 of player with 310 named "&3● &bLegendaire &3●" to close then run [make player execute command "/g1"]')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 16: format slot 11 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 15: format slot 10 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 14: format slot 9 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 13: format slot 8 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 12: format slot 7 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 11: format slot 6 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 10: format slot 5 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 9: format slot 4 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 8: format slot 3 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 7: format slot 2 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 6: format slot 1 of player with 160:0 named "&cFermer" to close')
07.11 11:38:53 [server] WARN Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:0' with e.g. 'white glass'. (commandgrade.sk, line 5: format slot 0 of player with 160:0 named "&cFermer" to close')

  • 0
Posté(e)
mais ce n'est pas résolu je ne trouve pas comment les enchanter

Comme déjà un autre membre te la dis, C'est "of sharpness 2" ou avec protection etc…

Exemple :

format slot 0 of player with chainmail chest plate OF PROTECTION 1 named "§cKit VIP+" with lore "§4Réservé au §bVIP+||§7§oAk***F***" to run [make player execute command "/kit VIP+"]

  • 0
Posté(e)

Effectivement, moi ça fonctionne sous Windows, achète un pc :p

Je rigole, si tu n'as pas d'erreur, mets toi en vanilla (pas optifine, sans ressource pack), désactive les plugins sauf SkQuery et Skript, puis mets-toi en 1.8.

  • 0
Posté(e)
Effectivement, moi ça fonctionne sous Windows, achète un pc :p

Je rigole, si tu n'as pas d'erreur, mets toi en vanilla (pas optifine, sans ressource pack), désactive les plugins sauf SkQuery et Skript, puis mets-toi en 1.8.

¿ WTF ?

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.