Emibergo02

Results 12 issues of Emibergo02

This command is basically used for retrieving customModelData id and other item information in-game.

not finished. I have to figure out how to put together the town list with the GUI since it isn't a OverviewCommand. A friend of mine would beautify the GUIs...

status: in progress

- [x] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue ## Versions - mineflayer: latest - server: velocity 1.20.4 - bun: 1.1.8 ## Detailed description of a problem Malformed...

waiting info from op

## Versions - mineflayer: 4.18.0 - server: paper 1.20.4 - bun: 1.1.8 ## Detailed description of a problem ``` 43 | }] 44 | }, 45 | Write: { 46...

waiting info from op

Discord -> [https://discord.gg/EXdPs7BBq9](https://discord.gg/EXdPs7BBq9)

The cause of this problem: ``` java.lang.NullPointerException: Cannot invoke "org.bukkit.command.PluginCommand.setExecutor(org.bukkit.command.CommandExecutor)" because the return value of "org.bukkit.Server.getPluginCommand(String)" is null at dev.unnm3d.rediseconomy.RedisEconomyPlugin.onEnable(RedisEconomyPlugin.java:75) ~[RedisEconomy-3.2.1-SNAPSHOT.jar:?] . . . ``` is probably caused by CMI...

good first issue

Gradients are the only thing missing right now. It would be breaking change to the website and for every plugin that uses the web editor API to format text I...

Sometimes i get this on my NanoLimbo instance ``` 10:41:19.788 ERROR Limbo -- Unhandled exception: io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by peer 10:41:19.788 INFO Limbo -- Player Unnm3d disconnected ```...

https://github.com/TheJoCraftNET/MapEngine/blob/674e4eaa15a912d4a37d78b7e210b7f0e0779c24/plugin/src/main/java/de/pianoman911/mapengine/core/clientside/FrameContainer.java#L206 Here you can make a timed task that sends a map every x milliseconds. This would help loading large maps on the client without freezing. You can also make...

Can you make an optional parameter for `api/editor/input` to include placeholders too? Like ```json { "input": "This is my input!", "command": "/myplugin save motd {token}", "application": "MyPlugin", "placeholders": { "player":"Josh"...