Matocolotoe / Skript-1.8

The Skript plugin made for Minecraft 1.8.x only. Releases will follow the original repository, except for some bug fixes. Please read the README before updating to Skript-1.8 !
https://discord.gg/yh3Z98m
GNU General Public License v3.0
47 stars 4 forks source link

Block comparison glass #80

Open Henriiig opened 6 months ago

Henriiig commented 6 months ago

Skript Version

[22:45:25 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [22:45:25 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/ [22:45:25 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials [22:45:25 INFO]: [Skript] Server Version: git-PaperSpigot-94ac179e (MC: 1.8.8) [22:45:25 INFO]: [Skript] Skript Version: 2.6.5-for-1.8 [22:45:25 INFO]: [Skript] Installed Skript Addons: [22:45:25 INFO]: [Skript] - skript-placeholders v1.5.2 (https://github.com/APickledWalrus/skript-placeholders) [22:45:25 INFO]: [Skript] - skript-gui v1.3 (https://github.com/APickledWalrus/skript-gui) [22:45:25 INFO]: [Skript] - DiSky v4.12.1 [22:45:25 INFO]: [Skript] - skript-reflect v2.3 (https://github.com/TPGamesNL/skript-reflect) [22:45:25 INFO]: [Skript] - skRayFall v1.9.25 (https://sk.rayfall.net/) [22:45:25 INFO]: [Skript] - SkQuery v4.1.6 [22:45:25 INFO]: [Skript] - SkBee v1.10.3 (https://github.com/ShaneBeee/SkBee) [22:45:25 INFO]: [Skript] - WolvSK v1.7.2 [22:45:25 INFO]: [Skript] Installed dependencies: [22:45:25 INFO]: [Skript] - Vault v1.7.3-CMI [22:45:25 INFO]: [Skript] - WorldGuard v6.1.3-SNAPSHOT;c904242

Bug Description

When check if a target block is yellow stained glass pane it will return true if the block is another color of stained glass. This bug probably works the other way around too with the other colors aswell.

image image

Expected Behavior

Should only send "true" when the yellow stained glass is the target block

Steps to Reproduce

See above

Errors or Screenshots

No response

Other

No response

Agreement