Skript

Skript

788k Downloads

Expressions Simply not doing anything

Closed this issue ยท 8 comments

commented

Skript/Server Version

[11:59:57 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[11:59:57 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[11:59:57 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[11:59:57 INFO]: [Skript] Server Version: 1.21.4-232-12d8fe0 (MC: 1.21.4)
[11:59:57 INFO]: [Skript] Skript Version: 2.12.1 (skriptlang-github)
[11:59:57 INFO]: [Skript] Installed Skript Addons: 
[11:59:57 INFO]: [Skript]  - skript-reflect v2.6 (https://github.com/SkriptLang/skript-reflect)
[11:59:57 INFO]: [Skript]  - SkBriggy v1.5.1 (https://github.com/ShaneBeee/SkBriggy)
[11:59:57 INFO]: [Skript]  - SkBee v3.11.2 (https://github.com/ShaneBeee/SkBee)
[11:59:57 INFO]: [Skript]  - DiSky v4.23.0
[11:59:57 INFO]: [Skript] Installed dependencies: 
[11:59:57 INFO]: [Skript]  - Vault v1.7.3-b131
[11:59:57 INFO]: [Skript]  - WorldGuard v7.0.13+82fdc65

Bug Description

None of the skript expressions I use in my skripts are parsing, not on tab, chat nor scoreboard or basically just anywhere.

Expected Behavior

For the expressions to parse and be displayed as their value.

Steps to Reproduce

Startup a paper server on skript 2.12.1 or 2.12.0

Errors or Screenshots

Skript 1.12.1/1.12.0

Image # Skript 1.12.1 Image

Other

No response

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
commented

can't reproduce

[Skript] Server Version: 1.21.7-15-0cadaef (MC: 1.21.7)
[Skript] Skript Version: 2.12.1 (skriptlang-github)
[Skript] Installed Skript Addons:
[Skript]  - skript-io v1.0.0
[Skript]  - SkReloader v1.0.2
[Skript] Installed dependencies: None
function getName(p: player) :: string:
  return {_p}'s name

command tab:
  trigger:
    set player's tab list footer to "hello %getName(player)%"
Image
commented

It only does it in specific situations, I had it work sometimes and other times it didn't. It probably has something to do with skript handling a lot of scripts at once and then after finishing loading it just doesn't update effects. I'm assuming on small codebases like your example it works fine but on mine (123 skripts) it doesn't work as intented.

commented

From testing with large codebase (200+ scripts), I cannot reproduce this issue.

commented

I'm still very much experiencing this issue,
Image

commented

Does Skript report loading fine during startup when this occurs?

commented

Yes, this issue was fixed when I updated to the newest Paper jar and updated all my addons

commented

Have you tested removing any or all addons and see if the issue persists?

Edit: Did not see your edit, so by updating Paper and addons, everything is fixed now

commented

Yes precisely thanks