bloodmc
bloodmc
On Ghidra 9.0.2, the following errors occur when attempting to open the Lego Dimensions RPX https://gist.githubusercontent.com/bloodmc/a116141e7486d7fca8a738c02ee43b4e/raw/78f5d6aa00ee5fc93908a327298a80f8db9c37a0/ghidra_lego_rpx.txt This causes all code to show up with `??`. From what I was told,...
This PR adds sponge API 8 support for sponge servers running MC 1.16.5+. It is still a WIP as I am still testing but the basic functionality is all working...
https://github.com/MCTCP/TerrainControl/blob/master/common/src/main/java/com/khorn/terraincontrol/configuration/ServerConfigProvider.java#L271-L280 So lets say you have 2 biomes : MountainBiome and OceanBiome. MountainBiome is a virtual biome with an id of 500 that sets ReplaceToBiomeName to OceanBiome OceanBiome is a...
```java public TextTemplate claimCreateSuccess = TextTemplate.of(TextColors.GREEN, TextTemplate.arg("type"), TextColors.AQUA, " created!", TextColors.LIGHT_PURPLE, "Use /trust to share it with friends."); ``` Here is a screenshot showing output of the above text template....
### Description While verbose `undefined` results are useful in showing a denied permission, it can sometimes cause information to be hard to find when a plugin like GriefDefender performs many...
This port will currently only work with SpongeForge 1.12.2 using API 7. Port still needs some work but works for what I need in GriefDefender. I also had to swap...
Browser & Version: `Latest Chrome` Operating System: `Windows 10` Error message (if applicable): `N/A` Steps to reproduce: * Step 1 - Navigate to https://ore.spongepowered.org * Step 2 - Some project...
**Describe the bug** Platform: Windows Server 2022 Promtail: 2.8.11 I'm using custom windows event channels from https://github.com/palantir/windows-event-forwarding/tree/master/windows-event-channels Promtail randomly crashes as its pushing logs which seems to be related to...
### Relevant telegraf.conf ```toml # Telegraf Configuration # # Telegraf is entirely plugin driven. All metrics are gathered from the # declared inputs, and sent to the declared outputs. #...
I'm currently porting my GP plugin for Paper/Spigot use. Would it be possible to get WECUI and LiteLoader updated to 1.13 so players can start using it with my plugin...