Matocolotoe / Skript-1.8

The Skript plugin made for Minecraft 1.8.x only. Releases will follow the original repository, except for some bug fixes. Please read the README before updating to Skript-1.8 !
https://discord.gg/yh3Z98m
GNU General Public License v3.0
49 stars 4 forks source link

On load variables error #85

Open Henriiig opened 8 months ago

Henriiig commented 8 months ago

Skript Version

[10:17:40 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [10:17:40 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/ [10:17:40 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials [10:17:40 INFO]: [Skript] Server Version: git-PaperSpigot-94ac179e (MC: 1.8.8) [10:17:40 INFO]: [Skript] Skript Version: 2.6.5-for-1.8 [10:17:40 INFO]: [Skript] Installed Skript Addons: [10:17:40 INFO]: [Skript] - skript-placeholders v1.5.2 (https://github.com/APickledWalrus/skript-placeholders) [10:17:40 INFO]: [Skript] - skript-gui v1.3 (https://github.com/APickledWalrus/skript-gui) [10:17:40 INFO]: [Skript] - DiSky v4.12.1 [10:17:40 INFO]: [Skript] - skDragon v0.17 [10:17:40 INFO]: [Skript] - skript-reflect v2.3 (https://github.com/TPGamesNL/skript-reflect) [10:17:40 INFO]: [Skript] - skRayFall v1.9.25 (https://sk.rayfall.net/) [10:17:40 INFO]: [Skript] - SkQuery v4.1.6 [10:17:40 INFO]: [Skript] - SkBee v1.10.3 (https://github.com/ShaneBeee/SkBee) [10:17:40 INFO]: [Skript] - WolvSK v1.7.2 [10:17:40 INFO]: [Skript] Installed dependencies: [10:17:40 INFO]: [Skript] - Vault v1.7.3-CMI [10:17:40 INFO]: [Skript] - WorldGuard v6.1.3-SNAPSHOT;c904242

Bug Description

Variable load error appear when starting up the server. This contains all the variables I have set to values containing an item (ex. set {test} to diamond sword named "Hello World"). Even though the variables are still saved and work as intended so I guess the bug is mostly console spam.

Expected Behavior

No errors should appear

Steps to Reproduce

Set a variable in the "on load" event. Pretty sure the only affected variables are the ones containing items.

Errors or Screenshots

10:12:51 ERROR: #!#! ===!!!=== Skript variable load error ===!!!=== 10:12:51 ERROR: #!#! Unable to load (all) variables: 10:12:51 ERROR: #!#! 139 variables could not be loaded! 10:12:51 ERROR: #!#! Affected variables:[10:12:51 INFO]:

[Skript] Created a backup of variables.csv as variables_2024-01-22_10-12-51.csv

10:12:51 ERROR: #!#! Skript will work properly, but old variables might not be available at all and new ones may or may not be saved until Skript is able to create a backup of the old file and/or is able to connect to the database (which requires a restart of Skript)!

[10:12:51 INFO]: [Skript] Loaded 1173 variables in 0.1 seconds

Other

No response

Agreement