1. Le forum de Minecraft-France va définitivement fermer ses portes. Celui-ci restera en lecture seule mais vous ne pourrez plus y apporter de nouveaux topics. Nous vous invitons à nous rejoindre sur le Discord de Minecraft-France qui permet de présenter vos projets, discuter avec la communauté etc.. Merci à tous d'avoir fait vivre ce forum de nombreuses années. Pour nous rejoindre sur Discord, Cliquez ici

Résolu Debug d'une commande

Discussion dans 'Mapping' créé par McAsulys, 19 Avr 2016.

  1. McAsulys

    McAsulys Enter the World

    Inscrit:
    21 Avr 2015
    Messages:
    27
    Points:
    32
    Sexe:
    Homme
    Bonjour à tous, voici une commande que j'ai réalisé à partir d'un model. Elle place plusieurs bloques d’échelle les uns au dessus des autres.

    Command en 1.8.

    Code (cpp):

    summon MinecartCommandBlock ~ ~1 ~ {
        Command:"/setblock 2869 65 3559 minecraft:ladder",
        Riding:{id:MinecartCommandBlock,
        Command:"/setblock 2869 66 3559 minecraft:ladder",
        Riding:{id:MinecartCommandBlock,
        Command:"/setblock 2869 67 3559 minecraft:ladder",
        Riding:{id:MinecartCommandBlock,
        Command:"/setblock 2869 68 3559 minecraft:ladder",
        Riding:{id:MinecartCommandBlock,
        Command:"/tp @dp 2870 69 3561",
        Riding:{id:MinecartCommandBlock,
        Command:"/tp @e 2870 69 3559",
        Command:"kill @e[type=MinecartCommandBlock]",
        Riding{id:FallingSand,TileID:157,
        Time:1,
        Riding:{id:FallingSand,TileID:152,Time:1}}}}}}}}
     
    Elle ne fonctionne pas. Si vous avez une suggestion pour la réduire et tout du moins la faire fonctionner, je suis preneur.
     
    #1 McAsulys, 19 Avr 2016
    Dernière édition par un modérateur: 20 Avr 2016
  2. Mlakuss

    Mlakuss Rédacteur

    Inscrit:
    7 Sept 2013
    Messages:
    1 694
    Points:
    180
    Sexe:
    Homme
    Il manque des mots dans le message. Et une commande.
     
  3. Sylfaen

    Sylfaen Mineur de Redstone

    Inscrit:
    18 Avr 2016
    Messages:
    1 171
    Points:
    153
    Sexe:
    Homme
    Est-ce la commande "/command" dont tu parles ?
    Relis-toi avant d'envoyer un message...
     
  4. McAsulys

    McAsulys Enter the World

    Inscrit:
    21 Avr 2015
    Messages:
    27
    Points:
    32
    Sexe:
    Homme
    Pardon, voilà la commande et les mots qui manquait.
     
  5. Mlakuss

    Mlakuss Rédacteur

    Inscrit:
    7 Sept 2013
    Messages:
    1 694
    Points:
    180
    Sexe:
    Homme
    Alors, je vois deux choses:
    (...) Riding{id:FallingSand,TileID:157 (...)
    Il manque deux points entre le Riding et les accolades.

    (...) /tp @dp 2870 69 3561 (...)
    Là, je pense que c'est @p que tu veux.

    Pour aussi peu de commande, tu peux toujours utiliser un bloc par commande.
    Tu peux essayer ça sinon:
    Code (cpp):
    /summon FallingSand ~ ~1 ~ {Block:redstone_block,Time:1,Riding:{id:"FallingSand",Block:command_block,TileEntityData:{Command:"/fill ~ ~0 ~1 ~ ~-9 ~1 redstone_block"},Time:1,Riding:{id:"FallingSand",Block:command_block,TileEntityData:{Command:setblock ~ ~3 ~1 stone},Time:1,Riding:{id:"FallingSand",Block:command_block,TileEntityData:{Command:setblock ~ ~4 ~ command_block 0 replace {Command:fill ~ ~2 ~ ~ ~-13 ~1 air}},Time:1,Riding:{id:"FallingSand",Block:command_block,TileEntityData:{Command:"kill @e[type=MinecartCommandBlock]"},Time:1,Riding:{id:"FallingSand",Block:command_block,TileEntityData:{Command:"/tp @e 2870 69 3559"},Time:1,Riding:{id:"FallingSand",Block:command_block,TileEntityData:{Command:"/tp @p 2870 69 3561"},Time:1,Riding:{id:"FallingSand",Block:command_block,TileEntityData:{Command:"/setblock 2869 68 3559 minecraft:ladder"},Time:1,Riding:{id:"FallingSand",Block:command_block,TileEntityData:{Command:"/setblock 2869 67 3559 minecraft:ladder"},Time:1,Riding:{id:"FallingSand",Block:command_block,TileEntityData:{Command:"/setblock 2869 66 3559 minecraft:ladder"},Time:1,Riding:{id:"FallingSand",Block:command_block,TileEntityData:{Command:"/setblock 2869 65 3559 minecraft:ladder"},Time:1,Riding:{id:"FallingSand",Block:stone,Time:1}}}}}}}}}}}}
    (via mrgarretto.com)
     
  6. McAsulys

    McAsulys Enter the World

    Inscrit:
    21 Avr 2015
    Messages:
    27
    Points:
    32
    Sexe:
    Homme
    Alors, non, c'est bien @dp c'est un selecteur propre à customNPC
    La commande fonctionne, mais il y a encore quelque soucis, genre, toutes les entité son tp au même endroit.
    En tout cas, merci, je vais voir ce que je peux faire.
     
  7. Calambiel

    Calambiel Résident de l'End

    Inscrit:
    5 Août 2014
    Messages:
    6 595
    Points:
    229

Partager cette page