Alexander Brandes
Alexander Brandes
Given, teams are accessible to organization members only, this PR improves on that topic, by shining more transparency on the individuals involved in the core development and release process, for...
Same like https://github.com/jenkinsci/jenkins/pull/6734, but this PR targets pages including `cause.jelly`, like the agent's one. ### Testing done Before:  After:  ``` [13:08:47 INFO]: NotMyFault issued server command: /p list all [13:08:47 WARN]: java.lang.IllegalArgumentException: Tag name must match pattern [!?#]?[a-z0-9_-]*, was info.server [13:08:47 WARN]: at...
Input: `/p f set greeting Welcome to my plot` Output in `/plot info`: 
 According to the arguments, there's no case a player name would be of use. We should get a rid of it and just tab...
https://github.com/IntellectualSites/PlotSquared/blob/main/Bukkit/src/main/java/com/plotsquared/bukkit/entity/ReplicatingEntityWrapper.java#L208-L210 calls the deprecated armor stand methods. Rather, the `ItemStack` call should be updated to call `stand#getItem()` and check for an `EquipmentSlot` individually, matching all parts of the player.
This PR is a follow-up to https://github.com/IntellectualSites/FastAsyncWorldEdit/pull/2081: Residence uses a non-standardized approach to build and distribute binaries, incompatible with the industry standard. There have been community efforts on Residence's end...
The release workflow which uploads FAWE to CurseForge calls a wrong artifact name in https://github.com/IntellectualSites/FastAsyncWorldEdit/blob/d6599fd332247e9702c6e29a84bde4a2c03311a8/.github/workflows/build.yml#L78 which results in failing the workflow: 
Hey, It appears you publish an incomplete set of maven metadata. https://repo.mikeprimm.com/us/dynmap/dynmap-api/maven-metadata-local.xml contains a non-exhaustive list of versions published. Additionally, `-local` (or any other repository identifier) is expected to be...