Skip to content

Spigot project that adds netherite gear to piglins in generated bastion structures.

Notifications You must be signed in to change notification settings

voidpointer0x00/structure-generation-modifier

Repository files navigation

Spigot project that adds netherite gear to piglins in generated bastion structures. Spigot thread

Paper SLF4J logger settings

To enable SLF4J debugging you need to change Appender's logging level. You can do it manually for your server's core or copy the debug.xml file if you're using Paper/Purpur.

<Rewrite name="rewrite2">
    <ExtraClassInfoRewritePolicy />
    <AppenderRef ref="File"/>
    <!-- level="debug" is what you need -->
    <AppenderRef ref="TerminalConsole" level="debug"/>
    <AppenderRef ref="ServerGuiConsole" level="info"/>
</Rewrite>

Build

# compiles & builds .jar file in build/libs/
gradle jar

About

Spigot project that adds netherite gear to piglins in generated bastion structures.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages