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
Dsa-123 opened this issue
Jun 8, 2024
· 3 comments
Labels
bugAn issue that needs to be fixed. Alternatively, a PR fixing an issue.completedThe issue has been fully resolved and the change will be in the next Skript update.
[23:18:58 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases[23:18:58 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/[23:18:58 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials[23:18:58 INFO]: [Skript] Server Version: git-Paper-550 (MC: 1.19.4)
[23:18:58 INFO]: [Skript] Skript Version: 2.8.6 (skriptlang-github)
[23:18:58 INFO]: [Skript] Installed Skript Addons:
[23:18:58 INFO]: [Skript] - skript-advancements v1.6.2
[23:18:58 INFO]: [Skript] Installed dependencies:
[23:18:58 INFO]: [Skript] - Vault v1.7.3-b131
[23:18:58 INFO]: [Skript] - WorldGuard v7.0.7+216b061
Bug Description
Adding barrier block to a local variables list result in adding a particle
Expected Behavior
Expected to add a barrier block instead of block marker particle
Steps to Reproduce
add stone to {_items::*}
add barrier to {_items::*}
send {_items::*} to console```
### Errors or Screenshots
[23:18:42 INFO]: stone block
[23:18:42 INFO]: block marker
### Other
_No response_
### Agreement
- [X] 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:
sovdeeth
added
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
PR available
Issues which have a yet-to-be merged PR resolving it
and removed
waiting for reply
The report needs a response from the reporter to determine course of action.
labels
Jun 8, 2024
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
Jun 15, 2024
bugAn issue that needs to be fixed. Alternatively, a PR fixing an issue.completedThe issue has been fully resolved and the change will be in the next Skript update.
Skript/Server Version
Bug Description
Adding barrier block to a local variables list result in adding a particle
Expected Behavior
Expected to add a barrier block instead of
block marker
particleSteps to Reproduce
The text was updated successfully, but these errors were encountered: