diff options
| author | J10a1n15 <45315647+j10a1n15@users.noreply.github.com> | 2024-10-18 18:01:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-18 18:01:39 +0200 |
| commit | 83efbb3341edc3266bc2a4b89b3570c1a303ccba (patch) | |
| tree | e3da5028b53ea56e411c3eec5a22b6cbc66c830d | |
| parent | ead1f9ebf3882a6a65b6dd879d01c725c80f7e73 (diff) | |
| download | SkyHanni-83efbb3341edc3266bc2a4b89b3570c1a303ccba.tar.gz SkyHanni-83efbb3341edc3266bc2a4b89b3570c1a303ccba.tar.bz2 SkyHanni-83efbb3341edc3266bc2a4b89b3570c1a303ccba.zip | |
Improvement: Custom Scoreboard Refactor (#2162)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Co-authored-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Co-authored-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
Co-authored-by: Cal <cwolfson58@gmail.com>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Co-authored-by: ItsEmpa <itsempa@users.noreply.github.com>
94 files changed, 2403 insertions, 1883 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/api/SkillAPI.kt b/src/main/java/at/hannibal2/skyhanni/api/SkillAPI.kt index 95e39d1f7..aa930adb1 100644 --- a/src/main/java/at/hannibal2/skyhanni/api/SkillAPI.kt +++ b/src/main/java/at/hannibal2/skyhanni/api/SkillAPI.kt @@ -28,8 +28,8 @@ import at.hannibal2.skyhanni.utils.NumberUtil.formatDouble import at.hannibal2.skyhanni.utils.NumberUtil.formatLong import at.hannibal2.skyhanni.utils.NumberUtil.formatLongOrUserError import at.hannibal2.skyhanni.utils.NumberUtil.romanToDecimalIfNecessary +import at.hannibal2.skyhanni.utils.RegexUtils.matchMatcher import at.hannibal2.skyhanni.utils.SimpleTimeMark -import at.hannibal2.skyhanni.utils.StringUtils.matchMatcher import at.hannibal2.skyhanni.utils.StringUtils.removeColor import at.hannibal2.skyhanni.utils.TabListData import at.hannibal2.skyhanni.utils.repopatterns.RepoPattern diff --git a/src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt b/src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt index 8228ae025..93c7d3407 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt +++ b/ |
