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
[05:46:03 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases[05:46:03 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/[05:46:03 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials[05:46:03 INFO]: [Skript] Server Version: git-Paper-169 (MC: 1.20.1)
[05:46:03 INFO]: [Skript] Skript Version: 2.7.0-beta3 (skriptlang-github)
[05:46:03 INFO]: [Skript] Installed Skript Addons:
[05:46:03 INFO]: [Skript] - Floodgate-Skript v2.3
[05:46:03 INFO]: [Skript] - skript-gui v1.3 (https://github.com/APickledWalrus/skript-gui)
[05:46:03 INFO]: [Skript] - Skellett v2.0.9 (https://forums.skunity.com/resources/skellett.24/)
[05:46:03 INFO]: [Skript] - SkBee v2.18.3 (https://github.com/ShaneBeee/SkBee)
[05:46:03 INFO]: [Skript] Installed dependencies:
[05:46:03 INFO]: [Skript] - WorldGuard v7.0.9+5934e49
Bug Description
When putting a argument as when putting a bedrock user as the offline player it says There is no player online whose name starts with '.player'
Expected Behavior
it should just work like its a offline player it doesn't need to be online because argument is offline player
Steps to Reproduce
command /ban []:
permission: a.ban
trigger:
set {banned::%uuid of arg-1%} to "yes"
if arg-2 is not set:
set {reason::%uuid of arg-1%} to "&b&nYou have been banned!"
kick arg-1 because of {reason::%uuid of arg-1%}
else:
set {reason::%uuid of arg-1%} to "&b&nYou have been banned!%nl% &b&lReason: &a%arg-2%"
kick arg-1 because of {reason::%uuid of arg-1%}
add 1 to {bans::%uuid of arg-1%}
when doing /ban .player it says There is no player online whose name starts with '.player'
Errors or Screenshots
No response
Other
Please fix this
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:
Bedrock players in Geyser are formatted with a prefix. Set your prefix in your Skript config.sk. If you haven't changed this value it should be a dash - by default and as so is the config.sk for Geyser support. It looks like you use a period as the prefix, so that will need to be adjusted. There is a support configuration node for this, and you need to enable it to allow Skript to parse these players correctly.
Skript/Server Version
Bug Description
When putting a argument as when putting a bedrock user as the offline player it says There is no player online whose name starts with '.player'
Expected Behavior
it should just work like its a offline player it doesn't need to be online because argument is offline player
Steps to Reproduce
command /ban []:
permission: a.ban
trigger:
set {banned::%uuid of arg-1%} to "yes"
if arg-2 is not set:
set {reason::%uuid of arg-1%} to "&b&nYou have been banned!"
kick arg-1 because of {reason::%uuid of arg-1%}
else:
set {reason::%uuid of arg-1%} to "&b&nYou have been banned!%nl% &b&lReason: &a%arg-2%"
kick arg-1 because of {reason::%uuid of arg-1%}
add 1 to {bans::%uuid of arg-1%}
when doing /ban .player it says There is no player online whose name starts with '.player'
Errors or Screenshots
No response
Other
Please fix this
Agreement
The text was updated successfully, but these errors were encountered: