golden

Results 25 comments of golden

Does that mean that: ```java delete 3! print(3)! // this errors as "Error: was deleted!" ```

LGTM. A breakthrough in JVM technology. Do you think this can be expanded to more areas, like RAM? Again, I heavily respect your work.

@NikV2 Any updates on merging this? There has been little advancement in the field in the past few years. It would be great if we could implement the hyper interpolation...

Have you tried reading the examples in [LICENSE.md](https://github.com/TodePond/DreamBerd/blob/main/LICENSE.md)? They should have a case for this. Try `delete Date!` or something.

That's great. I think DreamBerd definitely needs a quaternary operator

You can just have /permissions instead of three different commands

Closing because I do not care anymore

From testing with loot tables, I've discovered that your EnchantmentListPredicate codec is wrong; it needs to have a default value for the `max` [here](https://github.com/FluxCapacitor2/Minestom/blob/feat/component-predicates/src/main/java/net/minestom/server/instance/block/predicate/DataComponentPredicate.java#L104), since right now 144 (of the...

I think the Minestom codebase tends to use `@Nullable T` instead of `Optional` so that'd probably be better. And honestly what you said makes a lot of sense, so I'm...