You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> sk info[14:05:27 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases[14:05:27 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/[14:05:27 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials[14:05:27 INFO]: [Skript] Server Version: 1.21.3-56-bb32b05 (MC: 1.21.3)
[14:05:27 INFO]: [Skript] Skript Version: 2.9.5 (skriptlang-github)
[14:05:27 INFO]: [Skript] Installed Skript Addons:
[14:05:27 INFO]: [Skript] - skript-reflect v2.5.1 (https://github.com/SkriptLang/skript-reflect)
[14:05:27 INFO]: [Skript] - SkBee v3.6.4 (https://github.com/SkriptHub/SkBee)
[14:05:27 INFO]: [Skript] - SkBriggy v1.4.2 (https://github.com/ShaneBeee/SkBriggy)
[14:05:27 INFO]: [Skript] Installed dependencies:
[14:05:27 INFO]: [Skript] - Vault v1.7.3-b131
Bug Description
When verbosity is set to DEBUG, conditions within the "if" section do not send to console.
Expected Behavior
I would expect all lines to send to console
Steps to Reproduce
Use this simple code:
onbreak:ifall:player's tool is a diamond swordblockatplayerisstonethen:send"hi"toplayer
output:
[14:07:00 INFO]: loading 'test.sk'
[14:07:00 INFO]: loaded 1 structure from 'test.sk'
[14:07:00 INFO]: break (break/place/burn/fade/form of <none>):
[14:07:00 INFO]: if all
[14:07:00 INFO]: send "hi" to the player
[14:07:00 INFO]: then
Errors or Screenshots
No response
Other
No response
Agreement
I have read the guidelines above and affirm I am following them with this report.
The text was updated successfully, but these errors were encountered:
Skript/Server Version
Bug Description
When verbosity is set to DEBUG, conditions within the "if" section do not send to console.
Expected Behavior
I would expect all lines to send to console
Steps to Reproduce
Use this simple code:
output:
Errors or Screenshots
No response
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: