Aller au contenu

Valou85

Membre
  • Compteur de contenus

    23
  • Inscription

  • Dernière visite

  • Crédits

    48 [Faire un don]

Réputation sur la communauté

0 Neutre

À propos de Valou85

  • Rang
    Intérresé

Visiteurs récents du profil

Le bloc de visiteurs récents est désactivé et il n’est pas visible pour les autres utilisateurs.

  1. Bonsoir, je suis en train de faire un jump et j'ai pu y faire un start ainsi qu'un respawn en cas de chute. J'ai voulu y ajouter un timer pour pouvoir faire un classement des parcours effectués le plus rapidement. Comme vous le verez sur le skript tout marche sauf quand un joueur passe sur la plaque de pression, le scoreboard s'update mais pour tout les joueurs, auriez vous une solution ? Si vous voyez un moyen d'optimiser le code, n'hésitez pas à me le dire! Cordialement command /startjump: trigger: if player is in "jump": teleport player to {start} on stepping on a pressure plate: event-block is a golden pressure plate if player is in "jump": loop all players: make loop-player execute command "/b reset" make loop-player execute command "/b on" send "&6Début du jump, bonne chance!" to player command /board: trigger: loop all players: if {board} is true: display board named "&6JUMP" to loop-player make score "&6Timer: &c%{time.m}%:%{time.s}%" in board of loop-player to 1 move display of loop-player to sidebar if {board} is false: display board named "&6JUMP" to loop-player make score "&6Timer: &c%{time.m}%/%{time.s}%" in board of loop-player to 1 every 1 second: make all players execute command "/board" add 1 to {time.s} if {time.s} is 60: set {time.s} to 0 add 1 to {time.m} on damage: if victim is in "jump": if damage cause is fall: cancel event set damage to 0 on any move: if player is in "jump": if {board} is true: loop all players: if y-coordinate of loop-player < 10: teleport loop-player to {start} send "&6Dommage, réessaye!" to loop-player make loop-player execute command "/b off" make loop-player execute command "/b reset" command /b <text>: trigger: loop all players: if arg 1 is "on": set {board} to true if arg 1 is "off": set {board} to false if arg 1 is "reset": set {time.s} to 0 set {time.m} to 0
  2. Je n'ai plus de probleme avec le nouveau que tu m'as donné mais du coup vu qu'il n'y a plus de on any move, etc comment je peux faire pour les remplacer ? Par exemple, j'avais un on any move pour savoir si le joueur était en dessous d'une couche il le tp automatiquement au spawn... J'avais une suppression de scoreboard dans un rayon de 5 avec un any move et j'avais un every second pour mon scoreboard pour qu'il ajoute 1 second... Je suis donc obligé de les supprimer ?
  3. Voici ce que j'ai pu faire pour le moment... Ce n'est pas grand chose mais j'en suis fier Merci pour ton aide =D pvpbox.sk spawn.sk
  4. Mais je pense avoir trouver le probleme! Quand j'enleve le skript de mon spawn, le serveur fonctionne mais quand je le mets il crash. Le probleme vient donc de mon code qui demande trop de ressources. J'ai principalement des every second et des on any move, yaurait il un moyen de trouver des alternatives à ses conditions ?
  5. J'ai toujours malheureusement le même problème avec la version que tu m'as donné... Je suis désespéré... Jsuis dégouté d'avoir payé un serveur pour qu'il marche pas
  6. J'ai supprimé le dossier variables.csv et toutes les backups et j'ai relancé le serveur, rien à faire c'est pareil... Voici les plugins que j'utilise : Plugins CraftBukkit on Bukkit 1.8.8-R0.1-SNAPSHOT: LuckPerms 5.0.146; WorldEdit 6.1,no_git_id; Skript 2.2-Fixes-V8b; Essentials 2.17.2.0; WildSkript 1.8; MundoSK 1.8.5; PlaceholderAPI 2.10.5; PerWorldPlugins 1.3.0; skUtilities 0.8.5; SkQuery 3.22.1; Multiverse-Core 2.5-b699; SkStuff 1.6.3.6; WorldGuard 6.1; ProtocolLib 4.5.0; MassiveCore 2.8.6; Skellett 1.9.8; CreativeGates 2.8.6; Sketch Alpha 0.3; HolographicDisplays 2.4.1; TuSKe 1.7; skRayFall 1.9.5 et voici la console au lancement du serveur : [19:08:19]: [INFO] [LuckPerms] Loading LuckPerms v5.0.146 [19:08:19]: [INFO] [WorldEdit] Loading WorldEdit v6.1;no_git_id [19:08:19]: [INFO] [Skript] Loading Skript v2.2-Fixes-V8b [19:08:19]: [INFO] [Essentials] Loading Essentials v2.17.2.0 [19:08:19]: [INFO] [WildSkript] Loading WildSkript v1.8 [19:08:19]: [INFO] [MundoSK] Loading MundoSK v1.8.5 [19:08:19]: [INFO] [PlaceholderAPI] Loading PlaceholderAPI v2.10.5 [19:08:19]: [INFO] [PerWorldPlugins] Loading PerWorldPlugins v1.3.0 [19:08:19]: [INFO] [PerWorldPlugins] Registering event interceptor... [19:08:19]: [INFO] [skUtilities] Loading skUtilities v0.8.5 [19:08:19]: [INFO] [SkQuery] Loading SkQuery v3.22.1 [19:08:19]: [INFO] [Multiverse-Core] Loading Multiverse-Core v2.5-b699 [19:08:19]: [INFO] [SkStuff] Loading SkStuff v1.6.3.6 [19:08:19]: [INFO] [WorldGuard] Loading WorldGuard v6.1 [19:08:19]: [INFO] [ProtocolLib] Loading ProtocolLib v4.5.0 [19:08:19]: [INFO] [MassiveCore] Loading MassiveCore v2.8.6 [19:08:19]: [INFO] TimeUnit.MILLIS_PER_MINUTE: 60000 [19:08:19]: [INFO] [Skellett] Loading Skellett v1.9.8 [19:08:19]: [INFO] [CreativeGates] Loading CreativeGates v2.8.6 [19:08:19]: [INFO] [Sketch] Loading Sketch vAlpha 0.3 [19:08:19]: [INFO] [HolographicDisplays] Loading HolographicDisplays v2.4.1 [19:08:19]: [INFO] [TuSKe] Loading TuSKe v1.7 [19:08:19]: [INFO] [skRayFall] Loading skRayFall v1.9.5 [19:08:19]: [INFO] [LuckPerms] Enabling LuckPerms v5.0.146 [19:08:19]: [INFO] __ [19:08:19]: [INFO] | |__) LuckPerms v5.0.146 [19:08:19]: [INFO] |___ | Running on Bukkit - CraftBukkit [19:08:19]: [INFO] [19:08:19]: [INFO] [LuckPerms] Loading configuration... [19:08:20]: [INFO] [LuckPerms] Loading storage provider... [H2] [19:08:21]: [INFO] [LuckPerms] Loading internal permission managers... [19:08:21]: [INFO] [LuckPerms] Performing initial data load... [19:08:21]: [INFO] [LuckPerms] Successfully enabled. (took 1633ms) [19:08:21]: [INFO] [ProtocolLib] Enabling ProtocolLib v4.5.0 [19:08:21]: [INFO] [ProtocolLib] Started structure compiler thread. [19:08:21]: [INFO] [MassiveCore] Enabling MassiveCore v2.8.6 [19:08:21]: [INFO] [MassiveCore 2.8.6] === ENABLE START === [19:08:21]: [INFO] [MassiveCore 2.8.6] Loading Cachefile datas... [19:08:21]: [INFO] [MassiveCore 2.8.6] Loading Onlineplayer datas... [19:08:21]: [INFO] [MassiveCore 2.8.6] Loading Registry datas... [19:08:21]: [INFO] [MassiveCore 2.8.6] Saving Cachefile... [19:08:21]: [INFO] [MassiveCore 2.8.6] Setup of IdUtil took 20ms. [19:08:21]: [INFO] [MassiveCore 2.8.6] === ENABLE COMPLETE (Took 328ms) === [19:08:21]: [WARN] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [19:08:21]: [WARN] The server will make no attempt to authenticate usernames. Beware. [19:08:21]: [WARN] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose. [19:08:21]: [WARN] To change this, set "online-mode" to "true" in the server.properties file. [19:08:21]: [INFO] **** Beginning UUID conversion, this may take A LONG time **** [19:08:21]: [INFO] Preparing level "HubLobbySpawn" [19:08:21]: [INFO] -------- World Settings For [HubLobbySpawn] -------- [19:08:21]: [INFO] Mob Spawn Range: 5 [19:08:21]: [INFO] Anti X-Ray: true [19:08:21]: [INFO] Engine Mode: 1 [19:08:21]: [INFO] Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [19:08:21]: [INFO] Replace Blocks: [1, 5] [19:08:21]: [INFO] Nerfing mobs spawned from spawners: false [19:08:21]: [INFO] Cactus Growth Modifier: 100% [19:08:21]: [INFO] Cane Growth Modifier: 100% [19:08:21]: [INFO] Melon Growth Modifier: 100% [19:08:21]: [INFO] Mushroom Growth Modifier: 100% [19:08:21]: [INFO] Pumpkin Growth Modifier: 100% [19:08:21]: [INFO] Sapling Growth Modifier: 100% [19:08:21]: [INFO] Wheat Growth Modifier: 100% [19:08:21]: [INFO] NetherWart Growth Modifier: 100% [19:08:21]: [INFO] Entity Activation Range: An 16 / Mo 24 / Mi 8 [19:08:21]: [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [19:08:21]: [INFO] Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [19:08:21]: [INFO] Random Lighting Updates: false [19:08:21]: [INFO] Structure Info Saving: true [19:08:22]: [INFO] Sending up to 10 chunks per packet [19:08:22]: [INFO] Max Entity Collisions: 8 [19:08:22]: [INFO] Custom Map Seeds: Village: 10387312 Feature: 14357617 [19:08:22]: [INFO] Max TNT Explosions: 50 [19:08:22]: [INFO] Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [19:08:22]: [INFO] Zombie Aggressive Towards Villager: true [19:08:22]: [INFO] Item Despawn Rate: 4000 [19:08:22]: [INFO] Item Merge Radius: 6.0 [19:08:22]: [INFO] Arrow Despawn Rate: 600 [19:08:22]: [INFO] Allow Zombie Pigmen to spawn from portal blocks: true [19:08:22]: [INFO] View Distance: 6 [19:08:22]: [INFO] Chunks to Grow per Tick: 650 [19:08:22]: [INFO] Clear tick list: false [19:08:22]: [INFO] Experience Merge Radius: 6.0 [19:08:22]: [INFO] -------- World Settings For [HubLobbySpawn_nether] -------- [19:08:22]: [INFO] Mob Spawn Range: 5 [19:08:22]: [INFO] Anti X-Ray: true [19:08:22]: [INFO] Engine Mode: 1 [19:08:22]: [INFO] Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [19:08:22]: [INFO] Replace Blocks: [1, 5] [19:08:22]: [INFO] Nerfing mobs spawned from spawners: false [19:08:22]: [INFO] Cactus Growth Modifier: 100% [19:08:22]: [INFO] Cane Growth Modifier: 100% [19:08:22]: [INFO] Melon Growth Modifier: 100% [19:08:22]: [INFO] Mushroom Growth Modifier: 100% [19:08:22]: [INFO] Pumpkin Growth Modifier: 100% [19:08:22]: [INFO] Sapling Growth Modifier: 100% [19:08:22]: [INFO] Wheat Growth Modifier: 100% [19:08:22]: [INFO] NetherWart Growth Modifier: 100% [19:08:22]: [INFO] Entity Activation Range: An 16 / Mo 24 / Mi 8 [19:08:22]: [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [19:08:22]: [INFO] Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [19:08:22]: [INFO] Random Lighting Updates: false [19:08:22]: [INFO] Structure Info Saving: true [19:08:22]: [INFO] Sending up to 10 chunks per packet [19:08:22]: [INFO] Max Entity Collisions: 8 [19:08:22]: [INFO] Custom Map Seeds: Village: 10387312 Feature: 14357617 [19:08:22]: [INFO] Max TNT Explosions: 50 [19:08:22]: [INFO] Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [19:08:22]: [INFO] Zombie Aggressive Towards Villager: true [19:08:22]: [INFO] Item Despawn Rate: 4000 [19:08:22]: [INFO] Item Merge Radius: 6.0 [19:08:22]: [INFO] Arrow Despawn Rate: 600 [19:08:22]: [INFO] Allow Zombie Pigmen to spawn from portal blocks: true [19:08:22]: [INFO] View Distance: 6 [19:08:22]: [INFO] Chunks to Grow per Tick: 650 [19:08:22]: [INFO] Clear tick list: false [19:08:22]: [INFO] Experience Merge Radius: 6.0 [19:08:22]: [INFO] -------- World Settings For [HubLobbySpawn_the_end] -------- [19:08:22]: [INFO] Mob Spawn Range: 5 [19:08:22]: [INFO] Anti X-Ray: true [19:08:22]: [INFO] Engine Mode: 1 [19:08:22]: [INFO] Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [19:08:22]: [INFO] Replace Blocks: [1, 5] [19:08:22]: [INFO] Nerfing mobs spawned from spawners: false [19:08:22]: [INFO] Cactus Growth Modifier: 100% [19:08:22]: [INFO] Cane Growth Modifier: 100% [19:08:22]: [INFO] Melon Growth Modifier: 100% [19:08:22]: [INFO] Mushroom Growth Modifier: 100% [19:08:22]: [INFO] Pumpkin Growth Modifier: 100% [19:08:22]: [INFO] Sapling Growth Modifier: 100% [19:08:22]: [INFO] Wheat Growth Modifier: 100% [19:08:22]: [INFO] NetherWart Growth Modifier: 100% [19:08:22]: [INFO] Entity Activation Range: An 16 / Mo 24 / Mi 8 [19:08:22]: [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [19:08:22]: [INFO] Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [19:08:22]: [INFO] Random Lighting Updates: false [19:08:22]: [INFO] Structure Info Saving: true [19:08:22]: [INFO] Sending up to 10 chunks per packet [19:08:22]: [INFO] Max Entity Collisions: 8 [19:08:22]: [INFO] Custom Map Seeds: Village: 10387312 Feature: 14357617 [19:08:22]: [INFO] Max TNT Explosions: 50 [19:08:22]: [INFO] Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [19:08:22]: [INFO] Zombie Aggressive Towards Villager: true [19:08:22]: [INFO] Item Despawn Rate: 4000 [19:08:22]: [INFO] Item Merge Radius: 6.0 [19:08:22]: [INFO] Arrow Despawn Rate: 600 [19:08:22]: [INFO] Allow Zombie Pigmen to spawn from portal blocks: true [19:08:22]: [INFO] View Distance: 6 [19:08:22]: [INFO] Chunks to Grow per Tick: 650 [19:08:22]: [INFO] Clear tick list: false [19:08:22]: [INFO] Experience Merge Radius: 6.0 [19:08:22]: [INFO] Preparing start region for level 0 (Seed: -9049659652623637289) [19:08:23]: [INFO] Preparing spawn area: 93% [19:08:23]: [INFO] Preparing start region for level 1 (Seed: -3163296823464922569) [19:08:24]: [INFO] Preparing start region for level 2 (Seed: -3163296823464922569) [19:08:24]: [INFO] [WorldEdit] Enabling WorldEdit v6.1;no_git_id [19:08:24]: [INFO] WEPIF: Using the Bukkit Permissions API. [19:08:24]: [INFO] [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter [19:08:24]: [INFO] [Skript] Enabling Skript v2.2-Fixes-V8b [19:08:25]: [INFO] [Skript] Loaded a total of 12584 english aliases [19:08:25]: [INFO] [Skript] ~ created by & © Peter Güttinger aka Njol ~ [19:08:25]: [INFO] [Essentials] Enabling Essentials v2.17.2.0 [19:08:26]: [INFO] Attempting to convert old kits in config.yml to new kits.yml [19:08:26]: [INFO] No kits found to migrate. [19:08:26]: [INFO] [Essentials] Using legacy item data provider as mob spawner provider. [19:08:26]: [INFO] [Essentials] Using legacy item data provider as spawn egg provider. [19:08:26]: [INFO] [Essentials] Using legacy potion meta provider as potion meta provider. [19:08:26]: [INFO] Loaded 852 items from items.csv. [19:08:26]: [INFO] Using locale fr_FR [19:08:26]: [INFO] [Essentials] ServerListPingEvent: Spigot iterator API [19:08:26]: [INFO] [Essentials] Starting Metrics. Opt-out using the global bStats config. [19:08:26]: [WARN] [Essentials] Detected supported permissions plugin LuckPerms without Vault installed. [19:08:26]: [WARN] [Essentials] Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault. [19:08:26]: [INFO] [Essentials] Using superperms-based permissions. [19:08:26]: [INFO] [WildSkript] Enabling WildSkript v1.8 [19:08:26]: [INFO] [WildSkript] skQuery hooked! [19:08:26]: [INFO] [WildSkript] Classes, Events, Conditions, Effects, Expressions and EventValues have been registered! [19:08:26]: [INFO] [WildSkript] Objects and Complex have been registered! [19:08:26]: [INFO] [WildSkript] ~ Created by & © Dzikoysk ~ [19:08:26]: [INFO] [MundoSK] Enabling MundoSK v1.8.5 [19:08:26]: [INFO] [MundoSK] No worlds were assigned to load automatically [19:08:26]: [INFO] [MundoSK] Pie is awesome :D [19:08:26]: [INFO] [MundoSK] You've discovered the amazing realm of ProtocolLib packet syntaxes! [19:08:26]: [INFO] [MundoSK] Awesome syntaxes have been registered! [19:08:26]: [INFO] [PlaceholderAPI] Enabling PlaceholderAPI v2.10.5 [19:08:26]: [INFO] [PlaceholderAPI] Fetching available expansion information... [19:08:26]: [INFO] [PerWorldPlugins] Enabling PerWorldPlugins v1.3.0 [19:08:26]: [INFO] [PerWorldPlugins] Enabled, attempting to inject CommandHandler... [19:08:26]: [INFO] [skUtilities] Enabling skUtilities v0.8.5 [19:08:26]: [INFO] [skUtilities] v0.8.5: Has fully loaded in 51ms! [19:08:26]: [INFO] [SkQuery] Enabling SkQuery v3.22.1 [19:08:26]: [INFO] [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery [19:08:26]: [INFO] [skQuery] Locating classes from SkQuery... [19:08:26]: [INFO] [skQuery] Finished snooping of SkQuery with 170 classes. [19:08:26]: [INFO] [skQuery] Beginning to process a total of 170 from SkQuery [19:08:27]: [INFO] [skQuery] Out of 170 classes, 164 classes were loaded from SkQuery [19:08:27]: [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.5-b699 [19:08:27]: [INFO] -------- World Settings For [world] -------- [19:08:27]: [INFO] Mob Spawn Range: 5 [19:08:27]: [INFO] Anti X-Ray: true [19:08:27]: [INFO] Engine Mode: 1 [19:08:27]: [INFO] Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [19:08:27]: [INFO] Replace Blocks: [1, 5] [19:08:27]: [INFO] Nerfing mobs spawned from spawners: false [19:08:27]: [INFO] Cactus Growth Modifier: 100% [19:08:27]: [INFO] Cane Growth Modifier: 100% [19:08:27]: [INFO] Melon Growth Modifier: 100% [19:08:27]: [INFO] Mushroom Growth Modifier: 100% [19:08:27]: [INFO] Pumpkin Growth Modifier: 100% [19:08:27]: [INFO] Sapling Growth Modifier: 100% [19:08:27]: [INFO] Wheat Growth Modifier: 100% [19:08:27]: [INFO] NetherWart Growth Modifier: 100% [19:08:27]: [INFO] Entity Activation Range: An 16 / Mo 24 / Mi 8 [19:08:27]: [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [19:08:27]: [INFO] Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [19:08:27]: [INFO] Random Lighting Updates: false [19:08:27]: [INFO] Structure Info Saving: true [19:08:27]: [INFO] Sending up to 10 chunks per packet [19:08:27]: [INFO] Max Entity Collisions: 8 [19:08:27]: [INFO] Custom Map Seeds: Village: 10387312 Feature: 14357617 [19:08:27]: [INFO] Max TNT Explosions: 50 [19:08:27]: [INFO] Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [19:08:27]: [INFO] Zombie Aggressive Towards Villager: true [19:08:27]: [INFO] Item Despawn Rate: 4000 [19:08:27]: [INFO] Item Merge Radius: 6.0 [19:08:27]: [INFO] Arrow Despawn Rate: 600 [19:08:27]: [INFO] Allow Zombie Pigmen to spawn from portal blocks: true [19:08:27]: [INFO] View Distance: 6 [19:08:27]: [INFO] Chunks to Grow per Tick: 650 [19:08:27]: [INFO] Clear tick list: false [19:08:27]: [INFO] Experience Merge Radius: 6.0 [19:08:27]: [INFO] Preparing start region for level 3 (Seed: -8334690399667289816) [19:08:28]: [INFO] -------- World Settings For [world_the_end] -------- [19:08:28]: [INFO] Mob Spawn Range: 5 [19:08:28]: [INFO] Anti X-Ray: true [19:08:28]: [INFO] Engine Mode: 1 [19:08:28]: [INFO] Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [19:08:28]: [INFO] Replace Blocks: [1, 5] [19:08:28]: [INFO] Nerfing mobs spawned from spawners: false [19:08:28]: [INFO] Cactus Growth Modifier: 100% [19:08:28]: [INFO] Cane Growth Modifier: 100% [19:08:28]: [INFO] Melon Growth Modifier: 100% [19:08:28]: [INFO] Mushroom Growth Modifier: 100% [19:08:28]: [INFO] Pumpkin Growth Modifier: 100% [19:08:28]: [INFO] Sapling Growth Modifier: 100% [19:08:28]: [INFO] Wheat Growth Modifier: 100% [19:08:28]: [INFO] NetherWart Growth Modifier: 100% [19:08:28]: [INFO] Entity Activation Range: An 16 / Mo 24 / Mi 8 [19:08:28]: [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [19:08:28]: [INFO] Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [19:08:28]: [INFO] Random Lighting Updates: false [19:08:28]: [INFO] Structure Info Saving: true [19:08:28]: [INFO] Sending up to 10 chunks per packet [19:08:28]: [INFO] Max Entity Collisions: 8 [19:08:28]: [INFO] Custom Map Seeds: Village: 10387312 Feature: 14357617 [19:08:28]: [INFO] Max TNT Explosions: 50 [19:08:28]: [INFO] Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [19:08:28]: [INFO] Zombie Aggressive Towards Villager: true [19:08:28]: [INFO] Item Despawn Rate: 4000 [19:08:28]: [INFO] Item Merge Radius: 6.0 [19:08:28]: [INFO] Arrow Despawn Rate: 600 [19:08:28]: [INFO] Allow Zombie Pigmen to spawn from portal blocks: true [19:08:28]: [INFO] View Distance: 6 [19:08:28]: [INFO] Chunks to Grow per Tick: 650 [19:08:28]: [INFO] Clear tick list: false [19:08:28]: [INFO] Experience Merge Radius: 6.0 [19:08:28]: [INFO] Preparing start region for level 4 (Seed: -8822532214887813454) [19:08:29]: [INFO] -------- World Settings For [world_nether] -------- [19:08:29]: [INFO] Mob Spawn Range: 5 [19:08:29]: [INFO] Anti X-Ray: true [19:08:29]: [INFO] Engine Mode: 1 [19:08:29]: [INFO] Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [19:08:29]: [INFO] Replace Blocks: [1, 5] [19:08:29]: [INFO] Nerfing mobs spawned from spawners: false [19:08:29]: [INFO] Cactus Growth Modifier: 100% [19:08:29]: [INFO] Cane Growth Modifier: 100% [19:08:29]: [INFO] Melon Growth Modifier: 100% [19:08:29]: [INFO] Mushroom Growth Modifier: 100% [19:08:29]: [INFO] Pumpkin Growth Modifier: 100% [19:08:29]: [INFO] Sapling Growth Modifier: 100% [19:08:29]: [INFO] Wheat Growth Modifier: 100% [19:08:29]: [INFO] NetherWart Growth Modifier: 100% [19:08:29]: [INFO] Entity Activation Range: An 16 / Mo 24 / Mi 8 [19:08:29]: [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [19:08:29]: [INFO] Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [19:08:29]: [INFO] Random Lighting Updates: false [19:08:29]: [INFO] Structure Info Saving: true [19:08:29]: [INFO] Sending up to 10 chunks per packet [19:08:29]: [INFO] Max Entity Collisions: 8 [19:08:29]: [INFO] Custom Map Seeds: Village: 10387312 Feature: 14357617 [19:08:29]: [INFO] Max TNT Explosions: 50 [19:08:29]: [INFO] Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [19:08:29]: [INFO] Zombie Aggressive Towards Villager: true [19:08:29]: [INFO] Item Despawn Rate: 4000 [19:08:29]: [INFO] Item Merge Radius: 6.0 [19:08:29]: [INFO] Arrow Despawn Rate: 600 [19:08:29]: [INFO] Allow Zombie Pigmen to spawn from portal blocks: true [19:08:29]: [INFO] View Distance: 6 [19:08:29]: [INFO] Chunks to Grow per Tick: 650 [19:08:29]: [INFO] Clear tick list: false [19:08:29]: [INFO] Experience Merge Radius: 6.0 [19:08:29]: [INFO] Preparing start region for level 5 (Seed: -8822532214887813454) [19:08:29]: [INFO] [Multiverse-Core] 6 - World(s) loaded. [19:08:29]: [INFO] [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main-- [19:08:29]: [INFO] [SkStuff] Enabling SkStuff v1.6.3.6 [19:08:29]: [INFO] [SkStuff] SkStuff 1.6.3.6 has been successfully enabled! [19:08:29]: [INFO] [SkStuff] Registering general non version specific stuff... [19:08:29]: [INFO] [SkStuff] It looks like you're either running 1.8.4, 1.8.7, 1.8.8 or 1.8.9! [19:08:29]: [INFO] [SkStuff] Trying to register version specific stuff... [19:08:29]: [INFO] [SkStuff] WorldEdit found! Registering WorldEdit stuff... [19:08:29]: [INFO] [SkStuff] Hooked into Metrics! Woohoo!! [19:08:29]: [INFO] [SkStuff] Everything ready! Loaded a total of 1 conditions, 19 effects, 1 events, 30 expressions and 5 types! [19:08:29]: [INFO] [WorldGuard] Enabling WorldGuard v6.1 [19:08:30]: [INFO] [WorldGuard] (HubLobbySpawn) TNT ignition is PERMITTED. [19:08:30]: [INFO] [WorldGuard] (HubLobbySpawn) Lighters are PERMITTED. [19:08:30]: [INFO] [WorldGuard] (HubLobbySpawn) Lava fire is blocked. [19:08:30]: [INFO] [WorldGuard] (HubLobbySpawn) Fire spread is UNRESTRICTED. [19:08:30]: [INFO] [WorldGuard] Loaded configuration for world 'HubLobbySpawn' [19:08:30]: [INFO] [WorldGuard] (HubLobbySpawn_nether) TNT ignition is PERMITTED. [19:08:30]: [INFO] [WorldGuard] (HubLobbySpawn_nether) Lighters are PERMITTED. [19:08:30]: [INFO] [WorldGuard] (HubLobbySpawn_nether) Lava fire is blocked. [19:08:30]: [INFO] [WorldGuard] (HubLobbySpawn_nether) Fire spread is UNRESTRICTED. [19:08:30]: [INFO] [WorldGuard] Loaded configuration for world 'HubLobbySpawn_nether' [19:08:30]: [INFO] [WorldGuard] (HubLobbySpawn_the_end) TNT ignition is PERMITTED. [19:08:30]: [INFO] [WorldGuard] (HubLobbySpawn_the_end) Lighters are PERMITTED. [19:08:30]: [INFO] [WorldGuard] (HubLobbySpawn_the_end) Lava fire is blocked. [19:08:30]: [INFO] [WorldGuard] (HubLobbySpawn_the_end) Fire spread is UNRESTRICTED. [19:08:30]: [INFO] [WorldGuard] Loaded configuration for world 'HubLobbySpawn_the_end' [19:08:30]: [INFO] [WorldGuard] (world) TNT ignition is PERMITTED. [19:08:30]: [INFO] [WorldGuard] (world) Lighters are PERMITTED. [19:08:30]: [INFO] [WorldGuard] (world) Lava fire is blocked. [19:08:30]: [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED. [19:08:30]: [INFO] [WorldGuard] Loaded configuration for world 'world' [19:08:30]: [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [19:08:30]: [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED. [19:08:30]: [INFO] [WorldGuard] (world_the_end) Lava fire is blocked. [19:08:30]: [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [19:08:30]: [INFO] [WorldGuard] Loaded configuration for world 'world_the_end' [19:08:30]: [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED. [19:08:30]: [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED. [19:08:30]: [INFO] [WorldGuard] (world_nether) Lava fire is blocked. [19:08:30]: [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [19:08:30]: [INFO] [WorldGuard] Loaded configuration for world 'world_nether' [19:08:30]: [INFO] [WorldGuard] Loading region data... [19:08:30]: [INFO] [Skellett] Enabling Skellett v1.9.8 [19:08:30]: [INFO] [Skellett] The item merge event is only for 1.9+ versions! [19:08:30]: [INFO] [Skellett] The offhand switch event is only for 1.9+ versions! [19:08:30]: [INFO] [Skellett] The breeding event is only for 1.10+ versions! [19:08:31]: [INFO] [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions! [19:08:31]: [INFO] [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions! [19:08:31]: [INFO] [Skellett] Syntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions! [19:08:31]: [INFO] [Skellett] Main.Maps syntax is for 1.11+ spigot versions! [19:08:31]: [INFO] [Skellett] LlamaInventoryDecor syntax is for 1.11+ spigot versions! [19:08:31]: [INFO] [Skellett] InvulnerableState syntax is for 1.9R1+ spigot versions! [19:08:31]: [INFO] [Skellett] SilentState syntax is for 1.10+ spigot versions! [19:08:31]: [INFO] [Skellett] Syntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions! [19:08:31]: [INFO] [Skellett] LlamaInventory syntax is for 1.11+ spigot versions! [19:08:31]: [INFO] [Skellett] SpectralArrow syntax is for 1.10+ spigot versions! [19:08:31]: [INFO] [Skellett] CollidableState syntax is for 1.9+ spigot versions! [19:08:31]: [INFO] [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions! [19:08:31]: [INFO] [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions! [19:08:32]: [INFO] [Skellett] ItemCooldown syntax is for 1.11.2+ spigot versions! [19:08:32]: [INFO] [Skellett] LlamaColour syntax is for 1.11+ spigot versions! [19:08:32]: [INFO] [Skellett] TitleAndSubtitle syntax is for 1.11.2+ spigot versions! [19:08:32]: [INFO] [Skellett] Syntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions! [19:08:32]: [INFO] [Skellett] Syntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions! [19:08:32]: [INFO] [Skellett] Registered 51 Effects, 16 Conditions, 126 Expressions and 16 Events [19:08:32]: [INFO] [Skellett] Has been enabled! [19:08:32]: [INFO] [CreativeGates] Enabling CreativeGates v2.8.6 [19:08:32]: [INFO] [CreativeGates 2.8.6] === ENABLE START === [19:08:32]: [INFO] [CreativeGates 2.8.6] === ENABLE COMPLETE (Took 31ms) === [19:08:32]: [INFO] [Sketch] Enabling Sketch vAlpha 0.3 [19:08:32]: [WARN] [Skript] The plugin Sketch uses a non-standard version syntax: 'Alpha 0.3'. Skript will use 0.3 instead. [19:08:32]: [INFO] [HolographicDisplays] Enabling HolographicDisplays v2.4.1 [19:08:32]: [INFO] [HolographicDisplays] Enabled player relative placeholders with ProtocolLib. [19:08:32]: [INFO] [TuSKe] Enabling TuSKe v1.7 [19:08:32]: [INFO] [TuSKe] Enabling Metrics... Done! [19:08:32]: [INFO] [TuSKe] Loaded sucessfully a total of 8 events, 14 conditions, 41 expressions and 12 effects. Enjoy ^-^ [19:08:32]: [INFO] [skRayFall] Enabling skRayFall v1.9.5 [19:08:32]: [INFO] [skRayFall] Yay! You are running skRayFall 1.9.5! [19:08:32]: [INFO] [skRayFall] Nathan and Lewis <3 you. [19:08:32]: [INFO] [skRayFall] Cooking Bacon... [19:08:32]: [INFO] [skRayFall] Citizens not found! Sorry you cant make friends, but don't worry we will still be your friend <3 [19:08:32]: [INFO] [skRayFall] Got bacon for the EffectLib partical ninjas! [19:08:32]: [INFO] [skRayFall] No Votifier Found! *Checks oven for finished bacon* [19:08:32]: [INFO] [skRayFall] Bacon holograms found [19:08:32]: [INFO] [skRayFall] Client Side bacon holograms enabled [19:08:32]: [INFO] [skRayFall] Enabling general 1.8/1.9/1.10 bacon! [19:08:32]: [INFO] [skRayFall] Getting the extra special 1.8.4 - 1.8.8 bacon! [19:08:33]: [INFO] [skRayFall] An update for skRayFall is available! [19:08:33]: [INFO] [skRayFall] Bacon is ready! [19:08:33]: [INFO] Server permissions file permissions.yml is empty, ignoring it [19:08:33]: [INFO] Done (11,350s)! For help, type "help" or "?" [19:08:33]: [INFO] Starting GS4 status listener [19:08:33]: [INFO] Query running on 87.98.144.221:27035 [19:08:33]: [INFO] [Skript] Loading variables... [19:08:34]: [INFO] [Skript] Loaded 4 variables so far... [19:08:35]: [INFO] [Skript] Loaded 4 variables so far... [19:08:36]: [INFO] [Skript] Loaded 4 variables so far... [19:08:37]: [INFO] [Skript] Loaded 4 variables so far... [19:08:38]: [INFO] [Skript] Loaded 4 variables so far... [19:08:39]: [INFO] [Skript] Loaded 4 variables so far... [19:08:40]: [INFO] [Skript] Loaded 4 variables so far... [19:08:41]: [INFO] [Skript] Loaded 4 variables so far... [19:08:42]: [INFO] [Skript] Loaded 4 variables so far... [19:08:43]: [INFO] [Skript] Loaded 4 variables so far... [19:08:44]: [INFO] [Skript] Loaded 4 variables so far... [19:08:45]: [INFO] [Skript] Loaded 4 variables so far... [19:08:46]: [INFO] [Skript] Loaded 4 variables so far... [19:08:47]: [INFO] [Skript] Loaded 4 variables so far... [19:08:48]: [INFO] [Skript] Loaded 4 variables so far... [19:08:49]: [INFO] [Skript] Loaded 4 variables so far... [19:08:50]: [INFO] [Skript] Loaded 4 variables so far... [19:08:51]: [INFO] [Skript] Loaded 4 variables so far... [19:08:52]: [INFO] [Skript] Loaded 4 variables so far... [19:08:53]: [INFO] [Skript] Loaded 4 variables so far... [19:08:54]: [INFO] [Skript] Loaded 4 variables so far... [19:08:55]: [INFO] [Skript] Loaded 4 variables in 21.8 seconds [19:08:59]: [INFO] [Skript] All scripts loaded without errors. [19:08:59]: [INFO] [Skript] Loaded 2 scripts with a total of 35 triggers and 17 commands in 4.2 seconds [19:08:59]: [INFO] [Skript] Finished loading. [19:08:59]: [WARN] Exception in thread "Craft Scheduler Thread - 1" [19:08:59]: [WARN] org.apache.commons.lang.UnhandledException: Plugin Skript v2.2-Fixes-V8b generated an exception while executing task 18 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NullPointerException at ch.njol.skript.Skript$4.run(Skript.java:517) at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) ... 3 more [19:08:59]: [INFO] [MundoSK] Metrics have been enabled! [19:08:59]: [INFO] [PlaceholderAPI] Placeholder expansion registration initializing... [19:09:00]: [INFO] [Skript] Checking for the latest version of Skript... [19:09:00]: [INFO] [skUtilities] v0.8.5: Checking for update now you will be notified if there is an update! [19:09:00]: [INFO] [skUtilities] v0.8.5: A new version of the skUtilities is out v0.9.2 [19:09:00]: [INFO] [skUtilities] v0.8.5: Download latest version here: '[Contenu masqué]' [19:09:00]: [INFO] [skUtilities] v0.8.5: You should consider enabling `downloadUpdates` in the config. [19:09:00]: [INFO] [PlaceholderAPI] An update for PlaceholderAPI (v2.10.6) is available at: [19:09:00]: [INFO] [PlaceholderAPI] [Contenu masqué] [19:09:00]: [INFO] [TuSKe] Checking for latest update... [19:09:00]: [INFO] [PlaceholderAPI] 172 placeholder expansions are available on the cloud. [19:09:00]: [WARN] [TuSKe] An unexpected error occurred when trying to check for latest update. Maybe SkUnity is down? [19:09:00]: [INFO] [Skript] There was an error checking for the latest version of Skript: Server returned HTTP response code: 403 for URL: [Contenu masqué] [19:09:00]: [INFO] [Skript] You're currently running a beta version of Skript, and no new stable version is available. Please note that you have to update to newer beta versions manually! UP ? =D Désolé c'est assez urgent
  7. Non je vais juste dans le dossier skript pour modifier mes .sk pour utiliser le plugin quoi, coder! =D
  8. Merci pour la rectification de la ligne! Cependant, je ne sais pas comment modifier la configuration skript au niveau du stockage des variables... Pourrais tu m'expliquer ?
  9. Version de Minecraft : 1.8.9 Version de Skript : 2.X.X Bonjour, quand je lance mon serveur la console met : [15:44:56]: [INFO] [Skript] Loaded 70 variables so far...[15:44:57]: [INFO] [Skript] Loaded 70 variables so far...[15:44:58]: [INFO] [Skript] Loaded 70 variables so far...[15:44:59]: [INFO] [Skript] Loaded 70 variables so far...[15:44:59]: [INFO] [Skript] Loaded 70 variables in 96.5 seconds[15:45:04]: [ERROR] [Skript] Invalid use of quotes ("). If you want to use quotes in "quoted text", double them: "". (spawn.sk, line 134: make console execute command "/tp %player% to {jump}')[15:45:04]: [INFO] [Skript] Loaded 2 scripts with a total of 35 triggers and 17 commands in 4.78 seconds[15:45:04]: [INFO] [Skript] Finished loading. Quand je m'y conectes, le serveur me connecte mais crash automatiquement. Puis la console met ses messages d'erreurs : [15:40:24]: [ERROR] [Skript] Skript cannot save any variables to the database 'default'. The server will hang and may crash if no more variables can be saved. [15:40:36]: [WARN] [Skript] Cannot write variables to the database 'default' at sufficient speed; server performance may suffer and many variables will be lost if the server crashes. (this warning will be repeated at most once every 10 seconds) Seriez vous d'ou celà provient ? Et comment résoudre ce problème ? Cordialement
  10. Valou85

    inactif ✖ Grade et permissions

    Merci pour ta réponse! Pourrais tu m'expliquer ce que c'est ? Un plugin ?
  11. Version de Minecraft : 1.8.9 Bonjour, j'ai commencé un système de grade et je voudrais rajouter un système de permission avec sauf que je ne sais pas comment faire... De plus, j'ai des erreurs bizarres dans le skript que je comprends pas. Merci de m'aider si vous le voulez ! =D on first join: set {grade.%player's uuid%} to "Joueur" command /grade [<text=help>] [<player>]: aliases: rank, ranks, grades, grade description: Gestion des grades. trigger: player is op # // {grade.%arg 2's uuid = "Fondateur" or "Administrateur" arg 1 is "help": send "&c&o/grade <owner/admin/respmodo/modo/builder/helper/player>" to player stop arg 1 isn't "help" arg 2 is online if arg 1 is "Owner": set {grade.%arg 2's uuid} or "Owner" if arg 1 is "Admin": set {grade.%arg 2's uuid} or "Admin" if arg 1 is "Ami": set {grade.%arg 2's uuid} or "Ami" if arg 1 is "Builder": set {grade.%arg 2's uuid} or "Builder" if arg 1 is "Co-Owner": set {grade.%arg 2's uuid} or "Co-Owner" if arg 1 is "Joueur" or "Player": set {grade.%arg 2's uuid} or "Player" broadcast "&8Félicitation à &7%arg 2% &8pour son grade &7%{grade.%arg 2's uuid%}% &8!"
  12. Valou85

    résolu ✔ Erreur damage

    Merci beaucoup ça a marché !
  13. Valou85

    résolu ✔ Erreur damage

    Bonjour, voici les erreurs que me met mon jeu quand je reload le plugin. Je ne comprends pas les erreurs, seriez vous me les montrez ? Cordialement on damage: if damage cause is fall: if {nofall.%victim%} is true: if player is in "world": # ligne 261 cancel event else: stop on script load: loop all players: if player is in "world": if {money.%loop-player%} isn't set: set {money.%loop-player%} to 0 #ligne 283 if {kills.%loop-player%} isn't set: set {kills.%loop-player%} to 0 if {nofall.%loop-player%} isn't set: set {nofall.%loop-player%} to false else: on damage: if player is in "world": set action bar of attacker to "&b%victim% &fest à %health of victim%&4❤" #ligne 399
  14. ça a marché! Merci beaucoup !
  15. Version de Minecraft : 1.8.9 Bonsoir, j'aimerai faire en sorte que mon skript de gauche qui est donc lié avec une map KitPvP ne puisse pas agir sur mon second skript qui est lié au spawn ( un autre monde/map). Je voudrais tout simplement que le skript de droite agisse seul sur un serveur A et le skript de gauche agisse seul sur un serveur B. Avez vous une solution ? Cordialement
×
×
  • 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.