SkriptLang / Skript

Skript is a Spigot plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
https://docs.skriptlang.org
GNU General Public License v3.0
1.08k stars 371 forks source link

Allow `armour stand` as `armor stand` #6689

Open cheeezburga opened 6 months ago

cheeezburga commented 6 months ago

Skript/Server Version

[09:42:45 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[09:42:45 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[09:42:45 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[09:42:45 INFO]: [Skript] Server Version: git-Paper-37 (MC: 1.20.6)
[09:42:45 INFO]: [Skript] Skript Version: 2.8.5-nightly-7b1653fb (skriptlang-nightly)
[09:42:45 INFO]: [Skript] Installed Skript Addons: None
[09:42:45 INFO]: [Skript] Installed dependencies: None

Bug Description

Was trying to spawn an armour stand and turns out it only works with armor, not armour.

Expected Behavior

It was supposed to work as intended.

Steps to Reproduce

Try to spawn an armour stand. Or after spawning one, try to get the last spawned armour stand.

Errors or Screenshots

No response

Other

No response

Agreement

Moderocky commented 6 months ago

You can add it to #6640 if you want

cheeezburga commented 6 months ago

You can add it to #6640 if you want

Is it as simple as adding a [u] to the pattern bit of the english.lang for armor stands?

Moderocky commented 5 months ago

Is it as simple as adding a [u] to the pattern bit of the english.lang for armor stands?

I don't actually know, you'll probably need to experiment 😬