John Paul R

Results 119 comments of John Paul R

O.o github? I can edit someone else's list. Not sure if that's cool or terrifying lol --- Anyway, some comments: - `fireball`, `thunder` - I probably wouldn't reject it, but...

Can someone explain to me how a `/sudo` would differ from `/execute`? (I ask because it was mentioned a second time and got thumbsups)

Fundamentally, you can think of `/execute` as changing the context of the command you run with it. This means `/execute at run ` runs the command as if the command...

Further reading (the docs on `/execute` are actually quite nice, and come with examples): https://minecraft.fandom.com/wiki/Commands/execute#at

Do you have `use_permissions_api` set to true in the config?

Related original issue, though I'm currently unsure if this is invalid config, or an instance of the bug: #56

In my mind this is better understood as a "public homes" system than "player warps" (mostly because warps are stored at the World level, whereas homes are stored at the...

Great, that structure seems reasonable. I'd recommend extending (or, at least using internally) `MinecraftLocation` for storing these, handles some of the nbt interactions for you

Hmm... how consistently does this happen? I currently cannot reproduce the issue. My steps: 1. (As Player1) `/tpa Player2` 2. (As Player2) wait 5-15s (no more) 3. (As Player2) click...