Skip to content

Instantly share code, notes, and snippets.

View underscore95's full-sized avatar
💭
Probably coding 💻

underscore95

💭
Probably coding 💻
View GitHub Profile
@underscore95
underscore95 / build.gradle.kts
Created January 13, 2026 18:55
Hytale Plugin Gradle
plugins {
java
}
group = "me.underscore95"
version = "1.0.0"
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(25))
@underscore95
underscore95 / gist:088f9993974589ccb33623bc5db536cd
Created January 5, 2026 11:43
Change output directory of Java Maven project
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<id>copy-plugin-jar</id>
<phase>verify</phase>
<goals>
<goal>copy-resources</goal>
# Copyright (c) 2025 underscore95
# Licensed under MIT: https://opensource.org/license/mit
# Dependencies
# Skript 2.12.1
# SkBee 3.12.3
# Support: https://discord.com/invite/hKW46tkCzB
# To improve performance, you can enable memory variables and set the prefix to - by following this guide: