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

Gliding State Errors When Using Variables #3891

Closed
RedstoneGamer54 opened this issue Apr 10, 2021 · 1 comment
Closed

Gliding State Errors When Using Variables #3891

RedstoneGamer54 opened this issue Apr 10, 2021 · 1 comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.

Comments

@RedstoneGamer54
Copy link

Description

Nothing happens.

Steps to Reproduce

set {_p} to player
set {_p}'s gliding state to true

Expected Behavior

The player should be gliding.

Errors / Screenshots

https://pastebin.com/SrbV29rJ

Server Information

  • Server version/platform: Paper 1.16.5
  • Skript version: 2.5.3
@TPGamesNL TPGamesNL added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. priority: medium Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation). priority: low Issues that are not harmful to the experience but are related to useful changes or additions. and removed priority: medium Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation). labels Apr 10, 2021
@TPGamesNL
Copy link
Member

TPGamesNL commented Apr 10, 2021

Caused by

register(ExprGlidingState.class, Boolean.class, "(gliding|glider) [state]", "entities");

using entities instead of livingentities

@TPGamesNL TPGamesNL added the PR available Issues which have a yet-to-be merged PR resolving it label Apr 10, 2021
@APickledWalrus APickledWalrus added completed The issue has been fully resolved and the change will be in the next Skript update. and removed PR available Issues which have a yet-to-be merged PR resolving it labels May 9, 2021
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. completed The issue has been fully resolved and the change will be in the next Skript update. 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

4 participants