Aller au contenu
  • 0

Skript cannot save any variables to the database 'default'.


Question

Posté(e)

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

15 réponses à cette question

Messages recommandés

  • 0
Posté(e)

Concernant cette erreur tout d'abord, voici comment la régler :
[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}')

teleport player to {jump}
# à la place de :
make console execute command "teleport player to {jump}
# dans la ligne, tu as oublié de la fermer avec un autre guillemet

As-tu modifié la configuration skript au niveau du stockage des variables ?

  • 0
Posté(e)

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 ?

  • 0
Posté(e)

Essaie de supprimer ton dossier variables.csv et tes backups (copie les éventuellement sur ton ordinateur si il y a des données importantes que tu souhaites conserver) et relance ton serveur.
Dit moi si ça crash toujours.

  • 0
Posté(e)

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: 'https://github.com/tim740/skUtilities/releases/latest'
[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] https://www.spigotmc.org/resources/placeholderapi.6245/
[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: http://dev.bukkit.org/server-mods/skript/files.rss
[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

  • 0
Posté(e)

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 😢 

  • 0
Posté(e)

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 ? 

  • 0
Posté(e)

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 ? 

  • 0
Posté(e)

Nan mais il va falloir optimiser ton code et trouver de nouvelles façons de faire car là ton serveur n'allait vraiment pas bien. Il n'arrivait pas à charger 4 pauvres variables.

Invité
Ce sujet ne peut plus recevoir de nouvelles réponses.
×
×
  • 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.