Timeout
Timeout
Hey, I have those two methods. ```java /** * Encode item stack. * * @param item the item * @return the string */ @NotNull public static String encodeBase64(@NotNull ItemStack item)...
Let's suppose this structure: ```typescript @Component({ selector: 'app-component', templateUrl: './component.component.html', styleUrls: ['./component.component.scss'] }) export class Component implements OnInit { constructor(private service: CustomService) { } ngOnInit(): void { this.service.method().subscribe(...); } }...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Are you using the latest version of MockBukkit? - [X] I am using...
There is no sound if I play any note inside the player. I'm using the Debian-Version of 1.6.3 and I've tried the master snapshot as well. Version 1.5.3 seems to...