TheSkullBone
Membre-
Compteur de contenus
24 -
Inscription
-
Dernière visite
Type de contenu
Profils
Forums
Téléchargements
Tout ce qui a été posté par TheSkullBone
-
On join: teleport player to {variable de ton hub } Voilà Ou alors On join: make player execute command "/spawn" #ou /hub Tu verifiras les tabulations
-
C'est parce que tu es op sur ton serveur de-op toi tu vers normalement ça marchera.
-
if event-item is any helmet: Remplace la par cela
-
on inventory click: if clicked item is any helmet: if world's player is "TonMonde": Cancel event Tu verifiras les tabulations
-
J'ai trouver ça essaye après a toi de modifié le stuff. Je l'ai fait depuis mon tél donc il dois y avoir plein de faire de tabulation. Command /add [<text>]: Trigger: if arg 1 is "chest": if arg 2 is "haut": target block is not chest: send "&cErreur, le block visé doit être un coffre" stop {sky1.refill.chests::*} contains location of target block: send "&cCe coffre est déjà dans la liste" stop add location of target block to {sky1.refill.chests::*} send "&cLe coffre a bien été ajouter!" stop if arg 2 is "bas": target block is not chest: send "&cErreur, le block visé doit être un coffre" stop {sky1.refill.bas.chests::*} contains location of target block: send "&cCe coffre est déjà dans la liste" stop add location of target block to {sky1.refill.bas.chests::*} send "&cLe coffre a bien été ajouter!" stop if arg 2 is "milieu": target block is not chest: send "&cErreur, le block visé doit être un coffre" stop {sky1.refill.middle.chests::*} contains location of target block: send "&cCe coffre est déjà dans la liste" stop add location of target block to {sky1.refill.middle.chests::*} send "&cLe coffre a bien été ajouter!" stop loop {sky1.refill.chests::*}: if block at loop-value is not chest: remove loop-value from {sky1.refill.chests::*} else: set block at loop-value to air clear all entities set block at loop-value to chest chance of 80%: chance of 20%: add 1 iron helmet to slot 25 of block at loop-value chance of 50%: add 1 leather helmet to slot 25 of block at loop-value chance of 5%: add 1 diamond helmet to slot 25 of block at loop-value chance of 25%: add 1 gold helmet to slot 25 of block at loop-value chance of 80%: chance of 20%: add 1 iron boots to slot 12 of block at loop-value chance of 50%: add 1 leather boots to slot 12 of block at loop-value chance of 5%: add 1 diamond boots to slot 12 of block at loop-value chance of 25%: add 1 gold boots to slot 12 of block at loop-value
-
J'ai fini ton skript.
-
Cherche skript pour remmetre le pvp
TheSkullBone a répondu à un(e) sujet de steverallye dans Résolus
Va sur ce lien: https://www.spigotmc.org/resources/pvp-skript-free.13432/ -
Ok je vois ça dans 1h car je suis pas chez et je te redit
-
Autrement si ça marche pas je verai ça ce soir
-
Remplace command /randomize: trigger: Et command /setchest: trigger: Par : On rightclick on chest: Mais n'oublie pas de retirer les tabulations en dessous.
-
Bon j'essaie de te faire ça pour ce soir ou pour demain au plus tard.
-
Tu a combien de chest ?
-
Tu me redit si ça marche. Mais je ne te répondrai pas toute de suite.
-
Normalement dans le même ça marche
-
Bah alors voilà Every 120 seconds: Make console execute command "/randomize" Wait 4 tick Make console execute command "/setchest"
-
J'ai modifier mon message regarde à la fin
-
command /setchest: trigger: set {chest.%location of targeted block%} to location of targeted block send "<green>Set random chest location to targeted block!" command /additem [<item>]: trigger: if argument 1 is not set: send "<green>Specify an item please." else: add argument 1 to {items::*} command /randomize: trigger: loop 2 times: send "<green>Added 2 random items from list to chest!" set {itemset} to random element out of {items::*} wait a tick add {itemset} to inventory of block at {chest.%location of targeted block%} Essaye ça Every 2 minutes: Make console execute command "/randomize" Wait 4 tick Make console execute command "/setchest" La deuxième partie pour faire toute les deux minutes
-
Tu parlais d'un plugin donc je croyais que tu avais un skript.
-
Tu peux afficher le skript dans une case de code(pas le fichier please).
-
YoWatsUp je suis en train de faire ton skript et je pense qu'il sera près pour mercredi au plus tard.
