Skript

Skript

788k Downloads

Player lost their Pants and shoe equipment column

Closed this issue · 2 comments

commented

Skript/Server Version

[21:30:40 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[21:30:40 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[21:30:40 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[21:30:40 INFO]: [Skript] Server Version: 1.21.8-81-5d653e3 (MC: 1.21.8)
[21:30:40 INFO]: [Skript] Skript Version: 2.12.1 (skriptlang-github)
[21:30:40 INFO]: [Skript] Installed Skript Addons: 
[21:30:40 INFO]: [Skript]  - skript-placeholders v1.7.0 (https://github.com/APickledWalrus/skript-placeholders)
[21:30:40 INFO]: [Skript]  - Floodgate-Skript v2.3
[21:30:40 INFO]: [Skript]  - skript-reflect v2.6 (https://github.com/SkriptLang/skript-reflect)
[21:30:40 INFO]: [Skript] Installed dependencies: 
[21:30:40 INFO]: [Skript]  - Vault v1.7.3-b131
[21:30:40 INFO]: [Skript]  - Residence v5.1.7.7

Bug Description

I created a clock that right-clicks to open the menu. However, when the server joins the automatic giveaway (the player needs to wear a helmet, chest armor, pants, shoes), the player's pants and shoes will be lost.
(Sorry,i write these passage by translator)

Expected Behavior

everything well

Steps to Reproduce

`options:

# 菜单物品的信息
item: clock named "§b§l主菜单" with lore "§e主菜单"


# 打开菜单的命令
command: "cd"

on join:
player doesn't have a {@item}
give a {@item} to the player

on click:
player's tool is {@item}
make player execute command {@command}
cancel event

command /getmenu:
trigger:
give a {@item} to the player

`
1.drop the clock
2. rejoin the server

Errors or Screenshots

No response

Other

No response

Agreement

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

This might be due to the fact Floodgate-Skript uses a very old version of Skript's api, thus causing this issue. I could be wrong though. Just a little thought. But on that topic, does this occur when Floodgate-Skript is uninstalled as well?

commented

thanks! when i remove it , it can works well!thank you so much