Jake Potrebic
Jake Potrebic
Rebased for 1.20.4
Updated for 1.19.4 and moved the vibration level to the builder so that it can be changed. Also added a test to make sure the match the map that was...
For the GameEvent builder, I decided to not make the vibration level configurable there. They are really 2 different systems, the vibration stuff and game events. Not all game events...
`paper-plugin.yml` is still very much in the experimental phase. I don't think we are expecting everyone to move to it now. `commands` will never be a part of it however....
I think that really should be left up to the implementation of ClassPathLibrary. We can add it to the JarLibrary and MavenLibraryResolver impls, but otherwise the *only* information we have...
You can fix this by turning off `fix-target-selector-tag-completion` in `paper-global.yml` until a fix is implemented.
>How does this solution work? It disables a fix for a vanilla bug where entity selector type tags don't properly provide suggestions. You can see a better description [here](https://github.com/PaperMC/Paper/pull/9245#issuecomment-1572667397).
Rebased, and generalized the fix to now just emulate replacing the full last word of the command with the suggestion even if there is no matching characters between the current...
@willkroboth Ok, I think I fixed your issue. It came from your suggestions including a trailing space. The console completion library tries to "escape" any space character inserted in a...
Ok, I think I handled suggestions with spaces correctly now. I had to build a custom parser to make sure words were created correctly and not separated purely on spaces....