[SPIGOT-1630] Command playsound resulting in ArrayIndexOutOfBounds Created: 02/Mar/16 Updated: 02/Mar/16 Resolved: 02/Mar/16 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Jikoo | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Labels: | 1.9, error |
Description |
User is attempting to run "playsound record.far @a ~ ~ ~ 100 1.0 1.0" in a command block. When using alias minecraft:playsound, output is "[@: That player cannot be found]" When using playsound directly, an ArrayIndexOutOfBoundsException is caused. http://hastebin.com/zoxofucema.avrasm |
Comments |
Comment by md_5 [ 02/Mar/16 ] |
Happens on Vanilla with : playsound record.far @a ~ ~ ~ 100 1.0 1.0 |