MeFisto94
MeFisto94
``` WARN: Method reference is used with definition return type / parameter. Indicates a likely invalid set of assemblies, consider one of the following WARN: - Remove the assembly defining...
Currently, IL Repack is coded with the feature parity towards ILMerge command line arguments in mind, but not using IL Repack as dependency. As such, a good feature would be...
If I try the `cert.sh` on my system with the 1.1.1d version of openSSL I get ``` unable to find 'distinguished_name' in config problems making Certificate Request ``` This can...
I wonder if we could implement a good way to combine shadowing on multiple domains: A) Allowing User-Code to shadow Bytecoders' impl, so that forking Bytecoder is not necessary (sorry...
**PlotSquared Feature Suggestion:** Adding a permission like `plots.admin.vehicle.other` to allow vehicles to be placed on `other` plots (and roads) **How should it be implemented?** In the VehicleCreateEvent don't remove the...
### Server Implementation Paper ### Server Version 1.15.2 ### Describe the bug As per https://github.com/IntellectualSites/PlotSquared/blob/6259287dffe03e6b0ccd29a2a485aa07aa8b71e6/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEvents.java#L2078, the SpawnReason `BEEHIVE` is treated like all the other natural spawns. This however means that...
**Is your feature request related to a problem? Please describe.** ItemMeta#getLocalizedName() is always the english version. **Describe the solution you'd like** It would be good to have a convenient way...
I saw that the Makefile already tries to detect running on ARMv6, but not ARMv7/v8 or even AARCH64, so it would be a nice addition to support those. Since on...
Hey Guys, this should be pretty easy to fix: I was working on a project from scratch, exporting it as json (download). After some changes, the import failed, because the...
So when I connect the Attribute to the Texture Fetch, I get the following: ``` Error On line 0 : texCoord = Attribute.inTexCoord ->Undeclared nodeAttribute. Make sure this node is...