Aller au contenu

GidiX

Membre
  • Compteur de contenus

    238
  • Inscription

  • Dernière visite

  • Jours gagnés

    2
  • Crédits

    89 [Faire un don]

Tout ce qui a été posté par GidiX

  1. HardCube est un serveur 1vs1 bêta codé en Skript par moi: 92.222.144.129 (1.8.X Premium)
  2. GidiX

    Kill une entité renommée

    Si la la liste {listepnj::*} existe: set {_e} to false if "%arg 1%" is in {listepnj::*}: set {_v} to (loop-value parsed as villager) kill {_v} message "Mob tué" to sender stop else: message "Ce PNJ n'existe pas." to sender sinon (recommandé): loop villagers: if name of loop-villager is "%arg 1%": kill loop-villager message "Mob tué" to sender sinon j'ai fais un Skript de NPC disponible dans ma description
  3. GidiX

    Selectionner un slot

    set slot 0 of player to slot 0 of player's inventory named "blabla"
  4. GidiX

    Selectionner un slot

    Tu es sur la mauvaise section pour envoyer des messages comme ca parle sur le Tchat ou en Message Privé
  5. GidiX

    Selectionner un slot

    set name of slot 1 of player's inventory to "TonTruc"
  6. GidiX

    SetSpawnZombie

    Essaie de mettre les tabulations manuellement
  7. GidiX

    SetSpawnZombie

    Lesquels ?
  8. GidiX

    SetSpawnZombie

    commande: setmspawn <NomDuSpawn> <Entité> <Nombre d'entité> <Temps (1 second, 1 minute...)> command /setmspawn <text> <entity type> <integer> <time span> trigger: if player has permission "m.spawn": if {msp.%arg 1%} is not set: if arg 4 is set: set {msp.%arg 1%} to true set {msg.%arg 1%.loc} to location of player while {msg.%arg 1%} is true: spawn arg-3 arg 2 at {msg.%arg 1%.loc} wait arg 4 command /setmspawnremove <text>: trigger: if player has permission "m.spawn": if {msp.%arg 1%} is true: delete {msp.%arg 1%} message "MSpawn supprimé !"
  9. on explode: loop all blocks in radius 3 around the event-location: if loop-block is bed: set loop-block to air
  10. on explode: loop all blocks in radius 3 around the event-location: if loop-block is bed: break loop-block
  11. on right click on stone: send player title "" with subtitle "&aMinage en cours..." Il te faut skRayFall
  12. GidiX

    restart = command

    on load: make console execute "freezemsg deco = ban &4Attendez qu'un mebre du staff arrive"
  13. Reste plus qu'à voir si ca marche on quit: spawn a villager named "%player%" set {_v} to last spawned entity set {_n} to 0 loop 36 times: set {d.%player%.%{_n}%} to slot {_n} of player's inventory add 1 to {_n} loop 15 times: if player is online: kill {_v} loop 36 times: delete {d.%player%.%{_n}%} add 1 to {_n} stop else: wait 1 second kill {_v} on death of a villager: if name of victim is not "villager": set {_n} to 0 loop 36 times: drop {d.%name of player%.%{_n}%} at event-location delete {d.%name of victim%.%{_n}%} add 1 to {_n}
  14. GidiX

    Cadeau chaque jour

    Essaie ceci: on join: if {player.%UUID of player%.%today%} is not set: set {player.%UUID of player%.%today%} to true make console execute "crate key %player% cadeau 1" else: message "&cTu as déja reçu ton cadeau aujourd'hui"
×
×
  • 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.