Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin 'Skript' is creating timing #5666

Closed
1 task done
aircacti opened this issue May 2, 2023 · 2 comments
Closed
1 task done

Plugin 'Skript' is creating timing #5666

aircacti opened this issue May 2, 2023 · 2 comments
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. enhancement Feature request, an issue about something that could be improved, or a PR improving something. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.

Comments

@aircacti
Copy link

aircacti commented May 2, 2023

Skript/Server Version

[14:12:57 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[14:12:57 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[14:12:57 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[14:12:57 INFO]: [Skript] Server Version: git-Paper-522 (MC: 1.19.4)
[14:12:57 INFO]: [Skript] Skript Version: 2.7.0-beta2 (skriptlang-github)
[14:12:57 INFO]: [Skript] Installed Skript Addons:
[14:12:57 INFO]: [Skript]  - Skellett v2.0.8 (https://forums.skunity.com/resources/skellett.24/)
[14:12:57 INFO]: [Skript]  - skUtilities v0.9.2 (https://tim740.github.io/)
[14:12:57 INFO]: [Skript]  - skRayFall v1.9.28 (https://sk.rayfall.net/)
[14:12:57 INFO]: [Skript]  - Reqn v1.2.3
[14:12:57 INFO]: [Skript]  - SkQuery v4.1.9
[14:12:57 INFO]: [Skript]  - SkriptJSON v1.0.0
[14:12:57 INFO]: [Skript]  - Skript-Packet v2.1.0 (www.github.com/Anarchick/skript-packet)
[14:12:57 INFO]: [Skript] Installed dependencies:
[14:12:57 INFO]: [Skript]  - Vault v1.7.3-b131
[14:12:57 INFO]: [Skript]  - WorldGuard v7.0.7+216b061

Bug Description

Bug message in console:

Plugin 'Skript' is creating timing 'org.skriptlang.skript.lang.script.Script@2f6aca17: line 412' - this is deprecated behavior, please report it to the authors: Njol, Mirreski, SkriptLang Team, Contributors

It seems that it shows on loop iteration

Expected Behavior

No warning

Steps to Reproduce

every 5 seconds:
loop all players:
if {auth.%loop-player%.loggedIn} is not set:
teleport loop-player to {auth.point}

		chance of 33%:
			if {auth.%loop-player%.password} is set:
				send "&7Zaloguj się komendą /login [hasło]" to loop-player
			else:
				send "&7Założ konto komendą /register [hasło] [powtórz hasło]" to loop-player

Errors or Screenshots

No response

Other

No response

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
@AyhamAl-Ali AyhamAl-Ali added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. enhancement Feature request, an issue about something that could be improved, or a PR improving something. labels May 2, 2023
@AyhamAl-Ali
Copy link
Member

See PaperMC/Paper#8948 (Thanks @APickledWalrus)
We will be supporting the new API soon.

@AyhamAl-Ali AyhamAl-Ali added the priority: low Issues that are not harmful to the experience but are related to useful changes or additions. label May 2, 2023
@TheLimeGlass
Copy link
Collaborator

Console error printed on startup

[Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
    We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
    For more information please visit: https://github.com/PaperMC/Paper/issues/8948

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. enhancement Feature request, an issue about something that could be improved, or a PR improving something. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.
Projects
None yet
Development

No branches or pull requests

3 participants