Aller au contenu

Scorvex_III

Membre
  • Compteur de contenus

    98
  • Inscription

  • Dernière visite

  • Crédits

    11 [Faire un don]

Tout ce qui a été posté par Scorvex_III

  1. Bonjour, ceci est un Skript pour acheté des grades avec de l'argents mais j'ai une erreur : {megacoins.%player's UUID%} is not an entity type command /VIP: trigger: if {megacoins.%player's UUID%} is < to 500 000: message "&6Tu n'as pas assez d'argent !" if {megacoins.%player's UUID%} is > to 500 000: message "&6Tu est Désormets VIP"
  2. Dans 1 seul monde ... mais merci quand même
  3. Voila ... Est-t-il possible de désactiver la régénération naturel juste dans 1 monde mais que quand on mange une pomme cela nous régéne ?
  4. mais merci J'te laisse poce blo xD
  5. Scorvex_III

    Ne pas se l'envoyer

    Voila l'erreur %player% is not an entyti type command /msg [<player>] [<text>]: trigger: set {fghj} if arg 1 is %player%: message "Tu ne peut pas t'envoyer un message" if arg 1 is not set: message "Il faut mettre un pseudo" If arg 1 is set: if arg 2 is not set: message "Tu dois mettre un message" if arg 2 is set: send "&3Envoye a &d%arg 1% &3>> &7%arg 2%" to player send "&3Recu de &d%sender% &3>> &7%arg 2%" to arg 1 set {rep.%arg 1%} to player command /r [<text>]: trigger: if arg 1 is not set: message "Tu dois mettre un message" if arg 1 is set: if {rep.%player%} is set: send "&3Envoye a &d%{rep.%player%}%&3 >> &7%arg 1%" to player send "&3=Recu de &d%player% &3>> &7%arg 1%" to {rep.%player%} set {rep.%{rep.%player%}%} to player if {rep.%player%} is not set: message "Tu n'as personne à qui répondre" on quit: delete {rep.%player%}
  6. Oké MrCrazyKill (toujours là pour m'aider xD) c'était ça mais pour celui là ... : options: Version: 0.8 on rightclick with feather: #Gadget #1 inspiré de ThunderNetwork if player is holding a feather named "&bFlyer &7(clic droit)": push player upwards at speed 0.5 push player forwards at speed 0.5 on rightclick with Firework Rocket: #Gadget #2 inspiré de ThunderNetwork if player is holding a firework rocket named "&bFireworker &7(clic droit)": cancel event shoot a firework rocket from player at speed 0.1 loop entities in radius 1 around player's location: if loop-entity is firework rocket: make player ride loop-entity on rightclick with snow: #Gadget #3 proposé par FFantomeZ if player is holding a snow named "&bSnowRoad &7(clic droit)": if {snowtoggle.%UUID of player%} isn't set: cancel event set {snowtoggle.%UUID of player%} to true message "&7[&6HubTools&7]&9 Tu viens d'activer le Gadget : &bSnowRoad &9!" set slot 0 of player to a snow named "&bSnowRoad &7(clic droit)" else if {snowtoggle.%UUID of player%} is false: cancel event message "&7[&6HubTools&7]&9 Tu viens d'activer le Gadget : &bSnowRoad &9!" set slot 0 of player to a snow named "&bSnowRoad &7(clic droit)" set {snowtoggle.%UUID of player%} to true while {snowtoggle.%UUID of player%} is true: if block under the player isn't snow: add location of block under the player to {_blocksnow::*} add type of block under the player to {_blocksnow.type::*} set block under the player to snow wait 0.2 seconds if {_blocksnow::*} doesn't contain location of block under the player: loop {_blocksnow::*}: set block at loop-value to {_blocksnow.type::%loop-index%} delete {_blocksnow::*} delete {_blocksnow.type::*} if {snowtoggle.%UUID of player%} is false: set block under the player to the first element out of {_blocksnow.type::*} else if {snowtoggle.%UUID of player%} is true: cancel event message "&7[&6HubTools&7]&9 Tu viens de désactiver le Gadget : &bSnowRoad &9!" set slot 0 of player to a snow named "&bSnowRoad &7(clic droit)" set {snowtoggle.%UUID of player%} to false on shoot: if projectile is a snowball: wait 5 tick set {_loc} to location of the shooter's head loop all blocks in radius 1 around {_loc}: set loop-block to air every ticks: loop all entities: if loop-entity is a snowball: loop all blocks in radius 1 around loop-entity: wait 0.5 tick if loop-block is air: set loop-block to ice add location of loop-block to {_blocks::*} wait 2 seconds loop {_blocks::*}: set block at loop-value to air on right click: if player is holding a wood sword named "&eClic & clic &7(clic droit)": if {activate.click.%UUID of player%} isn't set: set {activate.click.%UUID of player%} to false if {activate.click.%UUID of player%} is false: set {activate.click.%UUID of player%} to true wait 10 real seconds set {activate.click.%UUID of player%} to false message "&7[&6HubTools&7]&9 Vous avez fait &l%{click.number.%UUID of player%}%&9 clics en 10 secondes !" clear {click.number.%UUID of player%} on left click: if player is holding a wood sword named "&eClic & clic &7(clic droit)": if {activate.click.%UUID of player%} is true: add 1 to {click.number.%UUID of player%} set action bar of player to "&eNombre de clics : &l%{click.number.%UUID of player%}%" on rightclick with red wool: #Gadget #5 inspiré de la grande liste de Joeypic dans l'ancienne section "Skripts" et d'EpiCube if {spawned.sheep.%UUID of player%} isn't set: set {spawned.sheep.%UUID of player%} to false if {spawned.sheep.%UUID of player%} is false: cancel event set {spawned.sheep.%UUID of player%} to true spawn a sheep above the targeted block set name of spawned entity to "&cMouton explosif" set the colour of spawned entity to red wait 0.5 second set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to red wait 0.5 second set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to red wait 0.5 second set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to red wait 0.5 second set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to red wait 0.5 second set the colour of spawned entity to white wait 0.5 second create a safe explosion of force 2 kill the spawned entity set {spawned.sheep.%UUID of player%} to false on rightclick with yellow wool: #Gadget #6 inspiré du 5ème ^^ et d'EpiCube if {spawned.sheep.%UUID of player%} isn't set: set {spawned.sheep.%UUID of player%} to false if {spawned.sheep.%UUID of player%} is false: cancel event set {spawned.sheep.%UUID of player%} to true spawn a sheep above the targeted block set name of spawned entity to "&eMouton éléctrique" set the colour of spawned entity to yellow wait 0.5 second set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to yellow wait 0.5 second set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to yellow wait 0.5 second set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to yellow wait 0.5 second set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to yellow wait 0.5 second set the colour of spawned entity to white wait 0.5 second create a safe explosion of force 0 strike lightning at spawned entity kill the spawned entity set {spawned.sheep.%UUID of player%} to false on rightclick with light green wool: #Gadget inspiré du 5ème, 6ème et d'EpiCube if {spawned.sheep.%UUID of player%} isn't set: set {spawned.sheep.%UUID of player%} to false if {spawned.sheep.%UUID of player%} is false: cancel event set {spawned.sheep.%UUID of player%} to true spawn a sheep above the targeted block set name of spawned entity to "&aMouton sauteur" set the colour of spawned entity to light green wait 0.5 second set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to light green wait 0.5 second set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to light green wait 0.5 second set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to light green wait 0.5 second set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to light green wait 0.5 second set the colour of spawned entity to white wait 0.5 second push spawned entity upwards at speed 4 push player upwards at speed 5 wait 4.75 seconds create a safe explosion of force 0 kill the spawned entity set {spawned.sheep.%UUID of player%} to false on rightclick with white wool: #Gadget inspiré du 5ème, 6ème, 7ème et d'EpiCube if {spawned.sheep.%UUID of player%} isn't set: set {spawned.sheep.%UUID of player%} to false if {spawned.sheep.%UUID of player%} is false: cancel event set {spawned.sheep.%UUID of player%} to true shoot a sheep from the player at speed 3 wait 1 tick make player ride the last shot sheep set name of last shot sheep to "&9Mouton d'abordage" set the colour of last shot sheep to black wait 0.5 second set the colour of last shot sheep to white wait 0.5 second set the colour of last shot sheep to black wait 0.5 second set the colour of last shot sheep to white wait 0.5 second set the colour of last shot sheep to black wait 0.5 second set the colour of last shot sheep to white wait 0.5 second set the colour of last shot sheep to black wait 0.5 second set the colour of last shot sheep to white create a safe explosion of force 0 kill the last shot sheep set {spawned.sheep.%UUID of player%} to false on rightclick with orange wool: #Gadget inspiré du 5ème, 6ème, 7ème et d'EpiCube if {spawned.sheep.%UUID of player%} isn't set: set {spawned.sheep.%UUID of player%} to false if {spawned.sheep.%UUID of player%} is false: cancel event set {spawned.sheep.%UUID of player%} to true spawn a sheep above the targeted block set name of spawned entity to "&6Mouton D&4I&3S&2C&9O" set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to orange wait 0.5 second set the colour of spawned entity to light blue wait 0.5 second set the colour of spawned entity to light green wait 0.5 second set the colour of spawned entity to red wait 0.5 second set the colour of spawned entity to magenta wait 0.5 second set the colour of spawned entity to brown wait 0.5 second set the colour of spawned entity to yellow wait 0.5 second set the colour of spawned entity to black wait 0.5 second set the colour of spawned entity to orange wait 0.5 second set the colour of spawned entity to blue wait 0.5 second set the colour of spawned entity to green wait 0.5 second set the colour of spawned entity to red wait 0.5 second set the colour of spawned entity to magenta wait 0.5 second set the colour of spawned entity to brown wait 0.5 second set the colour of spawned entity to yellow wait 0.5 second set the colour of spawned entity to black create a safe explosion of force 0 kill the spawned entity set {spawned.sheep.%UUID of player%} to false on rightclick with blue wool: #Gadget inspiré du 5ème, 6ème, 7ème et d'EpiCube if {spawned.sheep.%UUID of player%} isn't set: set {spawned.sheep.%UUID of player%} to false if {spawned.sheep.%UUID of player%} is false: cancel event set {spawned.sheep.%UUID of player%} to true spawn a sheep above the targeted block set name of spawned entity to "&6Mouton &9" set the colour of spawned entity to white wait 0.5 second set the colour of spawned entity to orange wait 0.5 second set the colour of spawned entity to light blue wait 0.5 second set the colour of spawned entity to light green wait 0.5 second set the colour of spawned entity to red wait 0.5 second set the colour of spawned entity to magenta wait 0.5 second set the colour of spawned entity to brown wait 0.5 second set the colour of spawned entity to yellow wait 0.5 second set the colour of spawned entity to black wait 0.5 second set the colour of spawned entity to orange wait 0.5 second set the colour of spawned entity to blue wait 0.5 second set the colour of spawned entity to green wait 0.5 second set the colour of spawned entity to red wait 0.5 second set the colour of spawned entity to magenta wait 0.5 second set the colour of spawned entity to brown wait 0.5 second set the colour of spawned entity to yellow wait 0.5 second set the colour of spawned entity to black create a safe explosion of force 0 kill the spawned entity set {spawned.sheep.%UUID of player%} to false on rightclick with tnt: #Gadget TNTGun if name of tool is "&cTNTGun &7(clic droit)": cancel event shoot a tnt from the player at speed 3 if {ridetnt.%UUID of player%} is true: make player ride the last shot tnt on explosion: cancel event create a safe explosion of force 2 on teleport: loop all entities: if loop-entity's name is "&0Spider » &l%name of player%" or "&2Zombie » &l%name of player%" or "&dCochon » &l%name of player%" or "&6Vache » &l%name of player%": teleport loop-entity to player on combust: loop all entities: if loop-entities is a zombie: if name of loop-entities is "&2Zombie » &l%{pets.adopteur.%loop-entities%}%": cancel event else if loop-entities is a spider: if name of loop-entities is "&0Spider » &l%{pets.adopteur.%loop-entities%}%": cancel event on damage: if {spawned.sheep.%UUID of victim%} is true: cancel event if name of victim is "&cMouton explosif": cancel event else if name of victim is "&eMouton éléctrique": cancel event else if name of victim is "&aMouton sauteur": cancel event else if name of victim is "&9Mouton d'abordage": cancel event else if name of victim is "&6Mouton D&4I&3S&2C&9O": cancel event loop all entities: if loop-entity's name is "&0Spider » &l%{pets.adopteur.%loop-entities%}%" or "&2Zombie » &l%{pets.adopteur.%loop-entities%}%" or "&dCochon » &l%{pets.adopteur.%loop-entities%}%" or "&6Vache » &l%{pets.adopteur.%loop-entities%}%": cancel event #LA MORT ET LES DÉGATS annulés sur les moutons on death of sheep: if name of victim is "&cMouton explosif": clear drops else if name of victim is "&eMouton éléctrique": clear drops else if name of victim is "&aMouton sauteur": clear drops else if name of victim is "&9Mouton d'abordage": clear drops else if name of victim is "&6Mouton D&4I&3S&2C&9O": clear drops on flight toggle: if player's gamemode isn't creative: push player upwards at speed 1 push player forwards at speed 1 execute console command "/playsound mob.ghast.fireball @a %x-coordinate of player's location% %y-coordinate of player's location% %z-coordinate of player's location% 1 1 1" command /particules [<text>]: #Tutoriel de PsYZiiK trigger: if arg 1 is not set: if {particules.%UUID of player%} is set: delete {particules.%UUID of player%} send "&7[&6HubTools&7] &aVos particules ont bien été désactivées !" else: send "&7[&6HubTools&7] &cVos particules sont déjà désactivées !" else: set {particules.%UUID of player%} to true message "&7[&6HubTools&7] &aVos particules ont bien été activées !" wait 1 tick while {particules.%UUID of player%} is true: loop all players: show 5 "%arg 1%" particles at location of player for loop-player offset by 0.4, 0.7, 0.4 wait 1.5 second on join: teleport player to {hub.ht} set slot 8 of player to a blaze rod named "&6HubTools &7(clic droit)" #Don de hubtools dès la connexion if player have permission "hubtools.*": if text from "[Contenu masqué]" isn't "{@Version}": message "&7[&6HubTools&7]&a Une nouvelle mise à jour est disponible !" if {updater.auto.ht} is true: set {_ver} to text from "[Contenu masqué]" set {_ver2} to "{@Version}" set {_t} to now message "&7[&6HubTools&7] &cMise à jour en cours vers la v%{_ver}%..." download from "[Contenu masqué]" to "plugins\Skript\scripts\HubTools v%{ver}%.sk" delete file "plugins/skript/scripts/HubTools v%{_ver2}%" make player execute command "/sk reload all" message "&7[&6HubTools&7] &aMise à jour terminée en &b%difference between now and {_t}% &a!" play raw sound "note.pling" at player with pitch 1 volume 10 on load: if text from "[Contenu masqué]" isn't "{@Version}": message "&7[&6HubTools&7]&a Une nouvelle mise à jour est disponible !" to console if {updater.auto.ht} is true: set {_ver} to text from "[Contenu masqué]" set {_ver2} to "{@Version}" set {_t} to now message "&7[&6HubTools&7] &cMise à jour en cours vers la v%{_ver}%..." to console download from "[Contenu masqué]" to "plugins\Skript\scripts\HubTools v%{ver}%.sk" delete file "plugins/skript/scripts/HubTools v%{_ver2}%" execute console command "/sk reload all" message "&7[&6HubTools&7] &aMise à jour terminée en &b%difference between now and {_t}% &a!" to console command /sethub: aliases: setspawn, setlobby, shub, sspawn, slobby, spawnset, lobbyset, hubset permission: hubtools.* permission message: &7[&6HubTools&7]&c Vous ne pouvez pas définir le hub. trigger: set {hub.ht} to player's location message "&7[&6HubTools&7]&9 Vous avez défini le hub." command /hub: aliases: spawn, lobby trigger: teleport player to {hub.ht} message "&7[&6HubTools&7]&9 Vous avez été téléporté au lobby !" command /hubtools [<text=give>]: trigger: if arg 1 is "give": send "&7[&6HubTools&7]&b Vous avez reçu le menu des gadgets !" set slot 8 of player to a blaze rod named "&6HubTools &7(clic droit)" else if arg 1 is "reload" or "rl": if player have permission "hubtools.*": set {_t} to now make player execute command "/sk reload Hubtools v{@Version}" #Reload de Hubtools avec le temps de chargement message "&7[&6HubTools&7] &bActualisation achevée en &e%difference between now and {_t}%&b!" else: message "&7[&6HubTools&7]&c Vous n'avez pas la permission ! Et vous venez de découvrir une commande interdite pour vous !" else if arg 1 is "update": if player have permission "hubtools.*": if text from "[Contenu masqué]" isn't "{@Version}": set {_ver} to text from "[Contenu masqué]" set {_ver2} to "{@Version}" set {_t} to now message "&7[&6HubTools&7] &cMise à jour en cours vers la v%{_ver}%..." download from "[Contenu masqué]" to "plugins\Skript\scripts\HubTools v%{ver}%.sk" delete file "plugins/skript/scripts/HubTools v%{_ver2}%" make player execute command "/sk reload all" message "&7[&6HubTools&7] &aMise à jour terminée en &b%difference between now and {_t}% &a!" play raw sound "note.pling" at player with pitch 1 volume 10 else: message "&7[&6HubTools&7] &aAucune mise à jour n'est disponible." else: message "&7[&6HubTools&7]&c Vous n'avez pas la permission ! Et vous venez de découvrir une commande interdite pour vous !" else if arg 1 is "updaterauto": if player have permission "hubtools.*": if {updater.auto.ht} isn't set: set {updater.auto.ht} to false if {updater.auto.ht} is false: message "&7[&6HubTools&7] &bVous avez activé les mises à jour automatique du skript !" set {updater.auto.ht} to true else if {updater.auto.ht} is true: message "&7[&6HubTools&7] &cVous avez désactivé les mises à jour automatique du skript !" set {updater.auto.ht} to false else: message "&7[&6HubTools&7]&c Vous n'avez pas la permission ! Et vous venez de découvrir une commande interdite pour vous !" on rightclick with blaze rod: if player is holding blaze rod named "&6HubTools &7(clic droit)": #Dès que le joueur clique avec une blaze rod, ça ouvre le menu make player execute command "/tools" command /tools: trigger: wait 2 ticks open chest with 3 rows named "<gold><bold>HubTools" to player wait 1 tick format slot 0 of player with light green stained glass pane named " " to be unstealable loop 26 times: if loop-number <= 26: format slot loop-number of player with light green stained glass pane named " " to be unstealable format slot 10 of player with chest named "<gold>Gadgets" to close then run [make player execute command "/gadgets"] format slot 11 of player with mob head item named "<gold>Pets" to close then run [make player execute command "/pets"] format slot 12 of player with golden boots named "<gold>Bottes de vitesse" to close then run [make player execute command "/bottes"] #Donne le choix à plusieurs outils fun. format slot 13 of player with spider spawn egg named "<gold>Métamorphoses" to close then run [make player execute command "/disguise"] format slot 14 of player with player's skull named "<gold>Chapeaux" to close then run [make player execute command "/hat page1"] format slot 15 of player with gold sword named "<gold>Mini-jeux" to close then run [make player execute command "/games"] format slot 16 of player with nether star named "<gold>Particules" to close then run [make player execute command "/particles"] if player have permission "hubtools.*": format slot 26 of player with red wool named "&cActualiser" to close then run [make player execute command "/hubtools reload"] command /bottes: trigger: wait 2 ticks open chest with 3 rows named "<gold><bold>Bottes de vitesse" to player wait 1 tick format slot 0 of player with light green stained glass pane named " " to be unstealable loop 26 times: if loop-number <= 9: format slot loop-number of player with light green stained glass pane named " " to be unstealable if loop-number <= 20: format slot loop-number of player with light green stained glass pane named " " to be unstealable #Bottes de vitesse if loop-number >= 23: format slot loop-number of player with light green stained glass pane named " " to be unstealable format slot 10 of player with chainmail boots named "<gold>Bottes en maille" to close then run [make player execute command "/givebottes maille"] format slot 12 of player with golden boots named "<gold>Bottes en or" to close then run [make player execute command "/givebottes or"] format slot 14 of player with iron boots named "<gold>Bottes en fer" to close then run [make player execute command "/givebottes fer"] format slot 16 of player with diamond boots named "<gold>Bottes en diamant" to close then run [make player execute command "/givebottes diamant"] format slot 21 of player with arrow named "&4&lRetour au menu principal" to close then run [make player execute command "/tools"] format slot 22 of player with red stained glass pane named "&4&lEnlever les bottes actuels" to close then run [make player execute command "/givebottes stop"] command /particles: trigger: wait 2 ticks open chest with 5 rows named "<gold><bold>Particules" to player wait 1 ticks format slot 0 of player with rose red named "<light red>Coeurs" to close then run [make player execute command "/particules heart"] format slot 1 of player with bone meal named "<white>Nuages" to close then run [make player execute command "/particules cloud"] format slot 2 of player with stick named "<dark gray>Ninjaku" to close then run [make player execute command "/particules crit"] format slot 3 of player with light blue dye named "&9Magie bleue" to close then run [make player execute command "/particules crit_magic"] format slot 4 of player with clay named "<gray>Magie" to close then run [make player execute command "/particules ENCHANTMENT_TABLE"] format slot 5 of player with light gray dye named "<aqua>WinterFlow" to close then run [make player execute command "/particules fireworks_spark"] format slot 6 of player with orange dye named "<orange>Flaming" to close then run [make player execute command "/particules flame"] format slot 7 of player with 409 named "&9Geometry" to close then run [make player execute command "/particules footstep"] format slot 8 of player with torch named "&ePetites flammes" to close then run [make player execute command "/particules lava"] format slot 9 of player with jukebox named "&dNotes de musique" to close then run [make player execute command "/particules note"] #Particules format slot 10 of player with obsidian named "&5Portail" to close then run [make player execute command "/particules portal"] format slot 11 of player with redstone named "<red>Sang" to close then run [make player execute command "/particules redstone"] format slot 12 of player with slimeball named "<green>Slime" to close then run [make player execute command "/particules slime"] format slot 13 of player with gray dye named "<gray>Ninja" to close then run [make player execute command "/particules smoke_normal"] format slot 14 of player with snowball named "<white>Neige cassée" to close then run [make player execute command "/particules snow_shovel"] format slot 15 of player with diamond named "<light blue>Tornade" to close then run [make player execute command "/particules spell"] format slot 16 of player with nether star named "&7Whiteku" to close then run [make player execute command "/particules spell_instant"] format slot 17 of player with coal named "<gray>Tornade noire" to close then run [make player execute command "/particules spell_mob"] format slot 18 of player with purple dye named "<purple>Fumée de sorcière" to close then run [make player execute command "/particules spell_witch"] format slot 19 of player with ice named "<blue>Papillons" to close then run [make player execute command "/particules water_wake"] format slot 20 of player with brick named "<gray>Villageois faché" to close then run [make player execute command "/particules villager_angry"] format slot 21 of player with emerald named "<lime>Poussière d'émeraude" to close then run [make player execute command "/particules villager_happy"] format slot 22 of player with water bucket named "<light blue>Trainée de goutte" to close then run [make player execute command "/particules drip_water"] format slot 23 of player with lava bucket named "<red>Trainée de cendre" to close then run [make player execute command "/particules drip_lava"] format slot 39 of player with arrow named "<red><bold>Revenir au menu principal" to close then run [make player execute command "/tools"] format slot 40 of player with red stained glass pane named "<red><bold>Enlever toutes les particules" to close then run [make player execute command "/particules"] command /gadgets: trigger: wait 2 ticks open chest with 5 rows named "<gold><bold>Gadgets" to player wait 1 tick format slot 0 of player with light green stained glass pane named " " to be unstealable format slot 1 of player with light green stained glass pane named " " to be unstealable format slot 2 of player with light green stained glass pane named " " to be unstealable format slot 3 of player with light green stained glass pane named " " to be unstealable format slot 4 of player with light green stained glass pane named " " to be unstealable format slot 5 of player with light green stained glass pane named " " to be unstealable #GADGETS format slot 6 of player with light green stained glass pane named " " to be unstealable format slot 7 of player with light green stained glass pane named " " to be unstealable format slot 8 of player with light green stained glass pane named " " to be unstealable format slot 9 of player with light green stained glass pane named " " to be unstealable format slot 10 of player with feather named "&3Gadget : &bFlyer" with lore "&bTu peux voler plus haut que les oiseaux !" to close then run [make player execute command "/givegadgets plume"] format slot 11 of player with light blue stained glass pane named "&bGadgets basiques" to be unstealable format slot 12 of player with firework rocket named "&3Gadget : &bFireworker" with lore "&bAccroché à un feu d'artifice, tu t'amuse !" to close then run [make player execute command "/givegadgets firework"] format slot 13 of player with light blue stained glass pane named "&bGadgets basiques" to be unstealable format slot 14 of player with snowball named "&3Gadget : &bIceRunner" with lore "&bCréé tes ponts en glace grâce à une boule de neige !" to close then run [make player execute command "/givegadgets icerunner"] format slot 15 of player with light blue stained glass pane named "&bGadgets basiques" to be unstealable format slot 16 of player with snow named "&3Gadget : &bSnowRoad" with lore "&bTu dépose de la neige en dessous de toi !" to close then run [make player execute command "/givegadgets snowtoggle"] format slot 17 of player with light green stained glass pane named " " to be unstealable format slot 18 of player with light green stained glass pane named " " to be unstealable format slot 19 of player with light blue stained glass pane named "&bGadgets moutons" to be unstealable format slot 20 of player with red wool named "&3Gadget : &bMouton explosif" with lore "&bFais exploser des moutons comme tu veux !" to close then run [make player execute command "/givegadgets explosif"] format slot 21 of player with white wool named "&3Gadget : &bMouton d'abordage" with lore "&bLes moutons remplacent les bateaux ! ||&bEN AVANT !!!" to close then run [make player execute command "/givegadgets abordage"] format slot 22 of player with yellow wool named "&3Gadget : &bMouton éléctrique" with lore "&bLes moutons remplacent Pikachu !" to close then run [make player execute command "/givegadgets éléctrique"] format slot 23 of player with orange wool named "&3Gadget : &bMouton disco" with lore "&bLa disco et le moutons... ça fait UN !!" to close then run [make player execute command "/givegadgets disco"] format slot 24 of player with light green wool named "&3Gadget : &bMouton sauteur" with lore "&bTu peux sauter plus haut que les lapins !" to close then run [make player execute command "/givegadgets sauteur"] format slot 25 of player with light blue stained glass pane named "&bGadgets moutons" to be unstealable format slot 26 of player with light green stained glass pane named " " to be unstealable format slot 27 of player with light green stained glass pane named " " to be unstealable format slot 28 of player with light green stained glass pane named " " to be unstealable format slot 29 of player with light green stained glass pane named " " to be unstealable format slot 30 of player with light blue stained glass pane named "&bGadgets explosif" to be unstealable format slot 31 of player with tnt named "&3Gadget : &bTNTGun" with lore "&bFaîtes tout PÉTER !!!" to run [make player execute command "/givegadgets tntgun"] format slot 32 of player with light blue stained glass pane named "&bGadgets explosif" to be unstealable format slot 33 of player with light green stained glass pane named " " to be unstealable format slot 34 of player with light green stained glass pane named " " to be unstealable format slot 35 of player with light green stained glass pane named " " to be unstealable format slot 36 of player with light green stained glass pane named " " to be unstealable format slot 37 of player with light green stained glass pane named " " to be unstealable format slot 38 of player with light green stained glass pane named " " to be unstealable format slot 39 of player with arrow named "&4&lRetour au menu principal" to close then run [make player execute command "/tools"] format slot 40 of player with red stained glass pane named "&4&lEnlever le gadget actuel" to close then run [make player execute command "/givegadgets stop"] format slot 41 of player with jack-o-lantern named "&4&lPage SPÉCIAL !" to close then run [make player execute command "/givegadgets special"] format slot 42 of player with light green stained glass pane named " " to be unstealable format slot 43 of player with light green stained glass pane named " " to be unstealable format slot 44 of player with light green stained glass pane named " " to be unstealable command /hat <text>: trigger: if arg 1 is "page1": wait 2 ticks open chest with 3 rows named "&e&lChapeaux - Page 1" to player wait 1 tick format slot 0 of player with light green stained glass pane named " " to be unstealable loop 26 times: if loop-number <= 9: format slot loop-number of player with light green stained glass pane named " " to be unstealable if loop-number >= 17: #CHAPEAUX page 1 format slot loop-number of player with light green stained glass pane named " " to be unstealable format slot 10 of player with Glass Pane named "&cR&6A&3N&eD&aO&7M" with lore "&r&fVerre de couleur aléatoire" to close then run [make player execute command "/givehat verrerandom"] format slot 11 of player with White Stained Glass named "&3Chapeau : &7Verre blanche" with lore "&7Verre de couleur blanche" to close then run [make player execute command "/givehat verrebla"] format slot 12 of player with Orange Stained Glass named "&3Chapeau : &6Verre orange" with lore "&6Verre de couleur orange" to close then run [make player execute command "/givehat verreo"] format slot 13 of player with Magenta Stained Glass named "&3Chapeau : &5Verre violet" with lore "&5Verre de couleur violette" to close then run [make player execute command "/givehat verrevi"] format slot 14 of player with Light Blue Stained Glass named "&3Chapeau : &bVerre bleu clair" with lore "&bVerre de couleur bleue claire" to close then run [make player execute command "/givehat verreblec"] format slot 15 of player with Yellow Stained Glass named "&3Chapeau : &eVerre jaune" with lore "&eVerre de couleur jaune" to close then run [make player execute command "/givehat verrej"] format slot 16 of player with light green Stained Glass named "&3Chapeau : &aVerre vert clair" with lore "&aVerre de couleur verte claire" to close then run [make player execute command "/givehat verrevec"] format slot 21 of player with arrow named "&4&lRetour au menu principal" to close then run [make player execute command "/tools"] format slot 22 of player with red stained glass pane named "&4&lEnlever le chapeau actuel" to close then run [make player execute command "/givehat stop"] format slot 23 of player with arrow named "&4&lPage suivante" to close then run [make player execute command "/hat page2"] format slot 24 of player with jack-o-lantern named "&4&lPage SPÉCIAL !" to close then run [make player execute command "/hat page3"] if arg 1 is "page2": wait 2 ticks open chest with 3 rows named "&e&lChapeaux - Page 2" to player wait 1 tick format slot 0 of player with light green stained glass pane named " " to be unstealable loop 26 times: if loop-number <= 9: format slot loop-number of player with light green stained glass pane named " " to be unstealable if loop-number >= 17: #CHAPEAUX page 2 format slot loop-number of player with light green stained glass pane named " " to be unstealable format slot 10 of player with Pink Stained Glass named "&3Chapeau : &dVerre rose" with lore "&dVerre de couleur rose" to close then run [make player execute command "/givehat verreros"] format slot 11 of player with Gray Stained Glass named "&3Chapeau : &8Verre gris foncé" with lore "&8Verre de couleur grise foncée" to close then run [make player execute command "/givehat verregrf"] format slot 12 of player with Light Gray Stained Glass named "&3Chapeau : &7Verre gris clair" with lore "&7Verre de couleur grise claire" to close then run [make player execute command "/givehat verregrc"] format slot 13 of player with Cyan Stained Glass named "&3Chapeau : &3Verre cyan" with lore "&3Verre de couleur cyan" to close then run [make player execute command "/givehat verrec"] format slot 14 of player with Red Stained Glass named "&3Chapeau : &4Verre rouge" with lore "&4Verre de couleur rouge" to close then run [make player execute command "/givehat verrerou"] format slot 15 of player with Brown Stained Glass named "&3Chapeau : &6Verre brun" with lore "&6Verre de couleur brune" to close then run [make player execute command "/givehat verrebr"] format slot 16 of player with Green Stained Glass named "&3Chapeau : &2Verre vert" with lore "&2Verre de couleur verte" to close then run [make player execute command "/givehat verrevef"] format slot 21 of player with arrow named "&4&lPage précédante" to close then run [make player execute command "/hat page1"] format slot 22 of player with red stained glass pane named "&4&lEnlever le chapeau actuel" to close then run [make player execute command "/givehat stop"] format slot 23 of player with arrow named "&4&lRetour au menu principal" to close then run [make player execute command "/tools"] format slot 24 of player with jack-o-lantern named "&4&lPage SPÉCIAL !" to close then run [make player execute command "/hat page3"] if arg 1 is "page3": wait 2 ticks open chest with 3 rows named "&e&lChapeaux - &4&lIndisponible" to player wait 1 tick format slot 0 of player with light green stained glass pane named " " to be unstealable loop 26 times: if loop-number <= 9: format slot loop-number of player with light green stained glass pane named " " to be unstealable if loop-number >= 17: #CHAPEAUX page 2 format slot loop-number of player with light green stained glass pane named " " to be unstealable format slot 10 of player with red stained glass pane named "&4&lIndisponible" to be unstealable format slot 21 of player with arrow named "&4&lPage précédante" to close then run [make player execute command "/hat page1"] format slot 22 of player with red stained glass pane named "&4&lEnlever le chapeau actuel" to close then run [make player execute command "/givehat stop"] format slot 23 of player with arrow named "&4&lRetour au menu principal" to close then run [make player execute command "/tools"] command /pets: trigger: wait 2 ticks open chest with 3 rows named "<gold><bold>Pets - Animaux" to player wait 1 tick format slot 0 of player with light green stained glass pane named " " to be unstealable loop 26 times: if loop-number <= 9: format slot loop-number of player with light green stained glass pane named " " to be unstealable if loop-number <= 20: format slot loop-number of player with light green stained glass pane named " " to be unstealable #Pets if loop-number >= 23: format slot loop-number of player with light green stained glass pane named " " to be unstealable format slot 10 of player with spider spawn egg named "<gold>Araignée" to close then run [make player execute command "/givepets spider"] format slot 12 of player with zombie spawn egg named "<gold>Zombie" to close then run [make player execute command "/givepets zombie"] format slot 14 of player with pig spawn egg named "<gold>Cochon" to close then run [make player execute command "/givepets cochon"] format slot 16 of player with cow spawn egg named "<gold>Vache" to close then run [make player execute command "/givepets vache"] format slot 21 of player with arrow named "&4&lRetour au menu principal" to close then run [make player execute command "/tools"] format slot 22 of player with red stained glass pane named "&4&lEnlever les pets actuels" to close then run [make player execute command "/givepets"] command /disguise: trigger: wait 2 ticks open chest with 3 rows named "<gold><bold>Métamorphoses" to player wait 1 tick format slot 0 of player with light green stained glass pane named " " to be unstealable loop 26 times: if loop-number <= 9: format slot loop-number of player with light green stained glass pane named " " to be unstealable if loop-number <= 20: format slot loop-number of player with light green stained glass pane named " " to be unstealable #Pets if loop-number >= 23: format slot loop-number of player with light green stained glass pane named " " to be unstealable format slot 10 of player with spider spawn egg named "<gold>Araignée" to close then run [make player execute command "/givedisguise Spider"] format slot 12 of player with zombie spawn egg named "<gold>Zombie" to close then run [make player execute command "/givedisguise Zombie"] format slot 14 of player with pig spawn egg named "<gold>Cochon" to close then run [make player execute command "/givedisguise Cochon"] format slot 16 of player with cow spawn egg named "<gold>Vache" to close then run [make player execute command "/givedisguise Vache"] format slot 21 of player with arrow named "&4&lRetour au menu principal" to close then run [make player execute command "/tools"] format slot 22 of player with red stained glass pane named "&4&lEnlever la métamorphose actuelle" to close then run [make player execute command "/givedisguise"] command /games: trigger: wait 2 ticks open chest with 3 rows named "<gold><bold>Mini-jeux" to player wait 1 tick format slot 0 of player with light green stained glass pane named " " to be unstealable format slot 0 of player with light green stained glass pane named " " to be unstealable loop 26 times: if loop-number <= 9: format slot loop-number of player with light green stained glass pane named " " to be unstealable if loop-number >= 17: #CHAPEAUX page 2 format slot loop-number of player with light green stained glass pane named " " to be unstealable format slot 13 of player with gold sword named "<gold>Clic & Clic" with lore "&7Cliquez le plus de fois possible en un temps limité !" to close then run [make player execute command "/givegames clic"] format slot 21 of player with arrow named "&4&lRetour au menu principal" to close then run [make player execute command "/tools"] command /givegames <text>: trigger: if arg 1 is "clic": message "&7[&6HubTools&7]&9 Vous avez reçu l'épée du mini-jeu Clic & clic !" set slot 0 of player to a wood sword named "&eClic & clic &7(clic droit)" message "&7[&6HubTools&7]&9 Pour commencer, faîtes un clic droit. Ensuite, faîtes le plus de clic en 10 secondes !" command /givedisguise [<text>]: trigger: if {disguise.used.%UUID of player%} isn't set: set {disguise.used.%UUID of player%} to false if {disguise.used.%UUID of player%} is true: message "&7[&6HubTools&7]&9 Vous avez repris votre apparence !" set {disguise.used.%UUID of player%} to false execute console command "/undisguiseplayer %player%" if {disguise.used.%UUID of player%} is false: if arg 1 is "Spider": message "&7[&6HubTools&7]&9 Tu es déguisé en &laraignée &9!" disguise player as "spider" set {disguise.used.%UUID of player%} to true if arg 1 is "Zombie": message "&7[&6HubTools&7]&9 Tu es déguisé en &lzombie &9!" disguise player as "zombie" set {disguise.used.%UUID of player%} to true if arg 1 is "Cochon": message "&7[&6HubTools&7]&9 Tu es déguisé en &lcochon &9!" disguise player as "pig" set {disguise.used.%UUID of player%} to true if arg 1 is "Vache": message "&7[&6HubTools&7]&9 Tu es déguisé en &lvache &9!" disguise player as "cow" set {disguise.used.%UUID of player%} to true command /givepets [<text>]: trigger: if {pets.used.%UUID of player%} isn't set: set {pets.used.%UUID of player%} to false if {pets.used.%UUID of player%} is true: set {pets.used.%UUID of player%} to false loop all entities: if loop-entity's name is "&0Spider » &l%name of player%" or "&2Zombie » &l%name of player%" or "&dCochon » &l%name of player%" or "&6Vache » &l%name of player%": kill loop-entity message "&7[&6HubTools&7]&9 Vous avez abandonné votre animal &9!" if {pets.used.%UUID of player%} is false: if arg 1 is "Spider": message "&7[&6HubTools&7]&9 Vous avez adopté une &laraignée &9!" spawn a spider at the player set name of spawned entity to "&0Spider » &l%name of player%" set {pets.adopteur.%spawned entity%} to player set {pets.used.%UUID of player%} to true while {pets.used.%UUID of player%} is true: make spawned entity pathfind to player with speed 2.5 wait 1.5 second #Laissez ça sinon votre serveur aura un max de lags if arg 1 is "Zombie": message "&7[&6HubTools&7]&9 Vous avez adopté un &l%arg 1% &9!" spawn a zombie at the player set name of spawned entity to "&2Zombie » &l%name of player%" set {pets.adopteur.%spawned entity%} to player set {pets.used.%UUID of player%} to true while {pets.used.%UUID of player%} is true: make spawned entity pathfind to player with speed 2.5 wait 1.5 second #Laissez ça sinon votre serveur aura un max de lags if arg 1 is "Cochon": message "&7[&6HubTools&7]&9 Vous avez adopté un &l%arg 1% &9!" spawn a pig at the player set name of spawned entity to "&dCochon » &l%name of player%" set {pets.adopteur.%spawned entity%} to player set {pets.used.%UUID of player%} to true while {pets.used.%UUID of player%} is true: make spawned entity pathfind to player with speed 2.5 wait 1.5 second #Laissez ça sinon votre serveur aura un max de lags if arg 1 is "Vache": message "&7[&6HubTools&7]&9 Vous avez adopté un &l%arg 1% &9!" spawn a cow at the player set name of spawned entity to "&6Vache » &l%name of player%" set {pets.adopteur.%spawned entity%} to player set {pets.used.%UUID of player%} to true while {pets.used.%UUID of player%} is true: make spawned entity pathfind to player with speed 2.5 wait 1.5 second #Laissez ça sinon votre serveur aura un max de lags command /givehat <text>: trigger: if arg 1 is "verrerandom": if {random.hat.%UUID of player%} isn't set: set {random.hat.%UUID of player%} to false if {random.hat.%UUID of player%} is false: message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre aléatoire !" set {random.hat.%UUID of player%} to true while {random.hat.%UUID of players%} is true: if {random.hat.%UUID of players%} is true: set player's helmet to white glass wait 1 second if {random.hat.%UUID of players%} is true: set player's helmet to orange glass wait 1 second if {random.hat.%UUID of players%} is true: set player's helmet to magenta glass wait 1 second if {random.hat.%UUID of players%} is true: set player's helmet to light blue glass wait 1 second if {random.hat.%UUID of players%} is true: set player's helmet to yellow glass wait 1 second if {random.hat.%UUID of players%} is true: set player's helmet to light green glass wait 1 second if {random.hat.%UUID of players%} is true: set player's helmet to pink glass #DON DES CHAPEAUX ALEATOIRES QUI CHANGE TOUTES LES 15 SECONDES wait 1 second if {random.hat.%UUID of players%} is true: set player's helmet to gray glass wait 1 second if {random.hat.%UUID of players%} is true: set player's helmet to light gray glass wait 1 second if {random.hat.%UUID of players%} is true: set player's helmet to cyan glass wait 1 second if {random.hat.%UUID of players%} is true: set player's helmet to brown glass wait 1 second if {random.hat.%UUID of players%} is true: set player's helmet to red glass wait 1 second if {random.hat.%UUID of players%} is true: set player's helmet to green glass wait 1 second else if {random.hat.%UUID of player%} is true: message "&7[&6HubTools&7]&9 Vous êtes déjà equipé(e) du verre aléatoire !" if arg 1 is "verrebla": set {random.hat.%UUID of player%} to false set player's helmet to white glass message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre blanc" if arg 1 is "verreo": set {random.hat.%UUID of player%} to false set player's helmet to orange glass message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre orange" #DON DES CHAPEAUX if arg 1 is "verrevi": set {random.hat.%UUID of player%} to false set player's helmet to magenta glass message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre violet" if arg 1 is "verreblec": set {random.hat.%UUID of player%} to false set player's helmet to light blue glass message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre bleu clair" if arg 1 is "verrej": set {random.hat.%UUID of player%} to false set player's helmet to yellow glass message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre jaune" if arg 1 is "verrevec": set {random.hat.%UUID of player%} to false set player's helmet to light green glass message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre vert clair" if arg 1 is "verreros": set {random.hat.%UUID of player%} to false set player's helmet to pink glass message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre rose" if arg 1 is "verregrf": set {random.hat.%UUID of player%} to false set player's helmet to gray glass message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre gris foncé" if arg 1 is "verregrc": set {random.hat.%UUID of player%} to false set player's helmet to light gray glass message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre gris clair" if arg 1 is "verrec": set {random.hat.%UUID of player%} to false set player's helmet to cyan glass message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre cyan" if arg 1 is "verrerou": set {random.hat.%UUID of player%} to false set player's helmet to red glass message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre rouge" if arg 1 is "verrebr": set {random.hat.%UUID of player%} to false set player's helmet to brown glass message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre brun" if arg 1 is "verrevef": set {random.hat.%UUID of player%} to false set player's helmet to green glass message "&7[&6HubTools&7]&9 Vous avez bien été équipé du verre vert" if arg 1 is "stop": set player's helmet to air set {random.hat.%UUID of player%} to false message "&7[&6HubTools&7]&9 Vous avez bien enlevé votre verre !" command /givegadgets <text>: trigger: if arg 1 is "plume": set slot 0 of player to a feather named "&bFlyer &7(clic droit)" else if arg 1 is "firework": set slot 0 of player to a firework rocket named "&bFireworker &7(clic droit)" else if arg 1 is "icerunner": set slot 0 of player to a snowball named "&bIceRunner &7(clic droit)" else if arg 1 is "snowtoggle": set slot 0 of player to a snow named "&bSnowRoad &7(clic droit)" else if arg 1 is "explosif": set slot 0 of player to a red wool named "&cMouton explosif &7(clic droit)" #DON DES GADGETS else if arg 1 is "éléctrique": set slot 0 of player to a yellow wool named "&eMouton éléctrique &7(clic droit)" else if arg 1 is "sauteur": set slot 0 of player to a light green wool named "&aMouton sauteur &7(clic droit)" else if arg 1 is "abordage": set slot 0 of player to a white wool named "&9Mouton abordage &7(clic droit)" else if arg 1 is "disco": set slot 0 of player to a orange wool named "&6Mouton disco &7(clic droit)" else if arg 1 is "special": wait 2 ticks open chest with 3 rows named "<gold><bold>Gadgets SPÉCIAUX - &4&lIndisponible" to player wait 1 tick format slot 0 of player with light green stained glass pane named " " to be unstealable loop 26 times: if loop-number <= 9: format slot loop-number of player with light green stained glass pane named " " to be unstealable if loop-number >= 17: #Gadgets spéciaux format slot loop-number of player with light green stained glass pane named " " to be unstealable format slot 10 of player with red stained glass pane named "&4&lIndisponible" to be unstealable format slot 21 of player with arrow named "&4&lRetour au menu principal" to close then run [make player execute command "/tools"] format slot 22 of player with red stained glass pane named "&4&lEnlever le gadget actuel" to close then run [make player execute command "/givegadgets stop"] else if arg 1 is "tntgun": wait 2 ticks open chest with 3 rows named "&c&lMonter sur la TNT ?" to player wait 1 tick format slot 0 of player with light green stained glass pane named "&c&lMonter sur la TNT ?" to be unstealable loop 26 times: if loop-number <= 9: format slot loop-number of player with light green stained glass pane named "&c&lMonter sur la TNT ?" to be unstealable if loop-number >= 17: #Gadget TNTGUN format slot loop-number of player with light green stained glass pane named "&c&lMonter sur la TNT ?" to be unstealable format slot 12 of player with Green Stained Glass named "&aOUI" with lore "&aAccepter de monter sur la TNT pendant qu'elle est lancée ?" to close then run [make player execute command "/tntgun rideon"] format slot 15 of player with Red Stained Glass named "&cNON" with lore "&cRefuser de monter sur la TNT pendant qu'elle est lancée ?" to close then run [make player execute command "/tntgun rideoff"] else if arg 1 is "stop": set slot 0 of player to air command /givebottes <text>: trigger: if arg 1 is "maille" or "or" or "fer" or "diamant" or "stop": remove speed from the player if arg 1 is "maille": set player's boots to chainmail boots execute console command "/effect %player% speed 99999 1 true" message "&7[&6HubTools&7]&9 Vous êtes bien équipé des bottes en maille avec vitesse I !" else if arg 1 is "or": set player's boots to golden boots execute console command "/effect %player% speed 99999 2 true" message "&7[&6HubTools&7]&9 Vous êtes bien équipé des bottes en maille avec vitesse II !" else if arg 1 is "fer": set player's boots to iron boots execute console command "/effect %player% speed 99999 3 true" #DON DES BOTTES DE VITESSES message "&7[&6HubTools&7]&9 Vous êtes bien équipé des bottes en maille avec vitesse III !" else if arg 1 is "diamant": set player's boots to diamond boots execute console command "/effect %player% speed 99999 4 true" message "&7[&6HubTools&7]&9 Vous êtes bien équipé des bottes en maille avec vitesse IV !" else if arg 1 is "stop": set player's boots to air remove speed from player message "&7[&6HubTools&7]&9 Vous avez bien retiré vos bottes de vitesse !" command /tntgun [<text>]: trigger: set slot 0 of player to a tnt named "&cTNTGun &7(clic droit)" if arg 1 isn't set: message "&7[&6HubTools&7] &cVous n'êtes pas autorisé à exécuter cette commande manuellement !" if arg 1 is "rideon": set {ridetnt.%UUID of player%} to true if arg 1 is "rideoff": set {ridetnt.%UUID of player%} to false
  7. command /msg [<player>] [<text>]: trigger: if arg 1 is not set: message "Il faut mettre un pseudo" If arg 1 is set: if arg 2 is not set: message "Tu dois mettre un message" if arg 2 is set: send "&3Envoye a &d%arg 1% &3>> &7%arg 2%" to player send "&3Recu de &d%sender% &3>> &7%arg 2%" to arg 1 play "LEVEL_UP" to arg 1 at volume 3 set {rep.%arg 1%} to player command /r [<text>]: trigger: if arg 1 is not set: message "Tu dois mettre un message" if arg 1 is set: if {rep.%player%} is set: send "&3Envoye a &d%{rep.%player%}%&3 >> &7%arg 1%" to player send "&3=Recu de &d%player% &3>> &7%arg 1%" to {rep.%player%} play "LEVEL_UP" to {rep.%player%} at volume 3 set {rep.%{rep.%player%}%} to player if {rep.%player%} is not set: message "Tu n'as personne à qui répondre" on quit: delete {rep.%player%}
  8. Mais j'en ai besoin ... C'est la version ?
  9. Aucun erreur particulière de le code mais dans la console oui regarde(mais bonne chance) : [list=1] [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:483) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:451) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:443) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPositionLook.a(SourceFile:18) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [*][13:52:11] : #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [*][13:52:11] : #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:672) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [*][13:52:11] : #!#! at java.lang.Thread.run(Thread.java:745) [*][13:52:11] : #!#! [*][13:52:11] : #!#! Version Information: [*][13:52:11] : #!#! Skript: 2.1.2 [*][13:52:11] : #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [*][13:52:11] : #!#! Minecraft: 1.8.8 [*][13:52:11] : #!#! Java: 1.8.0_60 [*][13:52:11] : #!#! [*][13:52:11] : #!#! Running CraftBukkit: false [*][13:52:11] : #!#! [*][13:52:11] : #!#! Current node: null [*][13:52:11] : #!#! Current item: null [*][13:52:11] : #!#! [*][13:52:11] : #!#! Thread: Server thread [*][13:52:11] : #!#! [*][13:52:11] : #!#! End of Error. [*][13:52:11] : #!#! [*][13:52:11] : #!#! [*][13:52:11] : #!#! [skript] Severe Error: [*][13:52:11] : #!#! [*][13:52:11] : #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [*][13:52:11] : #!#! If you're a server admin however please go to [Contenu masqué] [*][13:52:11] : #!#! and check whether this error has already been reported. [*][13:52:11] : #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [*][13:52:11] : #!#! and describe what you did before it happened and/or what you think caused the error. [*][13:52:11] : #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [*][13:52:11] : #!#! By following this guide fixing the error should be easy and done fast. [*][13:52:11] : #!#! [*][13:52:11] : #!#! Stack trace: [*][13:52:11] : #!#! java.lang.NullPointerException [*][13:52:11] : #!#! at net.rayfall.eyesniper2.skrayfall.v1_8_4.EffTabTitlesV1_8_4.execute(EffTabTitlesV1_8_4.java:61) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [*][13:52:11] : #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands$1.onServerCommand(Commands.java:171) [*][13:52:11] : #!#! at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) [*][13:52:11] : #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [*][13:52:11] : #!#! at java.lang.reflect.Method.invoke(Method.java:497) [*][13:52:11] : #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at ch.njol.skript.Skript.dispatchCommand(Skript.java:941) [*][13:52:11] : #!#! at ch.njol.skript.effects.EffCommand.execute(EffCommand.java:86) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:149) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:483) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:451) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:443) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPositionLook.a(SourceFile:18) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [*][13:52:11] : #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [*][13:52:11] : #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:672) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [*][13:52:11] : #!#! at java.lang.Thread.run(Thread.java:745) [*][13:52:11] : #!#! [*][13:52:11] : #!#! Version Information: [*][13:52:11] : #!#! Skript: 2.1.2 [*][13:52:11] : #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [*][13:52:11] : #!#! Minecraft: 1.8.8 [*][13:52:11] : #!#! Java: 1.8.0_60 [*][13:52:11] : #!#! [*][13:52:11] : #!#! Running CraftBukkit: false [*][13:52:11] : #!#! [*][13:52:11] : #!#! Current node: null [*][13:52:11] : #!#! Current item: null [*][13:52:11] : #!#! [*][13:52:11] : #!#! Thread: Server thread [*][13:52:11] : #!#! [*][13:52:11] : #!#! End of Error. [*][13:52:11] : #!#! [*][13:52:11] : #!#! [*][13:52:11] : #!#! [skript] Severe Error: [*][13:52:11] : #!#! [*][13:52:11] : #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [*][13:52:11] : #!#! If you're a server admin however please go to [Contenu masqué] [*][13:52:11] : #!#! and check whether this error has already been reported. [*][13:52:11] : #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [*][13:52:11] : #!#! and describe what you did before it happened and/or what you think caused the error. [*][13:52:11] : #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [*][13:52:11] : #!#! By following this guide fixing the error should be easy and done fast. [*][13:52:11] : #!#! [*][13:52:11] : #!#! Stack trace: [*][13:52:11] : #!#! java.lang.NullPointerException [*][13:52:11] : #!#! at net.rayfall.eyesniper2.skrayfall.v1_8_4.EffTabTitlesV1_8_4.execute(EffTabTitlesV1_8_4.java:61) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [*][13:52:11] : #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands$1.onServerCommand(Commands.java:171) [*][13:52:11] : #!#! at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) [*][13:52:11] : #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [*][13:52:11] : #!#! at java.lang.reflect.Method.invoke(Method.java:497) [*][13:52:11] : #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at ch.njol.skript.Skript.dispatchCommand(Skript.java:941) [*][13:52:11] : #!#! at ch.njol.skript.effects.EffCommand.execute(EffCommand.java:86) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:149) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:483) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:451) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:443) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPositionLook.a(SourceFile:18) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [*][13:52:11] : #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [*][13:52:11] : #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:672) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [*][13:52:11] : #!#! at java.lang.Thread.run(Thread.java:745) [*][13:52:11] : #!#! [*][13:52:11] : #!#! Version Information: [*][13:52:11] : #!#! Skript: 2.1.2 [*][13:52:11] : #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [*][13:52:11] : #!#! Minecraft: 1.8.8 [*][13:52:11] : #!#! Java: 1.8.0_60 [*][13:52:11] : #!#! [*][13:52:11] : #!#! Running CraftBukkit: false [*][13:52:11] : #!#! [*][13:52:11] : #!#! Current node: null [*][13:52:11] : #!#! Current item: null [*][13:52:11] : #!#! [*][13:52:11] : #!#! Thread: Server thread [*][13:52:11] : #!#! [*][13:52:11] : #!#! End of Error. [*][13:52:11] : #!#! [*][13:52:11] : #!#! [*][13:52:11] : #!#! [skript] Severe Error: [*][13:52:11] : #!#! [*][13:52:11] : #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [*][13:52:11] : #!#! If you're a server admin however please go to [Contenu masqué] [*][13:52:11] : #!#! and check whether this error has already been reported. [*][13:52:11] : #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [*][13:52:11] : #!#! and describe what you did before it happened and/or what you think caused the error. [*][13:52:11] : #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [*][13:52:11] : #!#! By following this guide fixing the error should be easy and done fast. [*][13:52:11] : #!#! [*][13:52:11] : #!#! Stack trace: [*][13:52:11] : #!#! java.lang.NullPointerException [*][13:52:11] : #!#! at net.rayfall.eyesniper2.skrayfall.v1_8_4.EffTabTitlesV1_8_4.execute(EffTabTitlesV1_8_4.java:61) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [*][13:52:11] : #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands$1.onServerCommand(Commands.java:171) [*][13:52:11] : #!#! at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) [*][13:52:11] : #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [*][13:52:11] : #!#! at java.lang.reflect.Method.invoke(Method.java:497) [*][13:52:11] : #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at ch.njol.skript.Skript.dispatchCommand(Skript.java:941) [*][13:52:11] : #!#! at ch.njol.skript.effects.EffCommand.execute(EffCommand.java:86) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:149) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:483) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:451) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:443) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:8) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [*][13:52:11] : #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [*][13:52:11] : #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:672) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [*][13:52:11] : #!#! at java.lang.Thread.run(Thread.java:745) [*][13:52:11] : #!#! [*][13:52:11] : #!#! Version Information: [*][13:52:11] : #!#! Skript: 2.1.2 [*][13:52:11] : #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [*][13:52:11] : #!#! Minecraft: 1.8.8 [*][13:52:11] : #!#! Java: 1.8.0_60 [*][13:52:11] : #!#! [*][13:52:11] : #!#! Running CraftBukkit: false [*][13:52:11] : #!#! [*][13:52:11] : #!#! Current node: null [*][13:52:11] : #!#! Current item: null [*][13:52:11] : #!#! [*][13:52:11] : #!#! Thread: Server thread [*][13:52:11] : #!#! [*][13:52:11] : #!#! End of Error. [*][13:52:11] : #!#! [*][13:52:11] : #!#! [*][13:52:11] : #!#! [skript] Severe Error: [*][13:52:11] : #!#! [*][13:52:11] : #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [*][13:52:11] : #!#! If you're a server admin however please go to [Contenu masqué] [*][13:52:11] : #!#! and check whether this error has already been reported. [*][13:52:11] : #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [*][13:52:11] : #!#! and describe what you did before it happened and/or what you think caused the error. [*][13:52:11] : #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [*][13:52:11] : #!#! By following this guide fixing the error should be easy and done fast. [*][13:52:11] : #!#! [*][13:52:11] : #!#! Stack trace: [*][13:52:11] : #!#! java.lang.NullPointerException [*][13:52:11] : #!#! at net.rayfall.eyesniper2.skrayfall.v1_8_4.EffTabTitlesV1_8_4.execute(EffTabTitlesV1_8_4.java:61) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [*][13:52:11] : #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands$1.onServerCommand(Commands.java:171) [*][13:52:11] : #!#! at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) [*][13:52:11] : #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [*][13:52:11] : #!#! at java.lang.reflect.Method.invoke(Method.java:497) [*][13:52:11] : #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at ch.njol.skript.Skript.dispatchCommand(Skript.java:941) [*][13:52:11] : #!#! at ch.njol.skript.effects.EffCommand.execute(EffCommand.java:86) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:149) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:483) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:451) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:443) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:8) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [*][13:52:11] : #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [*][13:52:11] : #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:672) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [*][13:52:11] : #!#! at java.lang.Thread.run(Thread.java:745) [*][13:52:11] : #!#! [*][13:52:11] : #!#! Version Information: [*][13:52:11] : #!#! Skript: 2.1.2 [*][13:52:11] : #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [*][13:52:11] : #!#! Minecraft: 1.8.8 [*][13:52:11] : #!#! Java: 1.8.0_60 [*][13:52:11] : #!#! [*][13:52:11] : #!#! Running CraftBukkit: false [*][13:52:11] : #!#! [*][13:52:11] : #!#! Current node: null [*][13:52:11] : #!#! Current item: null [*][13:52:11] : #!#! [*][13:52:11] : #!#! Thread: Server thread [*][13:52:11] : #!#! [*][13:52:11] : #!#! End of Error. [*][13:52:11] : #!#! [*][13:52:11] : #!#! [*][13:52:11] : #!#! [skript] Severe Error: [*][13:52:11] : #!#! [*][13:52:11] : #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [*][13:52:11] : #!#! If you're a server admin however please go to [Contenu masqué] [*][13:52:11] : #!#! and check whether this error has already been reported. [*][13:52:11] : #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [*][13:52:11] : #!#! and describe what you did before it happened and/or what you think caused the error. [*][13:52:11] : #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [*][13:52:11] : #!#! By following this guide fixing the error should be easy and done fast. [*][13:52:11] : #!#! [*][13:52:11] : #!#! Stack trace: [*][13:52:11] : #!#! java.lang.NullPointerException [*][13:52:11] : #!#! at net.rayfall.eyesniper2.skrayfall.v1_8_4.EffTabTitlesV1_8_4.execute(EffTabTitlesV1_8_4.java:61) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [*][13:52:11] : #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands$1.onServerCommand(Commands.java:171) [*][13:52:11] : #!#! at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) [*][13:52:11] : #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [*][13:52:11] : #!#! at java.lang.reflect.Method.invoke(Method.java:497) [*][13:52:11] : #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at ch.njol.skript.Skript.dispatchCommand(Skript.java:941) [*][13:52:11] : #!#! at ch.njol.skript.effects.EffCommand.execute(EffCommand.java:86) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:149) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:483) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:451) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:443) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPositionLook.a(SourceFile:18) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [*][13:52:11] : #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [*][13:52:11] : #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:672) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [*][13:52:11] : #!#! at java.lang.Thread.run(Thread.java:745) [*][13:52:11] : #!#! [*][13:52:11] : #!#! Version Information: [*][13:52:11] : #!#! Skript: 2.1.2 [*][13:52:11] : #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [*][13:52:11] : #!#! Minecraft: 1.8.8 [*][13:52:11] : #!#! Java: 1.8.0_60 [*][13:52:11] : #!#! [*][13:52:11] : #!#! Running CraftBukkit: false [*][13:52:11] : #!#! [*][13:52:11] : #!#! Current node: null [*][13:52:11] : #!#! Current item: null [*][13:52:11] : #!#! [*][13:52:11] : #!#! Thread: Server thread [*][13:52:11] : #!#! [*][13:52:11] : #!#! End of Error. [*][13:52:11] : #!#! [*][13:52:11] : #!#! [*][13:52:11] : #!#! [skript] Severe Error: [*][13:52:11] : #!#! [*][13:52:11] : #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [*][13:52:11] : #!#! If you're a server admin however please go to [Contenu masqué] [*][13:52:11] : #!#! and check whether this error has already been reported. [*][13:52:11] : #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [*][13:52:11] : #!#! and describe what you did before it happened and/or what you think caused the error. [*][13:52:11] : #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [*][13:52:11] : #!#! By following this guide fixing the error should be easy and done fast. [*][13:52:11] : #!#! [*][13:52:11] : #!#! Stack trace: [*][13:52:11] : #!#! java.lang.NullPointerException [*][13:52:11] : #!#! at net.rayfall.eyesniper2.skrayfall.v1_8_4.EffTabTitlesV1_8_4.execute(EffTabTitlesV1_8_4.java:61) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [*][13:52:11] : #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands$1.onServerCommand(Commands.java:171) [*][13:52:11] : #!#! at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) [*][13:52:11] : #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [*][13:52:11] : #!#! at java.lang.reflect.Method.invoke(Method.java:497) [*][13:52:11] : #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at ch.njol.skript.Skript.dispatchCommand(Skript.java:941) [*][13:52:11] : #!#! at ch.njol.skript.effects.EffCommand.execute(EffCommand.java:86) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:149) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:483) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:451) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:443) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPositionLook.a(SourceFile:18) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [*][13:52:11] : #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [*][13:52:11] : #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:672) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [*][13:52:11] : #!#! at java.lang.Thread.run(Thread.java:745) [*][13:52:11] : #!#! [*][13:52:11] : #!#! Version Information: [*][13:52:11] : #!#! Skript: 2.1.2 [*][13:52:11] : #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [*][13:52:11] : #!#! Minecraft: 1.8.8 [*][13:52:11] : #!#! Java: 1.8.0_60 [*][13:52:11] : #!#! [*][13:52:11] : #!#! Running CraftBukkit: false [*][13:52:11] : #!#! [*][13:52:11] : #!#! Current node: null [*][13:52:11] : #!#! Current item: null [*][13:52:11] : #!#! [*][13:52:11] : #!#! Thread: Server thread [*][13:52:11] : #!#! [*][13:52:11] : #!#! End of Error. [*][13:52:11] : #!#! [*][13:52:11] : #!#! [*][13:52:11] : #!#! [skript] Severe Error: [*][13:52:11] : #!#! [*][13:52:11] : #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [*][13:52:11] : #!#! If you're a server admin however please go to [Contenu masqué] [*][13:52:11] : #!#! and check whether this error has already been reported. [*][13:52:11] : #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [*][13:52:11] : #!#! and describe what you did before it happened and/or what you think caused the error. [*][13:52:11] : #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [*][13:52:11] : #!#! By following this guide fixing the error should be easy and done fast. [*][13:52:11] : #!#! [*][13:52:11] : #!#! Stack trace: [*][13:52:11] : #!#! java.lang.NullPointerException [*][13:52:11] : #!#! at net.rayfall.eyesniper2.skrayfall.v1_8_4.EffTabTitlesV1_8_4.execute(EffTabTitlesV1_8_4.java:61) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [*][13:52:11] : #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands$1.onServerCommand(Commands.java:171) [*][13:52:11] : #!#! at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) [*][13:52:11] : #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [*][13:52:11] : #!#! at java.lang.reflect.Method.invoke(Method.java:497) [*][13:52:11] : #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at ch.njol.skript.Skript.dispatchCommand(Skript.java:941) [*][13:52:11] : #!#! at ch.njol.skript.effects.EffCommand.execute(EffCommand.java:86) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:149) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:483) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:451) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:443) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPositionLook.a(SourceFile:18) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [*][13:52:11] : #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [*][13:52:11] : #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:672) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [*][13:52:11] : #!#! at java.lang.Thread.run(Thread.java:745) [*][13:52:11] : #!#! [*][13:52:11] : #!#! Version Information: [*][13:52:11] : #!#! Skript: 2.1.2 [*][13:52:11] : #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [*][13:52:11] : #!#! Minecraft: 1.8.8 [*][13:52:11] : #!#! Java: 1.8.0_60 [*][13:52:11] : #!#! [*][13:52:11] : #!#! Running CraftBukkit: false [*][13:52:11] : #!#! [*][13:52:11] : #!#! Current node: null [*][13:52:11] : #!#! Current item: null [*][13:52:11] : #!#! [*][13:52:11] : #!#! Thread: Server thread [*][13:52:11] : #!#! [*][13:52:11] : #!#! End of Error. [*][13:52:11] : #!#! [*][13:52:11] : #!#! [*][13:52:11] : #!#! [skript] Severe Error: [*][13:52:11] : #!#! [*][13:52:11] : #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [*][13:52:11] : #!#! If you're a server admin however please go to [Contenu masqué] [*][13:52:11] : #!#! and check whether this error has already been reported. [*][13:52:11] : #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [*][13:52:11] : #!#! and describe what you did before it happened and/or what you think caused the error. [*][13:52:11] : #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [*][13:52:11] : #!#! By following this guide fixing the error should be easy and done fast. [*][13:52:11] : #!#! [*][13:52:11] : #!#! Stack trace: [*][13:52:11] : #!#! java.lang.NullPointerException [*][13:52:11] : #!#! at net.rayfall.eyesniper2.skrayfall.v1_8_4.EffTabTitlesV1_8_4.execute(EffTabTitlesV1_8_4.java:61) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [*][13:52:11] : #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands$1.onServerCommand(Commands.java:171) [*][13:52:11] : #!#! at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) [*][13:52:11] : #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [*][13:52:11] : #!#! at java.lang.reflect.Method.invoke(Method.java:497) [*][13:52:11] : #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at ch.njol.skript.Skript.dispatchCommand(Skript.java:941) [*][13:52:11] : #!#! at ch.njol.skript.effects.EffCommand.execute(EffCommand.java:86) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:149) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:483) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:451) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:443) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInLook.a(SourceFile:88) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [*][13:52:11] : #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [*][13:52:11] : #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:672) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [*][13:52:11] : #!#! at java.lang.Thread.run(Thread.java:745) [*][13:52:11] : #!#! [*][13:52:11] : #!#! Version Information: [*][13:52:11] : #!#! Skript: 2.1.2 [*][13:52:11] : #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [*][13:52:11] : #!#! Minecraft: 1.8.8 [*][13:52:11] : #!#! Java: 1.8.0_60 [*][13:52:11] : #!#! [*][13:52:11] : #!#! Running CraftBukkit: false [*][13:52:11] : #!#! [*][13:52:11] : #!#! Current node: null [*][13:52:11] : #!#! Current item: null [*][13:52:11] : #!#! [*][13:52:11] : #!#! Thread: Server thread [*][13:52:11] : #!#! [*][13:52:11] : #!#! End of Error. [*][13:52:11] : #!#! [*][13:52:11] : #!#! [*][13:52:11] : #!#! [skript] Severe Error: [*][13:52:11] : #!#! [*][13:52:11] : #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [*][13:52:11] : #!#! If you're a server admin however please go to [Contenu masqué] [*][13:52:11] : #!#! and check whether this error has already been reported. [*][13:52:11] : #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [*][13:52:11] : #!#! and describe what you did before it happened and/or what you think caused the error. [*][13:52:11] : #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [*][13:52:11] : #!#! By following this guide fixing the error should be easy and done fast. [*][13:52:11] : #!#! [*][13:52:11] : #!#! Stack trace: [*][13:52:11] : #!#! java.lang.NullPointerException [*][13:52:11] : #!#! at net.rayfall.eyesniper2.skrayfall.v1_8_4.EffTabTitlesV1_8_4.execute(EffTabTitlesV1_8_4.java:61) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [*][13:52:11] : #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands$1.onServerCommand(Commands.java:171) [*][13:52:11] : #!#! at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) [*][13:52:11] : #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [*][13:52:11] : #!#! at java.lang.reflect.Method.invoke(Method.java:497) [*][13:52:11] : #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at ch.njol.skript.Skript.dispatchCommand(Skript.java:941) [*][13:52:11] : #!#! at ch.njol.skript.effects.EffCommand.execute(EffCommand.java:86) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:149) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:483) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:451) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:443) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInLook.a(SourceFile:88) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [*][13:52:11] : #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [*][13:52:11] : #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:672) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [*][13:52:11] : #!#! at java.lang.Thread.run(Thread.java:745) [*][13:52:11] : #!#! [*][13:52:11] : #!#! Version Information: [*][13:52:11] : #!#! Skript: 2.1.2 [*][13:52:11] : #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [*][13:52:11] : #!#! Minecraft: 1.8.8 [*][13:52:11] : #!#! Java: 1.8.0_60 [*][13:52:11] : #!#! [*][13:52:11] : #!#! Running CraftBukkit: false [*][13:52:11] : #!#! [*][13:52:11] : #!#! Current node: null [*][13:52:11] : #!#! Current item: null [*][13:52:11] : #!#! [*][13:52:11] : #!#! Thread: Server thread [*][13:52:11] : #!#! [*][13:52:11] : #!#! End of Error. [*][13:52:11] : #!#! [*][13:52:11] : #!#! [*][13:52:11] : #!#! [skript] Severe Error: [*][13:52:11] : #!#! [*][13:52:11] : #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [*][13:52:11] : #!#! If you're a server admin however please go to [Contenu masqué] [*][13:52:11] : #!#! and check whether this error has already been reported. [*][13:52:11] : #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [*][13:52:11] : #!#! and describe what you did before it happened and/or what you think caused the error. [*][13:52:11] : #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [*][13:52:11] : #!#! By following this guide fixing the error should be easy and done fast. [*][13:52:11] : #!#! [*][13:52:11] : #!#! Stack trace: [*][13:52:11] : #!#! java.lang.NullPointerException [*][13:52:11] : #!#! at net.rayfall.eyesniper2.skrayfall.v1_8_4.EffTabTitlesV1_8_4.execute(EffTabTitlesV1_8_4.java:61) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [*][13:52:11] : #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands$1.onServerCommand(Commands.java:171) [*][13:52:11] : #!#! at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) [*][13:52:11] : #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [*][13:52:11] : #!#! at java.lang.reflect.Method.invoke(Method.java:497) [*][13:52:11] : #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at ch.njol.skript.Skript.dispatchCommand(Skript.java:941) [*][13:52:11] : #!#! at ch.njol.skript.effects.EffCommand.execute(EffCommand.java:86) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:149) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:483) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:451) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:443) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInLook.a(SourceFile:88) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [*][13:52:11] : #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [*][13:52:11] : #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:672) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [*][13:52:11] : #!#! at java.lang.Thread.run(Thread.java:745) [*][13:52:11] : #!#! [*][13:52:11] : #!#! Version Information: [*][13:52:11] : #!#! Skript: 2.1.2 [*][13:52:11] : #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [*][13:52:11] : #!#! Minecraft: 1.8.8 [*][13:52:11] : #!#! Java: 1.8.0_60 [*][13:52:11] : #!#! [*][13:52:11] : #!#! Running CraftBukkit: false [*][13:52:11] : #!#! [*][13:52:11] : #!#! Current node: null [*][13:52:11] : #!#! Current item: null [*][13:52:11] : #!#! [*][13:52:11] : #!#! Thread: Server thread [*][13:52:11] : #!#! [*][13:52:11] : #!#! End of Error. [*][13:52:11] : #!#! [*][13:52:11] : #!#! [*][13:52:11] : #!#! [skript] Severe Error: [*][13:52:11] : #!#! [*][13:52:11] : #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [*][13:52:11] : #!#! If you're a server admin however please go to [Contenu masqué] [*][13:52:11] : #!#! and check whether this error has already been reported. [*][13:52:11] : #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [*][13:52:11] : #!#! and describe what you did before it happened and/or what you think caused the error. [*][13:52:11] : #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [*][13:52:11] : #!#! By following this guide fixing the error should be easy and done fast. [*][13:52:11] : #!#! [*][13:52:11] : #!#! Stack trace: [*][13:52:11] : #!#! java.lang.NullPointerException [*][13:52:11] : #!#! at net.rayfall.eyesniper2.skrayfall.v1_8_4.EffTabTitlesV1_8_4.execute(EffTabTitlesV1_8_4.java:61) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [*][13:52:11] : #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands$1.onServerCommand(Commands.java:171) [*][13:52:11] : #!#! at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) [*][13:52:11] : #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [*][13:52:11] : #!#! at java.lang.reflect.Method.invoke(Method.java:497) [*][13:52:11] : #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at ch.njol.skript.Skript.dispatchCommand(Skript.java:941) [*][13:52:11] : #!#! at ch.njol.skript.effects.EffCommand.execute(EffCommand.java:86) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:149) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:483) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:451) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:443) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:8) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [*][13:52:11] : #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [*][13:52:11] : #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:672) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [*][13:52:11] : #!#! at java.lang.Thread.run(Thread.java:745) [*][13:52:11] : #!#! [*][13:52:11] : #!#! Version Information: [*][13:52:11] : #!#! Skript: 2.1.2 [*][13:52:11] : #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [*][13:52:11] : #!#! Minecraft: 1.8.8 [*][13:52:11] : #!#! Java: 1.8.0_60 [*][13:52:11] : #!#! [*][13:52:11] : #!#! Running CraftBukkit: false [*][13:52:11] : #!#! [*][13:52:11] : #!#! Current node: null [*][13:52:11] : #!#! Current item: null [*][13:52:11] : #!#! [*][13:52:11] : #!#! Thread: Server thread [*][13:52:11] : #!#! [*][13:52:11] : #!#! End of Error. [*][13:52:11] : #!#! [*][13:52:11] : #!#! [*][13:52:11] : #!#! [skript] Severe Error: [*][13:52:11] : #!#! [*][13:52:11] : #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [*][13:52:11] : #!#! If you're a server admin however please go to [Contenu masqué] [*][13:52:11] : #!#! and check whether this error has already been reported. [*][13:52:11] : #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [*][13:52:11] : #!#! and describe what you did before it happened and/or what you think caused the error. [*][13:52:11] : #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [*][13:52:11] : #!#! By following this guide fixing the error should be easy and done fast. [*][13:52:11] : #!#! [*][13:52:11] : #!#! Stack trace: [*][13:52:11] : #!#! java.lang.NullPointerException [*][13:52:11] : #!#! at net.rayfall.eyesniper2.skrayfall.v1_8_4.EffTabTitlesV1_8_4.execute(EffTabTitlesV1_8_4.java:61) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [*][13:52:11] : #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [*][13:52:11] : #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [*][13:52:11] : #!#! at ch.njol.skript.command.Commands$1.onServerCommand(Commands.java:171) [*][13:52:11] : #!#! at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) [*][13:52:11] : #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [*][13:52:11] : #!#! at java.lang.reflect.Method.invoke(Method.java:497) [*][13:52:11] : #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at ch.njol.skript.Skript.dispatchCommand(Skript.java:941) [*][13:52:11] : #!#! at ch.njol.skript.effects.EffCommand.execute(EffCommand.java:86) [*][13:52:11] : #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [*][13:52:11] : #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [*][13:52:11] : #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:149) [*][13:52:11] : #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) [*][13:52:11] : #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [*][13:52:11] : #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:483) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:451) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:443) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:8) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [*][13:52:11] : #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [*][13:52:11] : #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:672) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [*][13:52:11] : #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [*][13:52:11] : #!#! at java.lang.Thread.run(Thread.java:745) [*][13:52:11] : #!#! [*][13:52:11] : #!#! Version Information: [*][13:52:11] : #!#! Skript: 2.1.2 [*][13:52:11] : #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [*][13:52:11] : #!#! Minecraft: 1.8.8 [*][13:52:11] : #!#! Java: 1.8.0_60 [*][13:52:11] : #!#! [*][13:52:11] : #!#! Running CraftBukkit: false [*][13:52:11] : #!#! [*][13:52:11] : #!#! Current node: null [*][13:52:11] : #!#! Current item: null [*][13:52:11] : #!#! [*][13:52:11] : #!#! Thread: Server thread [*][13:52:11] : #!#! [*][13:52:11] : #!#! End of Error. [*][13:52:11] : #!#! [/list]
  10. Voila cela me le fait avec un petit skript et un gros ... c'est quand il y a une commands enfait la command ne fonctionne pas c'est comme si elle n'éxistait pas c'est très énervant alors quelqu'un pourrai t'il m'aider
  11. Merci cela à marcher pour ton skript : MrCrazyKill
  12. je l'ai mais bon ... il n'y a pas de message d'erreur Peut que c'est parce que je suis dans un monde spécifique
  13. Merci mais cela ne me tp pas no plus ... code : command /test: trigger: set {_randomtp} to a random integer between 1 and 4 if {_randomtp} = 1: teleport player to {tavariable} message "oké" else if {_randomtp} = 2: teleport player to {avariable} message "oké" else if {_randomtp} = 3: teleport player to {variable} message "oké" else if {_randomtp} = 4: teleport player to {ariable} message "oké" command /est: trigger: add location of player to {tavariable} message "oké" command /st: trigger: add location of player to {avariable} message "oké" command /t: trigger: add location of player to {variable} message "oké" command /tset: trigger: add location of player to {ariable} message "oké"
  14. Merci !!! Mais Cela ne me tp pas
  15. ... juste je veut un Skript donc pas de .yml
×
×
  • 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.