Andre Roldan

Results 8 issues of Andre Roldan

`commandflow-discord` currently uses messages to detect commands. We should use [Application Commands](https://discord.com/developers/docs/interactions/application-commands) instead since it's a more user-friendly and native way to create bot commands. Also, bots can't read message...

Make creative support shaders and add API for shader modification. Imperatively (this would require us to parse the shaders): ```java Shader shader; shader = shader.modify(m -> m .addUniform("mat4", "ModelViewMat") .addUniform("mat4",...

enhancement

The `Metadata` type should be independent and represent any `.mcmeta` file for any key. This would remove the `Metadatable` interface and remove `Metadata` from the `Texture` class ## Why? Metadata...

enhancement

At the moment, plugins have to listen to the ResourcePackGenerateEvent and register their resources in the single, server resource-pack initially created by creative-central. This new idea of per-plugin-resourcepacks would be...

enhancement

Add support for Velocity and *maybe* Waterfall **Help is needed!** How should proxies be handled? The resource-pack is always generated in the backend servers, there may be backend servers that...

enhancement
help wanted

Currently we do not send resource-packs during the configuration phase, but during the play phase Will have some benefits in 1.20.3: https://www.minecraft.net/en-us/article/minecraft-1-20-3-pre-release-1 "World resource pack application will start together with...

# Installing Resource Packs We could add a functionality that allows server administrators to include features from other, existing, resource-packs without having to create a custom plugin   ## From GitHub...

enhancement
help wanted

#### Select the option(s) that best describes this PR: - [ ] Major breaking change - [ ] Minor change - [X] Feature implementation - [ ] Bug fix -...