iBlitzkriegi / Vixio

Vixio, The Skript Addon made to fit all of your Discord needs.
http://www.vixio.space
40 stars 28 forks source link

Skript Syntax Conflicted by Vixio #297

Open NotSoDelayed opened 3 years ago

NotSoDelayed commented 3 years ago

Describe the bug I believe that the syntax [the] name[s] of %channelbuilders% conflicted with Skript's syntax of getting a name from an itemstack, and this has been happening in the first place. Getting a name from a slot, or tool works fine and does not conflict.

To Reproduce Steps to reproduce the behavior: You can create a script to run these code, or use in-game effect command.

set {test} to stone named "&bVixio"
send "%name of {test}%"

Information Skript version: 2.5.3 Vixio version: 2.0.7 Minecraft Version: 1.16.4 Server software name and version: Paper 1.16.4 (Build 418)

Expected behavior Shows the name of the item stored in the variable

Screenshots image

Additional context If the said Vixio syntax is indeed conflictinbg with Skript's syntax, I would suggest removing it, or modify it to prevent further confliction

NotSoDelayed commented 3 years ago

up