Joshua

Results 10 issues of Joshua

``` @Default @CommandPermission("rtp.teleport.self") @CommandCompletion("@players") public void onTeleport(CommandSender sender, @Optional @CommandPermission("rtp.teleport.other") OnlinePlayer target, @Optional @CommandPermission("rtp.teleport.world") World world) { Player player; if (target == null && sender instanceof Player) { player =...

bug
bukkit

Adds command selector handling to `BukkitCommandContexts#getOnlinePlayer` However i'm not sure how to deal with @a or selectors that return more than one entity. So in this draft i just return...

Forge recently added support for mojang mappings. Having an option to switch between stable, snapshot or offical (mojang mappings) in the forge settings would be a great feature imo. ![image](https://user-images.githubusercontent.com/6131099/115972624-c15c8e80-a54f-11eb-98be-bb6d77398770.png)...

type: enhancement
platform: forge
status: accepted

Hello! Just stumbled upon your little tool. Looks promising! However my game (Alien Marauder) crashes when enabling the overlay (by pressing f12). The stacktrace: ``` [Error : Unity Log] GUI...

When testing the following code i came to the conclusion that only ever one element is returned for `Client#readStringUntil` ```java client.readByteAlways(opCode -> { if (opCode == 2) { List tempWarps...

I spent the last half hour trying to figure out why my json parser wasn't able to convert the response based on the types i provided for it. Turns out...

Since Adventure is now merged into paper but isn't really part of paper, i think it would be nice to have some page or location on the website where you...

Is it possible to get the execution durations of the individual query's? I found this article regarding it https://learn.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-exec-query-stats-transact-sql?view=sql-server-ver16 Nothing like it in the stats though. Closest i could find...

Stale

The chart is way too big on desktop. I had to use a screenshot extension to even screenshot the whole thing ![image](https://user-images.githubusercontent.com/6131099/172650389-7e80fbf2-7735-46fc-a759-13c5e392eb33.png)

It would be helpful if we could specify what format we want to save as (defaulting to PNG) In general PNG is fine but when using a solid background it's...