TheGatesDev

Results 2 issues of TheGatesDev

### Expected behavior An arrow projectile modified with the following code: ``` Arrow arrow; arrow.setPickupStatus(AbstractArrow.PickupStatus.DISALLOWED); ``` should never allow pickup. ### Observed/Actual behavior An arrow, modified with the above code,...

type: bug
status: needs triage
version: 1.20.6

The "Format" code action generates a nice embed with the formatted code, but it does not display nicely on every screen. This is because the width is limited to some...

enhancement