NewAgeCZ / CommandHook

Minecraft plugin for Bukkit API compatible servers. Vanilla selector parsing for non-vanilla commands.
GNU General Public License v3.0
7 stars 4 forks source link

@p identifier eliminates arguments that come after it when [] is omitted #1

Closed CrypticCabub closed 2 years ago

CrypticCabub commented 2 years ago

for example try running "say mycommand @p customArg"

the output will be "mycommand {username}", customArg is cutoff.

"say mycommand @p[] customArg" works correctly however

NewAgeCZ commented 2 years ago

Thanks for report, fixed in 2.1.2