-
-
Couldn't load subscription status.
- Fork 413
Closed
Labels
bugAn issue that needs to be fixed. Alternatively, a PR fixing an issue.An issue that needs to be fixed. Alternatively, a PR fixing an issue.completedThe issue has been fully resolved and the change will be in the next Skript update.The issue has been fully resolved and the change will be in the next Skript update.priority: mediumIssues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
Description
Skript/Server Version
> sk info
[17:18:44 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[17:18:44 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[17:18:44 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[17:18:44 INFO]: [Skript] Server Version: git-Paper-365 (MC: 1.20.4)
[17:18:44 INFO]: [Skript] Skript Version: 2.8.0-pre1 (skriptlang-github)
[17:18:44 INFO]: [Skript] Installed Skript Addons: None
[17:18:44 INFO]: [Skript] Installed dependencies:
[17:18:44 INFO]: [Skript] - Vault v1.7.3-b131
[17:18:44 INFO]: [Skript] - WorldGuard v7.0.10-SNAPSHOT+2260-c7319f1
[17:18:44 INFO]: [Skript] - Residence v5.1.4.1Bug Description
Scripts containing various time events fails to load. Examples may be found below.
Expected Behavior
Clean parsing and execution
Steps to Reproduce
- Update to Skript 2.8.0-pre1
- Start server
- Reload scripts
- Read console/log
Errors or Screenshots
> sk reload scripts
[17:17:25 INFO]: [Skript] Reloading all scripts...
[17:17:25 INFO]: Line 19: (periodicals.sk)
[17:17:25 INFO]: This event doesn't support event priority
[17:17:25 INFO]: Line: at 06:00 in world "world_blackdog":
[17:17:25 INFO]:
[17:17:25 INFO]: Line 21: (periodicals.sk)
[17:17:25 INFO]: This event doesn't support event priority
[17:17:25 INFO]: Line: at 18:00 in world "world_blackdog":
[17:17:25 INFO]:
[17:17:25 INFO]: Line 24: (periodicals.sk)
[17:17:25 INFO]: This event doesn't support event priority
[17:17:25 INFO]: Line: at 06:00 in world "world_city":
[17:17:25 INFO]:
[17:17:25 INFO]: Line 26: (periodicals.sk)
[17:17:25 INFO]: This event doesn't support event priority
[17:17:25 INFO]: Line: at 18:00 in world "world_city":
[17:17:25 INFO]:
[17:17:25 INFO]: Line 29: (periodicals.sk)
[17:17:25 INFO]: This event doesn't support event priority
[17:17:25 INFO]: Line: at 06:00 in world "world_yellowdog":
[17:17:25 INFO]:
[17:17:25 INFO]: Line 31: (periodicals.sk)
[17:17:25 INFO]: This event doesn't support event priority
[17:17:25 INFO]: Line: at 18:00 in world "world_yellowdog":
[17:17:25 INFO]:
[17:17:25 INFO]: Line 68: (periodicals.sk)
[17:17:25 INFO]: This event doesn't support event priority
[17:17:25 INFO]: Line: every 1 minutes in "world_lobby":
[17:17:25 INFO]:
[17:17:25 INFO]: Line 132: (periodicals.sk)
[17:17:25 INFO]: This event doesn't support event priority
[17:17:25 INFO]: Line: every 2 minutes in "world":
[17:17:25 INFO]:
[17:17:25 INFO]: Line 178: (periodicals.sk)
[17:17:25 INFO]: This event doesn't support event priority
[17:17:25 INFO]: Line: every 2 minutes in "world_yellowdog":
[17:17:25 INFO]:
[17:17:25 INFO]: Line 218: (periodicals.sk)
[17:17:25 INFO]: This event doesn't support event priority
[17:17:25 INFO]: Line: every 10 minutes in "world_lobby":
[17:17:25 INFO]:
[17:17:25 INFO]: Line 55: (start-acid-rain.sk)
[17:17:25 INFO]: This event doesn't support event priority
[17:17:25 INFO]: Line: every 127 seconds in "world_whitedog":
[17:17:25 INFO]:
[17:17:25 INFO]: Line 86: (start-acid-rain.sk)
[17:17:25 INFO]: This event doesn't support event priority
[17:17:25 INFO]: Line: every 107 seconds in "world_yellowdog":
Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this report.
Metadata
Metadata
Assignees
Labels
bugAn issue that needs to be fixed. Alternatively, a PR fixing an issue.An issue that needs to be fixed. Alternatively, a PR fixing an issue.completedThe issue has been fully resolved and the change will be in the next Skript update.The issue has been fully resolved and the change will be in the next Skript update.priority: mediumIssues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).