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

Alias problem with Bricks and Nether Bricks #7484

Open
1 task done
Dummybell opened this issue Jan 20, 2025 · 3 comments
Open
1 task done

Alias problem with Bricks and Nether Bricks #7484

Dummybell opened this issue Jan 20, 2025 · 3 comments
Labels
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).

Comments

@Dummybell
Copy link

Skript/Server Version

[19:21:43 INFO] [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases

[19:21:43 INFO] [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/

[19:21:43 INFO] [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials

[19:21:43 INFO] [Skript] Server Version: 1.21.4-118-73f7736 (MC: 1.21.4)

[19:21:43 INFO] [Skript] Skript Version: 2.10.0 (skriptlang-github)

[19:21:43 INFO] [Skript] Installed Skript Addons:

[19:21:43 INFO] [Skript] - skript-reflect v2.6 (https://github.com/SkriptLang/skript-reflect)

[19:21:43 INFO] [Skript] - SkBee v3.8.1 (https://github.com/ShaneBeee/SkBee)

[19:21:43 INFO] [Skript] Installed dependencies: None

Bug Description

There is currently an issue with alias of Bricks and Nether bricks.

Using the alias of Bricks or Nether Bricks currently works for brick/bricks and nether brick/nether bricks

Might be happening with other items but only tested these 2

Expected Behavior

Aliases should be separated so they do not overlap

Steps to Reproduce

!give bricks to player

Will what seems like randomly choose to give either brick or bricks (the block)

Errors or Screenshots

No response

Other

No response

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
@Dummybell
Copy link
Author

Would like to add that both "nether bricks block" & "bricks block" do work correctly and give out the block

@ShaneBeee
Copy link
Contributor

ShaneBeee commented Jan 20, 2025

This is most likely due to when I wrote the auto-aliases, I added a default plural of "s"
so, basically we get this:

for Brick:

  • brick
  • bricks

for Bricks:

  • bricks
  • brickss

Um.... you got this skript!
Image

@Efnilite Efnilite added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. priority: low Issues that are not harmful to the experience but are related to useful changes or additions. labels Jan 20, 2025
@ShaneBeee
Copy link
Contributor

@Efnilite Im curious why you classified this as "priority: low" without offering a temporary solution?
How is a Skripter supposed to give the brick item?

@Moderocky Moderocky added priority: medium Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation). and removed priority: low Issues that are not harmful to the experience but are related to useful changes or additions. labels Jan 21, 2025
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. priority: medium Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
Projects
None yet
Development

No branches or pull requests

4 participants