Pablo Herrera
Pablo Herrera
When you have `"some argument"` it's fine if it gets parsed as a single arg if it's between ", the issue comes with `@Text` arguments where it should consume all...
> If you're on Windows you have to use WSL to build SportPaper. Git bash doesn't work. I've built on windows 7 from git bash without issue
> Also, could it be possible to patch the exploit where players in creative can send a packet to get an item with any NBT tags? It's not really that...
With the patch, the hitbox is handled client-side, if you set it to 0 all players can freely walk on it, 1.7 players (due to their client) will be on...
I've made a simple discord bot in java that makes use of this API, and lets you have any amount of servers configured, one per channel. I'm leaving this here...
I have synchronized onLoginSuccess, without making that method atomic, you could have the following order of events: 1 - network thread calls onLoginSuccess fully 2 - main thread calls onLoginSuccess,...
Rebased ontop of master & added support for mojmap names, as well as addressing the other concerns on the review
Honestly i'm unsure if this is just a "works-as-intended" or not, potentially if you're holding a flag the item that gets cleared with the should be the "hidden/saved" helmet slot...
Alternative: be able to set/add score via an action, with the value of a variable. Use killreward kit with an action to score the points (and since action supports a...
> What if we made the application syntax more concise? The `operation` is the key and the amount is the `value`. > > ``` > > ``` `let` is a...