Aller au contenu

samy_dx

Membre
  • Compteur de contenus

    15
  • Inscription

  • Dernière visite

  • Crédits

    31 [Faire un don]

Réputation sur la communauté

0 Neutre

À propos de samy_dx

  • Rang
    Intérresé

Visiteurs récents du profil

907 visualisations du profil
  1. samy_dx

    inactif ✖ Random chest

    Salut voila un code pour le spawn aleatoire d'un coffre dans une map command chestspawn <integer>: usage: chestspawn <1-5> trigger: arg 1 is between 1 and 5: set {location.%arg 1%.chestspawn} to player's location send "Chestspawn %arg 1% created." every 1 hours: set {_random} to a random integer between 1 and 5 set block at {location.%{_random}%.chestspawn} to chest broadcast "Un coffre est apparue a %{location.%{_random}%.chestspawn}%"
  2. Salut essaye de verifier tes addons
  3. samy_dx

    résolu ✔ Mega TnT

    Salut as tu essayer la commande /dynamite , esqu'elle marche ?
  4. samy_dx

    résolu ✔ Mega TnT

    Salut essaye sa pour les tnts : on place of TNT: if name of tool of player is "&c&lUltra &7Tnt" cancel the event remove 1 TNT from player's inventory create an explosion of force 10 at the event-location J'ai aussi trouver un skript pour tes dynamites sur le forum le voici : options: DynaSpeed: 0.3 #La vitesse de propulsion de la tnt. NNerr: "&cNombres négatifs non-autorisés !" GDynaMSG: "&aTu as reçu %arg 2% dynamite(s) !" DynaCD: "&cUne dynamite a déjà été lancé ! Patientez." variables: {nudyn.%player%} = 0 {cd.dyna.%player%} = false command /dynamite [<text>] [<number>] [<player>]: permission: dynamite.give trigger: if arg 1 is "give": if arg-2 > 0: give arg-2 of stick named "&cDynamite" to arg-3 send {@GDynaMSG} else: send {@NNerr} on rightclick: if player's tool is a stick named "&cDynamite": {nudyn.%player%} < 2 if {cd.dyna.%player%} is false: set {cd.dyna.%player%} to true add 1 to {nudyn.%player%} if {nudyn.%player%} is 2: remove 1 stick named "&cDynamite" from player's inventory set {nudyn.%player%} to 0 spawn 1 primed tnt at player set {Dynaplos} to now push spawned entity in the direction of the player at speed {@DynaSpeed} wait 4 seconds set {cd.dyna.%player%} to false else: send {@DynaCD} Voila j'éspere que je t'ai aider ^^
  5. samy_dx

    inactif ✖ Erreur skript

    Salut , oui je comprend que tu n'ai pas d'idée x) j'ai toujours des erreurs mais bon au moins le skript marche a moitié je vais faire avec, mais je voulais juste te poser une question , comment faire quand 2 skripts demandent 2 versions différentes de skript ou d'un addon , esqu'il ya un moyen de le rendre compatible ou d'installer 2 versions différentes ou quelque chose comme sa ? Merci de ton aide ^^
  6. samy_dx

    inactif ✖ Erreur skript

    Oui Je vien de l'ajouter mais encore des erreurs [17:37:47 ERROR]: [Skript] Can't understand this expression: {_p}'s balance (MagicHub.sk, line 463: set {_e} to "%{_p}'s balance%"') [17:37:47 ERROR]: [Skript] Can't understand this condition/effect: set {_p}'s balance to {MagicHub.Player.%{_p}%::Dust} (MagicHub.sk, line 468: set {_p}'s balance to {MagicHub.Player.%{_p}%::Dust}') [17:37:47 INFO]: [Skript] You're currently running custom Skript version. No updates will be automatically installed. [17:37:48 ERROR]: [Skript] a slot can't be set to 'black wool' because the latter is neither an item type nor an item stack (MagicHub.sk, line 903: set spawned entity's helmet to black wool') [17:37:49 ERROR]: [Skript] Can't understand this condition/effect: set player's money to skript-yaml value "Default.Player-Dust" from "configuration" (MagicHub.sk, line 1119: set player's money to skript-yaml value "Default.Player-Dust" from "configuration"') [17:37:51 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 1589: format slot {_e} of {_p} with stained glass pane to be unstealable') [17:37:51 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to run [MagicHubOpenMenu("cosmetics", {_p})] (MagicHub.sk, line 1603: format slot {_e} of {_p} with {@CM-Background} to run [MagicHubOpenMenu("cosmetics", {_p})]') [17:37:51 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 1611: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [17:37:52 ERROR]: [Skript] a slot can't be set to 'red wool named "&cArc en Ciel" with lore "||&6Clique droit!"' because the latter is neither an item type nor an item stack (MagicHub.sk, line 1637: format slot 15 of {_p} with red wool named "&eGadget &8? &cArc en Ciel" with lore "||&rUn multitude de couleur !||||{@Menu-Unlocked}||||&6Clique gauche!" to close then run [set slot 1 of {_p} to red wool named "&cArc en Ciel" with lore "||&6Clique droit!"]') [17:37:52 ERROR]: [Skript] Can't understand this condition/effect: format slot 15 of {_p} with red wool named "&eGadget &8? &8Vortex" with lore "||&rUn multitude de couleur !||||&cVous ne possÞdez pas &c&l?" to close then run [message "&cVous n'avez pas dÚbloquÚ cet effet !" to {_p}] (MagicHub.sk, line 1639: format slot 15 of {_p} with red wool named "&eGadget &8? &8Vortex" with lore "||&rUn multitude de couleur !||||{@Menu-Locked}" to close then run [message "&cVous n'avez pas dÚbloquÚ cet effet !" to {_p}]') [17:37:52 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to run [MagicHubOpenMenu("cosmetics", {_p})] (MagicHub.sk, line 1651: format slot {_e} of {_p} with {@CM-Background} to run [MagicHubOpenMenu("cosmetics", {_p})]') [17:37:52 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 1659: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [17:37:52 ERROR]: [Skript] Can't understand this condition/effect: format slot 11 of {_p} with white wool named "&eParticules &8? &6Pluie" with lore "||&rLa pluie vous suit,||&rÓ croire que vous portez||&rla poisse ...||||&aVous possÞdez &a&l?||||&eSÚlÚctionnÚ!" to close then run [message "&cCe effet est dÚjÓ sÚlÚctionnÚ !" to {_p}] (MagicHub.sk, line 1675: format slot 11 of {_p} with white wool named "&eParticules &8? &6Pluie" with lore "||&rLa pluie vous suit,||&rÓ croire que vous portez||&rla poisse ...||||{@Menu-Unlocked}||||&eSÚlÚctionnÚ!" to close then run [message "&cCe effet est dÚjÓ sÚlÚctionnÚ !" to {_p}]') [17:37:52 ERROR]: [Skript] Can't understand this condition/effect: format slot 11 of {_p} with white wool named "&eParticules &8? &6Pluie" with lore "||&rLa pluie vous suit,||&rÓ croire que vous portez||&rla poisse ...||||&aVous possÞdez &a&l?||||&6Clique pour activer!" to close then run [MagicHubParticlesEffect({_p}, "RainCloud")] (MagicHub.sk, line 1677: format slot 11 of {_p} with white wool named "&eParticules &8? &6Pluie" with lore "||&rLa pluie vous suit,||&rÓ croire que vous portez||&rla poisse ...||||{@Menu-Unlocked}||||&6Clique pour activer!" to close then run [MagicHubParticlesEffect({_p}, "RainCloud")]') [17:37:52 ERROR]: [Skript] Can't understand this condition/effect: format slot 11 of {_p} with white wool named "&eParticules &8? &6Pluie" with lore "||&rLa pluie vous suit,||&rÓ croire que vous portez||&rla poisse ...||||&cVous ne possÞdez pas &c&l?" to close then run [message "&cVous n'avez pas dÚbloquÚ cet effet !" to {_p}] (MagicHub.sk, line 1679: format slot 11 of {_p} with white wool named "&eParticules &8? &6Pluie" with lore "||&rLa pluie vous suit,||&rÓ croire que vous portez||&rla poisse ...||||{@Menu-Locked}" to close then run [message "&cVous n'avez pas dÚbloquÚ cet effet !" to {_p}]') [17:37:52 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to run [MagicHubOpenMenu("cosmetics", {_p})] (MagicHub.sk, line 1742: format slot {_e} of {_p} with {@CM-Background} to run [MagicHubOpenMenu("cosmetics", {_p})]') [17:37:52 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 1750: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [17:37:53 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to run [MagicHubOpenMenu("cosmetics", {_p})] (MagicHub.sk, line 1872: format slot {_e} of {_p} with {@CM-Background} to run [MagicHubOpenMenu("cosmetics", {_p})]') [17:37:54 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 1880: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [17:37:54 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 1982: format slot {_e} of {_p} with {@DM-Background} to be unstealable') [17:37:55 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 2005: format slot {_e} of {_p} with {@SM-Background} to be unstealable') [17:37:55 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 2049: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [17:37:55 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to run [MagicHubOpenMenu("cosmetics", {_p})] (MagicHub.sk, line 2086: format slot {_e} of {_p} with {@CM-Background} to run [MagicHubOpenMenu("cosmetics", {_p})]') [17:37:55 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 2094: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [17:37:56 ERROR]: [Skript] a slot can't be set to 'enderchest' because the latter is neither an item type nor an item stack (MagicHub.sk, line 2262: set spawned entity's helmet to enderchest') [17:37:56 ERROR]: [Skript] Can't compare a block with ('enderchest', 'chest' or 'trapped chest') (MagicHub.sk, line 2327: if block below {_spawned-entity} is enderchest or chest or trapped chest:') [17:37:56 ERROR]: [Skript] Can't compare a block with ('enderchest', 'chest' or 'trapped chest') (MagicHub.sk, line 2385: if block below {_spawned-entity} is enderchest or chest or trapped chest:') [17:37:56 ERROR]: [Skript] a slot can't be set to 'enderchest' because the latter is neither an item type nor an item stack (MagicHub.sk, line 2452: set spawned entity's helmet to enderchest') [17:37:56 WARN]: [Skript] Possible name conflict of variables {id.1.rot} and {id.%{_id}%.rot} (there might be more conflicts). (MagicHub.sk, line 2462: add "{Rotation:[%{_id.1.rot} + {_rot.adder}%f]}" to nbt of loop-entity') [17:37:56 WARN]: [Skript] Possible name conflict of variables {id.2.rot} and {id.%{_id}%.rot} (there might be more conflicts). (MagicHub.sk, line 2464: add "{Rotation:[%{_id.2.rot} + {_rot.adder}%f]}" to nbt of loop-entity') [17:37:56 WARN]: [Skript] Possible name conflict of variables {id.3.rot} and {id.%{_id}%.rot} (there might be more conflicts). (MagicHub.sk, line 2466: add "{Rotation:[%{_id.3.rot} + {_rot.adder}%f]}" to nbt of loop-entity') [17:37:56 WARN]: [Skript] Possible name conflict of variables {id.4.rot} and {id.%{_id}%.rot} (there might be more conflicts). (MagicHub.sk, line 2468: add "{Rotation:[%{_id.4.rot} + {_rot.adder}%f]}" to nbt of loop-entity') [17:37:56 ERROR]: [Skript] Can't compare a block with ('enderchest', 'chest' or 'trapped chest') (MagicHub.sk, line 2469: if block below {_spawned-entity} is enderchest or chest or trapped chest:') [17:37:56 ERROR]: [Skript] Can't compare a block with ('enderchest', 'chest' or 'trapped chest') (MagicHub.sk, line 2560: if block below {_spawned-entity} is not enderchest or chest or trapped chest:') [17:37:57 ERROR]: [Skript] Can't compare a block with ('enderchest', 'chest' or 'trapped chest') (MagicHub.sk, line 2652: if block below {_spawned-entity} is not enderchest or chest or trapped chest:') [17:37:57 ERROR]: [Skript] Can't understand this condition/effect: format slot 20 of {_p} with lime wool named "&aOuvrir la boite !" to run [MagicHub_OpenBox({_p}, "%{_box}%")] (MagicHub.sk, line 2701: format slot 20 of {_p} with lime wool named "{@MysteryBoxes-SureOpen}" to run [MagicHub_OpenBox({_p}, "%{_box}%")]') [17:37:57 ERROR]: [Skript] Can't understand this condition/effect: format slot 21 of {_p} with lime wool named "&aOuvrir la boite !" to run [MagicHub_OpenBox({_p}, "%{_box}%")] (MagicHub.sk, line 2702: format slot 21 of {_p} with lime wool named "{@MysteryBoxes-SureOpen}" to run [MagicHub_OpenBox({_p}, "%{_box}%")]') [17:37:57 ERROR]: [Skript] Can't understand this condition/effect: format slot 29 of {_p} with lime wool named "&aOuvrir la boite !" to run [MagicHub_OpenBox({_p}, "%{_box}%")] (MagicHub.sk, line 2703: format slot 29 of {_p} with lime wool named "{@MysteryBoxes-SureOpen}" to run [MagicHub_OpenBox({_p}, "%{_box}%")]') [17:37:57 ERROR]: [Skript] Can't understand this condition/effect: format slot 30 of {_p} with lime wool named "&aOuvrir la boite !" to run [MagicHub_OpenBox({_p}, "%{_box}%")] (MagicHub.sk, line 2704: format slot 30 of {_p} with lime wool named "{@MysteryBoxes-SureOpen}" to run [MagicHub_OpenBox({_p}, "%{_box}%")]') [17:37:57 ERROR]: [Skript] Can't understand this condition/effect: format slot 23 of {_p} with red wool named "&cAnnuler" to close (MagicHub.sk, line 2705: format slot 23 of {_p} with red wool named "{@MysteryBoxes-SureClose}" to close') [17:37:57 ERROR]: [Skript] Can't understand this condition/effect: format slot 24 of {_p} with red wool named "&cAnnuler" to close (MagicHub.sk, line 2706: format slot 24 of {_p} with red wool named "{@MysteryBoxes-SureClose}" to close') [17:37:57 ERROR]: [Skript] Can't understand this condition/effect: format slot 32 of {_p} with red wool named "&cAnnuler" to close (MagicHub.sk, line 2707: format slot 32 of {_p} with red wool named "{@MysteryBoxes-SureClose}" to close') [17:37:57 ERROR]: [Skript] Can't understand this condition/effect: format slot 33 of {_p} with red wool named "&cAnnuler" to close (MagicHub.sk, line 2708: format slot 33 of {_p} with red wool named "{@MysteryBoxes-SureClose}" to close') [17:37:57 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} - 1 of player with stained glass pane named "&8" to be unstealable (MagicHub.sk, line 2722: format slot {_e} - 1 of player with stained glass pane named "&8" to be unstealable') [17:37:57 ERROR]: [Skript] Can't compare a block with 'noteblock' (MagicHub.sk, line 2834: else if block 9 below block at {MagicHub.Clocks} is noteblock:') [17:37:57 ERROR]: [Skript] Can't compare a block with 'white wool' (MagicHub.sk, line 2843: else if block 9 below block at {MagicHub.Clocks} is white wool:') [17:37:57 ERROR]: [Skript] Can't compare a block with 'wool:1' (MagicHub.sk, line 2847: else if block 9 below block at {MagicHub.Clocks} is wool:1:') [17:37:57 ERROR]: [Skript] Can't compare a block with 'wool:2' (MagicHub.sk, line 2849: else if block 9 below block at {MagicHub.Clocks} is wool:2:') [17:37:58 ERROR]: [Skript] Can't compare a block with 'wool:3' (MagicHub.sk, line 2851: else if block 9 below block at {MagicHub.Clocks} is wool:3:') [17:37:58 ERROR]: [Skript] Can't compare a block with 'wool:4' (MagicHub.sk, line 2853: else if block 9 below block at {MagicHub.Clocks} is wool:4:') [17:37:58 ERROR]: [Skript] Can't compare a block with 'wool:5' (MagicHub.sk, line 2855: else if block 9 below block at {MagicHub.Clocks} is wool:5:') [17:37:58 ERROR]: [Skript] Can't compare a block with 'wool:6' (MagicHub.sk, line 2857: else if block 9 below block at {MagicHub.Clocks} is wool:6:') [17:37:58 ERROR]: [Skript] Can't compare a block with 'wool:7' (MagicHub.sk, line 2859: else if block 9 below block at {MagicHub.Clocks} is wool:7:') [17:37:58 ERROR]: [Skript] Can't compare a block with 'wool:8' (MagicHub.sk, line 2861: else if block 9 below block at {MagicHub.Clocks} is wool:8:') [17:37:58 ERROR]: [Skript] Can't compare a block with 'wool:9' (MagicHub.sk, line 2863: else if block 9 below block at {MagicHub.Clocks} is wool:9:') [17:37:58 ERROR]: [Skript] Can't compare a block with 'wool:10' (MagicHub.sk, line 2865: else if block 9 below block at {MagicHub.Clocks} is wool:10:') [17:37:58 ERROR]: [Skript] Can't compare a block with 'wool:11' (MagicHub.sk, line 2867: else if block 9 below block at {MagicHub.Clocks} is wool:11:') [17:37:58 ERROR]: [Skript] Can't compare a block with 'wool:12' (MagicHub.sk, line 2869: else if block 9 below block at {MagicHub.Clocks} is wool:12:') [17:37:58 ERROR]: [Skript] Can't compare a block with 'wool:13' (MagicHub.sk, line 2871: else if block 9 below block at {MagicHub.Clocks} is wool:13:') [17:37:58 ERROR]: [Skript] Can't compare a block with 'wool:14' (MagicHub.sk, line 2873: else if block 9 below block at {MagicHub.Clocks} is wool:14:') [17:37:58 ERROR]: [Skript] Can't compare a block with 'wool:15' (MagicHub.sk, line 2875: else if block 9 below block at {MagicHub.Clocks} is wool:15:') [17:37:58 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 2899: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [17:37:58 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 2973: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [17:37:59 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 3023: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [17:37:59 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 3061: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [17:37:59 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 3087: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [17:37:59 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3188: if block east of {_e.getMainEntity} is not air or tallgrass or plant:') [17:38:00 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3191: if block south of {_e.getMainEntity} is not air or tallgrass or plant:') [17:38:00 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3194: if block north of {_e.getMainEntity} is not air or tallgrass or plant:') [17:38:00 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3197: if block west of {_e.getMainEntity} is not air or tallgrass or plant:') [17:38:00 ERROR]: [Skript] 'stained glass block' can't be added to {_Sequence::*} because the former is not an object (MagicHub.sk, line 3238: add stained glass block to {_Sequence::*}') [17:38:00 ERROR]: [Skript] Can't understand this condition/effect: make all players see block at {_e.getBlockLocation} as stained glass block (MagicHub.sk, line 3254: make all players see block at {_e.getBlockLocation} as stained glass block') [17:38:00 WARN]: [Skript] Possible name conflict of variables {Sequence::%loop-index%} and {Sequence::*} (there might be more conflicts). (MagicHub.sk, line 3272: make all players see block at {_e.getBlockLocation} as {_Sequence::%loop-index%}') [17:38:00 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3291: if block east of {_e.getMainEntity} is not air or tallgrass or plant:') [17:38:00 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3293: if block south of {_e.getMainEntity} is not air or tallgrass or plant:') [17:38:00 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3295: if block north of {_e.getMainEntity} is not air or tallgrass or plant:') [17:38:00 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3297: if block west of {_e.getMainEntity} is not air or tallgrass or plant:') [17:38:02 ERROR]: [Skript] Can't compare a block with ('enderchest', 'chest' or 'trapped chest') (MagicHub.sk, line 4176: if targeted block is enderchest or chest or trapped chest:') [17:38:02 ERROR]: [Skript] 'else' has to be placed just after an 'if' or 'else if' section (MagicHub.sk, line 4184: else:') [17:38:02 INFO]: [Skript] Loaded 1 script with a total of 19 triggers and 3 commands in 16.61 seconds [17:38:02 INFO]: [Skript] Finished loading. [17:38:02 INFO]: [HolographicDisplays] Found a new version available: v2.4.4 [17:38:02 INFO]: [HolographicDisplays] Download it on Bukkit Dev: [17:38:02 INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays [17:38:02 INFO]: º3[ºbskDragonº3] ºaChecking for updates now! [17:38:02 INFO]: º3[ºbskDragonº3] ºavnull is available [17:38:02 INFO]: [Vault] Checking for Updates ... [17:38:02 INFO]: [TuSKe] Checking for latest update... [17:38:03 INFO]: [Vault] No new version available [17:38:03 INFO]: [TuSKe] New update available: v1.8.2 [17:38:03 INFO]: [TuSKe] Check what's new in: [Contenu masqué] [17:38:03 INFO]: [TuSKe] You can download and update it with /tuske update. [17:38:06 INFO]: [TuSKe] Generating documentation of Skript & Addons. [17:38:06 INFO]: [TuSKe] Documentation was generated successfully. [17:38:07 WARN]: [skript-yaml] No yaml by the name 'configuration' has been loaded [17:38:22 INFO]: [MagicHub] Installation terminÚe !
  7. samy_dx

    MultiBans !

    Ya tellement de fautes ....
  8. samy_dx

    inactif ✖ Erreur skript

    Et j'ai oublié de dire que lorsque j'execute les commands non bugeés , je n'ai pas la permission pourtant je l'execute depuis la console
  9. samy_dx

    inactif ✖ Erreur skript

    Euhh alors ... jai quelque petit probleme : [18:28:42 ERROR]: [Skript] Could not hook into Vault. This can happen if Skript doesn't support the installed version of Vault [18:28:42 INFO]: [Skript] Loading variables... [18:28:42 INFO]: [Skript] Loaded 17 variables in 0.1 seconds [18:28:44 WARN]: [skript-yaml] No yaml by the name 'configuration' has been loaded [18:28:44 INFO]: [MagicHub] Votre numÚro unique pour le support Skript-MC est MBS49UID-412HGZ ! Gardez-le en votre possession ! [18:28:44 INFO]: [Skript] You're currently running custom Skript version. No updates will be automatically installed. [18:28:44 INFO]: [MagicHub] GÚnÚration du fichier config ... (Temps ÚstimÚ: 15 secondes) Veuillez patienter ... [18:28:44 WARN]: [skript-yaml] No yaml by the name 'configuration' has been loaded [18:28:44 WARN]: [skript-yaml] No yaml by the name 'configuration' has been loaded [18:28:44 WARN]: [skript-yaml] No yaml by the name 'configuration' has been loaded [18:28:44 WARN]: [skript-yaml] No yaml by the name 'configuration' has been loaded [18:28:44 WARN]: [skript-yaml] No yaml by the name 'configuration' has been loaded [18:28:44 ERROR]: [Skript] Can't understand this expression: {_p}'s balance (MagicHub.sk, line 463: set {_e} to "%{_p}'s balance%"') [18:28:44 ERROR]: [Skript] Can't understand this condition/effect: set {_p}'s balance to {MagicHub.Player.%{_p}%::Dust} (MagicHub.sk, line 468: set {_p}'s balance to {MagicHub.Player.%{_p}%::Dust}') [18:28:46 ERROR]: [Skript] a slot can't be set to 'black wool' because the latter is neither an item type nor an item stack (MagicHub.sk, line 903: set spawned entity's helmet to black wool') [18:28:46 ERROR]: [Skript] Can't understand this condition/effect: set player's money to skript-yaml value "Default.Player-Dust" from "configuration" (MagicHub.sk, line 1119: set player's money to skript-yaml value "Default.Player-Dust" from "configuration"') [18:28:48 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 1589: format slot {_e} of {_p} with stained glass pane to be unstealable') [18:28:48 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to run [MagicHubOpenMenu("cosmetics", {_p})] (MagicHub.sk, line 1603: format slot {_e} of {_p} with {@CM-Background} to run [MagicHubOpenMenu("cosmetics", {_p})]') [18:28:48 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 1611: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [18:28:49 ERROR]: [Skript] a slot can't be set to 'red wool named "&cArc en Ciel" with lore "||&6Clique droit!"' because the latter is neither an item type nor an item stack (MagicHub.sk, line 1637: format slot 15 of {_p} with red wool named "&eGadget &8? &cArc en Ciel" with lore "||&rUn multitude de couleur !||||{@Menu-Unlocked}||||&6Clique gauche!" to close then run [set slot 1 of {_p} to red wool named "&cArc en Ciel" with lore "||&6Clique droit!"]') [18:28:49 ERROR]: [Skript] Can't understand this condition/effect: format slot 15 of {_p} with red wool named "&eGadget &8? &8Vortex" with lore "||&rUn multitude de couleur !||||&cVous ne possÞdez pas &c&l?" to close then run [message "&cVous n'avez pas dÚbloquÚ cet effet !" to {_p}] (MagicHub.sk, line 1639: format slot 15 of {_p} with red wool named "&eGadget &8? &8Vortex" with lore "||&rUn multitude de couleur !||||{@Menu-Locked}" to close then run [message "&cVous n'avez pas dÚbloquÚ cet effet !" to {_p}]') [18:28:49 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to run [MagicHubOpenMenu("cosmetics", {_p})] (MagicHub.sk, line 1651: format slot {_e} of {_p} with {@CM-Background} to run [MagicHubOpenMenu("cosmetics", {_p})]') [18:28:49 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 1659: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [18:28:50 ERROR]: [Skript] Can't understand this condition/effect: format slot 11 of {_p} with white wool named "&eParticules &8? &6Pluie" with lore "||&rLa pluie vous suit,||&rÓ croire que vous portez||&rla poisse ...||||&aVous possÞdez &a&l?||||&eSÚlÚctionnÚ!" to close then run [message "&cCe effet est dÚjÓ sÚlÚctionnÚ !" to {_p}] (MagicHub.sk, line 1675: format slot 11 of {_p} with white wool named "&eParticules &8? &6Pluie" with lore "||&rLa pluie vous suit,||&rÓ croire que vous portez||&rla poisse ...||||{@Menu-Unlocked}||||&eSÚlÚctionnÚ!" to close then run [message "&cCe effet est dÚjÓ sÚlÚctionnÚ !" to {_p}]') [18:28:50 ERROR]: [Skript] Can't understand this condition/effect: format slot 11 of {_p} with white wool named "&eParticules &8? &6Pluie" with lore "||&rLa pluie vous suit,||&rÓ croire que vous portez||&rla poisse ...||||&aVous possÞdez &a&l?||||&6Clique pour activer!" to close then run [MagicHubParticlesEffect({_p}, "RainCloud")] (MagicHub.sk, line 1677: format slot 11 of {_p} with white wool named "&eParticules &8? &6Pluie" with lore "||&rLa pluie vous suit,||&rÓ croire que vous portez||&rla poisse ...||||{@Menu-Unlocked}||||&6Clique pour activer!" to close then run [MagicHubParticlesEffect({_p}, "RainCloud")]') [18:28:50 ERROR]: [Skript] Can't understand this condition/effect: format slot 11 of {_p} with white wool named "&eParticules &8? &6Pluie" with lore "||&rLa pluie vous suit,||&rÓ croire que vous portez||&rla poisse ...||||&cVous ne possÞdez pas &c&l?" to close then run [message "&cVous n'avez pas dÚbloquÚ cet effet !" to {_p}] (MagicHub.sk, line 1679: format slot 11 of {_p} with white wool named "&eParticules &8? &6Pluie" with lore "||&rLa pluie vous suit,||&rÓ croire que vous portez||&rla poisse ...||||{@Menu-Locked}" to close then run [message "&cVous n'avez pas dÚbloquÚ cet effet !" to {_p}]') [18:28:50 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to run [MagicHubOpenMenu("cosmetics", {_p})] (MagicHub.sk, line 1742: format slot {_e} of {_p} with {@CM-Background} to run [MagicHubOpenMenu("cosmetics", {_p})]') [18:28:50 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 1750: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [18:28:51 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to run [MagicHubOpenMenu("cosmetics", {_p})] (MagicHub.sk, line 1872: format slot {_e} of {_p} with {@CM-Background} to run [MagicHubOpenMenu("cosmetics", {_p})]') [18:28:51 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 1880: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [18:28:52 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 1982: format slot {_e} of {_p} with {@DM-Background} to be unstealable') [18:28:52 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 2005: format slot {_e} of {_p} with {@SM-Background} to be unstealable') [18:28:52 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 2049: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [18:28:53 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to run [MagicHubOpenMenu("cosmetics", {_p})] (MagicHub.sk, line 2086: format slot {_e} of {_p} with {@CM-Background} to run [MagicHubOpenMenu("cosmetics", {_p})]') [18:28:53 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 2094: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [18:28:53 ERROR]: [Skript] a slot can't be set to 'enderchest' because the latter is neither an item type nor an item stack (MagicHub.sk, line 2262: set spawned entity's helmet to enderchest') [18:28:53 ERROR]: [Skript] Can't compare a block with ('enderchest', 'chest' or 'trapped chest') (MagicHub.sk, line 2327: if block below {_spawned-entity} is enderchest or chest or trapped chest:') [18:28:53 ERROR]: [Skript] Can't compare a block with ('enderchest', 'chest' or 'trapped chest') (MagicHub.sk, line 2385: if block below {_spawned-entity} is enderchest or chest or trapped chest:') [18:28:54 ERROR]: [Skript] a slot can't be set to 'enderchest' because the latter is neither an item type nor an item stack (MagicHub.sk, line 2452: set spawned entity's helmet to enderchest') [18:28:54 WARN]: [Skript] Possible name conflict of variables {id.1.rot} and {id.%{_id}%.rot} (there might be more conflicts). (MagicHub.sk, line 2462: add "{Rotation:[%{_id.1.rot} + {_rot.adder}%f]}" to nbt of loop-entity') [18:28:54 WARN]: [Skript] Possible name conflict of variables {id.2.rot} and {id.%{_id}%.rot} (there might be more conflicts). (MagicHub.sk, line 2464: add "{Rotation:[%{_id.2.rot} + {_rot.adder}%f]}" to nbt of loop-entity') [18:28:54 WARN]: [Skript] Possible name conflict of variables {id.3.rot} and {id.%{_id}%.rot} (there might be more conflicts). (MagicHub.sk, line 2466: add "{Rotation:[%{_id.3.rot} + {_rot.adder}%f]}" to nbt of loop-entity') [18:28:54 WARN]: [Skript] Possible name conflict of variables {id.4.rot} and {id.%{_id}%.rot} (there might be more conflicts). (MagicHub.sk, line 2468: add "{Rotation:[%{_id.4.rot} + {_rot.adder}%f]}" to nbt of loop-entity') [18:28:54 ERROR]: [Skript] Can't compare a block with ('enderchest', 'chest' or 'trapped chest') (MagicHub.sk, line 2469: if block below {_spawned-entity} is enderchest or chest or trapped chest:') [18:28:54 ERROR]: [Skript] Can't compare a block with ('enderchest', 'chest' or 'trapped chest') (MagicHub.sk, line 2560: if block below {_spawned-entity} is not enderchest or chest or trapped chest:') [18:28:54 ERROR]: [Skript] Can't compare a block with ('enderchest', 'chest' or 'trapped chest') (MagicHub.sk, line 2652: if block below {_spawned-entity} is not enderchest or chest or trapped chest:') [18:28:54 ERROR]: [Skript] Can't understand this condition/effect: format slot 20 of {_p} with lime wool named "&aOuvrir la boite !" to run [MagicHub_OpenBox({_p}, "%{_box}%")] (MagicHub.sk, line 2701: format slot 20 of {_p} with lime wool named "{@MysteryBoxes-SureOpen}" to run [MagicHub_OpenBox({_p}, "%{_box}%")]') [18:28:54 ERROR]: [Skript] Can't understand this condition/effect: format slot 21 of {_p} with lime wool named "&aOuvrir la boite !" to run [MagicHub_OpenBox({_p}, "%{_box}%")] (MagicHub.sk, line 2702: format slot 21 of {_p} with lime wool named "{@MysteryBoxes-SureOpen}" to run [MagicHub_OpenBox({_p}, "%{_box}%")]') [18:28:54 ERROR]: [Skript] Can't understand this condition/effect: format slot 29 of {_p} with lime wool named "&aOuvrir la boite !" to run [MagicHub_OpenBox({_p}, "%{_box}%")] (MagicHub.sk, line 2703: format slot 29 of {_p} with lime wool named "{@MysteryBoxes-SureOpen}" to run [MagicHub_OpenBox({_p}, "%{_box}%")]') [18:28:54 ERROR]: [Skript] Can't understand this condition/effect: format slot 30 of {_p} with lime wool named "&aOuvrir la boite !" to run [MagicHub_OpenBox({_p}, "%{_box}%")] (MagicHub.sk, line 2704: format slot 30 of {_p} with lime wool named "{@MysteryBoxes-SureOpen}" to run [MagicHub_OpenBox({_p}, "%{_box}%")]') [18:28:54 ERROR]: [Skript] Can't understand this condition/effect: format slot 23 of {_p} with red wool named "&cAnnuler" to close (MagicHub.sk, line 2705: format slot 23 of {_p} with red wool named "{@MysteryBoxes-SureClose}" to close') [18:28:54 ERROR]: [Skript] Can't understand this condition/effect: format slot 24 of {_p} with red wool named "&cAnnuler" to close (MagicHub.sk, line 2706: format slot 24 of {_p} with red wool named "{@MysteryBoxes-SureClose}" to close') [18:28:54 ERROR]: [Skript] Can't understand this condition/effect: format slot 32 of {_p} with red wool named "&cAnnuler" to close (MagicHub.sk, line 2707: format slot 32 of {_p} with red wool named "{@MysteryBoxes-SureClose}" to close') [18:28:54 ERROR]: [Skript] Can't understand this condition/effect: format slot 33 of {_p} with red wool named "&cAnnuler" to close (MagicHub.sk, line 2708: format slot 33 of {_p} with red wool named "{@MysteryBoxes-SureClose}" to close') [18:28:54 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} - 1 of player with stained glass pane named "&8" to be unstealable (MagicHub.sk, line 2722: format slot {_e} - 1 of player with stained glass pane named "&8" to be unstealable') [18:28:55 ERROR]: [Skript] Can't compare a block with 'noteblock' (MagicHub.sk, line 2834: else if block 9 below block at {MagicHub.Clocks} is noteblock:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'white wool' (MagicHub.sk, line 2843: else if block 9 below block at {MagicHub.Clocks} is white wool:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:1' (MagicHub.sk, line 2847: else if block 9 below block at {MagicHub.Clocks} is wool:1:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:2' (MagicHub.sk, line 2849: else if block 9 below block at {MagicHub.Clocks} is wool:2:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:3' (MagicHub.sk, line 2851: else if block 9 below block at {MagicHub.Clocks} is wool:3:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:4' (MagicHub.sk, line 2853: else if block 9 below block at {MagicHub.Clocks} is wool:4:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:5' (MagicHub.sk, line 2855: else if block 9 below block at {MagicHub.Clocks} is wool:5:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:6' (MagicHub.sk, line 2857: else if block 9 below block at {MagicHub.Clocks} is wool:6:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:7' (MagicHub.sk, line 2859: else if block 9 below block at {MagicHub.Clocks} is wool:7:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:8' (MagicHub.sk, line 2861: else if block 9 below block at {MagicHub.Clocks} is wool:8:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:9' (MagicHub.sk, line 2863: else if block 9 below block at {MagicHub.Clocks} is wool:9:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:10' (MagicHub.sk, line 2865: else if block 9 below block at {MagicHub.Clocks} is wool:10:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:11' (MagicHub.sk, line 2867: else if block 9 below block at {MagicHub.Clocks} is wool:11:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:12' (MagicHub.sk, line 2869: else if block 9 below block at {MagicHub.Clocks} is wool:12:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:13' (MagicHub.sk, line 2871: else if block 9 below block at {MagicHub.Clocks} is wool:13:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:14' (MagicHub.sk, line 2873: else if block 9 below block at {MagicHub.Clocks} is wool:14:') [18:28:55 ERROR]: [Skript] Can't compare a block with 'wool:15' (MagicHub.sk, line 2875: else if block 9 below block at {MagicHub.Clocks} is wool:15:') [18:28:55 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 2899: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [18:28:56 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 2973: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [18:28:56 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 3023: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [18:28:56 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 3061: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [18:28:56 ERROR]: [Skript] Can't understand this condition/effect: format slot {_e} of {_p} with stained glass pane to be unstealable (MagicHub.sk, line 3087: format slot {_e} of {_p} with {@CM-Background} to be unstealable') [18:28:57 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3188: if block east of {_e.getMainEntity} is not air or tallgrass or plant:') [18:28:57 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3191: if block south of {_e.getMainEntity} is not air or tallgrass or plant:') [18:28:57 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3194: if block north of {_e.getMainEntity} is not air or tallgrass or plant:') [18:28:57 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3197: if block west of {_e.getMainEntity} is not air or tallgrass or plant:') [18:28:57 ERROR]: [Skript] 'stained glass block' can't be added to {_Sequence::*} because the former is not an object (MagicHub.sk, line 3238: add stained glass block to {_Sequence::*}') [18:28:57 ERROR]: [Skript] Can't understand this condition/effect: make all players see block at {_e.getBlockLocation} as stained glass block (MagicHub.sk, line 3254: make all players see block at {_e.getBlockLocation} as stained glass block') [18:28:57 WARN]: [Skript] Possible name conflict of variables {Sequence::%loop-index%} and {Sequence::*} (there might be more conflicts). (MagicHub.sk, line 3272: make all players see block at {_e.getBlockLocation} as {_Sequence::%loop-index%}') [18:28:57 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3291: if block east of {_e.getMainEntity} is not air or tallgrass or plant:') [18:28:57 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3293: if block south of {_e.getMainEntity} is not air or tallgrass or plant:') [18:28:58 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3295: if block north of {_e.getMainEntity} is not air or tallgrass or plant:') [18:28:58 ERROR]: [Skript] Can't compare a block with ('air', 'tallgrass' or 'plant') (MagicHub.sk, line 3297: if block west of {_e.getMainEntity} is not air or tallgrass or plant:') [18:28:59 ERROR]: [Skript] Can't compare a block with ('enderchest', 'chest' or 'trapped chest') (MagicHub.sk, line 4176: if targeted block is enderchest or chest or trapped chest:') [18:28:59 ERROR]: [Skript] 'else' has to be placed just after an 'if' or 'else if' section (MagicHub.sk, line 4184: else:') [18:28:59 INFO]: [Skript] Loaded 1 script with a total of 19 triggers and 3 commands in 16.46 seconds [18:28:59 INFO]: [Skript] Finished loading. Et aussi certaine commandes marchent mais sont bugeés et aussi seulement 3 commands on eté chargeés "[Skript] Loaded 1 script with a total of 19 triggers and 3 commands in 16.46 seconds" Merci de m'aider
  10. samy_dx

    inactif ✖ Erreur skript

    Aucune commande n'est reconnu >magichub setlobby [21:53:40 INFO]: This command is not added to our server.
  11. samy_dx

    inactif ✖ Erreur skript

    Oui bien-sur [21:49:39 ERROR]: #!#! [Skript] Severe Error: [21:49:39 ERROR]: #!#! Could not load MagicHub.sk [21:49:39 ERROR]: #!#! [21:49:39 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [21:49:39 ERROR]: #!#! If you're a server admin however please go to [Contenu masqué] [21:49:39 ERROR]: #!#! and check whether this error has already been reported. [21:49:39 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service), [21:49:39 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [21:49:39 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [21:49:39 ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [21:49:39 ERROR]: #!#! [21:49:39 ERROR]: #!#! Stack trace: [21:49:39 ERROR]: #!#! java.lang.UnsupportedOperationException: Parsing not implemented (remember to override parse method) [21:49:39 ERROR]: #!#! at ch.njol.skript.classes.Parser.parse(Parser.java:72) [21:49:39 ERROR]: #!#! at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:422) [21:49:39 ERROR]: #!#! at ch.njol.skript.registrations.Classes.parse(Classes.java:451) [21:49:39 ERROR]: #!#! at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:97) [21:49:39 ERROR]: #!#! at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:86) [21:49:39 ERROR]: #!#! at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:1) [21:49:39 ERROR]: #!#! at ch.njol.skript.effects.EffChange.init(EffChange.java:209) [21:49:39 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:249) [21:49:39 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176) [21:49:39 ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:61) [21:49:39 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:754) [21:49:39 ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56) [21:49:39 ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46) [21:49:39 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:840) [21:49:39 ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56) [21:49:39 ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46) [21:49:39 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:840) [21:49:39 ERROR]: #!#! at ch.njol.skript.lang.function.ScriptFunction.<init>(ScriptFunction.java:53) [21:49:39 ERROR]: #!#! at ch.njol.skript.lang.function.Functions.loadFunction(Functions.java:129) [21:49:39 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:485) [21:49:39 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:247) [21:49:39 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:201) [21:49:39 ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:406) [21:49:39 ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [21:49:39 ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [21:49:39 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [21:49:39 ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [21:49:39 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [21:49:39 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [21:49:39 ERROR]: #!#! at java.lang.Thread.run(Unknown Source) [21:49:39 ERROR]: #!#! [21:49:39 ERROR]: #!#! Version Information: [21:49:39 ERROR]: #!#! Skript: 2.2-dev24 [21:49:39 ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [21:49:39 ERROR]: #!#! Minecraft: 1.8.8 [21:49:39 ERROR]: #!#! Java: 1.8.0_221 (Java HotSpot(TM) 64-Bit Server VM 25.221-b11) [21:49:39 ERROR]: #!#! OS: Windows 10 amd64 10.0 [21:49:39 ERROR]: #!#! [21:49:39 ERROR]: #!#! Running CraftBukkit: false [21:49:39 ERROR]: #!#! [21:49:39 ERROR]: #!#! Current node: set {_e} to "%{_p}'s balance%" (MagicHub.sk, line 463) [21:49:39 ERROR]: #!#! Current item: null [21:49:39 ERROR]: #!#! [21:49:39 ERROR]: #!#! Thread: Server thread [21:49:39 ERROR]: #!#! [21:49:39 ERROR]: #!#! End of Error. [21:49:39 ERROR]: #!#! [21:49:39 INFO]: [Skript] All scripts loaded without errors. [21:49:39 WARN]: [Skript] No scripts were found, maybe you should write some ;) [21:49:39 INFO]: [Skript] Finished loading. [21:49:39 INFO]: [HolographicDisplays] Found a new version available: v2.4.4 [21:49:39 INFO]: [HolographicDisplays] Download it on Bukkit Dev: [21:49:39 INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays [21:49:39 INFO]: º3[ºbskDragonº3] ºaChecking for updates now! [21:49:39 INFO]: º3[ºbskDragonº3] ºavnull is available [21:49:49 WARN]: [skript-yaml] No yaml by the name 'configuration' has been loaded [21:49:59 INFO]: [MagicHub] Installation terminÚe ! PS : Le skript fonctionne les fichiers se sont chargés mais aucune commande ne fonctionne
  12. samy_dx

    inactif ✖ Erreur skript

    Je vien de relancer mon serveur avec skript-yaml j'ai toujours des erreurs mais le skript est avtiver au moin ^^
  13. samy_dx

    inactif ✖ Erreur skript

    Salut , oui en effet je n'ai pas skript-yaml je ne savais pas qu'il etait nessesaire merci de ton aide
  14. samy_dx

    inactif ✖ Erreur skript

    Salut desolé je n'avais pas vue qu'il manquait la fin la voila complete : [18:05:50 ERROR]: #!#! [Skript] Severe Error: [18:05:50 ERROR]: #!#! Could not load MagicHub.sk [18:05:50 ERROR]: #!#! [18:05:50 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [18:05:50 ERROR]: #!#! If you're a server admin however please go to [Contenu masqué] [18:05:50 ERROR]: #!#! and check whether this error has already been reported. [18:05:50 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service), [18:05:50 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [18:05:50 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [18:05:50 ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [18:05:50 ERROR]: #!#! [18:05:50 ERROR]: #!#! Stack trace: [18:05:50 ERROR]: #!#! java.lang.UnsupportedOperationException: Parsing not implemented (remember to override parse method) [18:05:50 ERROR]: #!#! at ch.njol.skript.classes.Parser.parse(Parser.java:72) [18:05:50 ERROR]: #!#! at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:422) [18:05:50 ERROR]: #!#! at ch.njol.skript.registrations.Classes.parse(Classes.java:451) [18:05:50 ERROR]: #!#! at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:97) [18:05:50 ERROR]: #!#! at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:86) [18:05:50 ERROR]: #!#! at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:1) [18:05:50 ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:173) [18:05:50 ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:132) [18:05:50 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:249) [18:05:50 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176) [18:05:50 ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:83) [18:05:50 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:821) [18:05:50 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:513) [18:05:50 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:247) [18:05:50 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:201) [18:05:50 ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:406) [18:05:50 ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [18:05:50 ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [18:05:50 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [18:05:50 ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [18:05:50 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [18:05:50 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [18:05:50 ERROR]: #!#! at java.lang.Thread.run(Unknown Source) [18:05:50 ERROR]: #!#! [18:05:50 ERROR]: #!#! Version Information: [18:05:50 ERROR]: #!#! Skript: 2.2-dev24 [18:05:50 ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [18:05:50 ERROR]: #!#! Minecraft: 1.8.8 [18:05:50 ERROR]: #!#! Java: 1.8.0_221 (Java HotSpot(TM) 64-Bit Server VM 25.221-b11) [18:05:50 ERROR]: #!#! OS: Windows 10 amd64 10.0 [18:05:50 ERROR]: #!#! [18:05:50 ERROR]: #!#! Running CraftBukkit: false [18:05:50 ERROR]: #!#! [18:05:50 ERROR]: #!#! Current node: else if "%skript-yaml value ""Version"" from ""configuration""%" is not "1.0": (MagicHub.sk, line 113) [18:05:50 ERROR]: #!#! Current item: null [18:05:50 ERROR]: #!#! [18:05:50 ERROR]: #!#! Thread: Server thread [18:05:50 ERROR]: #!#! [18:05:50 ERROR]: #!#! End of Error. [18:05:50 ERROR]: #!#! [18:05:50 WARN]: [Skript] No scripts were found, maybe you should write some ;) [18:05:50 INFO]: [Skript] Finished loading. Merci de ton aide !
  15. samy_dx

    inactif ✖ Erreur skript

    Version de Minecraft : 1.8.8 Version de Skript : 2.2-dev24 Addons utilisés: HolographicsDisplay, SkDragon, SkStuff, SkQuery-Lime, SkRayfall, WildSkript Type du skript : Skript de Lobby ( MagicHub ) Description du script : Salut j'ai rescament trouver un skript trés interessant sur les ressources nommé "✪ MagicHub ✪ Lobby, Box, Particles, Pets, and more" J'ai bien mit tout les addons demandeés , mais malheuresement jai beaucoup d'erreurs le skript ne voulant pas fonctionner voici les erreurs : [14:16:18 ERROR]: #!#! [Skript] Severe Error: [14:16:18 ERROR]: #!#! Could not load MagicHub.sk [14:16:18 ERROR]: #!#! [14:16:18 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [14:16:18 ERROR]: #!#! If you're a server admin however please go to [Contenu masqué] [14:16:18 ERROR]: #!#! and check whether this error has already been reported. [14:16:18 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service), [14:16:18 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [14:16:18 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [14:16:18 ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [14:16:18 ERROR]: #!#! [14:16:18 ERROR]: #!#! Stack trace: [14:16:18 ERROR]: #!#! java.lang.UnsupportedOperationException: Parsing not implemented (remember to override parse method) [14:16:18 ERROR]: #!#! at ch.njol.skript.classes.Parser.parse(Parser.java:72) [14:16:18 ERROR]: #!#! at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:422) [14:16:18 ERROR]: #!#! at ch.njol.skript.registrations.Classes.parse(Classes.java:451) [14:16:18 ERROR]: #!#! at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:97) [14:16:18 ERROR]: #!#! at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:86) [14:16:18 ERROR]: #!#! at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:1) [14:16:18 ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:173) [14:16:18 ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:132) [14:16:18 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:249) [14:16:18 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176) [14:16:18 ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:83) [14:16:18 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:821) [14:16:18 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:513) [14:16:18 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:271) [14:16:18 ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:167) [14:16:18 ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [14:16:18 ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [14:16:18 ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [14:16:18 ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:627) [14:16:18 ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:412) [14:16:18 ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:375) [14:16:18 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [14:16:18 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [14:16:18 ERROR]: #!#! at java.lang.Thread.run(Unknown Source) Merci enormement a ceux qui m'aideront , voila le lien du skript : [Contenu masqué] PS : Desolé pour les fautes d'orthographe
×
×
  • 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.