mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-20 15:39:31 +00:00
Compare commits
115 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d9c7f35709 | ||
|
|
37893460f3 | ||
|
|
898f815878 | ||
|
|
49ee36b089 | ||
|
|
073be82dcc | ||
|
|
713c3a4762 | ||
|
|
b736377aec | ||
|
|
62fff7a56e | ||
|
|
5efb71eb3e | ||
|
|
d22f49492f | ||
|
|
b65b112220 | ||
|
|
c5456aa65c | ||
|
|
0a256eaa4c | ||
|
|
7d07ee4eb2 | ||
|
|
c98ed48ee2 | ||
|
|
9f392654d3 | ||
|
|
613575c0c5 | ||
|
|
b414b01ac4 | ||
|
|
65dd039b07 | ||
|
|
747adb53d9 | ||
|
|
7125b38fd5 | ||
|
|
82f71198e6 | ||
|
|
b1e87afc93 | ||
|
|
3bffe4cc7e | ||
|
|
08ab82216d | ||
|
|
c3ed7080dc | ||
|
|
ea8fb1bf86 | ||
|
|
4434cf6475 | ||
|
|
26aae2b730 | ||
|
|
e5c818cf7b | ||
|
|
6b4575e75d | ||
|
|
773be08b24 | ||
|
|
386131ddf0 | ||
|
|
3dfdb9654a | ||
|
|
805523d069 | ||
|
|
6cfa593eee | ||
|
|
00c2a5245a | ||
|
|
f6791b786e | ||
|
|
0fa9654824 | ||
|
|
2262e19cd1 | ||
|
|
055ddc7c9b | ||
|
|
817d7a602b | ||
|
|
3af4a8f621 | ||
|
|
7b80eb1c06 | ||
|
|
19c6f4f2ba | ||
|
|
8a753b42f8 | ||
|
|
3f66634e5f | ||
|
|
c86815f47b | ||
|
|
f9d108dbb7 | ||
|
|
302e02ddac | ||
|
|
f32f8744b2 | ||
|
|
dd98f6f07e | ||
|
|
bbf42d1af0 | ||
|
|
70aa607e5b | ||
|
|
09635e12a9 | ||
|
|
7b283a56ee | ||
|
|
888ba34eee | ||
|
|
62e98cc371 | ||
|
|
8fc70f42fc | ||
|
|
13447b882c | ||
|
|
344c50154a | ||
|
|
ef93bee0b9 | ||
|
|
9de0c5b96f | ||
|
|
a0a7b8cb3e | ||
|
|
ae2600227e | ||
|
|
ec1187923b | ||
|
|
ab04a686e9 | ||
|
|
efbfad437a | ||
|
|
9bcb1845b8 | ||
|
|
0f5364982d | ||
|
|
1b0411e23a | ||
|
|
29199dc2d2 | ||
|
|
3cb5f612c6 | ||
|
|
3b98b20f73 | ||
|
|
90bab2b292 | ||
|
|
8ad3cdf820 | ||
|
|
ca8933541a | ||
|
|
8572a444fa | ||
|
|
8dd14c80f0 | ||
|
|
61410aea97 | ||
|
|
f892eb599c | ||
|
|
86f89bc718 | ||
|
|
5be19c7c3c | ||
|
|
9d8be5b382 | ||
|
|
ab30710e2a | ||
|
|
d2ecbc5727 | ||
|
|
22f9306fa3 | ||
|
|
6b4a19a525 | ||
|
|
ad8ff2643b | ||
|
|
e6f829db31 | ||
|
|
b429448885 | ||
|
|
f00e037e26 | ||
|
|
bad3cd27e1 | ||
|
|
cad679a808 | ||
|
|
488b76d1d2 | ||
|
|
1e22a65329 | ||
|
|
1477dc037c | ||
|
|
6174ec04ab | ||
|
|
1cac86252f | ||
|
|
773065eb56 | ||
|
|
a8524e43b9 | ||
|
|
0a62e222ee | ||
|
|
ec9a000bcf | ||
|
|
0445b6fe6e | ||
|
|
a0719117ad | ||
|
|
7ae846af6f | ||
|
|
fe5bb67973 | ||
|
|
482fa9b11e | ||
|
|
295fe16f8f | ||
|
|
c2ab688590 | ||
|
|
13c61501e6 | ||
|
|
5ad848fc54 | ||
|
|
f6cf0682ed | ||
|
|
3cb74ac922 | ||
|
|
dae3de8982 |
@@ -15,17 +15,17 @@ Consider supporting our development by buying Iris on spigot! We work hard to ma
|
|||||||
|
|
||||||
### Command Line Builds
|
### Command Line Builds
|
||||||
|
|
||||||
1. Install [Java JDK 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html)
|
1. Install [Java JDK 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
||||||
2. Set the JDK installation path to `JAVA_HOME` as an environment variable.
|
2. Set the JDK installation path to `JAVA_HOME` as an environment variable.
|
||||||
* Windows
|
* Windows
|
||||||
1. Start > Type `env` and press Enter
|
1. Start > Type `env` and press Enter
|
||||||
2. Advanced > Environment Variables
|
2. Advanced > Environment Variables
|
||||||
3. Under System Variables, click `New...`
|
3. Under System Variables, click `New...`
|
||||||
4. Variable Name: `JAVA_HOME`
|
4. Variable Name: `JAVA_HOME`
|
||||||
5. Variable Value: `C:\Program Files\Java\jdk-21.0.1` (verify this exists after installing java don't just copy
|
5. Variable Value: `C:\Program Files\Java\jdk-17.0.1` (verify this exists after installing java don't just copy
|
||||||
the example text)
|
the example text)
|
||||||
* MacOS
|
* MacOS
|
||||||
1. Run `/usr/libexec/java_home -V` and look for Java 21
|
1. Run `/usr/libexec/java_home -V` and look for Java 17
|
||||||
2. Run `sudo nano ~/.zshenv`
|
2. Run `sudo nano ~/.zshenv`
|
||||||
3. Add `export JAVA_HOME=$(/usr/libexec/java_home)` as a new line
|
3. Add `export JAVA_HOME=$(/usr/libexec/java_home)` as a new line
|
||||||
4. Use `CTRL + X`, then Press `Y`, Then `ENTER`
|
4. Use `CTRL + X`, then Press `Y`, Then `ENTER`
|
||||||
@@ -35,7 +35,7 @@ Consider supporting our development by buying Iris on spigot! We work hard to ma
|
|||||||
|
|
||||||
### IDE Builds (for development)
|
### IDE Builds (for development)
|
||||||
|
|
||||||
* Configure ITJ Gradle to use JDK 21 (in settings, search for gradle)
|
* Configure ITJ Gradle to use JDK 17 (in settings, search for gradle)
|
||||||
* Add a build line in the build.gradle for your own build task to directly compile Iris into your plugins folder if you
|
* Add a build line in the build.gradle for your own build task to directly compile Iris into your plugins folder if you
|
||||||
prefer.
|
prefer.
|
||||||
* Resync the project & run your newly created task (under the development folder in gradle tasks!)
|
* Resync the project & run your newly created task (under the development folder in gradle tasks!)
|
||||||
|
|||||||
234
build.gradle
Normal file
234
build.gradle
Normal file
@@ -0,0 +1,234 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
buildscript() {
|
||||||
|
repositories {
|
||||||
|
maven { url 'https://jitpack.io'}
|
||||||
|
}
|
||||||
|
dependencies {
|
||||||
|
classpath 'com.github.VolmitSoftware:NMSTools:1.0.1'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
id 'java'
|
||||||
|
id 'java-library'
|
||||||
|
id "io.github.goooler.shadow" version "8.1.7"
|
||||||
|
id "de.undercouch.download" version "5.0.1"
|
||||||
|
}
|
||||||
|
|
||||||
|
version '4.0-1.19.2-1.21.1'
|
||||||
|
|
||||||
|
// ADD YOURSELF AS A NEW LINE IF YOU WANT YOUR OWN BUILD TASK GENERATED
|
||||||
|
// ======================== WINDOWS =============================
|
||||||
|
registerCustomOutputTask('Cyberpwn', 'C://Users/cyberpwn/Documents/development/server/plugins')
|
||||||
|
registerCustomOutputTask('Psycho', 'C://Dan/MinecraftDevelopment/Server/plugins')
|
||||||
|
registerCustomOutputTask('ArcaneArts', 'C://Users/arcane/Documents/development/server/plugins')
|
||||||
|
registerCustomOutputTask('Coco', 'D://mcsm/plugins')
|
||||||
|
registerCustomOutputTask('Strange', 'D://Servers/1.17 Test Server/plugins')
|
||||||
|
registerCustomOutputTask('Vatuu', 'D://Minecraft/Servers/1.19.4/plugins')
|
||||||
|
registerCustomOutputTask('CrazyDev22', 'C://Users/Julian/Desktop/server/plugins')
|
||||||
|
registerCustomOutputTask('Pixel', 'D://Iris Dimension Engine/1.20.4 - Development/plugins')
|
||||||
|
// ========================== UNIX ==============================
|
||||||
|
registerCustomOutputTaskUnix('CyberpwnLT', '/Users/danielmills/development/server/plugins')
|
||||||
|
registerCustomOutputTaskUnix('PsychoLT', '/Users/brianfopiano/Developer/RemoteGit/Server/plugins')
|
||||||
|
registerCustomOutputTaskUnix('PixelMac', '/Users/test/Desktop/mcserver/plugins')
|
||||||
|
registerCustomOutputTaskUnix('CrazyDev22LT', '/home/julian/Desktop/server/plugins')
|
||||||
|
// ==============================================================
|
||||||
|
|
||||||
|
def NMS_BINDINGS = Map.of(
|
||||||
|
"v1_21_R1", "1.21-R0.1-SNAPSHOT",
|
||||||
|
"v1_20_R4", "1.20.6-R0.1-SNAPSHOT",
|
||||||
|
"v1_20_R3", "1.20.4-R0.1-SNAPSHOT",
|
||||||
|
"v1_20_R2", "1.20.2-R0.1-SNAPSHOT",
|
||||||
|
"v1_20_R1", "1.20.1-R0.1-SNAPSHOT",
|
||||||
|
"v1_19_R3", "1.19.4-R0.1-SNAPSHOT",
|
||||||
|
"v1_19_R2", "1.19.3-R0.1-SNAPSHOT",
|
||||||
|
"v1_19_R1", "1.19.2-R0.1-SNAPSHOT"
|
||||||
|
)
|
||||||
|
def JVM_VERSION = Map.of(
|
||||||
|
"v1_21_R1", 21,
|
||||||
|
"v1_20_R4", 21,
|
||||||
|
)
|
||||||
|
def entryPoint = 'com.volmit.iris.server.EntryPoint'
|
||||||
|
NMS_BINDINGS.each { nms ->
|
||||||
|
project(":nms:${nms.key}") {
|
||||||
|
apply plugin: 'java'
|
||||||
|
apply plugin: 'com.volmit.nmstools'
|
||||||
|
|
||||||
|
nmsTools {
|
||||||
|
it.jvm = JVM_VERSION.getOrDefault(nms.key, 17)
|
||||||
|
it.version = nms.value
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation project(":core")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
shadowJar {
|
||||||
|
NMS_BINDINGS.each {
|
||||||
|
dependsOn(":nms:${it.key}:remap")
|
||||||
|
from("${project(":nms:${it.key}").layout.buildDirectory.asFile.get()}/libs/${it.key}-mapped.jar")
|
||||||
|
}
|
||||||
|
//dependsOn(':com.volmit.gui:build')
|
||||||
|
|
||||||
|
//minimize()
|
||||||
|
append("plugin.yml")
|
||||||
|
relocate 'com.dfsek.paralithic', 'com.volmit.iris.util.paralithic'
|
||||||
|
relocate 'io.papermc.lib', 'com.volmit.iris.util.paper'
|
||||||
|
relocate 'net.kyori', 'com.volmit.iris.util.kyori'
|
||||||
|
archiveFileName.set("Iris-${project.version}.jar")
|
||||||
|
|
||||||
|
manifest {
|
||||||
|
attributes 'Main-Class': entryPoint
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation project(':core')
|
||||||
|
}
|
||||||
|
|
||||||
|
configurations.configureEach {
|
||||||
|
resolutionStrategy.cacheChangingModulesFor 60, 'minutes'
|
||||||
|
resolutionStrategy.cacheDynamicVersionsFor 60, 'minutes'
|
||||||
|
}
|
||||||
|
|
||||||
|
allprojects {
|
||||||
|
apply plugin: 'java'
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
maven { url "https://repo.papermc.io/repository/maven-public/"}
|
||||||
|
maven { url "https://repo.codemc.org/repository/maven-public" }
|
||||||
|
maven { url "https://mvn.lumine.io/repository/maven-public/" }
|
||||||
|
maven { url "https://jitpack.io"}
|
||||||
|
|
||||||
|
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots" }
|
||||||
|
maven { url "https://mvn.lumine.io/repository/maven/" }
|
||||||
|
maven { url "https://repo.triumphteam.dev/snapshots" }
|
||||||
|
maven { url "https://repo.mineinabyss.com/releases" }
|
||||||
|
maven { url 'https://hub.jeff-media.com/nexus/repository/jeff-media-public/' }
|
||||||
|
maven { url "https://repo.oraxen.com/releases" }
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
// Provided or Classpath
|
||||||
|
compileOnly 'org.projectlombok:lombok:1.18.34'
|
||||||
|
annotationProcessor 'org.projectlombok:lombok:1.18.34'
|
||||||
|
|
||||||
|
// Shaded
|
||||||
|
implementation 'com.dfsek:Paralithic:0.4.0'
|
||||||
|
implementation 'io.papermc:paperlib:1.0.5'
|
||||||
|
implementation "net.kyori:adventure-text-minimessage:4.17.0"
|
||||||
|
implementation 'net.kyori:adventure-platform-bukkit:4.3.4'
|
||||||
|
implementation 'net.kyori:adventure-api:4.17.0'
|
||||||
|
//implementation 'org.bytedeco:javacpp:1.5.10'
|
||||||
|
//implementation 'org.bytedeco:cuda-platform:12.3-8.9-1.5.10'
|
||||||
|
//implementation "org.deeplearning4j:deeplearning4j-core:1.0.0-M2.1"
|
||||||
|
compileOnly 'io.lumine:Mythic-Dist:5.2.1'
|
||||||
|
|
||||||
|
// Dynamically Loaded
|
||||||
|
compileOnly 'io.timeandspace:smoothie-map:2.0.2'
|
||||||
|
compileOnly 'it.unimi.dsi:fastutil:8.5.8'
|
||||||
|
compileOnly 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
|
||||||
|
compileOnly 'org.zeroturnaround:zt-zip:1.14'
|
||||||
|
compileOnly 'com.google.code.gson:gson:2.10.1'
|
||||||
|
compileOnly 'org.ow2.asm:asm:9.2'
|
||||||
|
compileOnly 'com.google.guava:guava:33.0.0-jre'
|
||||||
|
compileOnly 'bsf:bsf:2.4.0'
|
||||||
|
compileOnly 'rhino:js:1.7R2'
|
||||||
|
compileOnly 'com.github.ben-manes.caffeine:caffeine:3.0.6'
|
||||||
|
compileOnly 'org.apache.commons:commons-lang3:3.12.0'
|
||||||
|
compileOnly 'net.bytebuddy:byte-buddy:1.14.14'
|
||||||
|
compileOnly 'net.bytebuddy:byte-buddy-agent:1.12.8'
|
||||||
|
compileOnly 'org.bytedeco:javacpp:1.5.10'
|
||||||
|
compileOnly 'org.bytedeco:cuda-platform:12.3-8.9-1.5.10'
|
||||||
|
compileOnly 'io.netty:netty-all:4.1.112.Final'
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* We need parameter meta for the decree command system
|
||||||
|
*/
|
||||||
|
compileJava {
|
||||||
|
options.compilerArgs << '-parameters'
|
||||||
|
options.encoding = "UTF-8"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (JavaVersion.current().toString() != "17") {
|
||||||
|
System.err.println()
|
||||||
|
System.err.println("=========================================================================================================")
|
||||||
|
System.err.println("You must run gradle on Java 17. You are using " + JavaVersion.current())
|
||||||
|
System.err.println()
|
||||||
|
System.err.println("=== For IDEs ===")
|
||||||
|
System.err.println("1. Configure the project for Java 17")
|
||||||
|
System.err.println("2. Configure the bundled gradle to use Java 17 in settings")
|
||||||
|
System.err.println()
|
||||||
|
System.err.println("=== For Command Line (gradlew) ===")
|
||||||
|
System.err.println("1. Install JDK 17 from https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html")
|
||||||
|
System.err.println("2. Set JAVA_HOME environment variable to the new jdk installation folder such as C:/Program Files/Java/jdk-17.0.1")
|
||||||
|
System.err.println("3. Open a new command prompt window to get the new environment variables if need be.")
|
||||||
|
System.err.println("=========================================================================================================")
|
||||||
|
System.err.println()
|
||||||
|
System.exit(69);
|
||||||
|
}
|
||||||
|
|
||||||
|
task iris(type: Copy) {
|
||||||
|
group "iris"
|
||||||
|
from new File(layout.buildDirectory.asFile.get(), "libs/Iris-${version}.jar")
|
||||||
|
into layout.buildDirectory.asFile.get()
|
||||||
|
dependsOn(build)
|
||||||
|
}
|
||||||
|
|
||||||
|
def registerCustomOutputTask(name, path) {
|
||||||
|
if (!System.properties['os.name'].toLowerCase().contains('windows')) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
tasks.register('build' + name, Copy) {
|
||||||
|
group('development')
|
||||||
|
outputs.upToDateWhen { false }
|
||||||
|
dependsOn(iris)
|
||||||
|
from(new File(buildDir, "Iris-" + version + ".jar"))
|
||||||
|
into(file(path))
|
||||||
|
rename { String fileName ->
|
||||||
|
fileName.replace("Iris-" + version + ".jar", "Iris.jar")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
def registerCustomOutputTaskUnix(name, path) {
|
||||||
|
if (System.properties['os.name'].toLowerCase().contains('windows')) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
tasks.register('build' + name, Copy) {
|
||||||
|
group('development')
|
||||||
|
outputs.upToDateWhen { false }
|
||||||
|
dependsOn(iris)
|
||||||
|
from(new File(buildDir, "Iris-" + version + ".jar"))
|
||||||
|
into(file(path))
|
||||||
|
rename { String fileName ->
|
||||||
|
fileName.replace("Iris-" + version + ".jar", "Iris.jar")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
tasks.build.dependsOn(shadowJar)
|
||||||
281
build.gradle.kts
281
build.gradle.kts
@@ -1,281 +0,0 @@
|
|||||||
import de.undercouch.gradle.tasks.download.Download
|
|
||||||
import xyz.jpenilla.runpaper.task.RunServer
|
|
||||||
import kotlin.system.exitProcess
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
|
||||||
* Copyright (c) 2021 Arcane Arts (Volmit Software)
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
buildscript {
|
|
||||||
repositories.maven("https://jitpack.io")
|
|
||||||
dependencies.classpath("com.github.VolmitSoftware:NMSTools:c88961416f")
|
|
||||||
}
|
|
||||||
|
|
||||||
plugins {
|
|
||||||
java
|
|
||||||
`java-library`
|
|
||||||
alias(libs.plugins.download)
|
|
||||||
alias(libs.plugins.runPaper)
|
|
||||||
}
|
|
||||||
|
|
||||||
group = "com.volmit"
|
|
||||||
version = "3.8.0-1.20.1-1.21.10"
|
|
||||||
|
|
||||||
apply<ApiGenerator>()
|
|
||||||
|
|
||||||
// ADD YOURSELF AS A NEW LINE IF YOU WANT YOUR OWN BUILD TASK GENERATED
|
|
||||||
// ======================== WINDOWS =============================
|
|
||||||
registerCustomOutputTask("Cyberpwn", "C://Users/cyberpwn/Documents/development/server/plugins")
|
|
||||||
registerCustomOutputTask("Psycho", "C://Dan/MinecraftDevelopment/Server/plugins")
|
|
||||||
registerCustomOutputTask("ArcaneArts", "C://Users/arcane/Documents/development/server/plugins")
|
|
||||||
registerCustomOutputTask("Coco", "D://mcsm/plugins")
|
|
||||||
registerCustomOutputTask("Strange", "D://Servers/1.17 Test Server/plugins")
|
|
||||||
registerCustomOutputTask("Vatuu", "D://Minecraft/Servers/1.19.4/plugins")
|
|
||||||
registerCustomOutputTask("CrazyDev22", "C://Users/Julian/Desktop/server/plugins")
|
|
||||||
registerCustomOutputTask("PixelFury", "C://Users/repix/workplace/Iris/1.21.3 - Development-Public-v3/plugins")
|
|
||||||
registerCustomOutputTask("PixelFuryDev", "C://Users/repix/workplace/Iris/1.21 - Development-v3/plugins")
|
|
||||||
// ========================== UNIX ==============================
|
|
||||||
registerCustomOutputTaskUnix("CyberpwnLT", "/Users/danielmills/development/server/plugins")
|
|
||||||
registerCustomOutputTaskUnix("PsychoLT", "/Users/brianfopiano/Developer/RemoteGit/Server/plugins")
|
|
||||||
registerCustomOutputTaskUnix("PixelMac", "/Users/test/Desktop/mcserver/plugins")
|
|
||||||
registerCustomOutputTaskUnix("CrazyDev22LT", "/home/julian/Desktop/server/plugins")
|
|
||||||
// ==============================================================
|
|
||||||
|
|
||||||
val serverMinHeap = "10G"
|
|
||||||
val serverMaxHeap = "10G"
|
|
||||||
val additionalFlags = "-XX:+AlwaysPreTouch"
|
|
||||||
//Valid values are: none, truecolor, indexed256, indexed16, indexed8
|
|
||||||
val color = "truecolor"
|
|
||||||
val errorReporting = findProperty("errorReporting") as Boolean? ?: false
|
|
||||||
|
|
||||||
val nmsBindings = mapOf(
|
|
||||||
"v1_21_R6" to "1.21.10-R0.1-SNAPSHOT",
|
|
||||||
"v1_21_R5" to "1.21.8-R0.1-SNAPSHOT",
|
|
||||||
"v1_21_R4" to "1.21.5-R0.1-SNAPSHOT",
|
|
||||||
"v1_21_R3" to "1.21.4-R0.1-SNAPSHOT",
|
|
||||||
"v1_21_R2" to "1.21.3-R0.1-SNAPSHOT",
|
|
||||||
"v1_21_R1" to "1.21.1-R0.1-SNAPSHOT",
|
|
||||||
"v1_20_R4" to "1.20.6-R0.1-SNAPSHOT",
|
|
||||||
"v1_20_R3" to "1.20.4-R0.1-SNAPSHOT",
|
|
||||||
"v1_20_R2" to "1.20.2-R0.1-SNAPSHOT",
|
|
||||||
"v1_20_R1" to "1.20.1-R0.1-SNAPSHOT",
|
|
||||||
)
|
|
||||||
val jvmVersion = mapOf<String, Int>()
|
|
||||||
nmsBindings.forEach { (key, value) ->
|
|
||||||
project(":nms:$key") {
|
|
||||||
apply<JavaPlugin>()
|
|
||||||
|
|
||||||
nmsBinding {
|
|
||||||
jvm = jvmVersion.getOrDefault(key, 21)
|
|
||||||
version = value
|
|
||||||
type = NMSBinding.Type.DIRECT
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
compileOnly(project(":core"))
|
|
||||||
compileOnly(rootProject.libs.annotations)
|
|
||||||
compileOnly(rootProject.libs.byteBuddy.core)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.register<RunServer>("runServer-$key") {
|
|
||||||
group = "servers"
|
|
||||||
minecraftVersion(value.split("-")[0])
|
|
||||||
minHeapSize = serverMinHeap
|
|
||||||
maxHeapSize = serverMaxHeap
|
|
||||||
pluginJars(tasks.jar.flatMap { it.archiveFile })
|
|
||||||
javaLauncher = javaToolchains.launcherFor { languageVersion = JavaLanguageVersion.of(jvmVersion.getOrDefault(key, 21))}
|
|
||||||
runDirectory.convention(layout.buildDirectory.dir("run/$key"))
|
|
||||||
systemProperty("disable.watchdog", "true")
|
|
||||||
systemProperty("net.kyori.ansi.colorLevel", color)
|
|
||||||
systemProperty("com.mojang.eula.agree", true)
|
|
||||||
systemProperty("iris.suppressReporting", !errorReporting)
|
|
||||||
jvmArgs("-javaagent:${project(":core:agent").tasks.jar.flatMap { it.archiveFile }.get().asFile.absolutePath}")
|
|
||||||
jvmArgs(additionalFlags.split(' '))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
val jarJar: Configuration by configurations.creating
|
|
||||||
dependencies {
|
|
||||||
for (key in nmsBindings.keys) {
|
|
||||||
implementation(project(":nms:$key", "reobf"))
|
|
||||||
}
|
|
||||||
implementation(project(":core", "shadow"))
|
|
||||||
jarJar(project(":core:agent"))
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks {
|
|
||||||
jar {
|
|
||||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
|
||||||
from(jarJar, configurations.runtimeClasspath.map { it.resolve().map(::zipTree) })
|
|
||||||
archiveFileName.set("Iris-${project.version}.jar")
|
|
||||||
}
|
|
||||||
|
|
||||||
register<Copy>("iris") {
|
|
||||||
group = "iris"
|
|
||||||
dependsOn("jar")
|
|
||||||
from(layout.buildDirectory.file("libs/Iris-${project.version}.jar"))
|
|
||||||
into(layout.buildDirectory)
|
|
||||||
}
|
|
||||||
|
|
||||||
register<Copy>("irisDev") {
|
|
||||||
group = "iris"
|
|
||||||
from(project(":core").layout.buildDirectory.files("libs/core-javadoc.jar", "libs/core-sources.jar"))
|
|
||||||
rename { it.replace("core", "Iris-${project.version}") }
|
|
||||||
into(layout.buildDirectory)
|
|
||||||
dependsOn(":core:sourcesJar")
|
|
||||||
dependsOn(":core:javadocJar")
|
|
||||||
}
|
|
||||||
|
|
||||||
val cli = file("sentry-cli.exe")
|
|
||||||
register<Download>("downloadCli") {
|
|
||||||
group = "io.sentry"
|
|
||||||
src("https://release-registry.services.sentry.io/apps/sentry-cli/latest?response=download&arch=x86_64&platform=${System.getProperty("os.name")}&package=sentry-cli")
|
|
||||||
dest(cli)
|
|
||||||
|
|
||||||
doLast {
|
|
||||||
cli.setExecutable(true)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
register("release") {
|
|
||||||
group = "io.sentry"
|
|
||||||
dependsOn("downloadCli")
|
|
||||||
doLast {
|
|
||||||
val url = "http://sentry.volmit.com:8080"
|
|
||||||
val authToken = project.findProperty("sentry.auth.token") ?: System.getenv("SENTRY_AUTH_TOKEN")
|
|
||||||
val org = "sentry"
|
|
||||||
val projectName = "iris"
|
|
||||||
exec(cli, "--url", url , "--auth-token", authToken, "releases", "new", "-o", org, "-p", projectName, version)
|
|
||||||
exec(cli, "--url", url , "--auth-token", authToken, "releases", "set-commits", "-o", org, "-p", projectName, version, "--auto", "--ignore-missing")
|
|
||||||
//exec(cli, "--url", url, "--auth-token", authToken, "releases", "finalize", "-o", org, "-p", projectName, version)
|
|
||||||
cli.delete()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fun exec(vararg command: Any) {
|
|
||||||
val p = ProcessBuilder(command.map { it.toString() })
|
|
||||||
.start()
|
|
||||||
p.inputStream.reader().useLines { it.forEach(::println) }
|
|
||||||
p.errorStream.reader().useLines { it.forEach(::println) }
|
|
||||||
p.waitFor()
|
|
||||||
}
|
|
||||||
|
|
||||||
configurations.configureEach {
|
|
||||||
resolutionStrategy.cacheChangingModulesFor(60, "minutes")
|
|
||||||
resolutionStrategy.cacheDynamicVersionsFor(60, "minutes")
|
|
||||||
}
|
|
||||||
|
|
||||||
allprojects {
|
|
||||||
apply<JavaPlugin>()
|
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
maven("https://repo.papermc.io/repository/maven-public/")
|
|
||||||
maven("https://repo.codemc.org/repository/maven-public/")
|
|
||||||
|
|
||||||
maven("https://jitpack.io") // EcoItems, score
|
|
||||||
maven("https://repo.nexomc.com/releases/") // nexo
|
|
||||||
maven("https://maven.devs.beer/") // itemsadder
|
|
||||||
maven("https://repo.extendedclip.com/releases/") // placeholderapi
|
|
||||||
maven("https://mvn.lumine.io/repository/maven-public/") // mythic
|
|
||||||
maven("https://nexus.phoenixdevt.fr/repository/maven-public/") //MMOItems
|
|
||||||
maven("https://repo.onarandombox.com/content/groups/public/") //Multiverse Core
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
// Provided or Classpath
|
|
||||||
compileOnly(rootProject.libs.lombok)
|
|
||||||
annotationProcessor(rootProject.libs.lombok)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* We need parameter meta for the decree command system
|
|
||||||
*/
|
|
||||||
tasks {
|
|
||||||
compileJava {
|
|
||||||
options.compilerArgs.add("-parameters")
|
|
||||||
options.encoding = "UTF-8"
|
|
||||||
}
|
|
||||||
|
|
||||||
javadoc {
|
|
||||||
options.encoding = "UTF-8"
|
|
||||||
options.quiet()
|
|
||||||
//options.addStringOption("Xdoclint:none") // TODO: Re-enable this
|
|
||||||
}
|
|
||||||
|
|
||||||
register<Jar>("sourcesJar") {
|
|
||||||
archiveClassifier.set("sources")
|
|
||||||
from(sourceSets.main.map { it.allSource })
|
|
||||||
}
|
|
||||||
|
|
||||||
register<Jar>("javadocJar") {
|
|
||||||
archiveClassifier.set("javadoc")
|
|
||||||
from(javadoc.map { it.destinationDir!! })
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (JavaVersion.current().toString() != "21") {
|
|
||||||
System.err.println()
|
|
||||||
System.err.println("=========================================================================================================")
|
|
||||||
System.err.println("You must run gradle on Java 21. You are using " + JavaVersion.current())
|
|
||||||
System.err.println()
|
|
||||||
System.err.println("=== For IDEs ===")
|
|
||||||
System.err.println("1. Configure the project for Java 21")
|
|
||||||
System.err.println("2. Configure the bundled gradle to use Java 21 in settings")
|
|
||||||
System.err.println()
|
|
||||||
System.err.println("=== For Command Line (gradlew) ===")
|
|
||||||
System.err.println("1. Install JDK 21 from https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html")
|
|
||||||
System.err.println("2. Set JAVA_HOME environment variable to the new jdk installation folder such as C:\\Program Files\\Java\\jdk-21.0.4")
|
|
||||||
System.err.println("3. Open a new command prompt window to get the new environment variables if need be.")
|
|
||||||
System.err.println("=========================================================================================================")
|
|
||||||
System.err.println()
|
|
||||||
exitProcess(69)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
fun registerCustomOutputTask(name: String, path: String) {
|
|
||||||
if (!System.getProperty("os.name").lowercase().contains("windows")) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.register<Copy>("build$name") {
|
|
||||||
group = "development"
|
|
||||||
outputs.upToDateWhen { false }
|
|
||||||
dependsOn("iris")
|
|
||||||
from(layout.buildDirectory.file("Iris-${project.version}.jar"))
|
|
||||||
into(file(path))
|
|
||||||
rename { "Iris.jar" }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fun registerCustomOutputTaskUnix(name: String, path: String) {
|
|
||||||
if (System.getProperty("os.name").lowercase().contains("windows")) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.register<Copy>("build$name") {
|
|
||||||
group = "development"
|
|
||||||
outputs.upToDateWhen { false }
|
|
||||||
dependsOn("iris")
|
|
||||||
from(layout.buildDirectory.file("Iris-${project.version}.jar"))
|
|
||||||
into(file(path))
|
|
||||||
rename { "Iris.jar" }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
plugins {
|
|
||||||
kotlin("jvm") version embeddedKotlinVersion
|
|
||||||
}
|
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
gradlePluginPortal()
|
|
||||||
maven("https://jitpack.io")
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
implementation("org.ow2.asm:asm:9.8")
|
|
||||||
implementation("com.github.VolmitSoftware:NMSTools:c88961416f")
|
|
||||||
implementation("io.papermc.paperweight:paperweight-userdev:2.0.0-beta.18")
|
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
|
|
||||||
}
|
|
||||||
@@ -1,121 +0,0 @@
|
|||||||
import org.gradle.api.DefaultTask
|
|
||||||
import org.gradle.api.Plugin
|
|
||||||
import org.gradle.api.Project
|
|
||||||
import org.gradle.api.publish.PublishingExtension
|
|
||||||
import org.gradle.api.publish.maven.MavenPublication
|
|
||||||
import org.gradle.api.tasks.InputFile
|
|
||||||
import org.gradle.api.tasks.OutputFile
|
|
||||||
import org.gradle.api.tasks.TaskAction
|
|
||||||
import org.gradle.jvm.tasks.Jar
|
|
||||||
import org.objectweb.asm.*
|
|
||||||
import java.io.File
|
|
||||||
import java.util.jar.JarFile
|
|
||||||
import java.util.jar.JarOutputStream
|
|
||||||
|
|
||||||
class ApiGenerator : Plugin<Project> {
|
|
||||||
override fun apply(target: Project): Unit = with(target) {
|
|
||||||
plugins.apply("maven-publish")
|
|
||||||
val task = tasks.register("irisApi", GenerateApiTask::class.java)
|
|
||||||
extensions.findByType(PublishingExtension::class.java)!!.apply {
|
|
||||||
repositories.maven {
|
|
||||||
it.name = "deployDir"
|
|
||||||
it.url = targetDirectory.toURI()
|
|
||||||
}
|
|
||||||
|
|
||||||
publications.create("maven", MavenPublication::class.java) {
|
|
||||||
it.groupId = name
|
|
||||||
it.version = version.toString()
|
|
||||||
it.artifact(task)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
abstract class GenerateApiTask : DefaultTask() {
|
|
||||||
init {
|
|
||||||
group = "iris"
|
|
||||||
dependsOn("jar")
|
|
||||||
finalizedBy("publishMavenPublicationToDeployDirRepository")
|
|
||||||
doLast {
|
|
||||||
logger.lifecycle("The API is located at ${outputFile.absolutePath}")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@InputFile
|
|
||||||
val inputFile: File = project.tasks
|
|
||||||
.named("jar", Jar::class.java)
|
|
||||||
.get()
|
|
||||||
.archiveFile
|
|
||||||
.get()
|
|
||||||
.asFile
|
|
||||||
|
|
||||||
@OutputFile
|
|
||||||
val outputFile: File = project.targetDirectory.resolve(inputFile.name)
|
|
||||||
|
|
||||||
@TaskAction
|
|
||||||
fun generate() {
|
|
||||||
JarFile(inputFile).use { jar ->
|
|
||||||
JarOutputStream(outputFile.apply { parentFile?.mkdirs() }.outputStream()).use { out ->
|
|
||||||
jar.stream()
|
|
||||||
.parallel()
|
|
||||||
.filter { !it.isDirectory }
|
|
||||||
.filter { it.name.endsWith(".class") }
|
|
||||||
.forEach {
|
|
||||||
val bytes = jar.getInputStream(it).use { input ->
|
|
||||||
val writer = ClassWriter(ClassWriter.COMPUTE_MAXS)
|
|
||||||
val visitor = MethodClearingVisitor(writer)
|
|
||||||
ClassReader(input).accept(visitor, 0)
|
|
||||||
writer.toByteArray()
|
|
||||||
}
|
|
||||||
|
|
||||||
synchronized(out) {
|
|
||||||
out.putNextEntry(it)
|
|
||||||
out.write(bytes)
|
|
||||||
out.closeEntry()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
val Project.targetDirectory: File get() {
|
|
||||||
val dir = System.getenv("DEPLOY_DIR") ?: return project.layout.buildDirectory.dir("api").get().asFile
|
|
||||||
return File(dir)
|
|
||||||
}
|
|
||||||
|
|
||||||
private class MethodClearingVisitor(
|
|
||||||
cv: ClassVisitor
|
|
||||||
) : ClassVisitor(Opcodes.ASM9, cv) {
|
|
||||||
|
|
||||||
override fun visitMethod(
|
|
||||||
access: Int,
|
|
||||||
name: String?,
|
|
||||||
descriptor: String?,
|
|
||||||
signature: String?,
|
|
||||||
exceptions: Array<out String>?
|
|
||||||
) = ExceptionThrowingMethodVisitor(super.visitMethod(access, name, descriptor, signature, exceptions))
|
|
||||||
}
|
|
||||||
|
|
||||||
private class ExceptionThrowingMethodVisitor(
|
|
||||||
mv: MethodVisitor
|
|
||||||
) : MethodVisitor(Opcodes.ASM9, mv) {
|
|
||||||
|
|
||||||
override fun visitCode() {
|
|
||||||
if (mv == null) return
|
|
||||||
mv.visitCode()
|
|
||||||
|
|
||||||
mv.visitTypeInsn(Opcodes.NEW, "java/lang/IllegalStateException")
|
|
||||||
mv.visitInsn(Opcodes.DUP)
|
|
||||||
mv.visitLdcInsn("Only API")
|
|
||||||
mv.visitMethodInsn(
|
|
||||||
Opcodes.INVOKESPECIAL,
|
|
||||||
"java/lang/IllegalStateException",
|
|
||||||
"<init>", "(Ljava/lang/String;)V", false
|
|
||||||
)
|
|
||||||
mv.visitInsn(Opcodes.ATHROW)
|
|
||||||
|
|
||||||
mv.visitMaxs(0, 0)
|
|
||||||
mv.visitEnd()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,182 +0,0 @@
|
|||||||
import NMSBinding.Type
|
|
||||||
import com.volmit.nmstools.NMSToolsExtension
|
|
||||||
import com.volmit.nmstools.NMSToolsPlugin
|
|
||||||
import io.papermc.paperweight.userdev.PaperweightUser
|
|
||||||
import io.papermc.paperweight.userdev.PaperweightUserDependenciesExtension
|
|
||||||
import io.papermc.paperweight.userdev.PaperweightUserExtension
|
|
||||||
import io.papermc.paperweight.userdev.attribute.Obfuscation
|
|
||||||
import io.papermc.paperweight.util.constants.REOBF_CONFIG
|
|
||||||
import kotlinx.coroutines.Dispatchers
|
|
||||||
import kotlinx.coroutines.launch
|
|
||||||
import kotlinx.coroutines.runBlocking
|
|
||||||
import org.gradle.api.*
|
|
||||||
import org.gradle.api.attributes.Bundling
|
|
||||||
import org.gradle.api.attributes.Category
|
|
||||||
import org.gradle.api.attributes.LibraryElements
|
|
||||||
import org.gradle.api.attributes.Usage
|
|
||||||
import org.gradle.api.model.ObjectFactory
|
|
||||||
import org.gradle.api.plugins.JavaPluginExtension
|
|
||||||
import org.gradle.api.tasks.TaskAction
|
|
||||||
import org.gradle.internal.extensions.core.extra
|
|
||||||
import org.gradle.jvm.toolchain.JavaLanguageVersion
|
|
||||||
import org.gradle.jvm.toolchain.JavaToolchainService
|
|
||||||
import org.gradle.work.DisableCachingByDefault
|
|
||||||
import java.io.RandomAccessFile
|
|
||||||
import javax.inject.Inject
|
|
||||||
|
|
||||||
class NMSBinding : Plugin<Project> {
|
|
||||||
override fun apply(target: Project): Unit = with(target) {
|
|
||||||
val config = extra["nms"] as? Config ?: throw GradleException("No NMS binding configuration found")
|
|
||||||
val jvm = config.jvm
|
|
||||||
val type = config.type
|
|
||||||
|
|
||||||
if (type == Type.USER_DEV) {
|
|
||||||
plugins.apply(PaperweightUser::class.java)
|
|
||||||
dependencies.extensions.findByType(PaperweightUserDependenciesExtension::class.java)
|
|
||||||
?.paperDevBundle(config.version)
|
|
||||||
|
|
||||||
val java = extensions.findByType(JavaPluginExtension::class.java) ?: throw GradleException("Java plugin not found")
|
|
||||||
java.toolchain.languageVersion.set(JavaLanguageVersion.of(jvm))
|
|
||||||
|
|
||||||
val javaToolchains = project.extensions.getByType(JavaToolchainService::class.java) ?: throw GradleException("Java toolchain service not found")
|
|
||||||
extensions.configure(PaperweightUserExtension::class.java) {
|
|
||||||
it.javaLauncher.set(javaToolchains.launcherFor(java.toolchain))
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
extra["nmsTools.useBuildTools"] = type == Type.BUILD_TOOLS
|
|
||||||
plugins.apply(NMSToolsPlugin::class.java)
|
|
||||||
extensions.configure(NMSToolsExtension::class.java) {
|
|
||||||
it.jvm.set(jvm)
|
|
||||||
it.version.set(config.version)
|
|
||||||
}
|
|
||||||
|
|
||||||
configurations.register(REOBF_CONFIG) { conf ->
|
|
||||||
conf.isCanBeConsumed = true
|
|
||||||
conf.isCanBeResolved = false
|
|
||||||
conf.attributes {
|
|
||||||
it.attribute(Usage.USAGE_ATTRIBUTE, objects.named(Usage.JAVA_RUNTIME))
|
|
||||||
it.attribute(Category.CATEGORY_ATTRIBUTE, objects.named(Category.LIBRARY))
|
|
||||||
it.attribute(LibraryElements.LIBRARY_ELEMENTS_ATTRIBUTE, objects.named(LibraryElements.JAR))
|
|
||||||
it.attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL))
|
|
||||||
it.attribute(Obfuscation.OBFUSCATION_ATTRIBUTE, objects.named(Obfuscation.OBFUSCATED))
|
|
||||||
}
|
|
||||||
conf.outgoing.artifact(tasks.named("remap"))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
val (major, minor) = config.version.parseVersion()
|
|
||||||
if (major <= 20 && minor <= 4) return@with
|
|
||||||
tasks.register("convert", ConversionTask::class.java, type)
|
|
||||||
tasks.named("compileJava") { it.dependsOn("convert") }
|
|
||||||
rootProject.tasks.named("prepareKotlinBuildScriptModel") { it.dependsOn("$path:convert") }
|
|
||||||
}
|
|
||||||
|
|
||||||
@DisableCachingByDefault
|
|
||||||
abstract class ConversionTask @Inject constructor(type: Type) : DefaultTask() {
|
|
||||||
private val pattern: Regex
|
|
||||||
private val replacement: String
|
|
||||||
|
|
||||||
init {
|
|
||||||
group = "nms"
|
|
||||||
inputs.property("type", type)
|
|
||||||
val java = project.extensions.findByType(JavaPluginExtension::class.java) ?: throw GradleException("Java plugin not found")
|
|
||||||
val source = java.sourceSets.named("main").map { it.allJava }
|
|
||||||
inputs.files(source)
|
|
||||||
outputs.files(source)
|
|
||||||
|
|
||||||
if (type == Type.USER_DEV) {
|
|
||||||
pattern = "org\\.bukkit\\.craftbukkit\\.${project.name}".toRegex()
|
|
||||||
replacement = "org.bukkit.craftbukkit"
|
|
||||||
} else {
|
|
||||||
pattern = "org\\.bukkit\\.craftbukkit\\.(?!${project.name})".toRegex()
|
|
||||||
replacement = "org.bukkit.craftbukkit.${project.name}."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@TaskAction
|
|
||||||
fun process() {
|
|
||||||
val dispatcher = Dispatchers.IO.limitedParallelism(16)
|
|
||||||
runBlocking {
|
|
||||||
for (file in inputs.files) {
|
|
||||||
if (file.extension !in listOf("java"))
|
|
||||||
continue
|
|
||||||
|
|
||||||
launch(dispatcher) {
|
|
||||||
val output = ArrayList<String>()
|
|
||||||
var changed = false
|
|
||||||
|
|
||||||
file.bufferedReader().use {
|
|
||||||
for (line in it.lines()) {
|
|
||||||
if (line.startsWith("package") || line.isBlank()) {
|
|
||||||
output += line
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!line.startsWith("import")) {
|
|
||||||
if (!changed) return@launch
|
|
||||||
else {
|
|
||||||
output += line
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!line.contains(pattern)) {
|
|
||||||
output += line
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
output += line.replace(pattern, replacement)
|
|
||||||
changed = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (changed) {
|
|
||||||
RandomAccessFile(file, "r").use { raf ->
|
|
||||||
val bytes = ByteArray(NEW_LINE_BYTES.size)
|
|
||||||
raf.seek(raf.length() - bytes.size)
|
|
||||||
raf.readFully(bytes)
|
|
||||||
if (bytes.contentEquals(NEW_LINE_BYTES))
|
|
||||||
output += ""
|
|
||||||
}
|
|
||||||
|
|
||||||
file.writer().use {
|
|
||||||
val iterator = output.iterator()
|
|
||||||
while (iterator.hasNext()) {
|
|
||||||
it.append(iterator.next())
|
|
||||||
if (iterator.hasNext())
|
|
||||||
it.append(NEW_LINE)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
enum class Type {
|
|
||||||
USER_DEV,
|
|
||||||
BUILD_TOOLS,
|
|
||||||
DIRECT,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private val NEW_LINE = System.lineSeparator()
|
|
||||||
private val NEW_LINE_BYTES = NEW_LINE.encodeToByteArray()
|
|
||||||
private fun String.parseVersion() = substringBefore('-').split(".").let {
|
|
||||||
it[1].toInt() to it[2].toInt()
|
|
||||||
}
|
|
||||||
|
|
||||||
class Config(
|
|
||||||
var jvm: Int = 21,
|
|
||||||
var type: Type = Type.DIRECT
|
|
||||||
) {
|
|
||||||
lateinit var version: String
|
|
||||||
}
|
|
||||||
|
|
||||||
fun Project.nmsBinding(action: Config.() -> Unit) {
|
|
||||||
extra["nms"] = Config().apply(action)
|
|
||||||
plugins.apply(NMSBinding::class.java)
|
|
||||||
}
|
|
||||||
|
|
||||||
private inline fun <reified T : Named> ObjectFactory.named(name: String): T = named(T::class.java, name)
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
plugins {
|
|
||||||
java
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.jar {
|
|
||||||
manifest.attributes(
|
|
||||||
"Agent-Class" to "com.volmit.iris.util.agent.Installer",
|
|
||||||
"Premain-Class" to "com.volmit.iris.util.agent.Installer",
|
|
||||||
"Can-Redefine-Classes" to true,
|
|
||||||
"Can-Retransform-Classes" to true
|
|
||||||
)
|
|
||||||
}
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
package com.volmit.iris.util.agent;
|
|
||||||
|
|
||||||
import java.lang.instrument.Instrumentation;
|
|
||||||
|
|
||||||
public class Installer {
|
|
||||||
private static volatile Instrumentation instrumentation;
|
|
||||||
|
|
||||||
public static Instrumentation getInstrumentation() {
|
|
||||||
Instrumentation instrumentation = Installer.instrumentation;
|
|
||||||
if (instrumentation == null) {
|
|
||||||
throw new IllegalStateException("The agent is not loaded or this method is not called via the system class loader");
|
|
||||||
}
|
|
||||||
return instrumentation;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void premain(String arguments, Instrumentation instrumentation) {
|
|
||||||
doMain(instrumentation);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void agentmain(String arguments, Instrumentation instrumentation) {
|
|
||||||
doMain(instrumentation);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static synchronized void doMain(Instrumentation instrumentation) {
|
|
||||||
if (Installer.instrumentation != null)
|
|
||||||
return;
|
|
||||||
Installer.instrumentation = instrumentation;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
92
core/build.gradle
Normal file
92
core/build.gradle
Normal file
@@ -0,0 +1,92 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
id 'java'
|
||||||
|
id 'java-library'
|
||||||
|
id "io.freefair.lombok" version "8.6"
|
||||||
|
}
|
||||||
|
|
||||||
|
def apiVersion = '1.19'
|
||||||
|
def main = 'com.volmit.iris.Iris'
|
||||||
|
|
||||||
|
/**
|
||||||
|
* We need parameter meta for the decree command system
|
||||||
|
*/
|
||||||
|
compileJava {
|
||||||
|
options.compilerArgs << '-parameters'
|
||||||
|
options.encoding = "UTF-8"
|
||||||
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
maven { url 'https://nexus.phoenixdevt.fr/repository/maven-public/' }
|
||||||
|
maven { url 'https://repo.auxilor.io/repository/maven-public/' }
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Dependencies.
|
||||||
|
*
|
||||||
|
* Provided or classpath dependencies are not shaded and are available on the runtime classpath
|
||||||
|
*
|
||||||
|
* Shaded dependencies are not available at runtime, nor are they available on mvn central so they
|
||||||
|
* need to be shaded into the jar (increasing binary size)
|
||||||
|
*
|
||||||
|
* Dynamically loaded dependencies are defined in the plugin.yml (updating these must be updated in the
|
||||||
|
* plugin.yml also, otherwise they wont be available). These do not increase binary size). Only declare
|
||||||
|
* these dependencies if they are available on mvn central.
|
||||||
|
*/
|
||||||
|
dependencies {
|
||||||
|
// Provided or Classpath
|
||||||
|
compileOnly 'org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT'
|
||||||
|
compileOnly 'org.apache.logging.log4j:log4j-api:2.19.0'
|
||||||
|
compileOnly 'org.apache.logging.log4j:log4j-core:2.19.0'
|
||||||
|
compileOnly 'commons-io:commons-io:2.13.0'
|
||||||
|
compileOnly 'commons-lang:commons-lang:2.6'
|
||||||
|
compileOnly 'com.github.oshi:oshi-core:5.8.5'
|
||||||
|
compileOnly 'org.lz4:lz4-java:1.8.0'
|
||||||
|
|
||||||
|
// Third Party Integrations
|
||||||
|
compileOnly 'com.ticxo.playeranimator:PlayerAnimator:R1.2.7'
|
||||||
|
compileOnly 'io.th0rgal:oraxen:1.173.0'
|
||||||
|
compileOnly 'com.github.LoneDev6:api-itemsadder:3.4.1-r4'
|
||||||
|
compileOnly 'com.github.PlaceholderAPI:placeholderapi:2.11.3'
|
||||||
|
compileOnly 'com.github.Ssomar-Developement:SCore:4.23.10.8'
|
||||||
|
compileOnly 'net.Indyuce:MMOItems-API:6.9.5-SNAPSHOT'
|
||||||
|
compileOnly 'com.willfp:EcoItems:5.44.0'
|
||||||
|
//implementation files('libs/CustomItems.jar')
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gradle is weird sometimes, we need to delete the plugin yml from the build folder to actually filter properly.
|
||||||
|
*/
|
||||||
|
file(jar.archiveFile.get().getAsFile().getParentFile().getParentFile().getParentFile().getAbsolutePath() + '/build/resources/main/plugin.yml').delete()
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Expand properties into plugin yml
|
||||||
|
*/
|
||||||
|
processResources {
|
||||||
|
filesMatching('**/plugin.yml') {
|
||||||
|
expand(
|
||||||
|
'name': rootProject.name.toString(),
|
||||||
|
'version': rootProject.version.toString(),
|
||||||
|
'main': main.toString(),
|
||||||
|
'apiversion': apiVersion.toString()
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,211 +0,0 @@
|
|||||||
import io.github.slimjar.func.slimjarHelper
|
|
||||||
import io.github.slimjar.resolver.data.Mirror
|
|
||||||
import org.ajoberstar.grgit.Grgit
|
|
||||||
import java.net.URI
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
|
||||||
* Copyright (c) 2021 Arcane Arts (Volmit Software)
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
plugins {
|
|
||||||
java
|
|
||||||
`java-library`
|
|
||||||
alias(libs.plugins.shadow)
|
|
||||||
alias(libs.plugins.sentry)
|
|
||||||
alias(libs.plugins.slimjar)
|
|
||||||
alias(libs.plugins.grgit)
|
|
||||||
alias(libs.plugins.kotlin.jvm)
|
|
||||||
alias(libs.plugins.kotlin.lombok)
|
|
||||||
}
|
|
||||||
|
|
||||||
val apiVersion = "1.19"
|
|
||||||
val main = "com.volmit.iris.Iris"
|
|
||||||
val lib = "com.volmit.iris.util"
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dependencies.
|
|
||||||
*
|
|
||||||
* Provided or classpath dependencies are not shaded and are available on the runtime classpath
|
|
||||||
*
|
|
||||||
* Shaded dependencies are not available at runtime, nor are they available on mvn central so they
|
|
||||||
* need to be shaded into the jar (increasing binary size)
|
|
||||||
*
|
|
||||||
* Dynamically loaded dependencies are defined in the plugin.yml (updating these must be updated in the
|
|
||||||
* plugin.yml also, otherwise they wont be available). These do not increase binary size). Only declare
|
|
||||||
* these dependencies if they are available on mvn central.
|
|
||||||
*/
|
|
||||||
dependencies {
|
|
||||||
// Provided or Classpath
|
|
||||||
compileOnly(libs.spigot)
|
|
||||||
compileOnly(libs.log4j.api)
|
|
||||||
compileOnly(libs.log4j.core)
|
|
||||||
|
|
||||||
// Third Party Integrations
|
|
||||||
compileOnly(libs.nexo)
|
|
||||||
compileOnly(libs.itemsadder)
|
|
||||||
compileOnly(libs.placeholderApi)
|
|
||||||
compileOnly(libs.score)
|
|
||||||
compileOnly(libs.mmoitems)
|
|
||||||
compileOnly(libs.ecoitems)
|
|
||||||
compileOnly(libs.mythic)
|
|
||||||
compileOnly(libs.mythicChrucible)
|
|
||||||
compileOnly(libs.kgenerators) {
|
|
||||||
isTransitive = false
|
|
||||||
}
|
|
||||||
compileOnly(libs.multiverseCore)
|
|
||||||
|
|
||||||
// Shaded
|
|
||||||
implementation(slimjarHelper("spigot"))
|
|
||||||
|
|
||||||
// Dynamically Loaded
|
|
||||||
slim(libs.paralithic)
|
|
||||||
slim(libs.paperlib)
|
|
||||||
slim(libs.adventure.api)
|
|
||||||
slim(libs.adventure.minimessage)
|
|
||||||
slim(libs.adventure.platform)
|
|
||||||
slim(libs.bstats)
|
|
||||||
slim(libs.sentry)
|
|
||||||
|
|
||||||
slim(libs.commons.io)
|
|
||||||
slim(libs.commons.lang)
|
|
||||||
slim(libs.commons.lang3)
|
|
||||||
slim(libs.commons.math3)
|
|
||||||
slim(libs.oshi)
|
|
||||||
slim(libs.lz4)
|
|
||||||
slim(libs.fastutil)
|
|
||||||
slim(libs.lru)
|
|
||||||
slim(libs.zip)
|
|
||||||
slim(libs.gson)
|
|
||||||
slim(libs.asm)
|
|
||||||
slim(libs.caffeine)
|
|
||||||
slim(libs.byteBuddy.core)
|
|
||||||
slim(libs.byteBuddy.agent)
|
|
||||||
slim(libs.dom4j)
|
|
||||||
slim(libs.jaxen)
|
|
||||||
|
|
||||||
// Script Engine
|
|
||||||
slim(libs.kotlin.stdlib)
|
|
||||||
slim(libs.kotlin.coroutines)
|
|
||||||
slim(libs.kotlin.scripting.common)
|
|
||||||
slim(libs.kotlin.scripting.jvm)
|
|
||||||
slim(libs.kotlin.scripting.jvm.host)
|
|
||||||
slim(libs.kotlin.scripting.dependencies.maven) {
|
|
||||||
constraints {
|
|
||||||
slim(libs.mavenCore)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
java {
|
|
||||||
disableAutoTargetJvm()
|
|
||||||
}
|
|
||||||
|
|
||||||
sentry {
|
|
||||||
url = "http://sentry.volmit.com:8080/"
|
|
||||||
autoInstallation.enabled = false
|
|
||||||
includeSourceContext = true
|
|
||||||
|
|
||||||
org = "sentry"
|
|
||||||
projectName = "iris"
|
|
||||||
authToken = findProperty("sentry.auth.token") as String? ?: System.getenv("SENTRY_AUTH_TOKEN")
|
|
||||||
}
|
|
||||||
|
|
||||||
slimJar {
|
|
||||||
mirrors = listOf(Mirror(
|
|
||||||
URI.create("https://maven-central.storage-download.googleapis.com/maven2").toURL(),
|
|
||||||
URI.create("https://repo.maven.apache.org/maven2/").toURL()
|
|
||||||
))
|
|
||||||
|
|
||||||
relocate("com.dfsek.paralithic", "$lib.paralithic")
|
|
||||||
relocate("io.papermc.lib", "$lib.paper")
|
|
||||||
relocate("net.kyori", "$lib.kyori")
|
|
||||||
relocate("org.bstats", "$lib.metrics")
|
|
||||||
relocate("io.sentry", "$lib.sentry")
|
|
||||||
relocate("org.apache.maven", "$lib.maven")
|
|
||||||
relocate("org.codehaus.plexus", "$lib.plexus")
|
|
||||||
relocate("org.eclipse.sisu", "$lib.sisu")
|
|
||||||
relocate("org.eclipse.aether", "$lib.aether")
|
|
||||||
relocate("com.google.inject", "$lib.guice")
|
|
||||||
relocate("org.dom4j", "$lib.dom4j")
|
|
||||||
relocate("org.jaxen", "$lib.jaxen")
|
|
||||||
relocate("com.github.benmanes.caffeine", "$lib.caffeine")
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks {
|
|
||||||
/**
|
|
||||||
* We need parameter meta for the decree command system
|
|
||||||
*/
|
|
||||||
compileJava {
|
|
||||||
options.compilerArgs.add("-parameters")
|
|
||||||
options.encoding = "UTF-8"
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Expand properties into plugin yml
|
|
||||||
*/
|
|
||||||
processResources {
|
|
||||||
inputs.properties(
|
|
||||||
"name" to rootProject.name,
|
|
||||||
"version" to rootProject.version,
|
|
||||||
"apiVersion" to apiVersion,
|
|
||||||
"main" to main,
|
|
||||||
)
|
|
||||||
filesMatching("**/plugin.yml") {
|
|
||||||
expand(inputs.properties)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
shadowJar {
|
|
||||||
mergeServiceFiles()
|
|
||||||
//minimize()
|
|
||||||
relocate("io.github.slimjar", "$lib.slimjar")
|
|
||||||
exclude("modules/loader-agent.isolated-jar")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
val templateSource = file("src/main/templates")
|
|
||||||
val templateDest = layout.buildDirectory.dir("generated/sources/templates")
|
|
||||||
val generateTemplates = tasks.register<Copy>("generateTemplates") {
|
|
||||||
inputs.properties(
|
|
||||||
"environment" to if (project.hasProperty("release")) "production" else "development",
|
|
||||||
"commit" to provider {
|
|
||||||
val res = runCatching { project.extensions.getByType<Grgit>().head().id }
|
|
||||||
res.getOrDefault("")
|
|
||||||
.takeIf { it.length == 40 } ?: {
|
|
||||||
logger.error("Git commit hash not found", res.exceptionOrNull())
|
|
||||||
"unknown"
|
|
||||||
}()
|
|
||||||
},
|
|
||||||
)
|
|
||||||
|
|
||||||
from(templateSource)
|
|
||||||
into(templateDest)
|
|
||||||
rename { "com/volmit/iris/$it" }
|
|
||||||
expand(inputs.properties)
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.generateSentryBundleIdJava {
|
|
||||||
dependsOn(generateTemplates)
|
|
||||||
}
|
|
||||||
|
|
||||||
rootProject.tasks.named("prepareKotlinBuildScriptModel") {
|
|
||||||
dependsOn(generateTemplates)
|
|
||||||
}
|
|
||||||
|
|
||||||
sourceSets.main {
|
|
||||||
java.srcDir(generateTemplates.map { it.outputs })
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -23,11 +23,8 @@ import com.volmit.iris.Iris;
|
|||||||
import com.volmit.iris.util.io.IO;
|
import com.volmit.iris.util.io.IO;
|
||||||
import com.volmit.iris.util.json.JSONException;
|
import com.volmit.iris.util.json.JSONException;
|
||||||
import com.volmit.iris.util.json.JSONObject;
|
import com.volmit.iris.util.json.JSONObject;
|
||||||
import com.volmit.iris.util.misc.getHardware;
|
|
||||||
import com.volmit.iris.util.plugin.VolmitSender;
|
import com.volmit.iris.util.plugin.VolmitSender;
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.NoArgsConstructor;
|
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
@@ -36,6 +33,7 @@ import java.io.IOException;
|
|||||||
@Data
|
@Data
|
||||||
public class IrisSettings {
|
public class IrisSettings {
|
||||||
public static IrisSettings settings;
|
public static IrisSettings settings;
|
||||||
|
private IrisSafeGuard safeguard = new IrisSafeGuard();
|
||||||
private IrisSettingsGeneral general = new IrisSettingsGeneral();
|
private IrisSettingsGeneral general = new IrisSettingsGeneral();
|
||||||
private IrisSettingsWorld world = new IrisSettingsWorld();
|
private IrisSettingsWorld world = new IrisSettingsWorld();
|
||||||
private IrisSettingsGUI gui = new IrisSettingsGUI();
|
private IrisSettingsGUI gui = new IrisSettingsGUI();
|
||||||
@@ -44,15 +42,16 @@ public class IrisSettings {
|
|||||||
private IrisSettingsConcurrency concurrency = new IrisSettingsConcurrency();
|
private IrisSettingsConcurrency concurrency = new IrisSettingsConcurrency();
|
||||||
private IrisSettingsStudio studio = new IrisSettingsStudio();
|
private IrisSettingsStudio studio = new IrisSettingsStudio();
|
||||||
private IrisSettingsPerformance performance = new IrisSettingsPerformance();
|
private IrisSettingsPerformance performance = new IrisSettingsPerformance();
|
||||||
private IrisSettingsUpdater updater = new IrisSettingsUpdater();
|
private IrisWorldDump worldDump = new IrisWorldDump();
|
||||||
private IrisSettingsPregen pregen = new IrisSettingsPregen();
|
private IrisWorldSettings irisWorldSettings = new IrisWorldSettings();
|
||||||
private IrisSettingsSentry sentry = new IrisSettingsSentry();
|
private IrisServerSettings server = new IrisServerSettings();
|
||||||
|
|
||||||
public static int getThreadCount(int c) {
|
public static int getThreadCount(int c) {
|
||||||
return Math.max(switch (c) {
|
return switch (c) {
|
||||||
case -1, -2, -4 -> Runtime.getRuntime().availableProcessors() / -c;
|
case -1, -2, -4 -> Runtime.getRuntime().availableProcessors() / -c;
|
||||||
|
case 0, 1, 2 -> 1;
|
||||||
default -> Math.max(c, 2);
|
default -> Math.max(c, 2);
|
||||||
}, 1);
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisSettings get() {
|
public static IrisSettings get() {
|
||||||
@@ -106,6 +105,12 @@ public class IrisSettings {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public static class IrisSafeGuard {
|
||||||
|
public boolean ignoreBootMode = false;
|
||||||
|
public boolean userUnstableWarning = true;
|
||||||
|
}
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public static class IrisSettingsAutoconfiguration {
|
public static class IrisSettingsAutoconfiguration {
|
||||||
public boolean configureSpigotTimeoutTime = true;
|
public boolean configureSpigotTimeoutTime = true;
|
||||||
@@ -131,97 +136,39 @@ public class IrisSettings {
|
|||||||
public boolean markerEntitySpawningSystem = true;
|
public boolean markerEntitySpawningSystem = true;
|
||||||
public boolean effectSystem = true;
|
public boolean effectSystem = true;
|
||||||
public boolean worldEditWandCUI = true;
|
public boolean worldEditWandCUI = true;
|
||||||
public boolean globalPregenCache = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public static class IrisSettingsConcurrency {
|
public static class IrisSettingsConcurrency {
|
||||||
public int parallelism = -1;
|
public int parallelism = -1;
|
||||||
public int ioParallelism = -2;
|
|
||||||
public int worldGenParallelism = -1;
|
|
||||||
|
|
||||||
public int getWorldGenThreads() {
|
|
||||||
return getThreadCount(worldGenParallelism);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Data
|
|
||||||
public static class IrisSettingsPregen {
|
|
||||||
public boolean useCacheByDefault = true;
|
|
||||||
public boolean useHighPriority = false;
|
|
||||||
public boolean useVirtualThreads = false;
|
|
||||||
public boolean useTicketQueue = true;
|
|
||||||
public int maxConcurrency = 256;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public static class IrisSettingsPerformance {
|
public static class IrisSettingsPerformance {
|
||||||
private IrisSettingsEngineSVC engineSVC = new IrisSettingsEngineSVC();
|
public boolean trimMantleInStudio = false;
|
||||||
public boolean trimMantleInStudio = false;
|
|
||||||
public int mantleKeepAlive = 30;
|
public int mantleKeepAlive = 30;
|
||||||
public int noiseCacheSize = 1_024;
|
public int headlessKeepAlive = 10;
|
||||||
|
public int cacheSize = 4_096;
|
||||||
public int resourceLoaderCacheSize = 1_024;
|
public int resourceLoaderCacheSize = 1_024;
|
||||||
public int objectLoaderCacheSize = 4_096;
|
public int objectLoaderCacheSize = 4_096;
|
||||||
public int scriptLoaderCacheSize = 512;
|
public int scriptLoaderCacheSize = 512;
|
||||||
public int tectonicPlateSize = -1;
|
|
||||||
public int mantleCleanupDelay = 200;
|
|
||||||
|
|
||||||
public int getTectonicPlateSize() {
|
|
||||||
if (tectonicPlateSize > 0)
|
|
||||||
return tectonicPlateSize;
|
|
||||||
|
|
||||||
return (int) (getHardware.getProcessMemory() / 200L);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Data
|
|
||||||
public static class IrisSettingsUpdater {
|
|
||||||
public int maxConcurrency = 256;
|
|
||||||
public boolean nativeThreads = false;
|
|
||||||
public double threadMultiplier = 2;
|
|
||||||
|
|
||||||
public double chunkLoadSensitivity = 0.7;
|
|
||||||
public MsRange emptyMsRange = new MsRange(80, 100);
|
|
||||||
public MsRange defaultMsRange = new MsRange(20, 40);
|
|
||||||
|
|
||||||
public int getMaxConcurrency() {
|
|
||||||
return Math.max(Math.abs(maxConcurrency), 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
public double getThreadMultiplier() {
|
|
||||||
return Math.min(Math.abs(threadMultiplier), 0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
public double getChunkLoadSensitivity() {
|
|
||||||
return Math.min(chunkLoadSensitivity, 0.9);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@NoArgsConstructor
|
|
||||||
@AllArgsConstructor
|
|
||||||
public static class MsRange {
|
|
||||||
public int min = 20;
|
|
||||||
public int max = 40;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public static class IrisSettingsGeneral {
|
public static class IrisSettingsGeneral {
|
||||||
public boolean DoomsdayAnnihilationSelfDestructMode = false;
|
|
||||||
public boolean commandSounds = true;
|
public boolean commandSounds = true;
|
||||||
public boolean debug = false;
|
public boolean debug = false;
|
||||||
public boolean dumpMantleOnError = false;
|
|
||||||
public boolean disableNMS = false;
|
public boolean disableNMS = false;
|
||||||
public boolean pluginMetrics = true;
|
public boolean pluginMetrics = true;
|
||||||
public boolean splashLogoStartup = true;
|
public boolean splashLogoStartup = true;
|
||||||
public boolean useConsoleCustomColors = true;
|
public boolean useConsoleCustomColors = true;
|
||||||
public boolean useCustomColorsIngame = true;
|
public boolean useCustomColorsIngame = true;
|
||||||
public boolean adjustVanillaHeight = false;
|
|
||||||
public String forceMainWorld = "";
|
public String forceMainWorld = "";
|
||||||
public int spinh = -20;
|
public int spinh = -20;
|
||||||
public int spins = 7;
|
public int spins = 7;
|
||||||
public int spinb = 8;
|
public int spinb = 8;
|
||||||
public String cartographerMessage = "Iris does not allow cartographers in its world due to crashes.";
|
public String cartographerMessage = "Iris does not allow cartographers in its world due to crashes.";
|
||||||
|
public String[] dataPackPaths = new String[0];
|
||||||
|
|
||||||
|
|
||||||
@SuppressWarnings("BooleanMethodIsAlwaysInverted")
|
@SuppressWarnings("BooleanMethodIsAlwaysInverted")
|
||||||
@@ -230,13 +177,6 @@ public class IrisSettings {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Data
|
|
||||||
public static class IrisSettingsSentry {
|
|
||||||
public boolean includeServerId = true;
|
|
||||||
public boolean disableAutoReporting = false;
|
|
||||||
public boolean debug = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public static class IrisSettingsGUI {
|
public static class IrisSettingsGUI {
|
||||||
public boolean useServerLaunchedGuis = true;
|
public boolean useServerLaunchedGuis = true;
|
||||||
@@ -249,10 +189,6 @@ public class IrisSettings {
|
|||||||
public String defaultWorldType = "overworld";
|
public String defaultWorldType = "overworld";
|
||||||
public int maxBiomeChildDepth = 4;
|
public int maxBiomeChildDepth = 4;
|
||||||
public boolean preventLeafDecay = true;
|
public boolean preventLeafDecay = true;
|
||||||
public boolean useMulticore = false;
|
|
||||||
public boolean useMulticoreMantle = false;
|
|
||||||
public boolean offsetNoiseTypes = false;
|
|
||||||
public boolean earlyCustomBlocks = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
@@ -264,13 +200,26 @@ public class IrisSettings {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public static class IrisSettingsEngineSVC {
|
public static class IrisWorldDump {
|
||||||
public boolean useVirtualThreads = true;
|
public int mcaCacheSize = 3;
|
||||||
public boolean forceMulticoreWrite = false;
|
}
|
||||||
public int priority = Thread.NORM_PRIORITY;
|
|
||||||
|
|
||||||
public int getPriority() {
|
@Data
|
||||||
return Math.max(Math.min(priority, Thread.MAX_PRIORITY), Thread.MIN_PRIORITY);
|
public static class IrisServerSettings {
|
||||||
|
public boolean active = false;
|
||||||
|
public int port = 1337;
|
||||||
|
public String[] remote = new String[0];
|
||||||
|
|
||||||
|
public boolean isRemote() {
|
||||||
|
return remote.length != 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// todo: Goal:Have these as the default world settings and when put in bukkit.yml it will again overwrite that world from these.
|
||||||
|
@Data
|
||||||
|
public static class IrisWorldSettings {
|
||||||
|
public boolean dynamicEntityAdjustments;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,126 +0,0 @@
|
|||||||
package com.volmit.iris.core;
|
|
||||||
|
|
||||||
import com.google.gson.Gson;
|
|
||||||
import com.google.gson.GsonBuilder;
|
|
||||||
import com.google.gson.reflect.TypeToken;
|
|
||||||
import com.volmit.iris.Iris;
|
|
||||||
import com.volmit.iris.core.loader.IrisData;
|
|
||||||
import com.volmit.iris.engine.data.cache.AtomicCache;
|
|
||||||
import com.volmit.iris.engine.object.IrisDimension;
|
|
||||||
import com.volmit.iris.util.collection.KMap;
|
|
||||||
import com.volmit.iris.util.io.IO;
|
|
||||||
import com.volmit.iris.util.misc.ServerProperties;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.configuration.file.YamlConfiguration;
|
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.OutputStreamWriter;
|
|
||||||
import java.lang.reflect.Type;
|
|
||||||
import java.util.Objects;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
|
|
||||||
public class IrisWorlds {
|
|
||||||
private static final AtomicCache<IrisWorlds> cache = new AtomicCache<>();
|
|
||||||
private static final Gson GSON = new GsonBuilder().setPrettyPrinting().create();
|
|
||||||
private static final Type TYPE = TypeToken.getParameterized(KMap.class, String.class, String.class).getType();
|
|
||||||
private final KMap<String, String> worlds;
|
|
||||||
private volatile boolean dirty = false;
|
|
||||||
|
|
||||||
private IrisWorlds(KMap<String, String> worlds) {
|
|
||||||
this.worlds = worlds;
|
|
||||||
readBukkitWorlds().forEach(this::put0);
|
|
||||||
save();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static IrisWorlds get() {
|
|
||||||
return cache.aquire(() -> {
|
|
||||||
File file = Iris.instance.getDataFile("worlds.json");
|
|
||||||
if (!file.exists()) {
|
|
||||||
return new IrisWorlds(new KMap<>());
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
String json = IO.readAll(file);
|
|
||||||
KMap<String, String> worlds = GSON.fromJson(json, TYPE);
|
|
||||||
return new IrisWorlds(Objects.requireNonNullElseGet(worlds, KMap::new));
|
|
||||||
} catch (Throwable e) {
|
|
||||||
Iris.error("Failed to load worlds.json!");
|
|
||||||
e.printStackTrace();
|
|
||||||
Iris.reportError(e);
|
|
||||||
}
|
|
||||||
|
|
||||||
return new IrisWorlds(new KMap<>());
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
public void put(String name, String type) {
|
|
||||||
put0(name, type);
|
|
||||||
save();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void put0(String name, String type) {
|
|
||||||
String old = worlds.put(name, type);
|
|
||||||
if (!type.equals(old))
|
|
||||||
dirty = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
public KMap<String, String> getWorlds() {
|
|
||||||
clean();
|
|
||||||
return readBukkitWorlds().put(worlds);
|
|
||||||
}
|
|
||||||
|
|
||||||
public Stream<IrisData> getPacks() {
|
|
||||||
return getDimensions()
|
|
||||||
.map(IrisDimension::getLoader)
|
|
||||||
.filter(Objects::nonNull);
|
|
||||||
}
|
|
||||||
|
|
||||||
public Stream<IrisDimension> getDimensions() {
|
|
||||||
return getWorlds()
|
|
||||||
.entrySet()
|
|
||||||
.stream()
|
|
||||||
.map(entry -> Iris.loadDimension(entry.getKey(), entry.getValue()))
|
|
||||||
.filter(Objects::nonNull);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void clean() {
|
|
||||||
dirty = worlds.entrySet().removeIf(entry -> !new File(Bukkit.getWorldContainer(), entry.getKey() + "/iris/pack/dimensions/" + entry.getValue() + ".json").exists());
|
|
||||||
}
|
|
||||||
|
|
||||||
public synchronized void save() {
|
|
||||||
clean();
|
|
||||||
if (!dirty) return;
|
|
||||||
try {
|
|
||||||
IO.write(Iris.instance.getDataFile("worlds.json"), OutputStreamWriter::new, writer -> GSON.toJson(worlds, TYPE, writer));
|
|
||||||
dirty = false;
|
|
||||||
} catch (IOException e) {
|
|
||||||
Iris.error("Failed to save worlds.json!");
|
|
||||||
e.printStackTrace();
|
|
||||||
Iris.reportError(e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static KMap<String, String> readBukkitWorlds() {
|
|
||||||
var bukkit = YamlConfiguration.loadConfiguration(ServerProperties.BUKKIT_YML);
|
|
||||||
var worlds = bukkit.getConfigurationSection("worlds");
|
|
||||||
if (worlds == null) return new KMap<>();
|
|
||||||
|
|
||||||
var result = new KMap<String, String>();
|
|
||||||
for (String world : worlds.getKeys(false)) {
|
|
||||||
var gen = worlds.getString(world + ".generator");
|
|
||||||
if (gen == null) continue;
|
|
||||||
|
|
||||||
String loadKey;
|
|
||||||
if (gen.equalsIgnoreCase("iris")) {
|
|
||||||
loadKey = IrisSettings.get().getGenerator().getDefaultWorldType();
|
|
||||||
} else if (gen.startsWith("Iris:")) {
|
|
||||||
loadKey = gen.substring(5);
|
|
||||||
} else continue;
|
|
||||||
|
|
||||||
result.put(world, loadKey);
|
|
||||||
}
|
|
||||||
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -21,33 +21,19 @@ package com.volmit.iris.core;
|
|||||||
import com.volmit.iris.Iris;
|
import com.volmit.iris.Iris;
|
||||||
import com.volmit.iris.core.loader.IrisData;
|
import com.volmit.iris.core.loader.IrisData;
|
||||||
import com.volmit.iris.core.nms.INMS;
|
import com.volmit.iris.core.nms.INMS;
|
||||||
import com.volmit.iris.core.nms.datapack.DataVersion;
|
import com.volmit.iris.engine.object.IrisBiome;
|
||||||
import com.volmit.iris.core.nms.datapack.IDataFixer;
|
import com.volmit.iris.engine.object.IrisDimension;
|
||||||
import com.volmit.iris.engine.object.*;
|
|
||||||
import com.volmit.iris.util.collection.KList;
|
import com.volmit.iris.util.collection.KList;
|
||||||
import com.volmit.iris.util.collection.KMap;
|
|
||||||
import com.volmit.iris.util.collection.KSet;
|
|
||||||
import com.volmit.iris.util.format.C;
|
|
||||||
import com.volmit.iris.util.misc.ServerProperties;
|
|
||||||
import com.volmit.iris.util.plugin.VolmitSender;
|
|
||||||
import com.volmit.iris.util.scheduling.J;
|
import com.volmit.iris.util.scheduling.J;
|
||||||
import lombok.NonNull;
|
|
||||||
import lombok.SneakyThrows;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.configuration.InvalidConfigurationException;
|
import org.bukkit.configuration.InvalidConfigurationException;
|
||||||
import org.bukkit.configuration.file.FileConfiguration;
|
import org.bukkit.configuration.file.FileConfiguration;
|
||||||
import org.bukkit.configuration.file.YamlConfiguration;
|
import org.bukkit.configuration.file.YamlConfiguration;
|
||||||
import org.bukkit.entity.Player;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.nio.file.Files;
|
import java.util.Arrays;
|
||||||
import java.nio.file.Path;
|
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
import java.util.concurrent.atomic.AtomicIntegerArray;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
|
|
||||||
public class ServerConfigurator {
|
public class ServerConfigurator {
|
||||||
public static void configure() {
|
public static void configure() {
|
||||||
@@ -59,8 +45,6 @@ public class ServerConfigurator {
|
|||||||
if (s.isConfigurePaperWatchdogDelay()) {
|
if (s.isConfigurePaperWatchdogDelay()) {
|
||||||
J.attempt(ServerConfigurator::increasePaperWatchdog);
|
J.attempt(ServerConfigurator::increasePaperWatchdog);
|
||||||
}
|
}
|
||||||
|
|
||||||
installDataPacks(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void increaseKeepAliveSpigot() throws IOException, InvalidConfigurationException {
|
private static void increaseKeepAliveSpigot() throws IOException, InvalidConfigurationException {
|
||||||
@@ -69,246 +53,80 @@ public class ServerConfigurator {
|
|||||||
f.load(spigotConfig);
|
f.load(spigotConfig);
|
||||||
long tt = f.getLong("settings.timeout-time");
|
long tt = f.getLong("settings.timeout-time");
|
||||||
|
|
||||||
long spigotTimeout = TimeUnit.MINUTES.toSeconds(5);
|
if (tt < TimeUnit.MINUTES.toSeconds(5)) {
|
||||||
|
Iris.warn("Updating spigot.yml timeout-time: " + tt + " -> " + TimeUnit.MINUTES.toSeconds(20) + " (5 minutes)");
|
||||||
if (tt < spigotTimeout) {
|
|
||||||
Iris.warn("Updating spigot.yml timeout-time: " + tt + " -> " + spigotTimeout + " (5 minutes)");
|
|
||||||
Iris.warn("You can disable this change (autoconfigureServer) in Iris settings, then change back the value.");
|
Iris.warn("You can disable this change (autoconfigureServer) in Iris settings, then change back the value.");
|
||||||
f.set("settings.timeout-time", spigotTimeout);
|
f.set("settings.timeout-time", TimeUnit.MINUTES.toSeconds(5));
|
||||||
f.save(spigotConfig);
|
f.save(spigotConfig);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void increasePaperWatchdog() throws IOException, InvalidConfigurationException {
|
private static void increasePaperWatchdog() throws IOException, InvalidConfigurationException {
|
||||||
File spigotConfig = new File("config/paper-global.yml");
|
File spigotConfig = new File("config/paper-global.yml");
|
||||||
FileConfiguration f = new YamlConfiguration();
|
FileConfiguration f = new YamlConfiguration();
|
||||||
f.load(spigotConfig);
|
f.load(spigotConfig);
|
||||||
long tt = f.getLong("watchdog.early-warning-delay");
|
long tt = f.getLong("watchdog.early-warning-delay");
|
||||||
|
|
||||||
long watchdog = TimeUnit.MINUTES.toMillis(3);
|
if (tt < TimeUnit.MINUTES.toMillis(3)) {
|
||||||
if (tt < watchdog) {
|
Iris.warn("Updating paper.yml watchdog early-warning-delay: " + tt + " -> " + TimeUnit.MINUTES.toMillis(15) + " (3 minutes)");
|
||||||
Iris.warn("Updating paper.yml watchdog early-warning-delay: " + tt + " -> " + watchdog + " (3 minutes)");
|
|
||||||
Iris.warn("You can disable this change (autoconfigureServer) in Iris settings, then change back the value.");
|
Iris.warn("You can disable this change (autoconfigureServer) in Iris settings, then change back the value.");
|
||||||
f.set("watchdog.early-warning-delay", watchdog);
|
f.set("watchdog.early-warning-delay", TimeUnit.MINUTES.toMillis(3));
|
||||||
f.save(spigotConfig);
|
f.save(spigotConfig);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static KList<File> getDatapacksFolder() {
|
private static File[] getDataPacksFolder() {
|
||||||
if (!IrisSettings.get().getGeneral().forceMainWorld.isEmpty()) {
|
KList<File> files = new KList<>();
|
||||||
return new KList<File>().qadd(new File(Bukkit.getWorldContainer(), IrisSettings.get().getGeneral().forceMainWorld + "/datapacks"));
|
files.add(new File("plugins/Iris/datapack"));
|
||||||
}
|
Arrays.stream(IrisSettings.get().getGeneral().dataPackPaths)
|
||||||
KList<File> worlds = new KList<>();
|
.map(File::new)
|
||||||
Bukkit.getServer().getWorlds().forEach(w -> worlds.add(new File(w.getWorldFolder(), "datapacks")));
|
.forEach(files::add);
|
||||||
if (worlds.isEmpty()) worlds.add(new File(Bukkit.getWorldContainer(), ServerProperties.LEVEL_NAME + "/datapacks"));
|
return files.toArray(File[]::new);
|
||||||
return worlds;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean installDataPacks(boolean fullInstall) {
|
public static void setupDataPack() {
|
||||||
return installDataPacks(DataVersion.getDefault(), fullInstall);
|
File packs = new File("plugins/Iris/packs");
|
||||||
}
|
if (!packs.exists()) {
|
||||||
|
disableDataPack();
|
||||||
public static boolean installDataPacks(IDataFixer fixer, boolean fullInstall) {
|
return;
|
||||||
if (fixer == null) {
|
|
||||||
Iris.error("Unable to install datapacks, fixer is null!");
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
Iris.info("Checking Data Packs...");
|
for (File i : packs.listFiles()) {
|
||||||
DimensionHeight height = new DimensionHeight(fixer);
|
if (!i.isDirectory()) continue;
|
||||||
KList<File> folders = getDatapacksFolder();
|
|
||||||
KMap<String, KSet<String>> biomes = new KMap<>();
|
|
||||||
|
|
||||||
try (Stream<IrisData> stream = allPacks()) {
|
Iris.verbose("Checking Pack: " + i.getPath());
|
||||||
stream.flatMap(height::merge)
|
IrisData data = IrisData.get(i);
|
||||||
.parallel()
|
File dims = new File(i, "dimensions");
|
||||||
.forEach(dim -> {
|
|
||||||
Iris.verbose(" Checking Dimension " + dim.getLoadFile().getPath());
|
|
||||||
dim.installBiomes(fixer, dim::getLoader, folders, biomes.computeIfAbsent(dim.getLoadKey(), k -> new KSet<>()));
|
|
||||||
dim.installDimensionType(fixer, folders);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
IrisDimension.writeShared(folders, height);
|
|
||||||
Iris.info("Data Packs Setup!");
|
|
||||||
|
|
||||||
return fullInstall && verifyDataPacksPost(IrisSettings.get().getAutoConfiguration().isAutoRestartOnCustomBiomeInstall());
|
if (dims.exists()) {
|
||||||
}
|
for (File j : dims.listFiles((f, s) -> s.endsWith(".json"))) {
|
||||||
|
if (!j.isFile()) continue;
|
||||||
|
IrisDimension dim = data.getDimensionLoader().load(j.getName().split("\\Q.\\E")[0]);
|
||||||
|
if (dim == null) continue;
|
||||||
|
|
||||||
private static boolean verifyDataPacksPost(boolean allowRestarting) {
|
dim.getAllBiomes(() -> data)
|
||||||
try (Stream<IrisData> stream = allPacks()) {
|
.stream()
|
||||||
boolean bad = stream
|
.map(IrisBiome::getCustomDerivitives)
|
||||||
.map(data -> {
|
.filter(Objects::nonNull)
|
||||||
Iris.verbose("Checking Pack: " + data.getDataFolder().getPath());
|
.flatMap(KList::stream)
|
||||||
var loader = data.getDimensionLoader();
|
.forEach(b -> INMS.get().registerBiome(dim.getLoadKey(), b, false));
|
||||||
return loader.loadAll(loader.getPossibleKeys())
|
|
||||||
.stream()
|
|
||||||
.filter(Objects::nonNull)
|
|
||||||
.map(ServerConfigurator::verifyDataPackInstalled)
|
|
||||||
.toList()
|
|
||||||
.contains(false);
|
|
||||||
})
|
|
||||||
.toList()
|
|
||||||
.contains(true);
|
|
||||||
if (!bad) return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if (allowRestarting) {
|
|
||||||
restart();
|
|
||||||
} else if (INMS.get().supportsDataPacks()) {
|
|
||||||
Iris.error("============================================================================");
|
|
||||||
Iris.error(C.ITALIC + "You need to restart your server to properly generate custom biomes.");
|
|
||||||
Iris.error(C.ITALIC + "By continuing, Iris will use backup biomes in place of the custom biomes.");
|
|
||||||
Iris.error("----------------------------------------------------------------------------");
|
|
||||||
Iris.error(C.UNDERLINE + "IT IS HIGHLY RECOMMENDED YOU RESTART THE SERVER BEFORE GENERATING!");
|
|
||||||
Iris.error("============================================================================");
|
|
||||||
|
|
||||||
for (Player i : Bukkit.getOnlinePlayers()) {
|
|
||||||
if (i.isOp() || i.hasPermission("iris.all")) {
|
|
||||||
VolmitSender sender = new VolmitSender(i, Iris.instance.getTag("WARNING"));
|
|
||||||
sender.sendMessage("There are some Iris Packs that have custom biomes in them");
|
|
||||||
sender.sendMessage("You need to restart your server to use these packs.");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
J.sleep(3000);
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void restart() {
|
|
||||||
J.s(() -> {
|
|
||||||
Iris.warn("New data pack entries have been installed in Iris! Restarting server!");
|
|
||||||
Iris.warn("This will only happen when your pack changes (updates/first time setup)");
|
|
||||||
Iris.warn("(You can disable this auto restart in iris settings)");
|
|
||||||
J.s(() -> {
|
|
||||||
Iris.warn("Looks like the restart command didn't work. Stopping the server instead!");
|
|
||||||
Bukkit.shutdown();
|
|
||||||
}, 100);
|
|
||||||
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "restart");
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
public static boolean verifyDataPackInstalled(IrisDimension dimension) {
|
|
||||||
KSet<String> keys = new KSet<>();
|
|
||||||
boolean warn = false;
|
|
||||||
|
|
||||||
for (IrisBiome i : dimension.getAllBiomes(dimension::getLoader)) {
|
|
||||||
if (i.isCustom()) {
|
|
||||||
for (IrisBiomeCustom j : i.getCustomDerivitives()) {
|
|
||||||
keys.add(dimension.getLoadKey() + ":" + j.getId());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
String key = getWorld(dimension.getLoader());
|
dumpDataPack();
|
||||||
if (key == null) key = dimension.getLoadKey();
|
|
||||||
else key += "/" + dimension.getLoadKey();
|
|
||||||
|
|
||||||
if (!INMS.get().supportsDataPacks()) {
|
|
||||||
if (!keys.isEmpty()) {
|
|
||||||
Iris.warn("===================================================================================");
|
|
||||||
Iris.warn("Pack " + key + " has " + keys.size() + " custom biome(s). ");
|
|
||||||
Iris.warn("Your server version does not yet support datapacks for iris.");
|
|
||||||
Iris.warn("The world will generate these biomes as backup biomes.");
|
|
||||||
Iris.warn("====================================================================================");
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (String i : keys) {
|
|
||||||
Object o = INMS.get().getCustomBiomeBaseFor(i);
|
|
||||||
|
|
||||||
if (o == null) {
|
|
||||||
Iris.warn("The Biome " + i + " is not registered on the server.");
|
|
||||||
warn = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (INMS.get().missingDimensionTypes(dimension.getDimensionTypeKey())) {
|
|
||||||
Iris.warn("The Dimension Type for " + dimension.getLoadFile() + " is not registered on the server.");
|
|
||||||
warn = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (warn) {
|
|
||||||
Iris.error("The Pack " + key + " is INCAPABLE of generating custom biomes");
|
|
||||||
Iris.error("If not done automatically, restart your server before generating with this pack!");
|
|
||||||
}
|
|
||||||
|
|
||||||
return !warn;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Stream<IrisData> allPacks() {
|
public static void dumpDataPack() {
|
||||||
return Stream.concat(listFiles(Iris.instance.getDataFolder("packs"))
|
if (!INMS.get().dumpRegistry(getDataPacksFolder())) {
|
||||||
.filter(File::isDirectory)
|
return;
|
||||||
.filter( base -> {
|
}
|
||||||
var content = new File(base, "dimensions").listFiles();
|
disableDataPack();
|
||||||
return content != null && content.length > 0;
|
|
||||||
})
|
|
||||||
.map(IrisData::get), IrisWorlds.get().getPacks());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nullable
|
public static void disableDataPack() {
|
||||||
public static String getWorld(@NonNull IrisData data) {
|
var packs = INMS.get().getPackRepository();
|
||||||
String worldContainer = Bukkit.getWorldContainer().getAbsolutePath();
|
packs.reload();
|
||||||
if (!worldContainer.endsWith(File.separator)) worldContainer += File.separator;
|
if (!packs.removePack("file/iris"))
|
||||||
|
return;
|
||||||
String path = data.getDataFolder().getAbsolutePath();
|
packs.reloadWorldData();
|
||||||
if (!path.startsWith(worldContainer)) return null;
|
|
||||||
int l = path.endsWith(File.separator) ? 11 : 10;
|
|
||||||
return path.substring(worldContainer.length(), path.length() - l);
|
|
||||||
}
|
|
||||||
|
|
||||||
@SneakyThrows
|
|
||||||
private static Stream<File> listFiles(File parent) {
|
|
||||||
if (!parent.isDirectory()) return Stream.empty();
|
|
||||||
return Files.walk(parent.toPath()).map(Path::toFile);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class DimensionHeight {
|
|
||||||
private final IDataFixer fixer;
|
|
||||||
private final AtomicIntegerArray[] dimensions = new AtomicIntegerArray[3];
|
|
||||||
|
|
||||||
public DimensionHeight(IDataFixer fixer) {
|
|
||||||
this.fixer = fixer;
|
|
||||||
for (int i = 0; i < 3; i++) {
|
|
||||||
dimensions[i] = new AtomicIntegerArray(new int[]{
|
|
||||||
Integer.MAX_VALUE, Integer.MIN_VALUE, Integer.MIN_VALUE
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public Stream<IrisDimension> merge(IrisData data) {
|
|
||||||
Iris.verbose("Checking Pack: " + data.getDataFolder().getPath());
|
|
||||||
var loader = data.getDimensionLoader();
|
|
||||||
return loader.loadAll(loader.getPossibleKeys())
|
|
||||||
.stream()
|
|
||||||
.filter(Objects::nonNull)
|
|
||||||
.peek(this::merge);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void merge(IrisDimension dimension) {
|
|
||||||
AtomicIntegerArray array = dimensions[dimension.getBaseDimension().ordinal()];
|
|
||||||
array.updateAndGet(0, min -> Math.min(min, dimension.getMinHeight()));
|
|
||||||
array.updateAndGet(1, max -> Math.max(max, dimension.getMaxHeight()));
|
|
||||||
array.updateAndGet(2, logical -> Math.max(logical, dimension.getLogicalHeight()));
|
|
||||||
}
|
|
||||||
|
|
||||||
public String[] jsonStrings() {
|
|
||||||
var dims = IDataFixer.Dimension.values();
|
|
||||||
var arr = new String[3];
|
|
||||||
for (int i = 0; i < 3; i++) {
|
|
||||||
arr[i] = jsonString(dims[i]);
|
|
||||||
}
|
|
||||||
return arr;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String jsonString(IDataFixer.Dimension dimension) {
|
|
||||||
var data = dimensions[dimension.ordinal()];
|
|
||||||
int minY = data.get(0);
|
|
||||||
int maxY = data.get(1);
|
|
||||||
int logicalHeight = data.get(2);
|
|
||||||
if (minY == Integer.MAX_VALUE || maxY == Integer.MIN_VALUE || Integer.MIN_VALUE == logicalHeight)
|
|
||||||
return null;
|
|
||||||
return fixer.createDimension(dimension, minY, maxY - minY, logicalHeight, null).toString(4);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,41 +18,27 @@
|
|||||||
|
|
||||||
package com.volmit.iris.core.commands;
|
package com.volmit.iris.core.commands;
|
||||||
|
|
||||||
import com.google.gson.JsonArray;
|
|
||||||
import com.google.gson.JsonElement;
|
|
||||||
import com.google.gson.JsonObject;
|
|
||||||
import com.volmit.iris.Iris;
|
import com.volmit.iris.Iris;
|
||||||
import com.volmit.iris.core.ServerConfigurator;
|
|
||||||
import com.volmit.iris.core.loader.IrisData;
|
import com.volmit.iris.core.loader.IrisData;
|
||||||
import com.volmit.iris.core.nms.INMS;
|
|
||||||
import com.volmit.iris.core.nms.datapack.DataVersion;
|
|
||||||
import com.volmit.iris.core.service.IrisEngineSVC;
|
|
||||||
import com.volmit.iris.core.tools.IrisPackBenchmarking;
|
import com.volmit.iris.core.tools.IrisPackBenchmarking;
|
||||||
import com.volmit.iris.core.tools.IrisToolbelt;
|
import com.volmit.iris.core.tools.IrisToolbelt;
|
||||||
|
import com.volmit.iris.core.tools.IrisWorldDump;
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
import com.volmit.iris.engine.framework.Engine;
|
||||||
|
import com.volmit.iris.engine.framework.EnginePlayer;
|
||||||
import com.volmit.iris.engine.object.IrisDimension;
|
import com.volmit.iris.engine.object.IrisDimension;
|
||||||
import com.volmit.iris.engine.object.annotations.Snippet;
|
import com.volmit.iris.engine.service.EngineStatusSVC;
|
||||||
import com.volmit.iris.util.collection.KSet;
|
|
||||||
import com.volmit.iris.util.context.IrisContext;
|
|
||||||
import com.volmit.iris.engine.object.IrisJigsawStructurePlacement;
|
|
||||||
import com.volmit.iris.util.collection.KList;
|
import com.volmit.iris.util.collection.KList;
|
||||||
|
import com.volmit.iris.util.collection.KMap;
|
||||||
import com.volmit.iris.util.decree.DecreeExecutor;
|
import com.volmit.iris.util.decree.DecreeExecutor;
|
||||||
import com.volmit.iris.util.decree.DecreeOrigin;
|
import com.volmit.iris.util.decree.DecreeOrigin;
|
||||||
import com.volmit.iris.util.decree.annotations.Decree;
|
import com.volmit.iris.util.decree.annotations.Decree;
|
||||||
import com.volmit.iris.util.decree.annotations.Param;
|
import com.volmit.iris.util.decree.annotations.Param;
|
||||||
import com.volmit.iris.util.decree.specialhandlers.NullableDimensionHandler;
|
|
||||||
import com.volmit.iris.util.format.C;
|
import com.volmit.iris.util.format.C;
|
||||||
import com.volmit.iris.util.format.Form;
|
import com.volmit.iris.util.format.Form;
|
||||||
import com.volmit.iris.util.io.CountingDataInputStream;
|
|
||||||
import com.volmit.iris.util.io.IO;
|
import com.volmit.iris.util.io.IO;
|
||||||
import com.volmit.iris.util.mantle.TectonicPlate;
|
import com.volmit.iris.util.mantle.TectonicPlate;
|
||||||
import com.volmit.iris.util.math.M;
|
|
||||||
import com.volmit.iris.util.matter.Matter;
|
|
||||||
import com.volmit.iris.util.nbt.mca.MCAFile;
|
|
||||||
import com.volmit.iris.util.nbt.mca.MCAUtil;
|
|
||||||
import com.volmit.iris.util.parallel.MultiBurst;
|
import com.volmit.iris.util.parallel.MultiBurst;
|
||||||
import com.volmit.iris.util.plugin.VolmitSender;
|
import com.volmit.iris.util.plugin.VolmitSender;
|
||||||
import lombok.SneakyThrows;
|
|
||||||
import net.jpountz.lz4.LZ4BlockInputStream;
|
import net.jpountz.lz4.LZ4BlockInputStream;
|
||||||
import net.jpountz.lz4.LZ4BlockOutputStream;
|
import net.jpountz.lz4.LZ4BlockOutputStream;
|
||||||
import net.jpountz.lz4.LZ4FrameInputStream;
|
import net.jpountz.lz4.LZ4FrameInputStream;
|
||||||
@@ -65,248 +51,91 @@ import org.bukkit.World;
|
|||||||
import java.io.*;
|
import java.io.*;
|
||||||
import java.net.InetAddress;
|
import java.net.InetAddress;
|
||||||
import java.net.NetworkInterface;
|
import java.net.NetworkInterface;
|
||||||
import java.nio.file.Files;
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.util.concurrent.ExecutorService;
|
|
||||||
import java.util.concurrent.Executors;
|
|
||||||
import java.util.concurrent.atomic.AtomicInteger;
|
import java.util.concurrent.atomic.AtomicInteger;
|
||||||
import java.util.stream.Collectors;
|
|
||||||
import java.util.zip.GZIPInputStream;
|
import java.util.zip.GZIPInputStream;
|
||||||
import java.util.zip.GZIPOutputStream;
|
import java.util.zip.GZIPOutputStream;
|
||||||
|
|
||||||
@Decree(name = "Developer", origin = DecreeOrigin.BOTH, description = "Iris World Manager", aliases = {"dev"})
|
@Decree(name = "Developer", origin = DecreeOrigin.BOTH, description = "Iris World Manager", aliases = {"dev"})
|
||||||
public class CommandDeveloper implements DecreeExecutor {
|
public class CommandDeveloper implements DecreeExecutor {
|
||||||
private CommandTurboPregen turboPregen;
|
private CommandTurboPregen turboPregen;
|
||||||
private CommandLazyPregen lazyPregen;
|
private CommandUpdater updater;
|
||||||
|
|
||||||
@Decree(description = "Get Loaded TectonicPlates Count", origin = DecreeOrigin.BOTH, sync = true)
|
@Decree(description = "Get Loaded TectonicPlates Count", origin = DecreeOrigin.BOTH, aliases = "status", sync = true)
|
||||||
public void EngineStatus() {
|
public void EngineStatus() {
|
||||||
Iris.service(IrisEngineSVC.class)
|
var status = EngineStatusSVC.getStatus();
|
||||||
.engineStatus(sender());
|
|
||||||
}
|
|
||||||
|
|
||||||
@Decree(description = "Send a test exception to sentry")
|
sender().sendMessage("-------------------------");
|
||||||
public void Sentry() {
|
sender().sendMessage(C.DARK_PURPLE + "Engine Status");
|
||||||
Engine engine = engine();
|
sender().sendMessage(C.DARK_PURPLE + "Total Engines: " + C.LIGHT_PURPLE + status.engineCount());
|
||||||
if (engine != null) IrisContext.getOr(engine);
|
sender().sendMessage(C.DARK_PURPLE + "Total Loaded Chunks: " + C.LIGHT_PURPLE + status.loadedChunks());
|
||||||
Iris.reportError(new Exception("This is a test"));
|
sender().sendMessage(C.DARK_PURPLE + "Tectonic Limit: " + C.LIGHT_PURPLE + status.tectonicLimit());
|
||||||
|
sender().sendMessage(C.DARK_PURPLE + "Tectonic Total Plates: " + C.LIGHT_PURPLE + status.tectonicPlates());
|
||||||
|
sender().sendMessage(C.DARK_PURPLE + "Tectonic Active Plates: " + C.LIGHT_PURPLE + status.activeTectonicPlates());
|
||||||
|
sender().sendMessage(C.DARK_PURPLE + "Tectonic ToUnload: " + C.LIGHT_PURPLE + status.queuedTectonicPlates());
|
||||||
|
sender().sendMessage(C.DARK_PURPLE + "Lowest Tectonic Unload Duration: " + C.LIGHT_PURPLE + Form.duration(status.minTectonicUnloadDuration()));
|
||||||
|
sender().sendMessage(C.DARK_PURPLE + "Highest Tectonic Unload Duration: " + C.LIGHT_PURPLE + Form.duration(status.maxTectonicUnloadDuration()));
|
||||||
|
sender().sendMessage(C.DARK_PURPLE + "Cache Size: " + C.LIGHT_PURPLE + Form.f(IrisData.cacheSize()));
|
||||||
|
sender().sendMessage("-------------------------");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Decree(description = "Test")
|
@Decree(description = "Test")
|
||||||
public void mantle(@Param(defaultValue = "false") boolean plate, @Param(defaultValue = "21474836474") String name) throws Throwable {
|
public void benchmarkMantle(
|
||||||
var base = Iris.instance.getDataFile("dump", "pv." + name + ".ttp.lz4b.bin");
|
@Param(description = "The world to bench", aliases = {"world"})
|
||||||
var section = Iris.instance.getDataFile("dump", "pv." + name + ".section.bin");
|
World world
|
||||||
|
) throws IOException, ClassNotFoundException {
|
||||||
|
Engine engine = IrisToolbelt.access(world).getEngine();
|
||||||
|
int maxHeight = engine.getTarget().getHeight();
|
||||||
|
File folder = new File(Bukkit.getWorldContainer(), world.getName());
|
||||||
|
int c = 0;
|
||||||
|
//MCAUtil.read()
|
||||||
|
|
||||||
//extractSection(base, section, 5604930, 4397);
|
File tectonicplates = new File(folder, "mantle");
|
||||||
|
for (File i : Objects.requireNonNull(tectonicplates.listFiles())) {
|
||||||
|
TectonicPlate.read(maxHeight, i);
|
||||||
|
c++;
|
||||||
|
sender().sendMessage("Loaded count: " + c);
|
||||||
|
|
||||||
if (plate) {
|
|
||||||
try (var in = CountingDataInputStream.wrap(new BufferedInputStream(new FileInputStream(base)))) {
|
|
||||||
new TectonicPlate(1088, in, true);
|
|
||||||
} catch (Throwable e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
} else Matter.read(section);
|
|
||||||
if (!TectonicPlate.hasError())
|
|
||||||
Iris.info("Read " + (plate ? base : section).length() + " bytes from " + (plate ? base : section).getAbsolutePath());
|
|
||||||
}
|
|
||||||
|
|
||||||
private void extractSection(File source, File target, long offset, int length) throws IOException {
|
|
||||||
var raf = new RandomAccessFile(source, "r");
|
|
||||||
var bytes = new byte[length];
|
|
||||||
raf.seek(offset);
|
|
||||||
raf.readFully(bytes);
|
|
||||||
raf.close();
|
|
||||||
Files.write(target.toPath(), bytes);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Decree(description = "Test")
|
|
||||||
public void dumpThreads() {
|
|
||||||
try {
|
|
||||||
File fi = Iris.instance.getDataFile("dump", "td-" + new java.sql.Date(M.ms()) + ".txt");
|
|
||||||
FileOutputStream fos = new FileOutputStream(fi);
|
|
||||||
Map<Thread, StackTraceElement[]> f = Thread.getAllStackTraces();
|
|
||||||
PrintWriter pw = new PrintWriter(fos);
|
|
||||||
|
|
||||||
pw.println(Thread.activeCount() + "/" + f.size());
|
|
||||||
var run = Runtime.getRuntime();
|
|
||||||
pw.println("Memory:");
|
|
||||||
pw.println("\tMax: " + run.maxMemory());
|
|
||||||
pw.println("\tTotal: " + run.totalMemory());
|
|
||||||
pw.println("\tFree: " + run.freeMemory());
|
|
||||||
pw.println("\tUsed: " + (run.totalMemory() - run.freeMemory()));
|
|
||||||
|
|
||||||
for (Thread i : f.keySet()) {
|
|
||||||
pw.println("========================================");
|
|
||||||
pw.println("Thread: '" + i.getName() + "' ID: " + i.getId() + " STATUS: " + i.getState().name());
|
|
||||||
|
|
||||||
for (StackTraceElement j : f.get(i)) {
|
|
||||||
pw.println(" @ " + j.toString());
|
|
||||||
}
|
|
||||||
|
|
||||||
pw.println("========================================");
|
|
||||||
pw.println();
|
|
||||||
pw.println();
|
|
||||||
}
|
|
||||||
|
|
||||||
pw.close();
|
|
||||||
Iris.info("DUMPED! See " + fi.getAbsolutePath());
|
|
||||||
} catch (Throwable e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@SneakyThrows
|
|
||||||
@Decree(description = "Generate Iris structures for all loaded datapack structures")
|
|
||||||
public void generateStructures(
|
|
||||||
@Param(description = "The pack to add the generated structures to", aliases = "pack", defaultValue = "null", customHandler = NullableDimensionHandler.class)
|
|
||||||
IrisDimension dimension,
|
|
||||||
@Param(description = "Ignore existing structures", defaultValue = "false")
|
|
||||||
boolean force
|
|
||||||
) {
|
|
||||||
var map = INMS.get().collectStructures();
|
|
||||||
if (map.isEmpty()) {
|
|
||||||
sender().sendMessage(C.IRIS + "No structures found");
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sender().sendMessage(C.IRIS + "Found " + map.size() + " structures");
|
|
||||||
|
|
||||||
final File dataDir;
|
|
||||||
final IrisData data;
|
|
||||||
final Set<String> existingStructures;
|
|
||||||
final Map<String, Set<String>> snippets;
|
|
||||||
final File dimensionFile;
|
|
||||||
final File structuresFolder;
|
|
||||||
final File snippetsFolder;
|
|
||||||
|
|
||||||
var dimensionObj = new JsonObject();
|
|
||||||
|
|
||||||
if (dimension == null) {
|
|
||||||
dataDir = Iris.instance.getDataFolder("structures");
|
|
||||||
IO.delete(dataDir);
|
|
||||||
data = IrisData.get(dataDir);
|
|
||||||
existingStructures = Set.of();
|
|
||||||
snippets = Map.of();
|
|
||||||
dimensionFile = new File(dataDir, "structures.json");
|
|
||||||
} else {
|
|
||||||
data = dimension.getLoader();
|
|
||||||
dataDir = data.getDataFolder();
|
|
||||||
existingStructures = new KSet<>(data.getJigsawStructureLoader().getPossibleKeys());
|
|
||||||
|
|
||||||
dimensionObj = data.getGson().fromJson(IO.readAll(dimension.getLoadFile()), JsonObject.class);
|
|
||||||
snippets = Optional.ofNullable(dimensionObj.getAsJsonArray("jigsawStructures"))
|
|
||||||
.map(array -> array.asList()
|
|
||||||
.stream()
|
|
||||||
.filter(JsonElement::isJsonPrimitive)
|
|
||||||
.collect(Collectors.toMap(element -> data.getGson()
|
|
||||||
.fromJson(element, IrisJigsawStructurePlacement.class)
|
|
||||||
.getStructure(),
|
|
||||||
element -> Set.of(element.getAsString()),
|
|
||||||
KSet::merge)))
|
|
||||||
.orElse(Map.of());
|
|
||||||
|
|
||||||
dimensionFile = dimension.getLoadFile();
|
|
||||||
}
|
|
||||||
structuresFolder = new File(dataDir, "jigsaw-structures");
|
|
||||||
snippetsFolder = new File(dataDir, "snippet" + "/" + IrisJigsawStructurePlacement.class.getAnnotation(Snippet.class).value());
|
|
||||||
|
|
||||||
var gson = data.getGson();
|
|
||||||
var jigsawStructures = Optional.ofNullable(dimensionObj.getAsJsonArray("jigsawStructures"))
|
|
||||||
.orElse(new JsonArray(map.size()));
|
|
||||||
|
|
||||||
map.forEach((key, placement) -> {
|
|
||||||
String loadKey = "datapack/" + key.namespace() + "/" + key.key();
|
|
||||||
if (existingStructures.contains(loadKey) && !force)
|
|
||||||
return;
|
|
||||||
|
|
||||||
var structures = placement.structures();
|
|
||||||
var obj = placement.toJson(loadKey);
|
|
||||||
if (obj == null || structures.isEmpty()) {
|
|
||||||
sender().sendMessage(C.RED + "Failed to generate hook for " + key);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
File snippetFile = new File(snippetsFolder, loadKey + ".json");
|
|
||||||
try {
|
|
||||||
IO.writeAll(snippetFile, gson.toJson(obj));
|
|
||||||
} catch (IOException e) {
|
|
||||||
sender().sendMessage(C.RED + "Failed to generate snippet for " + key);
|
|
||||||
e.printStackTrace();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Set<String> loadKeys = snippets.getOrDefault(loadKey, Set.of(loadKey));
|
|
||||||
jigsawStructures.asList().removeIf(e -> loadKeys.contains((e.isJsonObject() ? e.getAsJsonObject().get("structure") : e).getAsString()));
|
|
||||||
jigsawStructures.add("snippet/" + loadKey);
|
|
||||||
|
|
||||||
String structureKey;
|
|
||||||
if (structures.size() > 1) {
|
|
||||||
KList<String> common = new KList<>();
|
|
||||||
for (int i = 0; i < structures.size(); i++) {
|
|
||||||
var tags = structures.get(i).tags();
|
|
||||||
if (i == 0) common.addAll(tags);
|
|
||||||
else common.removeIf(tag -> !tags.contains(tag));
|
|
||||||
}
|
|
||||||
structureKey = common.isNotEmpty() ? "#" + common.getFirst() : structures.getFirst().key();
|
|
||||||
} else structureKey = structures.getFirst().key();
|
|
||||||
|
|
||||||
JsonArray array = new JsonArray();
|
|
||||||
if (structures.size() > 1) {
|
|
||||||
structures.stream()
|
|
||||||
.flatMap(structure -> {
|
|
||||||
String[] arr = new String[structure.weight()];
|
|
||||||
Arrays.fill(arr, structure.key());
|
|
||||||
return Arrays.stream(arr);
|
|
||||||
})
|
|
||||||
.forEach(array::add);
|
|
||||||
} else array.add(structureKey);
|
|
||||||
|
|
||||||
obj = new JsonObject();
|
|
||||||
obj.addProperty("structureKey", structureKey);
|
|
||||||
obj.add("datapackStructures", array);
|
|
||||||
|
|
||||||
File out = new File(structuresFolder, loadKey + ".json");
|
|
||||||
out.getParentFile().mkdirs();
|
|
||||||
try {
|
|
||||||
IO.writeAll(out, gson.toJson(obj));
|
|
||||||
} catch (IOException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
dimensionObj.add("jigsawStructures", jigsawStructures);
|
|
||||||
IO.writeAll(dimensionFile, gson.toJson(dimensionObj));
|
|
||||||
|
|
||||||
data.hotloaded();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Decree(description = "Test")
|
@Decree(description = "Test")
|
||||||
public void packBenchmark(
|
public void packBenchmark(
|
||||||
@Param(description = "The pack to bench", aliases = {"pack"}, defaultValue = "overworld")
|
@Param(description = "The pack to bench", defaultValue = "overworld", aliases = {"pack"})
|
||||||
IrisDimension dimension,
|
IrisDimension dimension,
|
||||||
@Param(description = "Radius in regions", defaultValue = "2048")
|
@Param(description = "The address to use", defaultValue = "-")
|
||||||
int radius,
|
String address,
|
||||||
@Param(description = "Open GUI while benchmarking", defaultValue = "false")
|
@Param(description = "Headless", defaultValue = "true")
|
||||||
boolean gui
|
boolean headless,
|
||||||
|
@Param(description = "GUI", defaultValue = "false")
|
||||||
|
boolean gui,
|
||||||
|
@Param(description = "Diameter in regions", defaultValue = "5")
|
||||||
|
int diameter
|
||||||
) {
|
) {
|
||||||
new IrisPackBenchmarking(dimension, radius, gui);
|
int rb = diameter << 9;
|
||||||
}
|
Iris.info("Benchmarking pack " + dimension.getName() + " with diameter: " + rb + "(" + diameter + ")");
|
||||||
|
IrisPackBenchmarking benchmark = new IrisPackBenchmarking(dimension, address.replace("-", "").trim(), diameter, headless, gui);
|
||||||
@Decree(description = "Upgrade to another Minecraft version")
|
benchmark.runBenchmark();
|
||||||
public void upgrade(
|
|
||||||
@Param(description = "The version to upgrade to", defaultValue = "latest") DataVersion version) {
|
|
||||||
sender().sendMessage(C.GREEN + "Upgrading to " + version.getVersion() + "...");
|
|
||||||
ServerConfigurator.installDataPacks(version.get(), false);
|
|
||||||
sender().sendMessage(C.GREEN + "Done upgrading! You can now update your server version to " + version.getVersion());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Decree(description = "test")
|
@Decree(description = "test")
|
||||||
public void mca (
|
public void mca(
|
||||||
@Param(description = "String") String world) {
|
@Param(description = "String") World world) {
|
||||||
try {
|
try {
|
||||||
File[] McaFiles = new File(world, "region").listFiles((dir, name) -> name.endsWith(".mca"));
|
IrisWorldDump dump = new IrisWorldDump(world, sender());
|
||||||
for (File mca : McaFiles) {
|
dump.start();
|
||||||
MCAFile MCARegion = MCAUtil.read(mca);
|
|
||||||
}
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Decree(description = "test")
|
||||||
|
public void test() {
|
||||||
|
try {
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
@@ -372,13 +201,40 @@ public class CommandDeveloper implements DecreeExecutor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Decree(description = "All players in iris worlds")
|
||||||
|
public void getPlayers() {
|
||||||
|
KList<World> IrisWorlds = new KList<>();
|
||||||
|
for (World w : Bukkit.getServer().getWorlds()) {
|
||||||
|
if(IrisToolbelt.isIrisWorld(w)) {
|
||||||
|
IrisWorlds.add(w);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sender().isPlayer()) {
|
||||||
|
sender().sendMessage(C.BLUE + "Iris Worlds: ");
|
||||||
|
for (World IrisWorld : IrisWorlds.copy()) {
|
||||||
|
sender().sendMessage(C.IRIS + "- " + IrisWorld.getName() + C.GRAY + ", " + IrisToolbelt.access(IrisWorld).getEngine().getEnginePlayers().stream().count() + " players");
|
||||||
|
for (EnginePlayer player : IrisToolbelt.access(IrisWorld).getEngine().getEnginePlayers()) {
|
||||||
|
sender().sendMessage(C.DARK_GRAY + "> " + player.getPlayer().getName());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
Iris.info(C.BLUE + "Iris Worlds: ");
|
||||||
|
for (World IrisWorld : IrisWorlds.copy()) {
|
||||||
|
Iris.info(C.IRIS + "- " + IrisWorld.getName() + C.GRAY + ", " + IrisToolbelt.access(IrisWorld).getEngine().getEnginePlayers().stream().count() + " players");
|
||||||
|
for (EnginePlayer player : IrisToolbelt.access(IrisWorld).getEngine().getEnginePlayers()) {
|
||||||
|
Iris.info(C.DARK_GRAY + "> " + player.getPlayer().getName());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Decree(description = "Test the compression algorithms")
|
@Decree(description = "Test the compression algorithms")
|
||||||
public void compression(
|
public void compression(
|
||||||
@Param(description = "base IrisWorld") World world,
|
@Param(description = "base IrisWorld") World world,
|
||||||
@Param(description = "raw TectonicPlate File") String path,
|
@Param(description = "raw TectonicPlate File") String path,
|
||||||
@Param(description = "Algorithm to Test") String algorithm,
|
@Param(description = "Algorithm to Test") String algorithm,
|
||||||
@Param(description = "Amount of Tests") int amount,
|
@Param(description = "Amount of Tests") int amount) {
|
||||||
@Param(description = "Is versioned", defaultValue = "false") boolean versioned) {
|
|
||||||
if (!IrisToolbelt.isIrisWorld(world)) {
|
if (!IrisToolbelt.isIrisWorld(world)) {
|
||||||
sender().sendMessage(C.RED + "This is not an Iris world. Iris worlds: " + String.join(", ", Bukkit.getServer().getWorlds().stream().filter(IrisToolbelt::isIrisWorld).map(World::getName).toList()));
|
sender().sendMessage(C.RED + "This is not an Iris world. Iris worlds: " + String.join(", ", Bukkit.getServer().getWorlds().stream().filter(IrisToolbelt::isIrisWorld).map(World::getName).toList()));
|
||||||
return;
|
return;
|
||||||
@@ -388,14 +244,13 @@ public class CommandDeveloper implements DecreeExecutor {
|
|||||||
if (!file.exists()) return;
|
if (!file.exists()) return;
|
||||||
|
|
||||||
Engine engine = IrisToolbelt.access(world).getEngine();
|
Engine engine = IrisToolbelt.access(world).getEngine();
|
||||||
if(engine != null) {
|
if (engine != null) {
|
||||||
int height = engine.getTarget().getHeight();
|
int height = engine.getTarget().getHeight();
|
||||||
ExecutorService service = Executors.newFixedThreadPool(1);
|
|
||||||
VolmitSender sender = sender();
|
VolmitSender sender = sender();
|
||||||
service.submit(() -> {
|
new Thread(() -> {
|
||||||
try {
|
try {
|
||||||
CountingDataInputStream raw = CountingDataInputStream.wrap(new FileInputStream(file));
|
DataInputStream raw = new DataInputStream(new FileInputStream(file));
|
||||||
TectonicPlate plate = new TectonicPlate(height, raw, versioned);
|
TectonicPlate plate = new TectonicPlate(height, raw);
|
||||||
raw.close();
|
raw.close();
|
||||||
|
|
||||||
double d1 = 0;
|
double d1 = 0;
|
||||||
@@ -413,30 +268,29 @@ public class CommandDeveloper implements DecreeExecutor {
|
|||||||
if (size == 0)
|
if (size == 0)
|
||||||
size = tmp.length();
|
size = tmp.length();
|
||||||
start = System.currentTimeMillis();
|
start = System.currentTimeMillis();
|
||||||
CountingDataInputStream din = createInput(tmp, algorithm);
|
DataInputStream din = createInput(tmp, algorithm);
|
||||||
new TectonicPlate(height, din, true);
|
new TectonicPlate(height, din);
|
||||||
din.close();
|
din.close();
|
||||||
d2 += System.currentTimeMillis() - start;
|
d2 += System.currentTimeMillis() - start;
|
||||||
tmp.delete();
|
tmp.delete();
|
||||||
}
|
}
|
||||||
IO.delete(folder);
|
IO.delete(folder);
|
||||||
sender.sendMessage(algorithm + " is " + Form.fileSize(size) + " big after compression");
|
sender.sendMessage(algorithm + " is " + Form.fileSize(size) + " big after compression");
|
||||||
sender.sendMessage(algorithm + " Took " + d2/amount + "ms to read");
|
sender.sendMessage(algorithm + " Took " + d2 / amount + "ms to read");
|
||||||
sender.sendMessage(algorithm + " Took " + d1/amount + "ms to write");
|
sender.sendMessage(algorithm + " Took " + d1 / amount + "ms to write");
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
});
|
}, "Compression Test").start();
|
||||||
service.shutdown();
|
} else {
|
||||||
} else {
|
|
||||||
Iris.info(C.RED + "Engine is null!");
|
Iris.info(C.RED + "Engine is null!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private CountingDataInputStream createInput(File file, String algorithm) throws Throwable {
|
private DataInputStream createInput(File file, String algorithm) throws Throwable {
|
||||||
FileInputStream in = new FileInputStream(file);
|
FileInputStream in = new FileInputStream(file);
|
||||||
|
|
||||||
return CountingDataInputStream.wrap(switch (algorithm) {
|
return new DataInputStream(switch (algorithm) {
|
||||||
case "gzip" -> new GZIPInputStream(in);
|
case "gzip" -> new GZIPInputStream(in);
|
||||||
case "lz4f" -> new LZ4FrameInputStream(in);
|
case "lz4f" -> new LZ4FrameInputStream(in);
|
||||||
case "lz4b" -> new LZ4BlockInputStream(in);
|
case "lz4b" -> new LZ4BlockInputStream(in);
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -19,13 +19,17 @@
|
|||||||
package com.volmit.iris.core.commands;
|
package com.volmit.iris.core.commands;
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
import com.volmit.iris.Iris;
|
||||||
|
import com.volmit.iris.core.nms.INMS;
|
||||||
import com.volmit.iris.core.service.StudioSVC;
|
import com.volmit.iris.core.service.StudioSVC;
|
||||||
import com.volmit.iris.engine.object.*;
|
import com.volmit.iris.engine.object.*;
|
||||||
import com.volmit.iris.util.decree.DecreeExecutor;
|
import com.volmit.iris.util.decree.DecreeExecutor;
|
||||||
import com.volmit.iris.util.decree.DecreeOrigin;
|
import com.volmit.iris.util.decree.DecreeOrigin;
|
||||||
import com.volmit.iris.util.decree.annotations.Decree;
|
import com.volmit.iris.util.decree.annotations.Decree;
|
||||||
import com.volmit.iris.util.decree.annotations.Param;
|
import com.volmit.iris.util.decree.annotations.Param;
|
||||||
|
import com.volmit.iris.util.decree.specialhandlers.NullableBiomeHandler;
|
||||||
|
import com.volmit.iris.util.decree.specialhandlers.NullableRegionHandler;
|
||||||
import com.volmit.iris.util.format.C;
|
import com.volmit.iris.util.format.C;
|
||||||
|
import org.bukkit.block.Biome;
|
||||||
|
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
|
|
||||||
@@ -51,12 +55,31 @@ public class CommandEdit implements DecreeExecutor {
|
|||||||
|
|
||||||
|
|
||||||
@Decree(description = "Edit the biome you specified", aliases = {"b"}, origin = DecreeOrigin.PLAYER)
|
@Decree(description = "Edit the biome you specified", aliases = {"b"}, origin = DecreeOrigin.PLAYER)
|
||||||
public void biome(@Param(contextual = false, description = "The biome to edit") IrisBiome biome) {
|
public void biome(@Param(contextual = false, description = "The biome to edit", defaultValue = "---", customHandler = NullableBiomeHandler.class) IrisBiome biome) {
|
||||||
if (noStudio()) {
|
if (noStudio()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (biome == null) {
|
||||||
|
try {
|
||||||
|
IrisBiome b = engine().getBiome(player().getLocation().getBlockX(), player().getLocation().getBlockY() - player().getWorld().getMinHeight(), player().getLocation().getBlockZ());
|
||||||
|
Desktop.getDesktop().open(b.getLoadFile());
|
||||||
|
sender().sendMessage(C.GREEN + "Opening " + b.getTypeName() + " " + b.getLoadFile().getName().split("\\Q.\\E")[0] + " in VSCode! ");
|
||||||
|
} catch (Throwable e) {
|
||||||
|
Iris.reportError(e);
|
||||||
|
sender().sendMessage("Non-Iris Biome: " + player().getLocation().getBlock().getBiome().name());
|
||||||
|
if (player().getLocation().getBlock().getBiome().equals(Biome.CUSTOM)) {
|
||||||
|
try {
|
||||||
|
sender().sendMessage("Data Pack Biome: " + INMS.get().getTrueBiomeBaseKey(player().getLocation()) + " (ID: " + INMS.get().getTrueBiomeBaseId(INMS.get().getTrueBiomeBase(player().getLocation())) + ")");
|
||||||
|
} catch (Throwable ee) {
|
||||||
|
Iris.reportError(ee);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (biome == null || biome.getLoadFile() == null) {
|
if (biome.getLoadFile() == null) {
|
||||||
sender().sendMessage(C.GOLD + "Cannot find the file; Perhaps it was not loaded directly from a file?");
|
sender().sendMessage(C.GOLD + "Cannot find the file; Perhaps it was not loaded directly from a file?");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -69,10 +92,20 @@ public class CommandEdit implements DecreeExecutor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Decree(description = "Edit the region you specified", aliases = {"r"}, origin = DecreeOrigin.PLAYER)
|
@Decree(description = "Edit the region you specified", aliases = {"r"}, origin = DecreeOrigin.PLAYER)
|
||||||
public void region(@Param(contextual = false, description = "The region to edit") IrisRegion region) {
|
public void region(@Param(contextual = false, description = "The region to edit", defaultValue = "---", customHandler = NullableRegionHandler.class) IrisRegion region) {
|
||||||
if (noStudio()) {
|
if (noStudio()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (region == null) {
|
||||||
|
try {
|
||||||
|
IrisRegion r = engine().getRegion(player().getLocation().getBlockX(), player().getLocation().getBlockZ());
|
||||||
|
Desktop.getDesktop().open(r.getLoadFile());
|
||||||
|
sender().sendMessage(C.GREEN + "Opening " + r.getTypeName() + " " + r.getLoadFile().getName().split("\\Q.\\E")[0] + " in VSCode! ");
|
||||||
|
} catch (Throwable e) {
|
||||||
|
sender().sendMessage(C.RED + "Failed to get region.");
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
if (region == null || region.getLoadFile() == null) {
|
if (region == null || region.getLoadFile() == null) {
|
||||||
sender().sendMessage(C.GOLD + "Cannot find the file; Perhaps it was not loaded directly from a file?");
|
sender().sendMessage(C.GOLD + "Cannot find the file; Perhaps it was not loaded directly from a file?");
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -48,7 +48,7 @@ public class CommandJigsaw implements DecreeExecutor {
|
|||||||
IrisJigsawPiece piece
|
IrisJigsawPiece piece
|
||||||
) {
|
) {
|
||||||
File dest = piece.getLoadFile();
|
File dest = piece.getLoadFile();
|
||||||
new JigsawEditor(player(), piece, IrisData.loadAnyObject(piece.getObject(), data()), dest);
|
new JigsawEditor(player(), piece, IrisData.loadAnyObject(piece.getObject()), dest);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Decree(description = "Place a jigsaw structure")
|
@Decree(description = "Place a jigsaw structure")
|
||||||
@@ -60,7 +60,7 @@ public class CommandJigsaw implements DecreeExecutor {
|
|||||||
try {
|
try {
|
||||||
var world = world();
|
var world = world();
|
||||||
WorldObjectPlacer placer = new WorldObjectPlacer(world);
|
WorldObjectPlacer placer = new WorldObjectPlacer(world);
|
||||||
PlannedStructure ps = new PlannedStructure(structure, new IrisPosition(player().getLocation().add(0, world.getMinHeight(), 0)), new RNG(), true);
|
PlannedStructure ps = new PlannedStructure(structure, new IrisPosition(player().getLocation().add(0, world.getMinHeight(), 0)), new RNG());
|
||||||
VolmitSender sender = sender();
|
VolmitSender sender = sender();
|
||||||
sender.sendMessage(C.GREEN + "Generated " + ps.getPieces().size() + " pieces in " + Form.duration(p.getMilliseconds(), 2));
|
sender.sendMessage(C.GREEN + "Generated " + ps.getPieces().size() + " pieces in " + Form.duration(p.getMilliseconds(), 2));
|
||||||
ps.place(placer, failed -> sender.sendMessage(failed ? C.GREEN + "Placed the structure!" : C.RED + "Failed to place the structure!"));
|
ps.place(placer, failed -> sender.sendMessage(failed ? C.GREEN + "Placed the structure!" : C.RED + "Failed to place the structure!"));
|
||||||
@@ -78,7 +78,7 @@ public class CommandJigsaw implements DecreeExecutor {
|
|||||||
@Param(description = "The object to use for this piece", customHandler = ObjectHandler.class)
|
@Param(description = "The object to use for this piece", customHandler = ObjectHandler.class)
|
||||||
String object
|
String object
|
||||||
) {
|
) {
|
||||||
IrisObject o = IrisData.loadAnyObject(object, data());
|
IrisObject o = IrisData.loadAnyObject(object);
|
||||||
|
|
||||||
if (object == null) {
|
if (object == null) {
|
||||||
sender().sendMessage(C.RED + "Failed to find existing object");
|
sender().sendMessage(C.RED + "Failed to find existing object");
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -19,16 +19,11 @@
|
|||||||
package com.volmit.iris.core.commands;
|
package com.volmit.iris.core.commands;
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
import com.volmit.iris.Iris;
|
||||||
import com.volmit.iris.core.IrisSettings;
|
|
||||||
import com.volmit.iris.core.gui.PregeneratorJob;
|
|
||||||
import com.volmit.iris.core.pregenerator.LazyPregenerator;
|
import com.volmit.iris.core.pregenerator.LazyPregenerator;
|
||||||
import com.volmit.iris.core.pregenerator.PregenTask;
|
|
||||||
import com.volmit.iris.core.tools.IrisToolbelt;
|
|
||||||
import com.volmit.iris.util.decree.DecreeExecutor;
|
import com.volmit.iris.util.decree.DecreeExecutor;
|
||||||
import com.volmit.iris.util.decree.annotations.Decree;
|
import com.volmit.iris.util.decree.annotations.Decree;
|
||||||
import com.volmit.iris.util.decree.annotations.Param;
|
import com.volmit.iris.util.decree.annotations.Param;
|
||||||
import com.volmit.iris.util.format.C;
|
import com.volmit.iris.util.format.C;
|
||||||
import com.volmit.iris.util.math.Position2;
|
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
import org.bukkit.World;
|
import org.bukkit.World;
|
||||||
import org.bukkit.util.Vector;
|
import org.bukkit.util.Vector;
|
||||||
@@ -39,6 +34,7 @@ import java.io.IOException;
|
|||||||
@Decree(name = "lazypregen", aliases = "lazy", description = "Pregenerate your Iris worlds!")
|
@Decree(name = "lazypregen", aliases = "lazy", description = "Pregenerate your Iris worlds!")
|
||||||
public class CommandLazyPregen implements DecreeExecutor {
|
public class CommandLazyPregen implements DecreeExecutor {
|
||||||
public String worldName;
|
public String worldName;
|
||||||
|
|
||||||
@Decree(description = "Pregenerate a world")
|
@Decree(description = "Pregenerate a world")
|
||||||
public void start(
|
public void start(
|
||||||
@Param(description = "The radius of the pregen in blocks", aliases = "size")
|
@Param(description = "The radius of the pregen in blocks", aliases = "size")
|
||||||
@@ -51,7 +47,7 @@ public class CommandLazyPregen implements DecreeExecutor {
|
|||||||
int cpm,
|
int cpm,
|
||||||
@Param(aliases = "silent", description = "Silent generation", defaultValue = "false")
|
@Param(aliases = "silent", description = "Silent generation", defaultValue = "false")
|
||||||
boolean silent
|
boolean silent
|
||||||
) {
|
) {
|
||||||
|
|
||||||
worldName = world.getName();
|
worldName = world.getName();
|
||||||
File worldDirectory = new File(Bukkit.getWorldContainer(), world.getName());
|
File worldDirectory = new File(Bukkit.getWorldContainer(), world.getName());
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -28,8 +28,6 @@ import com.volmit.iris.core.tools.IrisConverter;
|
|||||||
import com.volmit.iris.engine.framework.Engine;
|
import com.volmit.iris.engine.framework.Engine;
|
||||||
import com.volmit.iris.engine.object.*;
|
import com.volmit.iris.engine.object.*;
|
||||||
import com.volmit.iris.util.data.Cuboid;
|
import com.volmit.iris.util.data.Cuboid;
|
||||||
import com.volmit.iris.util.data.IrisCustomData;
|
|
||||||
import com.volmit.iris.util.data.registry.Materials;
|
|
||||||
import com.volmit.iris.util.decree.DecreeExecutor;
|
import com.volmit.iris.util.decree.DecreeExecutor;
|
||||||
import com.volmit.iris.util.decree.DecreeOrigin;
|
import com.volmit.iris.util.decree.DecreeOrigin;
|
||||||
import com.volmit.iris.util.decree.annotations.Decree;
|
import com.volmit.iris.util.decree.annotations.Decree;
|
||||||
@@ -38,8 +36,12 @@ import com.volmit.iris.util.decree.specialhandlers.ObjectHandler;
|
|||||||
import com.volmit.iris.util.format.C;
|
import com.volmit.iris.util.format.C;
|
||||||
import com.volmit.iris.util.math.Direction;
|
import com.volmit.iris.util.math.Direction;
|
||||||
import com.volmit.iris.util.math.RNG;
|
import com.volmit.iris.util.math.RNG;
|
||||||
|
import com.volmit.iris.util.misc.E;
|
||||||
|
import com.volmit.iris.util.scheduling.Queue;
|
||||||
import org.bukkit.*;
|
import org.bukkit.*;
|
||||||
import org.bukkit.block.Block;
|
import org.bukkit.block.Block;
|
||||||
|
import org.bukkit.block.BlockState;
|
||||||
|
import org.bukkit.block.TileState;
|
||||||
import org.bukkit.block.data.BlockData;
|
import org.bukkit.block.data.BlockData;
|
||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
import org.bukkit.util.Vector;
|
import org.bukkit.util.Vector;
|
||||||
@@ -52,7 +54,7 @@ import java.util.*;
|
|||||||
@Decree(name = "object", aliases = "o", origin = DecreeOrigin.PLAYER, studio = true, description = "Iris object manipulation")
|
@Decree(name = "object", aliases = "o", origin = DecreeOrigin.PLAYER, studio = true, description = "Iris object manipulation")
|
||||||
public class CommandObject implements DecreeExecutor {
|
public class CommandObject implements DecreeExecutor {
|
||||||
|
|
||||||
private static final Set<Material> skipBlocks = Set.of(Materials.GRASS, Material.SNOW, Material.VINE, Material.TORCH, Material.DEAD_BUSH,
|
private static final Set<Material> skipBlocks = Set.of(E.getOrDefault(Material.class, "GRASS", "SHORT_GRASS"), Material.SNOW, Material.VINE, Material.TORCH, Material.DEAD_BUSH,
|
||||||
Material.POPPY, Material.DANDELION);
|
Material.POPPY, Material.DANDELION);
|
||||||
|
|
||||||
public static IObjectPlacer createPlacer(World world, Map<Block, BlockData> futureBlockChanges) {
|
public static IObjectPlacer createPlacer(World world, Map<Block, BlockData> futureBlockChanges) {
|
||||||
@@ -73,14 +75,12 @@ public class CommandObject implements DecreeExecutor {
|
|||||||
Block block = world.getBlockAt(x, y, z);
|
Block block = world.getBlockAt(x, y, z);
|
||||||
|
|
||||||
//Prevent blocks being set in or bellow bedrock
|
//Prevent blocks being set in or bellow bedrock
|
||||||
if (y <= world.getMinHeight() || block.getType() == Material.BEDROCK) return;
|
if (y <= world.getMinHeight() || block.getType() == Material.BEDROCK)
|
||||||
|
return;
|
||||||
|
|
||||||
futureBlockChanges.put(block, block.getBlockData());
|
futureBlockChanges.put(block, block.getBlockData());
|
||||||
|
|
||||||
if (d instanceof IrisCustomData data) {
|
block.setBlockData(d);
|
||||||
block.setBlockData(data.getBase(), false);
|
|
||||||
Iris.warn("Tried to place custom block at " + x + ", " + y + ", " + z + " which is not supported!");
|
|
||||||
} else block.setBlockData(d, false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -123,16 +123,6 @@ public class CommandObject implements DecreeExecutor {
|
|||||||
tile.toBukkitTry(world.getBlockAt(xx, yy, zz));
|
tile.toBukkitTry(world.getBlockAt(xx, yy, zz));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public <T> void setData(int xx, int yy, int zz, T data) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public <T> T getData(int xx, int yy, int zz, Class<T> t) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Engine getEngine() {
|
public Engine getEngine() {
|
||||||
return null;
|
return null;
|
||||||
@@ -145,11 +135,11 @@ public class CommandObject implements DecreeExecutor {
|
|||||||
@Param(description = "The object to analyze", customHandler = ObjectHandler.class)
|
@Param(description = "The object to analyze", customHandler = ObjectHandler.class)
|
||||||
String object
|
String object
|
||||||
) {
|
) {
|
||||||
IrisObject o = IrisData.loadAnyObject(object, data());
|
IrisObject o = IrisData.loadAnyObject(object);
|
||||||
sender().sendMessage("Object Size: " + o.getW() + " * " + o.getH() + " * " + o.getD() + "");
|
sender().sendMessage("Object Size: " + o.getW() + " * " + o.getH() + " * " + o.getD() + "");
|
||||||
sender().sendMessage("Blocks Used: " + NumberFormat.getIntegerInstance().format(o.getBlocks().size()));
|
sender().sendMessage("Blocks Used: " + NumberFormat.getIntegerInstance().format(o.getBlocks().size()));
|
||||||
|
|
||||||
var queue = o.getBlocks().values();
|
Queue<BlockData> queue = o.getBlocks().enqueueValues();
|
||||||
Map<Material, Set<BlockData>> unsorted = new HashMap<>();
|
Map<Material, Set<BlockData>> unsorted = new HashMap<>();
|
||||||
Map<BlockData, Integer> amounts = new HashMap<>();
|
Map<BlockData, Integer> amounts = new HashMap<>();
|
||||||
Map<Material, Integer> materials = new HashMap<>();
|
Map<Material, Integer> materials = new HashMap<>();
|
||||||
@@ -210,7 +200,7 @@ public class CommandObject implements DecreeExecutor {
|
|||||||
|
|
||||||
@Decree(description = "Shrink an object to its minimum size")
|
@Decree(description = "Shrink an object to its minimum size")
|
||||||
public void shrink(@Param(description = "The object to shrink", customHandler = ObjectHandler.class) String object) {
|
public void shrink(@Param(description = "The object to shrink", customHandler = ObjectHandler.class) String object) {
|
||||||
IrisObject o = IrisData.loadAnyObject(object, data());
|
IrisObject o = IrisData.loadAnyObject(object);
|
||||||
sender().sendMessage("Current Object Size: " + o.getW() + " * " + o.getH() + " * " + o.getD());
|
sender().sendMessage("Current Object Size: " + o.getW() + " * " + o.getH() + " * " + o.getD());
|
||||||
o.shrinkwrap();
|
o.shrinkwrap();
|
||||||
sender().sendMessage("New Object Size: " + o.getW() + " * " + o.getH() + " * " + o.getD());
|
sender().sendMessage("New Object Size: " + o.getW() + " * " + o.getH() + " * " + o.getD());
|
||||||
@@ -250,8 +240,7 @@ public class CommandObject implements DecreeExecutor {
|
|||||||
|
|
||||||
|
|
||||||
Location[] b = WandSVC.getCuboid(player());
|
Location[] b = WandSVC.getCuboid(player());
|
||||||
if (b == null || b[0] == null || b[1] == null) {
|
if (b == null) {
|
||||||
sender().sendMessage("No area selected.");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Location a1 = b[0].clone();
|
Location a1 = b[0].clone();
|
||||||
@@ -334,7 +323,7 @@ public class CommandObject implements DecreeExecutor {
|
|||||||
// @Param(description = "The scale interpolator to use", defaultValue = "none")
|
// @Param(description = "The scale interpolator to use", defaultValue = "none")
|
||||||
// IrisObjectPlacementScaleInterpolator interpolator
|
// IrisObjectPlacementScaleInterpolator interpolator
|
||||||
) {
|
) {
|
||||||
IrisObject o = IrisData.loadAnyObject(object, data());
|
IrisObject o = IrisData.loadAnyObject(object);
|
||||||
double maxScale = Double.max(10 - o.getBlocks().size() / 10000d, 1);
|
double maxScale = Double.max(10 - o.getBlocks().size() / 10000d, 1);
|
||||||
if (scale > maxScale) {
|
if (scale > maxScale) {
|
||||||
sender().sendMessage(C.YELLOW + "Indicated scale exceeds maximum. Downscaled to maximum: " + maxScale);
|
sender().sendMessage(C.YELLOW + "Indicated scale exceeds maximum. Downscaled to maximum: " + maxScale);
|
||||||
@@ -388,11 +377,9 @@ public class CommandObject implements DecreeExecutor {
|
|||||||
@Param(description = "The file to store it in, can use / for subfolders")
|
@Param(description = "The file to store it in, can use / for subfolders")
|
||||||
String name,
|
String name,
|
||||||
@Param(description = "Overwrite existing object files", defaultValue = "false", aliases = "force")
|
@Param(description = "Overwrite existing object files", defaultValue = "false", aliases = "force")
|
||||||
boolean overwrite,
|
boolean overwrite
|
||||||
@Param(description = "Use legacy TileState serialization if possible", defaultValue = "true")
|
|
||||||
boolean legacy
|
|
||||||
) {
|
) {
|
||||||
IrisObject o = WandSVC.createSchematic(player(), legacy);
|
IrisObject o = WandSVC.createSchematic(player());
|
||||||
|
|
||||||
if (o == null) {
|
if (o == null) {
|
||||||
sender().sendMessage(C.YELLOW + "You need to hold your wand!");
|
sender().sendMessage(C.YELLOW + "You need to hold your wand!");
|
||||||
@@ -427,10 +414,6 @@ public class CommandObject implements DecreeExecutor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Location[] b = WandSVC.getCuboid(player());
|
Location[] b = WandSVC.getCuboid(player());
|
||||||
if (b == null || b[0] == null || b[1] == null) {
|
|
||||||
sender().sendMessage("No area selected.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
Location a1 = b[0].clone();
|
Location a1 = b[0].clone();
|
||||||
Location a2 = b[1].clone();
|
Location a2 = b[1].clone();
|
||||||
Direction d = Direction.closest(player().getLocation().getDirection()).reverse();
|
Direction d = Direction.closest(player().getLocation().getDirection()).reverse();
|
||||||
@@ -455,7 +438,7 @@ public class CommandObject implements DecreeExecutor {
|
|||||||
ObjectSVC service = Iris.service(ObjectSVC.class);
|
ObjectSVC service = Iris.service(ObjectSVC.class);
|
||||||
int actualReverts = Math.min(service.getUndos().size(), amount);
|
int actualReverts = Math.min(service.getUndos().size(), amount);
|
||||||
service.revertChanges(actualReverts);
|
service.revertChanges(actualReverts);
|
||||||
sender().sendMessage(C.BLUE + "Reverted " + actualReverts + C.BLUE +" pastes!");
|
sender().sendMessage(C.BLUE + "Reverted " + actualReverts + C.BLUE + " pastes!");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Decree(description = "Gets an object wand and grabs the current WorldEdit selection.", aliases = "we", origin = DecreeOrigin.PLAYER, studio = true)
|
@Decree(description = "Gets an object wand and grabs the current WorldEdit selection.", aliases = "we", origin = DecreeOrigin.PLAYER, studio = true)
|
||||||
@@ -491,10 +474,6 @@ public class CommandObject implements DecreeExecutor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Location[] b = WandSVC.getCuboid(player());
|
Location[] b = WandSVC.getCuboid(player());
|
||||||
if (b == null || b[0] == null || b[1] == null) {
|
|
||||||
sender().sendMessage("No area selected.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
Location a1 = b[0].clone();
|
Location a1 = b[0].clone();
|
||||||
Location a2 = b[1].clone();
|
Location a2 = b[1].clone();
|
||||||
Location a1x = b[0].clone();
|
Location a1x = b[0].clone();
|
||||||
@@ -542,10 +521,6 @@ public class CommandObject implements DecreeExecutor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Location[] b = WandSVC.getCuboid(player());
|
Location[] b = WandSVC.getCuboid(player());
|
||||||
if (b == null || b[0] == null || b[1] == null) {
|
|
||||||
sender().sendMessage("No area selected.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
b[0].add(new Vector(0, 1, 0));
|
b[0].add(new Vector(0, 1, 0));
|
||||||
b[1].add(new Vector(0, 1, 0));
|
b[1].add(new Vector(0, 1, 0));
|
||||||
Location a1 = b[0].clone();
|
Location a1 = b[0].clone();
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -19,9 +19,16 @@
|
|||||||
package com.volmit.iris.core.commands;
|
package com.volmit.iris.core.commands;
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
import com.volmit.iris.Iris;
|
||||||
|
import com.volmit.iris.core.IrisSettings;
|
||||||
import com.volmit.iris.core.gui.PregeneratorJob;
|
import com.volmit.iris.core.gui.PregeneratorJob;
|
||||||
import com.volmit.iris.core.pregenerator.PregenTask;
|
import com.volmit.iris.core.pregenerator.PregenTask;
|
||||||
|
import com.volmit.iris.core.pregenerator.methods.HeadlessPregenMethod;
|
||||||
|
import com.volmit.iris.core.pregenerator.methods.HybridPregenMethod;
|
||||||
import com.volmit.iris.core.tools.IrisToolbelt;
|
import com.volmit.iris.core.tools.IrisToolbelt;
|
||||||
|
import com.volmit.iris.engine.IrisEngine;
|
||||||
|
import com.volmit.iris.engine.framework.Engine;
|
||||||
|
import com.volmit.iris.engine.framework.EngineTarget;
|
||||||
|
import com.volmit.iris.engine.object.IrisWorld;
|
||||||
import com.volmit.iris.util.decree.DecreeExecutor;
|
import com.volmit.iris.util.decree.DecreeExecutor;
|
||||||
import com.volmit.iris.util.decree.annotations.Decree;
|
import com.volmit.iris.util.decree.annotations.Decree;
|
||||||
import com.volmit.iris.util.decree.annotations.Param;
|
import com.volmit.iris.util.decree.annotations.Param;
|
||||||
@@ -30,6 +37,8 @@ import com.volmit.iris.util.math.Position2;
|
|||||||
import org.bukkit.World;
|
import org.bukkit.World;
|
||||||
import org.bukkit.util.Vector;
|
import org.bukkit.util.Vector;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
|
||||||
@Decree(name = "pregen", aliases = "pregenerate", description = "Pregenerate your Iris worlds!")
|
@Decree(name = "pregen", aliases = "pregenerate", description = "Pregenerate your Iris worlds!")
|
||||||
public class CommandPregen implements DecreeExecutor {
|
public class CommandPregen implements DecreeExecutor {
|
||||||
@Decree(description = "Pregenerate a world")
|
@Decree(description = "Pregenerate a world")
|
||||||
@@ -40,22 +49,38 @@ public class CommandPregen implements DecreeExecutor {
|
|||||||
World world,
|
World world,
|
||||||
@Param(aliases = "middle", description = "The center location of the pregen. Use \"me\" for your current location", defaultValue = "0,0")
|
@Param(aliases = "middle", description = "The center location of the pregen. Use \"me\" for your current location", defaultValue = "0,0")
|
||||||
Vector center,
|
Vector center,
|
||||||
@Param(description = "Open the Iris pregen gui", defaultValue = "true")
|
@Param(aliases = "headless", description = "Toggle headless pregeneration", defaultValue = "true")
|
||||||
boolean gui
|
boolean headless,
|
||||||
) {
|
@Param(aliases = "gui", description = "Enable or disable the Iris GUI.", defaultValue = "true")
|
||||||
|
boolean gui,
|
||||||
|
@Param(aliases = "resetCache", description = "If it should reset the generated region cache", defaultValue = "false")
|
||||||
|
boolean resetCache
|
||||||
|
|
||||||
|
) {
|
||||||
try {
|
try {
|
||||||
if (sender().isPlayer() && access() == null) {
|
if (sender().isPlayer() && access() == null) {
|
||||||
sender().sendMessage(C.RED + "The engine access for this world is null!");
|
sender().sendMessage(C.RED + "The engine access for this world is null!");
|
||||||
sender().sendMessage(C.RED + "Please make sure the world is loaded & the engine is initialized. Generate a new chunk, for example.");
|
sender().sendMessage(C.RED + "Please make sure the world is loaded & the engine is initialized. Generate a new chunk, for example.");
|
||||||
}
|
}
|
||||||
radius = Math.max(radius, 1024);
|
radius = Math.max(radius, 1024);
|
||||||
|
int w = (radius >> 9 + 1) * 2;
|
||||||
|
|
||||||
|
Engine engine = IrisToolbelt.access(world).getEngine();
|
||||||
|
if(!engine.setEngineHeadless()) {
|
||||||
|
Iris.error("Failed to enable headless engine!");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
IrisToolbelt.pregenerate(PregenTask
|
IrisToolbelt.pregenerate(PregenTask
|
||||||
.builder()
|
.builder()
|
||||||
.center(new Position2(center.getBlockX(), center.getBlockZ()))
|
.resetCache(resetCache)
|
||||||
.gui(gui)
|
.center(new Position2(center.getBlockX() >> 9, center.getBlockZ() >> 9))
|
||||||
.radiusX(radius)
|
.gui(!GraphicsEnvironment.isHeadless() && gui)
|
||||||
.radiusZ(radius)
|
.width(w)
|
||||||
.build(), world);
|
.height(w)
|
||||||
|
.build(), headless ? new HeadlessPregenMethod(engine) : new HybridPregenMethod(engine.getWorld().realWorld(),
|
||||||
|
IrisSettings.getThreadCount(IrisSettings.get().getConcurrency().getParallelism())), engine);
|
||||||
|
if (headless) sender().sendMessage("Using the headless Pregenerator.");
|
||||||
String msg = C.GREEN + "Pregen started in " + C.GOLD + world.getName() + C.GREEN + " of " + C.GOLD + (radius * 2) + C.GREEN + " by " + C.GOLD + (radius * 2) + C.GREEN + " blocks from " + C.GOLD + center.getX() + "," + center.getZ();
|
String msg = C.GREEN + "Pregen started in " + C.GOLD + world.getName() + C.GREEN + " of " + C.GOLD + (radius * 2) + C.GREEN + " by " + C.GOLD + (radius * 2) + C.GREEN + " blocks from " + C.GOLD + center.getX() + "," + center.getZ();
|
||||||
sender().sendMessage(msg);
|
sender().sendMessage(msg);
|
||||||
Iris.info(msg);
|
Iris.info(msg);
|
||||||
@@ -69,7 +94,7 @@ public class CommandPregen implements DecreeExecutor {
|
|||||||
@Decree(description = "Stop the active pregeneration task", aliases = "x")
|
@Decree(description = "Stop the active pregeneration task", aliases = "x")
|
||||||
public void stop() {
|
public void stop() {
|
||||||
if (PregeneratorJob.shutdownInstance()) {
|
if (PregeneratorJob.shutdownInstance()) {
|
||||||
Iris.info( C.BLUE + "Finishing up mca region...");
|
Iris.info(C.BLUE + "Finishing up mca region...");
|
||||||
} else {
|
} else {
|
||||||
sender().sendMessage(C.YELLOW + "No active pregeneration tasks to stop");
|
sender().sendMessage(C.YELLOW + "No active pregeneration tasks to stop");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -22,10 +22,10 @@ import com.volmit.iris.Iris;
|
|||||||
import com.volmit.iris.core.IrisSettings;
|
import com.volmit.iris.core.IrisSettings;
|
||||||
import com.volmit.iris.core.gui.NoiseExplorerGUI;
|
import com.volmit.iris.core.gui.NoiseExplorerGUI;
|
||||||
import com.volmit.iris.core.gui.VisionGUI;
|
import com.volmit.iris.core.gui.VisionGUI;
|
||||||
import com.volmit.iris.core.loader.IrisData;
|
|
||||||
import com.volmit.iris.core.project.IrisProject;
|
import com.volmit.iris.core.project.IrisProject;
|
||||||
import com.volmit.iris.core.service.ConversionSVC;
|
import com.volmit.iris.core.service.ConversionSVC;
|
||||||
import com.volmit.iris.core.service.StudioSVC;
|
import com.volmit.iris.core.service.StudioSVC;
|
||||||
|
import com.volmit.iris.core.tools.IrisNoiseBenchmark;
|
||||||
import com.volmit.iris.core.tools.IrisToolbelt;
|
import com.volmit.iris.core.tools.IrisToolbelt;
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
import com.volmit.iris.engine.framework.Engine;
|
||||||
import com.volmit.iris.engine.object.*;
|
import com.volmit.iris.engine.object.*;
|
||||||
@@ -41,28 +41,24 @@ import com.volmit.iris.util.decree.annotations.Param;
|
|||||||
import com.volmit.iris.util.format.C;
|
import com.volmit.iris.util.format.C;
|
||||||
import com.volmit.iris.util.format.Form;
|
import com.volmit.iris.util.format.Form;
|
||||||
import com.volmit.iris.util.function.Function2;
|
import com.volmit.iris.util.function.Function2;
|
||||||
import com.volmit.iris.util.function.NoiseProvider;
|
|
||||||
import com.volmit.iris.util.interpolation.InterpolationMethod;
|
|
||||||
import com.volmit.iris.util.io.IO;
|
|
||||||
import com.volmit.iris.util.json.JSONArray;
|
import com.volmit.iris.util.json.JSONArray;
|
||||||
import com.volmit.iris.util.json.JSONObject;
|
import com.volmit.iris.util.json.JSONObject;
|
||||||
import com.volmit.iris.util.mantle.MantleChunk;
|
|
||||||
import com.volmit.iris.util.math.M;
|
import com.volmit.iris.util.math.M;
|
||||||
import com.volmit.iris.util.math.Position2;
|
import com.volmit.iris.util.math.Position2;
|
||||||
import com.volmit.iris.util.math.RNG;
|
import com.volmit.iris.util.math.RNG;
|
||||||
import com.volmit.iris.util.math.Spiraler;
|
import com.volmit.iris.util.math.Spiraler;
|
||||||
import com.volmit.iris.util.noise.CNG;
|
import com.volmit.iris.util.parallel.BurstExecutor;
|
||||||
import com.volmit.iris.util.parallel.MultiBurst;
|
import com.volmit.iris.util.parallel.MultiBurst;
|
||||||
import com.volmit.iris.util.parallel.SyncExecutor;
|
|
||||||
import com.volmit.iris.util.plugin.VolmitSender;
|
import com.volmit.iris.util.plugin.VolmitSender;
|
||||||
|
import com.volmit.iris.util.scheduling.ChronoLatch;
|
||||||
import com.volmit.iris.util.scheduling.J;
|
import com.volmit.iris.util.scheduling.J;
|
||||||
import com.volmit.iris.util.scheduling.O;
|
import com.volmit.iris.util.scheduling.O;
|
||||||
import com.volmit.iris.util.scheduling.PrecisionStopwatch;
|
import com.volmit.iris.util.scheduling.jobs.QueueJob;
|
||||||
import com.volmit.iris.util.scheduling.jobs.ParallelRadiusJob;
|
|
||||||
import io.papermc.lib.PaperLib;
|
import io.papermc.lib.PaperLib;
|
||||||
import org.bukkit.*;
|
import org.bukkit.*;
|
||||||
import org.bukkit.event.inventory.InventoryType;
|
import org.bukkit.event.inventory.InventoryType;
|
||||||
import org.bukkit.inventory.Inventory;
|
import org.bukkit.inventory.Inventory;
|
||||||
|
import org.bukkit.scheduler.BukkitRunnable;
|
||||||
import org.bukkit.util.BlockVector;
|
import org.bukkit.util.BlockVector;
|
||||||
import org.bukkit.util.Vector;
|
import org.bukkit.util.Vector;
|
||||||
|
|
||||||
@@ -77,8 +73,9 @@ import java.time.temporal.ChronoUnit;
|
|||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
import java.util.concurrent.CountDownLatch;
|
import java.util.concurrent.CompletableFuture;
|
||||||
import java.util.concurrent.Executors;
|
import java.util.concurrent.ExecutionException;
|
||||||
|
import java.util.concurrent.Future;
|
||||||
import java.util.concurrent.atomic.AtomicInteger;
|
import java.util.concurrent.atomic.AtomicInteger;
|
||||||
import java.util.function.Supplier;
|
import java.util.function.Supplier;
|
||||||
|
|
||||||
@@ -86,25 +83,23 @@ import java.util.function.Supplier;
|
|||||||
public class CommandStudio implements DecreeExecutor {
|
public class CommandStudio implements DecreeExecutor {
|
||||||
private CommandFind find;
|
private CommandFind find;
|
||||||
private CommandEdit edit;
|
private CommandEdit edit;
|
||||||
//private CommandDeepSearch deepSearch;
|
|
||||||
|
|
||||||
public static String hrf(Duration duration) {
|
public static String hrf(Duration duration) {
|
||||||
return duration.toString().substring(2).replaceAll("(\\d[HMS])(?!$)", "$1 ").toLowerCase();
|
return duration.toString().substring(2).replaceAll("(\\d[HMS])(?!$)", "$1 ").toLowerCase();
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO fix pack trimming
|
|
||||||
@Decree(description = "Download a project.", aliases = "dl")
|
@Decree(description = "Download a project.", aliases = "dl")
|
||||||
public void download(
|
public void download(
|
||||||
@Param(name = "pack", description = "The pack to download", defaultValue = "overworld", aliases = "project")
|
@Param(name = "pack", description = "The pack to download", defaultValue = "overworld", aliases = "project")
|
||||||
String pack,
|
String pack,
|
||||||
@Param(name = "branch", description = "The branch to download from", defaultValue = "master")
|
@Param(name = "branch", description = "The branch to download from", defaultValue = "master")
|
||||||
String branch,
|
String branch,
|
||||||
//@Param(name = "trim", description = "Whether or not to download a trimmed version (do not enable when editing)", defaultValue = "false")
|
@Param(name = "trim", description = "Whether or not to download a trimmed version (do not enable when editing)", defaultValue = "false")
|
||||||
//boolean trim,
|
boolean trim,
|
||||||
@Param(name = "overwrite", description = "Whether or not to overwrite the pack with the downloaded one", aliases = "force", defaultValue = "false")
|
@Param(name = "overwrite", description = "Whether or not to overwrite the pack with the downloaded one", aliases = "force", defaultValue = "false")
|
||||||
boolean overwrite
|
boolean overwrite
|
||||||
) {
|
) {
|
||||||
new CommandIris().download(pack, branch, overwrite);
|
new CommandIris().download(pack, branch, trim, overwrite);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Decree(description = "Open a new studio world", aliases = "o", sync = true)
|
@Decree(description = "Open a new studio world", aliases = "o", sync = true)
|
||||||
@@ -163,88 +158,71 @@ public class CommandStudio implements DecreeExecutor {
|
|||||||
@Param(name = "radius", description = "The radius of nearby cunks", defaultValue = "5")
|
@Param(name = "radius", description = "The radius of nearby cunks", defaultValue = "5")
|
||||||
int radius
|
int radius
|
||||||
) {
|
) {
|
||||||
World world = player().getWorld();
|
if (IrisToolbelt.isIrisWorld(player().getWorld())) {
|
||||||
if (!IrisToolbelt.isIrisWorld(world)) {
|
VolmitSender sender = sender();
|
||||||
|
J.a(() -> {
|
||||||
|
DecreeContext.touch(sender);
|
||||||
|
PlatformChunkGenerator plat = IrisToolbelt.access(player().getWorld());
|
||||||
|
Engine engine = plat.getEngine();
|
||||||
|
try {
|
||||||
|
Chunk cx = player().getLocation().getChunk();
|
||||||
|
KList<Runnable> js = new KList<>();
|
||||||
|
BurstExecutor b = MultiBurst.burst.burst();
|
||||||
|
b.setMulticore(false);
|
||||||
|
int rad = engine.getMantle().getRealRadius();
|
||||||
|
for (int i = -(radius + rad); i <= radius + rad; i++) {
|
||||||
|
for (int j = -(radius + rad); j <= radius + rad; j++) {
|
||||||
|
engine.getMantle().getMantle().deleteChunk(i + cx.getX(), j + cx.getZ());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for (int i = -radius; i <= radius; i++) {
|
||||||
|
for (int j = -radius; j <= radius; j++) {
|
||||||
|
int finalJ = j;
|
||||||
|
int finalI = i;
|
||||||
|
b.queue(() -> plat.injectChunkReplacement(player().getWorld(), finalI + cx.getX(), finalJ + cx.getZ(), (f) -> {
|
||||||
|
synchronized (js) {
|
||||||
|
js.add(f);
|
||||||
|
}
|
||||||
|
}));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
b.complete();
|
||||||
|
sender().sendMessage(C.GREEN + "Regenerating " + Form.f(js.size()) + " Sections");
|
||||||
|
QueueJob<Runnable> r = new QueueJob<>() {
|
||||||
|
final KList<Future<?>> futures = new KList<>();
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void execute(Runnable runnable) {
|
||||||
|
futures.add(J.sfut(runnable));
|
||||||
|
|
||||||
|
if (futures.size() > 64) {
|
||||||
|
while (futures.isNotEmpty()) {
|
||||||
|
try {
|
||||||
|
futures.remove(0).get();
|
||||||
|
} catch (InterruptedException |
|
||||||
|
ExecutionException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getName() {
|
||||||
|
return "Regenerating";
|
||||||
|
}
|
||||||
|
};
|
||||||
|
r.queue(js);
|
||||||
|
r.execute(sender());
|
||||||
|
} catch (Throwable e) {
|
||||||
|
sender().sendMessage("Unable to parse view-distance");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
} else {
|
||||||
sender().sendMessage(C.RED + "You must be in an Iris World to use regen!");
|
sender().sendMessage(C.RED + "You must be in an Iris World to use regen!");
|
||||||
}
|
}
|
||||||
|
|
||||||
VolmitSender sender = sender();
|
|
||||||
var loc = player().getLocation().clone();
|
|
||||||
|
|
||||||
J.a(() -> {
|
|
||||||
PlatformChunkGenerator plat = IrisToolbelt.access(world);
|
|
||||||
Engine engine = plat.getEngine();
|
|
||||||
DecreeContext.touch(sender);
|
|
||||||
try (SyncExecutor executor = new SyncExecutor(20);
|
|
||||||
var service = Executors.newFixedThreadPool(Runtime.getRuntime().availableProcessors())
|
|
||||||
) {
|
|
||||||
int x = loc.getBlockX() >> 4;
|
|
||||||
int z = loc.getBlockZ() >> 4;
|
|
||||||
|
|
||||||
int rad = engine.getMantle().getRadius();
|
|
||||||
var mantle = engine.getMantle().getMantle();
|
|
||||||
var chunkMap = new KMap<Position2, MantleChunk>();
|
|
||||||
ParallelRadiusJob prep = new ParallelRadiusJob(Integer.MAX_VALUE, service) {
|
|
||||||
@Override
|
|
||||||
protected void execute(int rX, int rZ) {
|
|
||||||
if (Math.abs(rX) <= radius && Math.abs(rZ) <= radius) {
|
|
||||||
mantle.deleteChunk(rX + x, rZ + z);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
rX += x;
|
|
||||||
rZ += z;
|
|
||||||
chunkMap.put(new Position2(rX, rZ), mantle.getChunk(rX, rZ));
|
|
||||||
mantle.deleteChunk(rX, rZ);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getName() {
|
|
||||||
return "Preparing Mantle";
|
|
||||||
}
|
|
||||||
}.retarget(radius + rad, 0, 0);
|
|
||||||
CountDownLatch pLatch = new CountDownLatch(1);
|
|
||||||
prep.execute(sender(), pLatch::countDown);
|
|
||||||
pLatch.await();
|
|
||||||
|
|
||||||
|
|
||||||
ParallelRadiusJob job = new ParallelRadiusJob(Integer.MAX_VALUE, service) {
|
|
||||||
@Override
|
|
||||||
protected void execute(int x, int z) {
|
|
||||||
plat.injectChunkReplacement(world, x, z, executor);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getName() {
|
|
||||||
return "Regenerating";
|
|
||||||
}
|
|
||||||
}.retarget(radius, x, z);
|
|
||||||
CountDownLatch latch = new CountDownLatch(1);
|
|
||||||
job.execute(sender(), latch::countDown);
|
|
||||||
latch.await();
|
|
||||||
|
|
||||||
int sections = mantle.getWorldHeight() >> 4;
|
|
||||||
chunkMap.forEach((pos, chunk) -> {
|
|
||||||
var c = mantle.getChunk(pos.getX(), pos.getZ()).use();
|
|
||||||
try {
|
|
||||||
c.copyFlags(chunk);
|
|
||||||
c.clear();
|
|
||||||
for (int y = 0; y < sections; y++) {
|
|
||||||
var slice = chunk.get(y);
|
|
||||||
if (slice == null) continue;
|
|
||||||
var s = c.getOrCreate(y);
|
|
||||||
slice.getSliceMap().forEach(s::putSlice);
|
|
||||||
}
|
|
||||||
} finally {
|
|
||||||
c.release();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
} catch (Throwable e) {
|
|
||||||
sender().sendMessage("Error while regenerating chunks");
|
|
||||||
e.printStackTrace();
|
|
||||||
} finally {
|
|
||||||
DecreeContext.remove();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Decree(description = "Convert objects in the \"convert\" folder")
|
@Decree(description = "Convert objects in the \"convert\" folder")
|
||||||
@@ -305,8 +283,8 @@ public class CommandStudio implements DecreeExecutor {
|
|||||||
sender().sendMessage(C.RED + "No studio world open!");
|
sender().sendMessage(C.RED + "No studio world open!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Iris.service(StudioSVC.class).getActiveProject().getActiveProvider().getEngine().hotload();
|
var provider = Iris.service(StudioSVC.class).getActiveProject().getActiveProvider();
|
||||||
sender().sendMessage(C.GREEN + "Hotloaded");
|
provider.getEngine().hotload();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Decree(description = "Show loot if a chest were right here", origin = DecreeOrigin.PLAYER, sync = true)
|
@Decree(description = "Show loot if a chest were right here", origin = DecreeOrigin.PLAYER, sync = true)
|
||||||
@@ -322,7 +300,7 @@ public class CommandStudio implements DecreeExecutor {
|
|||||||
Inventory inv = Bukkit.createInventory(null, 27 * 2);
|
Inventory inv = Bukkit.createInventory(null, 27 * 2);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
engine().addItems(true, inv, RNG.r, tables, InventorySlotType.STORAGE, player().getWorld(), player().getLocation().getBlockX(), player().getLocation().getBlockY(), player().getLocation().getBlockZ(), 1);
|
engine().addItems(true, inv, RNG.r, tables, InventorySlotType.STORAGE, player().getLocation().getBlockX(), player().getLocation().getBlockY(), player().getLocation().getBlockZ(), 1);
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
Iris.reportError(e);
|
Iris.reportError(e);
|
||||||
sender().sendMessage(C.RED + "Cannot add items to virtual inventory because of: " + e.getMessage());
|
sender().sendMessage(C.RED + "Cannot add items to virtual inventory because of: " + e.getMessage());
|
||||||
@@ -333,15 +311,11 @@ public class CommandStudio implements DecreeExecutor {
|
|||||||
O<Integer> ta = new O<>();
|
O<Integer> ta = new O<>();
|
||||||
ta.set(-1);
|
ta.set(-1);
|
||||||
|
|
||||||
var sender = sender();
|
|
||||||
var player = player();
|
|
||||||
var engine = engine();
|
|
||||||
|
|
||||||
ta.set(Bukkit.getScheduler().scheduleSyncRepeatingTask(Iris.instance, () ->
|
ta.set(Bukkit.getScheduler().scheduleSyncRepeatingTask(Iris.instance, () ->
|
||||||
{
|
{
|
||||||
if (!player.getOpenInventory().getType().equals(InventoryType.CHEST)) {
|
if (!player().getOpenInventory().getType().equals(InventoryType.CHEST)) {
|
||||||
Bukkit.getScheduler().cancelTask(ta.get());
|
Bukkit.getScheduler().cancelTask(ta.get());
|
||||||
sender.sendMessage(C.GREEN + "Opened inventory!");
|
sender().sendMessage(C.GREEN + "Opened inventory!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -349,49 +323,13 @@ public class CommandStudio implements DecreeExecutor {
|
|||||||
inv.clear();
|
inv.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
engine.addItems(true, inv, new RNG(RNG.r.imax()), tables, InventorySlotType.STORAGE, player.getWorld(), player.getLocation().getBlockX(), player.getLocation().getBlockY(), player.getLocation().getBlockZ(), 1);
|
engine().addItems(true, inv, new RNG(RNG.r.imax()), tables, InventorySlotType.STORAGE, player().getLocation().getBlockX(), player().getLocation().getBlockY(), player().getLocation().getBlockZ(), 1);
|
||||||
}, 0, fast ? 5 : 35));
|
}, 0, fast ? 5 : 35));
|
||||||
|
|
||||||
sender().sendMessage(C.GREEN + "Opening inventory now!");
|
sender().sendMessage(C.GREEN + "Opening inventory now!");
|
||||||
player().openInventory(inv);
|
player().openInventory(inv);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Decree(description = "Calculate the chance for each region to generate", origin = DecreeOrigin.PLAYER)
|
|
||||||
public void regions(@Param(description = "The radius in chunks", defaultValue = "500") int radius) {
|
|
||||||
var engine = engine();
|
|
||||||
if (engine == null) {
|
|
||||||
sender().sendMessage(C.RED + "Only works in an Iris world!");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
var sender = sender();
|
|
||||||
var player = player();
|
|
||||||
Thread.ofVirtual()
|
|
||||||
.start(() -> {
|
|
||||||
int d = radius * 2;
|
|
||||||
KMap<String, AtomicInteger> data = new KMap<>();
|
|
||||||
engine.getDimension().getRegions().forEach(key -> data.put(key, new AtomicInteger(0)));
|
|
||||||
var multiBurst = new MultiBurst("Region Sampler");
|
|
||||||
var executor = multiBurst.burst(radius * radius);
|
|
||||||
sender.sendMessage(C.GRAY + "Generating data...");
|
|
||||||
var loc = player.getLocation();
|
|
||||||
int totalTasks = d * d;
|
|
||||||
AtomicInteger completedTasks = new AtomicInteger(0);
|
|
||||||
int c = J.ar(() -> sender.sendProgress((double) completedTasks.get() / totalTasks, "Finding regions"), 0);
|
|
||||||
new Spiraler(d, d, (x, z) -> executor.queue(() -> {
|
|
||||||
var region = engine.getRegion((x << 4) + 8, (z << 4) + 8);
|
|
||||||
data.computeIfAbsent(region.getLoadKey(), (k) -> new AtomicInteger(0))
|
|
||||||
.incrementAndGet();
|
|
||||||
completedTasks.incrementAndGet();
|
|
||||||
})).setOffset(loc.getBlockX(), loc.getBlockZ()).drain();
|
|
||||||
executor.complete();
|
|
||||||
multiBurst.close();
|
|
||||||
J.car(c);
|
|
||||||
|
|
||||||
sender.sendMessage(C.GREEN + "Done!");
|
|
||||||
var loader = engine.getData().getRegionLoader();
|
|
||||||
data.forEach((k, v) -> sender.sendMessage(C.GREEN + k + ": " + loader.load(k).getRarity() + " / " + Form.f((double) v.get() / totalTasks * 100, 2) + "%"));
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
@Decree(description = "Get all structures in a radius of chunks", aliases = "dist", origin = DecreeOrigin.PLAYER)
|
@Decree(description = "Get all structures in a radius of chunks", aliases = "dist", origin = DecreeOrigin.PLAYER)
|
||||||
public void distances(@Param(description = "The radius in chunks") int radius) {
|
public void distances(@Param(description = "The radius in chunks") int radius) {
|
||||||
@@ -403,7 +341,7 @@ public class CommandStudio implements DecreeExecutor {
|
|||||||
var sender = sender();
|
var sender = sender();
|
||||||
int d = radius * 2;
|
int d = radius * 2;
|
||||||
KMap<String, KList<Position2>> data = new KMap<>();
|
KMap<String, KList<Position2>> data = new KMap<>();
|
||||||
var multiBurst = new MultiBurst("Distance Sampler");
|
var multiBurst = new MultiBurst("Distance Sampler", Thread.MIN_PRIORITY);
|
||||||
var executor = multiBurst.burst(radius * radius);
|
var executor = multiBurst.burst(radius * radius);
|
||||||
|
|
||||||
sender.sendMessage(C.GRAY + "Generating data...");
|
sender.sendMessage(C.GRAY + "Generating data...");
|
||||||
@@ -460,18 +398,10 @@ public class CommandStudio implements DecreeExecutor {
|
|||||||
|
|
||||||
|
|
||||||
@Decree(description = "Render a world map (External GUI)", aliases = "render")
|
@Decree(description = "Render a world map (External GUI)", aliases = "render")
|
||||||
public void map(
|
public void map() {
|
||||||
@Param(name = "world", description = "The world to open the generator for", contextual = true)
|
|
||||||
World world
|
|
||||||
) {
|
|
||||||
if (noGUI()) return;
|
if (noGUI()) return;
|
||||||
|
if (noStudio()) return;
|
||||||
if (!IrisToolbelt.isIrisWorld(world)) {
|
VisionGUI.launch(IrisToolbelt.access(player().getWorld()).getEngine(), 0);
|
||||||
sender().sendMessage(C.RED + "You need to be in or specify an Iris-generated world!");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
VisionGUI.launch(IrisToolbelt.access(world).getEngine(), 0);
|
|
||||||
sender().sendMessage(C.GREEN + "Opening map!");
|
sender().sendMessage(C.GREEN + "Opening map!");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -492,188 +422,8 @@ public class CommandStudio implements DecreeExecutor {
|
|||||||
@Param(description = "The dimension to profile", contextual = true, defaultValue = "default")
|
@Param(description = "The dimension to profile", contextual = true, defaultValue = "default")
|
||||||
IrisDimension dimension
|
IrisDimension dimension
|
||||||
) {
|
) {
|
||||||
// Todo: Make this more accurate
|
IrisNoiseBenchmark noiseBenchmark = new IrisNoiseBenchmark(dimension, sender());
|
||||||
File pack = dimension.getLoadFile().getParentFile().getParentFile();
|
noiseBenchmark.runAll();
|
||||||
File report = Iris.instance.getDataFile("profile.txt");
|
|
||||||
IrisProject project = new IrisProject(pack);
|
|
||||||
IrisData data = IrisData.get(pack);
|
|
||||||
|
|
||||||
KList<String> fileText = new KList<>();
|
|
||||||
|
|
||||||
KMap<NoiseStyle, Double> styleTimings = new KMap<>();
|
|
||||||
KMap<InterpolationMethod, Double> interpolatorTimings = new KMap<>();
|
|
||||||
KMap<String, Double> generatorTimings = new KMap<>();
|
|
||||||
KMap<String, Double> biomeTimings = new KMap<>();
|
|
||||||
KMap<String, Double> regionTimings = new KMap<>();
|
|
||||||
|
|
||||||
sender().sendMessage("Calculating Performance Metrics for Noise generators");
|
|
||||||
|
|
||||||
for (NoiseStyle i : NoiseStyle.values()) {
|
|
||||||
CNG c = i.create(new RNG(i.hashCode()));
|
|
||||||
|
|
||||||
for (int j = 0; j < 3000; j++) {
|
|
||||||
c.noise(j, j + 1000, j * j);
|
|
||||||
c.noise(j, -j);
|
|
||||||
}
|
|
||||||
|
|
||||||
PrecisionStopwatch px = PrecisionStopwatch.start();
|
|
||||||
|
|
||||||
for (int j = 0; j < 100000; j++) {
|
|
||||||
c.noise(j, j + 1000, j * j);
|
|
||||||
c.noise(j, -j);
|
|
||||||
}
|
|
||||||
|
|
||||||
styleTimings.put(i, px.getMilliseconds());
|
|
||||||
}
|
|
||||||
|
|
||||||
fileText.add("Noise Style Performance Impacts: ");
|
|
||||||
|
|
||||||
for (NoiseStyle i : styleTimings.sortKNumber()) {
|
|
||||||
fileText.add(i.name() + ": " + styleTimings.get(i));
|
|
||||||
}
|
|
||||||
|
|
||||||
fileText.add("");
|
|
||||||
|
|
||||||
sender().sendMessage("Calculating Interpolator Timings...");
|
|
||||||
|
|
||||||
for (InterpolationMethod i : InterpolationMethod.values()) {
|
|
||||||
IrisInterpolator in = new IrisInterpolator();
|
|
||||||
in.setFunction(i);
|
|
||||||
in.setHorizontalScale(8);
|
|
||||||
|
|
||||||
NoiseProvider np = (x, z) -> Math.random();
|
|
||||||
|
|
||||||
for (int j = 0; j < 3000; j++) {
|
|
||||||
in.interpolate(j, -j, np);
|
|
||||||
}
|
|
||||||
|
|
||||||
PrecisionStopwatch px = PrecisionStopwatch.start();
|
|
||||||
|
|
||||||
for (int j = 0; j < 100000; j++) {
|
|
||||||
in.interpolate(j + 10000, -j - 100000, np);
|
|
||||||
}
|
|
||||||
|
|
||||||
interpolatorTimings.put(i, px.getMilliseconds());
|
|
||||||
}
|
|
||||||
|
|
||||||
fileText.add("Noise Interpolator Performance Impacts: ");
|
|
||||||
|
|
||||||
for (InterpolationMethod i : interpolatorTimings.sortKNumber()) {
|
|
||||||
fileText.add(i.name() + ": " + interpolatorTimings.get(i));
|
|
||||||
}
|
|
||||||
|
|
||||||
fileText.add("");
|
|
||||||
|
|
||||||
sender().sendMessage("Processing Generator Scores: ");
|
|
||||||
|
|
||||||
KMap<String, KList<String>> btx = new KMap<>();
|
|
||||||
|
|
||||||
for (String i : data.getGeneratorLoader().getPossibleKeys()) {
|
|
||||||
KList<String> vv = new KList<>();
|
|
||||||
IrisGenerator g = data.getGeneratorLoader().load(i);
|
|
||||||
KList<IrisNoiseGenerator> composites = g.getAllComposites();
|
|
||||||
double score = 0;
|
|
||||||
int m = 0;
|
|
||||||
for (IrisNoiseGenerator j : composites) {
|
|
||||||
m++;
|
|
||||||
score += styleTimings.get(j.getStyle().getStyle());
|
|
||||||
vv.add("Composite Noise Style " + m + " " + j.getStyle().getStyle().name() + ": " + styleTimings.get(j.getStyle().getStyle()));
|
|
||||||
}
|
|
||||||
|
|
||||||
score += interpolatorTimings.get(g.getInterpolator().getFunction());
|
|
||||||
vv.add("Interpolator " + g.getInterpolator().getFunction().name() + ": " + interpolatorTimings.get(g.getInterpolator().getFunction()));
|
|
||||||
generatorTimings.put(i, score);
|
|
||||||
btx.put(i, vv);
|
|
||||||
}
|
|
||||||
|
|
||||||
fileText.add("Project Generator Performance Impacts: ");
|
|
||||||
|
|
||||||
for (String i : generatorTimings.sortKNumber()) {
|
|
||||||
fileText.add(i + ": " + generatorTimings.get(i));
|
|
||||||
|
|
||||||
btx.get(i).forEach((ii) -> fileText.add(" " + ii));
|
|
||||||
}
|
|
||||||
|
|
||||||
fileText.add("");
|
|
||||||
|
|
||||||
KMap<String, KList<String>> bt = new KMap<>();
|
|
||||||
|
|
||||||
for (String i : data.getBiomeLoader().getPossibleKeys()) {
|
|
||||||
KList<String> vv = new KList<>();
|
|
||||||
IrisBiome b = data.getBiomeLoader().load(i);
|
|
||||||
double score = 0;
|
|
||||||
|
|
||||||
int m = 0;
|
|
||||||
for (IrisBiomePaletteLayer j : b.getLayers()) {
|
|
||||||
m++;
|
|
||||||
score += styleTimings.get(j.getStyle().getStyle());
|
|
||||||
vv.add("Palette Layer " + m + ": " + styleTimings.get(j.getStyle().getStyle()));
|
|
||||||
}
|
|
||||||
|
|
||||||
score += styleTimings.get(b.getBiomeStyle().getStyle());
|
|
||||||
vv.add("Biome Style: " + styleTimings.get(b.getBiomeStyle().getStyle()));
|
|
||||||
score += styleTimings.get(b.getChildStyle().getStyle());
|
|
||||||
vv.add("Child Style: " + styleTimings.get(b.getChildStyle().getStyle()));
|
|
||||||
biomeTimings.put(i, score);
|
|
||||||
bt.put(i, vv);
|
|
||||||
}
|
|
||||||
|
|
||||||
fileText.add("Project Biome Performance Impacts: ");
|
|
||||||
|
|
||||||
for (String i : biomeTimings.sortKNumber()) {
|
|
||||||
fileText.add(i + ": " + biomeTimings.get(i));
|
|
||||||
|
|
||||||
bt.get(i).forEach((ff) -> fileText.add(" " + ff));
|
|
||||||
}
|
|
||||||
|
|
||||||
fileText.add("");
|
|
||||||
|
|
||||||
for (String i : data.getRegionLoader().getPossibleKeys()) {
|
|
||||||
IrisRegion b = data.getRegionLoader().load(i);
|
|
||||||
double score = 0;
|
|
||||||
|
|
||||||
score += styleTimings.get(b.getLakeStyle().getStyle());
|
|
||||||
score += styleTimings.get(b.getRiverStyle().getStyle());
|
|
||||||
regionTimings.put(i, score);
|
|
||||||
}
|
|
||||||
|
|
||||||
fileText.add("Project Region Performance Impacts: ");
|
|
||||||
|
|
||||||
for (String i : regionTimings.sortKNumber()) {
|
|
||||||
fileText.add(i + ": " + regionTimings.get(i));
|
|
||||||
}
|
|
||||||
|
|
||||||
fileText.add("");
|
|
||||||
|
|
||||||
double m = 0;
|
|
||||||
for (double i : biomeTimings.v()) {
|
|
||||||
m += i;
|
|
||||||
}
|
|
||||||
m /= biomeTimings.size();
|
|
||||||
double mm = 0;
|
|
||||||
for (double i : generatorTimings.v()) {
|
|
||||||
mm += i;
|
|
||||||
}
|
|
||||||
mm /= generatorTimings.size();
|
|
||||||
m += mm;
|
|
||||||
double mmm = 0;
|
|
||||||
for (double i : regionTimings.v()) {
|
|
||||||
mmm += i;
|
|
||||||
}
|
|
||||||
mmm /= regionTimings.size();
|
|
||||||
m += mmm;
|
|
||||||
|
|
||||||
fileText.add("Average Score: " + m);
|
|
||||||
sender().sendMessage("Score: " + Form.duration(m, 0));
|
|
||||||
|
|
||||||
try {
|
|
||||||
IO.writeAll(report, fileText.toString("\n"));
|
|
||||||
} catch (IOException e) {
|
|
||||||
Iris.reportError(e);
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
|
|
||||||
sender().sendMessage(C.GREEN + "Done! " + report.getPath());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Decree(description = "Spawn an Iris entity", aliases = "summon", origin = DecreeOrigin.PLAYER)
|
@Decree(description = "Spawn an Iris entity", aliases = "summon", origin = DecreeOrigin.PLAYER)
|
||||||
|
|||||||
@@ -0,0 +1,48 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.volmit.iris.core.commands;
|
||||||
|
|
||||||
|
import com.volmit.iris.Iris;
|
||||||
|
import com.volmit.iris.util.decree.DecreeExecutor;
|
||||||
|
import com.volmit.iris.util.decree.DecreeOrigin;
|
||||||
|
import com.volmit.iris.util.decree.annotations.Decree;
|
||||||
|
import com.volmit.iris.util.format.C;
|
||||||
|
import com.volmit.iris.util.misc.Hastebin;
|
||||||
|
|
||||||
|
@Decree(name = "Support", origin = DecreeOrigin.BOTH, description = "Iris World Manager", aliases = {"support"})
|
||||||
|
public class CommandSupport implements DecreeExecutor {
|
||||||
|
|
||||||
|
@Decree(description = "report")
|
||||||
|
public void report() {
|
||||||
|
try {
|
||||||
|
if (sender().isPlayer())
|
||||||
|
sender().sendMessage(C.GOLD + "Creating report..");
|
||||||
|
if (!sender().isPlayer()) Iris.info(C.GOLD + "Creating report..");
|
||||||
|
Hastebin.enviornment(sender());
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
Iris.info(C.RED + "Something went wrong: ");
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -19,8 +19,6 @@
|
|||||||
package com.volmit.iris.core.commands;
|
package com.volmit.iris.core.commands;
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
import com.volmit.iris.Iris;
|
||||||
import com.volmit.iris.core.pregenerator.LazyPregenerator;
|
|
||||||
import com.volmit.iris.core.pregenerator.TurboPregenerator;
|
|
||||||
import com.volmit.iris.core.pregenerator.TurboPregenerator;
|
import com.volmit.iris.core.pregenerator.TurboPregenerator;
|
||||||
import com.volmit.iris.util.decree.DecreeExecutor;
|
import com.volmit.iris.util.decree.DecreeExecutor;
|
||||||
import com.volmit.iris.util.decree.annotations.Decree;
|
import com.volmit.iris.util.decree.annotations.Decree;
|
||||||
@@ -36,6 +34,7 @@ import java.io.IOException;
|
|||||||
@Decree(name = "turbopregen", aliases = "turbo", description = "Pregenerate your Iris worlds!")
|
@Decree(name = "turbopregen", aliases = "turbo", description = "Pregenerate your Iris worlds!")
|
||||||
public class CommandTurboPregen implements DecreeExecutor {
|
public class CommandTurboPregen implements DecreeExecutor {
|
||||||
public String worldName;
|
public String worldName;
|
||||||
|
|
||||||
@Decree(description = "Pregenerate a world")
|
@Decree(description = "Pregenerate a world")
|
||||||
public void start(
|
public void start(
|
||||||
@Param(description = "The radius of the pregen in blocks", aliases = "size")
|
@Param(description = "The radius of the pregen in blocks", aliases = "size")
|
||||||
@@ -44,7 +43,7 @@ public class CommandTurboPregen implements DecreeExecutor {
|
|||||||
World world,
|
World world,
|
||||||
@Param(aliases = "middle", description = "The center location of the pregen. Use \"me\" for your current location", defaultValue = "0,0")
|
@Param(aliases = "middle", description = "The center location of the pregen. Use \"me\" for your current location", defaultValue = "0,0")
|
||||||
Vector center
|
Vector center
|
||||||
) {
|
) {
|
||||||
|
|
||||||
worldName = world.getName();
|
worldName = world.getName();
|
||||||
File worldDirectory = new File(Bukkit.getWorldContainer(), world.getName());
|
File worldDirectory = new File(Bukkit.getWorldContainer(), world.getName());
|
||||||
@@ -57,9 +56,9 @@ public class CommandTurboPregen implements DecreeExecutor {
|
|||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
TurboFile.delete();
|
TurboFile.delete();
|
||||||
} catch (Exception e){
|
} catch (Exception e) {
|
||||||
Iris.error("Failed to delete the old instance file of Turbo Pregen!");
|
Iris.error("Failed to delete the old instance file of Turbo Pregen!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -119,7 +118,7 @@ public class CommandTurboPregen implements DecreeExecutor {
|
|||||||
} else {
|
} else {
|
||||||
File worldDirectory = new File(Bukkit.getWorldContainer(), world.getName());
|
File worldDirectory = new File(Bukkit.getWorldContainer(), world.getName());
|
||||||
File TurboFile = new File(worldDirectory, "turbogen.json");
|
File TurboFile = new File(worldDirectory, "turbogen.json");
|
||||||
if (TurboFile.exists()){
|
if (TurboFile.exists()) {
|
||||||
TurboPregenerator.loadTurboGenerator(world.getName());
|
TurboPregenerator.loadTurboGenerator(world.getName());
|
||||||
sender().sendMessage(C.YELLOW + "Started Turbo Pregen back up!");
|
sender().sendMessage(C.YELLOW + "Started Turbo Pregen back up!");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,9 +18,6 @@
|
|||||||
|
|
||||||
package com.volmit.iris.core.commands;
|
package com.volmit.iris.core.commands;
|
||||||
|
|
||||||
import lombok.Synchronized;
|
|
||||||
import org.bukkit.World;
|
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
import com.volmit.iris.Iris;
|
||||||
import com.volmit.iris.core.pregenerator.ChunkUpdater;
|
import com.volmit.iris.core.pregenerator.ChunkUpdater;
|
||||||
import com.volmit.iris.core.tools.IrisToolbelt;
|
import com.volmit.iris.core.tools.IrisToolbelt;
|
||||||
@@ -30,11 +27,11 @@ import com.volmit.iris.util.decree.annotations.Decree;
|
|||||||
import com.volmit.iris.util.decree.annotations.Param;
|
import com.volmit.iris.util.decree.annotations.Param;
|
||||||
import com.volmit.iris.util.format.C;
|
import com.volmit.iris.util.format.C;
|
||||||
import com.volmit.iris.util.format.Form;
|
import com.volmit.iris.util.format.Form;
|
||||||
|
import org.bukkit.World;
|
||||||
|
|
||||||
@Decree(name = "updater", origin = DecreeOrigin.BOTH, description = "Iris World Updater")
|
@Decree(name = "updater", origin = DecreeOrigin.BOTH, description = "Iris World Updater")
|
||||||
public class CommandUpdater implements DecreeExecutor {
|
public class CommandUpdater implements DecreeExecutor {
|
||||||
private final Object lock = new Object();
|
private ChunkUpdater chunkUpdater;
|
||||||
private transient ChunkUpdater chunkUpdater;
|
|
||||||
|
|
||||||
@Decree(description = "Updates all chunk in the specified world")
|
@Decree(description = "Updates all chunk in the specified world")
|
||||||
public void start(
|
public void start(
|
||||||
@@ -45,24 +42,24 @@ public class CommandUpdater implements DecreeExecutor {
|
|||||||
sender().sendMessage(C.GOLD + "This is not an Iris world");
|
sender().sendMessage(C.GOLD + "This is not an Iris world");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
synchronized (lock) {
|
chunkUpdater = new ChunkUpdater(world);
|
||||||
if (chunkUpdater != null) {
|
if (sender().isPlayer()) {
|
||||||
chunkUpdater.stop();
|
sender().sendMessage(C.GREEN + "Updating " + world.getName() + C.GRAY + " Total chunks: " + Form.f(chunkUpdater.getChunks()));
|
||||||
}
|
} else {
|
||||||
|
Iris.info(C.GREEN + "Updating " + world.getName() + C.GRAY + " Total chunks: " + Form.f(chunkUpdater.getChunks()));
|
||||||
chunkUpdater = new ChunkUpdater(world);
|
|
||||||
if (sender().isPlayer()) {
|
|
||||||
sender().sendMessage(C.GREEN + "Updating " + world.getName() + C.GRAY + " Total chunks: " + Form.f(chunkUpdater.getChunks()));
|
|
||||||
} else {
|
|
||||||
Iris.info(C.GREEN + "Updating " + world.getName() + C.GRAY + " Total chunks: " + Form.f(chunkUpdater.getChunks()));
|
|
||||||
}
|
|
||||||
chunkUpdater.start();
|
|
||||||
}
|
}
|
||||||
|
chunkUpdater.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Synchronized("lock")
|
|
||||||
@Decree(description = "Pause the updater")
|
@Decree(description = "Pause the updater")
|
||||||
public void pause( ) {
|
public void pause(
|
||||||
|
@Param(description = "World to pause the Updater at")
|
||||||
|
World world
|
||||||
|
) {
|
||||||
|
if (!IrisToolbelt.isIrisWorld(world)) {
|
||||||
|
sender().sendMessage(C.GOLD + "This is not an Iris world");
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (chunkUpdater == null) {
|
if (chunkUpdater == null) {
|
||||||
sender().sendMessage(C.GOLD + "You cant pause something that doesnt exist?");
|
sender().sendMessage(C.GOLD + "You cant pause something that doesnt exist?");
|
||||||
return;
|
return;
|
||||||
@@ -70,33 +67,40 @@ public class CommandUpdater implements DecreeExecutor {
|
|||||||
boolean status = chunkUpdater.pause();
|
boolean status = chunkUpdater.pause();
|
||||||
if (sender().isPlayer()) {
|
if (sender().isPlayer()) {
|
||||||
if (status) {
|
if (status) {
|
||||||
sender().sendMessage(C.IRIS + "Paused task for: " + C.GRAY + chunkUpdater.getName());
|
sender().sendMessage(C.IRIS + "Paused task for: " + C.GRAY + world.getName());
|
||||||
} else {
|
} else {
|
||||||
sender().sendMessage(C.IRIS + "Unpause task for: " + C.GRAY + chunkUpdater.getName());
|
sender().sendMessage(C.IRIS + "Unpause task for: " + C.GRAY + world.getName());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (status) {
|
if (status) {
|
||||||
Iris.info(C.IRIS + "Paused task for: " + C.GRAY + chunkUpdater.getName());
|
Iris.info(C.IRIS + "Paused task for: " + C.GRAY + world.getName());
|
||||||
} else {
|
} else {
|
||||||
Iris.info(C.IRIS + "Unpause task for: " + C.GRAY + chunkUpdater.getName());
|
Iris.info(C.IRIS + "Unpause task for: " + C.GRAY + world.getName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Synchronized("lock")
|
|
||||||
@Decree(description = "Stops the updater")
|
@Decree(description = "Stops the updater")
|
||||||
public void stop() {
|
public void stop(
|
||||||
|
@Param(description = "World to stop the Updater at")
|
||||||
|
World world
|
||||||
|
) {
|
||||||
|
if (!IrisToolbelt.isIrisWorld(world)) {
|
||||||
|
sender().sendMessage(C.GOLD + "This is not an Iris world");
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (chunkUpdater == null) {
|
if (chunkUpdater == null) {
|
||||||
sender().sendMessage(C.GOLD + "You cant stop something that doesnt exist?");
|
sender().sendMessage(C.GOLD + "You cant stop something that doesnt exist?");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (sender().isPlayer()) {
|
if (sender().isPlayer()) {
|
||||||
sender().sendMessage("Stopping Updater for: " + C.GRAY + chunkUpdater.getName());
|
sender().sendMessage("Stopping Updater for: " + C.GRAY + world.getName());
|
||||||
} else {
|
} else {
|
||||||
Iris.info("Stopping Updater for: " + C.GRAY + chunkUpdater.getName());
|
Iris.info("Stopping Updater for: " + C.GRAY + world.getName());
|
||||||
}
|
}
|
||||||
chunkUpdater.stop();
|
chunkUpdater.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -22,7 +22,6 @@ import com.volmit.iris.Iris;
|
|||||||
import com.volmit.iris.core.edit.BlockSignal;
|
import com.volmit.iris.core.edit.BlockSignal;
|
||||||
import com.volmit.iris.core.nms.INMS;
|
import com.volmit.iris.core.nms.INMS;
|
||||||
import com.volmit.iris.core.tools.IrisToolbelt;
|
import com.volmit.iris.core.tools.IrisToolbelt;
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
|
||||||
import com.volmit.iris.engine.object.IrisBiome;
|
import com.volmit.iris.engine.object.IrisBiome;
|
||||||
import com.volmit.iris.engine.object.IrisRegion;
|
import com.volmit.iris.engine.object.IrisRegion;
|
||||||
import com.volmit.iris.util.data.B;
|
import com.volmit.iris.util.data.B;
|
||||||
@@ -39,7 +38,6 @@ import org.bukkit.Material;
|
|||||||
import org.bukkit.block.Biome;
|
import org.bukkit.block.Biome;
|
||||||
import org.bukkit.block.data.BlockData;
|
import org.bukkit.block.data.BlockData;
|
||||||
|
|
||||||
import java.util.Objects;
|
|
||||||
import java.util.concurrent.atomic.AtomicInteger;
|
import java.util.concurrent.atomic.AtomicInteger;
|
||||||
|
|
||||||
@Decree(name = "what", origin = DecreeOrigin.PLAYER, studio = true, description = "Iris What?")
|
@Decree(name = "what", origin = DecreeOrigin.PLAYER, studio = true, description = "Iris What?")
|
||||||
@@ -88,8 +86,7 @@ public class CommandWhat implements DecreeExecutor {
|
|||||||
@Decree(description = "What region am i in?", origin = DecreeOrigin.PLAYER)
|
@Decree(description = "What region am i in?", origin = DecreeOrigin.PLAYER)
|
||||||
public void region() {
|
public void region() {
|
||||||
try {
|
try {
|
||||||
Chunk chunk = world().getChunkAt(player().getLocation().getBlockZ() / 16, player().getLocation().getBlockZ() / 16);
|
IrisRegion r = engine().getRegion(player().getLocation());
|
||||||
IrisRegion r = engine().getRegion(chunk);
|
|
||||||
sender().sendMessage("IRegion: " + r.getLoadKey() + " (" + r.getName() + ")");
|
sender().sendMessage("IRegion: " + r.getLoadKey() + " (" + r.getName() + ")");
|
||||||
|
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,113 +0,0 @@
|
|||||||
package com.volmit.iris.core.events;
|
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
|
||||||
import com.volmit.iris.engine.object.InventorySlotType;
|
|
||||||
import com.volmit.iris.engine.object.IrisLootTable;
|
|
||||||
import com.volmit.iris.util.collection.KList;
|
|
||||||
import com.volmit.iris.util.scheduling.J;
|
|
||||||
import lombok.Getter;
|
|
||||||
import org.bukkit.*;
|
|
||||||
import org.bukkit.block.Block;
|
|
||||||
import org.bukkit.event.Event;
|
|
||||||
import org.bukkit.event.HandlerList;
|
|
||||||
import org.bukkit.event.world.LootGenerateEvent;
|
|
||||||
|
|
||||||
import org.bukkit.inventory.Inventory;
|
|
||||||
import org.bukkit.inventory.InventoryHolder;
|
|
||||||
import org.bukkit.inventory.ItemStack;
|
|
||||||
import org.bukkit.loot.LootContext;
|
|
||||||
import org.bukkit.loot.LootTable;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Random;
|
|
||||||
|
|
||||||
@Getter
|
|
||||||
public class IrisLootEvent extends Event {
|
|
||||||
private static final HandlerList handlers = new HandlerList();
|
|
||||||
private static final LootTable EMPTY = new LootTable() {
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public NamespacedKey getKey() {
|
|
||||||
return new NamespacedKey(Iris.instance, "empty");
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public Collection<ItemStack> populateLoot(@Nullable Random random, @NotNull LootContext context) {
|
|
||||||
return List.of();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void fillInventory(@NotNull Inventory inventory, @Nullable Random random, @NotNull LootContext context) {
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
private final Engine engine;
|
|
||||||
private final Block block;
|
|
||||||
private final InventorySlotType slot;
|
|
||||||
private final KList<IrisLootTable> tables;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Constructor for IrisLootEvent with mode selection.
|
|
||||||
*
|
|
||||||
* @param engine The engine instance.
|
|
||||||
* @param block The block associated with the event.
|
|
||||||
* @param slot The inventory slot type.
|
|
||||||
* @param tables The list of IrisLootTables. (mutable*)
|
|
||||||
*/
|
|
||||||
public IrisLootEvent(Engine engine, Block block, InventorySlotType slot, KList<IrisLootTable> tables) {
|
|
||||||
this.engine = engine;
|
|
||||||
this.block = block;
|
|
||||||
this.slot = slot;
|
|
||||||
this.tables = tables;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public HandlerList getHandlers() {
|
|
||||||
return handlers;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Required method to get the HandlerList for this event.
|
|
||||||
*
|
|
||||||
* @return The HandlerList.
|
|
||||||
*/
|
|
||||||
public static HandlerList getHandlerList() {
|
|
||||||
return handlers;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Triggers the corresponding Bukkit loot event.
|
|
||||||
* This method integrates your custom IrisLootTables with Bukkit's LootGenerateEvent,
|
|
||||||
* allowing other plugins to modify or cancel the loot generation.
|
|
||||||
*
|
|
||||||
* @return true when the event was canceled
|
|
||||||
*/
|
|
||||||
public static boolean callLootEvent(KList<ItemStack> loot, Inventory inv, World world, int x, int y, int z) {
|
|
||||||
InventoryHolder holder = inv.getHolder();
|
|
||||||
Location loc = new Location(world, x, y, z);
|
|
||||||
if (holder == null) {
|
|
||||||
holder = new InventoryHolder() {
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public Inventory getInventory() {
|
|
||||||
return inv;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
LootContext context = new LootContext.Builder(loc).build();
|
|
||||||
LootGenerateEvent event = new LootGenerateEvent(world, null, holder, EMPTY, context, loot, true);
|
|
||||||
if (!Bukkit.isPrimaryThread()) {
|
|
||||||
Iris.warn("LootGenerateEvent was not called on the main thread, please report this issue.");
|
|
||||||
Thread.dumpStack();
|
|
||||||
J.sfut(() -> Bukkit.getPluginManager().callEvent(event)).join();
|
|
||||||
} else Bukkit.getPluginManager().callEvent(event);
|
|
||||||
|
|
||||||
return event.isCancelled();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -276,7 +276,9 @@ public class NoiseExplorerGUI extends JPanel implements MouseWheelListener, List
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
//Color color = colorMode ? Color.getHSBColor((float) (n), 1f - (float) (n * n * n * n * n * n), 1f - (float) n) : Color.getHSBColor(0f, 0f, (float) n);
|
//Color color = colorMode ? Color.getHSBColor((float) (n), 1f - (float) (n * n * n * n * n * n), 1f - (float) n) : Color.getHSBColor(0f, 0f, (float) n);
|
||||||
Color color = colorMode ? Color.getHSBColor((float) (0.666f - n * 0.666f), 1f, (float) (1f - n * 0.8f)) : Color.getHSBColor(0f, 0f, (float) n);
|
//Color color = colorMode ? Color.getHSBColor((float) (n), (float) (n * n * n * n * n * n), (float) n) : Color.getHSBColor(0f, 0f, (float) n);
|
||||||
|
Color color = colorMode ? Color.getHSBColor((float) n, (float) (n * n * n * n * n * n), (float) n) : Color.getHSBColor(0f, 0f, (float) n);
|
||||||
|
|
||||||
int rgb = color.getRGB();
|
int rgb = color.getRGB();
|
||||||
img.setRGB(xx, z, rgb);
|
img.setRGB(xx, z, rgb);
|
||||||
} catch (Throwable ignored) {
|
} catch (Throwable ignored) {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -34,16 +34,15 @@ import com.volmit.iris.util.math.M;
|
|||||||
import com.volmit.iris.util.math.Position2;
|
import com.volmit.iris.util.math.Position2;
|
||||||
import com.volmit.iris.util.scheduling.ChronoLatch;
|
import com.volmit.iris.util.scheduling.ChronoLatch;
|
||||||
import com.volmit.iris.util.scheduling.J;
|
import com.volmit.iris.util.scheduling.J;
|
||||||
|
import org.bukkit.event.EventHandler;
|
||||||
|
import org.bukkit.event.EventPriority;
|
||||||
|
|
||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
import java.awt.event.KeyEvent;
|
import java.awt.event.KeyEvent;
|
||||||
import java.awt.event.KeyListener;
|
import java.awt.event.KeyListener;
|
||||||
import java.awt.image.BufferedImage;
|
import java.awt.image.BufferedImage;
|
||||||
import java.util.concurrent.ExecutorService;
|
|
||||||
import java.util.concurrent.Executors;
|
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
import java.util.concurrent.atomic.AtomicReference;
|
|
||||||
import java.util.concurrent.locks.ReentrantLock;
|
import java.util.concurrent.locks.ReentrantLock;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
@@ -56,7 +55,7 @@ public class PregeneratorJob implements PregenListener {
|
|||||||
private static final Color COLOR_NETWORK_GENERATING = parseColor("#836b8c");
|
private static final Color COLOR_NETWORK_GENERATING = parseColor("#836b8c");
|
||||||
private static final Color COLOR_GENERATED = parseColor("#65c295");
|
private static final Color COLOR_GENERATED = parseColor("#65c295");
|
||||||
private static final Color COLOR_CLEANED = parseColor("#34eb93");
|
private static final Color COLOR_CLEANED = parseColor("#34eb93");
|
||||||
private static final AtomicReference<PregeneratorJob> instance = new AtomicReference<>();
|
public static PregeneratorJob instance;
|
||||||
private final MemoryMonitor monitor;
|
private final MemoryMonitor monitor;
|
||||||
private final PregenTask task;
|
private final PregenTask task;
|
||||||
private final boolean saving;
|
private final boolean saving;
|
||||||
@@ -67,33 +66,26 @@ public class PregeneratorJob implements PregenListener {
|
|||||||
private final Position2 max;
|
private final Position2 max;
|
||||||
private final ChronoLatch cl = new ChronoLatch(TimeUnit.MINUTES.toMillis(1));
|
private final ChronoLatch cl = new ChronoLatch(TimeUnit.MINUTES.toMillis(1));
|
||||||
private final Engine engine;
|
private final Engine engine;
|
||||||
private final ExecutorService service;
|
|
||||||
private JFrame frame;
|
private JFrame frame;
|
||||||
private PregenRenderer renderer;
|
private PregenRenderer renderer;
|
||||||
private int rgc = 0;
|
private int rgc = 0;
|
||||||
private String[] info;
|
private String[] info;
|
||||||
|
|
||||||
public PregeneratorJob(PregenTask task, PregeneratorMethod method, Engine engine) {
|
public PregeneratorJob(PregenTask task, PregeneratorMethod method, Engine engine) {
|
||||||
instance.updateAndGet(old -> {
|
|
||||||
if (old != null) {
|
|
||||||
old.pregenerator.close();
|
|
||||||
old.close();
|
|
||||||
}
|
|
||||||
return this;
|
|
||||||
});
|
|
||||||
this.engine = engine;
|
this.engine = engine;
|
||||||
|
instance = this;
|
||||||
monitor = new MemoryMonitor(50);
|
monitor = new MemoryMonitor(50);
|
||||||
saving = false;
|
saving = false;
|
||||||
info = new String[]{"Initializing..."};
|
info = new String[]{"Initializing..."};
|
||||||
this.task = task;
|
this.task = task;
|
||||||
this.pregenerator = new IrisPregenerator(task, method, this);
|
this.pregenerator = new IrisPregenerator(task, method, this);
|
||||||
max = new Position2(0, 0);
|
max = new Position2(0, 0);
|
||||||
min = new Position2(Integer.MAX_VALUE, Integer.MAX_VALUE);
|
min = new Position2(0, 0);
|
||||||
task.iterateAllChunks((xx, zz) -> {
|
task.iterateRegions((xx, zz) -> {
|
||||||
min.setX(Math.min(xx, min.getX()));
|
min.setX(Math.min(xx << 5, min.getX()));
|
||||||
min.setZ(Math.min(zz, min.getZ()));
|
min.setZ(Math.min(zz << 5, min.getZ()));
|
||||||
max.setX(Math.max(xx, max.getX()));
|
max.setX(Math.max((xx << 5) + 31, max.getX()));
|
||||||
max.setZ(Math.max(zz, max.getZ()));
|
max.setZ(Math.max((zz << 5) + 31, max.getZ()));
|
||||||
});
|
});
|
||||||
|
|
||||||
if (IrisSettings.get().getGui().isUseServerLaunchedGuis() && task.isGui()) {
|
if (IrisSettings.get().getGui().isUseServerLaunchedGuis() && task.isGui()) {
|
||||||
@@ -106,44 +98,41 @@ public class PregeneratorJob implements PregenListener {
|
|||||||
}, "Iris Pregenerator");
|
}, "Iris Pregenerator");
|
||||||
t.setPriority(Thread.MIN_PRIORITY);
|
t.setPriority(Thread.MIN_PRIORITY);
|
||||||
t.start();
|
t.start();
|
||||||
service = Executors.newVirtualThreadPerTaskExecutor();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static boolean shutdownInstance() {
|
public static boolean shutdownInstance() {
|
||||||
PregeneratorJob inst = instance.get();
|
if (instance == null) {
|
||||||
if (inst == null) {
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
J.a(inst.pregenerator::close);
|
J.a(() -> instance.pregenerator.close());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static PregeneratorJob getInstance() {
|
public static PregeneratorJob getInstance() {
|
||||||
return instance.get();
|
return instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean pauseResume() {
|
public static boolean pauseResume() {
|
||||||
PregeneratorJob inst = instance.get();
|
if (instance == null) {
|
||||||
if (inst == null) {
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isPaused()) {
|
if (isPaused()) {
|
||||||
inst.pregenerator.resume();
|
instance.pregenerator.resume();
|
||||||
} else {
|
} else {
|
||||||
inst.pregenerator.pause();
|
instance.pregenerator.pause();
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isPaused() {
|
public static boolean isPaused() {
|
||||||
PregeneratorJob inst = instance.get();
|
if (instance == null) {
|
||||||
if (inst == null) {
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return inst.paused();
|
return instance.paused();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static Color parseColor(String c) {
|
private static Color parseColor(String c) {
|
||||||
@@ -173,7 +162,7 @@ public class PregeneratorJob implements PregenListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void drawRegion(int x, int z, Color color) {
|
public void drawRegion(int x, int z, Color color) {
|
||||||
J.a(() -> task.iterateChunks(x, z, (xx, zz) -> {
|
J.a(() -> PregenTask.iterateRegion(x, z, (xx, zz) -> {
|
||||||
draw(xx, zz, color);
|
draw(xx, zz, color);
|
||||||
J.sleep(3);
|
J.sleep(3);
|
||||||
}));
|
}));
|
||||||
@@ -193,7 +182,7 @@ public class PregeneratorJob implements PregenListener {
|
|||||||
J.a(() -> {
|
J.a(() -> {
|
||||||
pregenerator.close();
|
pregenerator.close();
|
||||||
close();
|
close();
|
||||||
instance.compareAndSet(this, null);
|
instance = null;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -233,10 +222,10 @@ public class PregeneratorJob implements PregenListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onTick(double chunksPerSecond, double chunksPerMinute, double regionsPerMinute, double percent, long generated, long totalChunks, long chunksRemaining, long eta, long elapsed, String method, boolean cached) {
|
public void onTick(double chunksPerSecond, double chunksPerMinute, double regionsPerMinute, double percent, int generated, int totalChunks, int chunksRemaining, long eta, long elapsed, String method) {
|
||||||
info = new String[]{
|
info = new String[]{
|
||||||
(paused() ? "PAUSED" : (saving ? "Saving... " : "Generating")) + " " + Form.f(generated) + " of " + Form.f(totalChunks) + " (" + Form.pc(percent, 0) + " Complete)",
|
(paused() ? "PAUSED" : (saving ? "Saving... " : "Generating")) + " " + Form.f(generated) + " of " + Form.f(totalChunks) + " (" + Form.pc(percent, 0) + " Complete)",
|
||||||
"Speed: " + (cached ? "Cached " : "") + Form.f(chunksPerSecond, 0) + " Chunks/s, " + Form.f(regionsPerMinute, 1) + " Regions/m, " + Form.f(chunksPerMinute, 0) + " Chunks/m",
|
"Speed: " + Form.f(chunksPerSecond, 0) + " Chunks/s, " + Form.f(regionsPerMinute, 1) + " Regions/m, " + Form.f(chunksPerMinute, 0) + " Chunks/m",
|
||||||
Form.duration(eta, 2) + " Remaining " + " (" + Form.duration(elapsed, 2) + " Elapsed)",
|
Form.duration(eta, 2) + " Remaining " + " (" + Form.duration(elapsed, 2) + " Elapsed)",
|
||||||
"Generation Method: " + method,
|
"Generation Method: " + method,
|
||||||
"Memory: " + Form.memSize(monitor.getUsedBytes(), 2) + " (" + Form.pc(monitor.getUsagePercent(), 0) + ") Pressure: " + Form.memSize(monitor.getPressure(), 0) + "/s",
|
"Memory: " + Form.memSize(monitor.getUsedBytes(), 2) + " (" + Form.pc(monitor.getUsagePercent(), 0) + ") Pressure: " + Form.memSize(monitor.getPressure(), 0) + "/s",
|
||||||
@@ -254,22 +243,40 @@ public class PregeneratorJob implements PregenListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onChunkGenerated(int x, int z, boolean cached) {
|
public void onChunkGenerated(int x, int z) {
|
||||||
if (renderer == null || frame == null || !frame.isVisible()) return;
|
if (engine != null) {
|
||||||
service.submit(() -> {
|
draw(x, z, engine.draw((x << 4) + 8, (z << 4) + 8));
|
||||||
if (engine != null) {
|
return;
|
||||||
draw(x, z, engine.draw((x << 4) + 8, (z << 4) + 8));
|
}
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
draw(x, z, COLOR_GENERATED);
|
draw(x, z, COLOR_GENERATED);
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onRegionGenerated(int x, int z) {
|
public void onRegionGenerated(int x, int z) {
|
||||||
shouldGc();
|
shouldGc();
|
||||||
rgc++;
|
rgc++;
|
||||||
|
|
||||||
|
// Each region is 32x32 chunks
|
||||||
|
for (int chunkOffsetX = 0; chunkOffsetX < 32; chunkOffsetX++) {
|
||||||
|
for (int chunkOffsetZ = 0; chunkOffsetZ < 32; chunkOffsetZ++) {
|
||||||
|
// Calculate actual chunk coordinates
|
||||||
|
int chunkX = (x << 5) + chunkOffsetX;
|
||||||
|
int chunkZ = (z << 5) + chunkOffsetZ;
|
||||||
|
|
||||||
|
if (engine != null) {
|
||||||
|
// Calculate the center block of the chunk
|
||||||
|
int centerBlockX = (chunkX << 4) + 8;
|
||||||
|
int centerBlockZ = (chunkZ << 4) + 8;
|
||||||
|
|
||||||
|
// Draw the chunk
|
||||||
|
draw(chunkX, chunkZ, engine.draw(centerBlockX, centerBlockZ));
|
||||||
|
} else {
|
||||||
|
// If engine is null, use the default color
|
||||||
|
draw(chunkX, chunkZ, COLOR_GENERATED);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void shouldGc() {
|
private void shouldGc() {
|
||||||
@@ -321,9 +328,8 @@ public class PregeneratorJob implements PregenListener {
|
|||||||
@Override
|
@Override
|
||||||
public void onClose() {
|
public void onClose() {
|
||||||
close();
|
close();
|
||||||
instance.compareAndSet(this, null);
|
instance = null;
|
||||||
whenDone.forEach(Runnable::run);
|
whenDone.forEach(Runnable::run);
|
||||||
service.shutdownNow();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -39,6 +39,7 @@ import com.volmit.iris.util.scheduling.J;
|
|||||||
import com.volmit.iris.util.scheduling.O;
|
import com.volmit.iris.util.scheduling.O;
|
||||||
import com.volmit.iris.util.scheduling.PrecisionStopwatch;
|
import com.volmit.iris.util.scheduling.PrecisionStopwatch;
|
||||||
import org.bukkit.Location;
|
import org.bukkit.Location;
|
||||||
|
import org.bukkit.attribute.Attribute;
|
||||||
import org.bukkit.entity.LivingEntity;
|
import org.bukkit.entity.LivingEntity;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
@@ -55,8 +56,6 @@ import java.util.concurrent.ExecutorService;
|
|||||||
import java.util.concurrent.Executors;
|
import java.util.concurrent.Executors;
|
||||||
import java.util.function.BiFunction;
|
import java.util.function.BiFunction;
|
||||||
|
|
||||||
import static com.volmit.iris.util.data.registry.Attributes.MAX_HEALTH;
|
|
||||||
|
|
||||||
public class VisionGUI extends JPanel implements MouseWheelListener, KeyListener, MouseMotionListener, MouseInputListener {
|
public class VisionGUI extends JPanel implements MouseWheelListener, KeyListener, MouseMotionListener, MouseInputListener {
|
||||||
private static final long serialVersionUID = 2094606939770332040L;
|
private static final long serialVersionUID = 2094606939770332040L;
|
||||||
private final KList<LivingEntity> lastEntities = new KList<>();
|
private final KList<LivingEntity> lastEntities = new KList<>();
|
||||||
@@ -81,6 +80,7 @@ public class VisionGUI extends JPanel implements MouseWheelListener, KeyListener
|
|||||||
private boolean lowtile = false;
|
private boolean lowtile = false;
|
||||||
private boolean follow = false;
|
private boolean follow = false;
|
||||||
private boolean alt = false;
|
private boolean alt = false;
|
||||||
|
private boolean dragging = false;
|
||||||
private IrisRenderer renderer;
|
private IrisRenderer renderer;
|
||||||
private IrisWorld world;
|
private IrisWorld world;
|
||||||
private double velocity = 0;
|
private double velocity = 0;
|
||||||
@@ -202,6 +202,7 @@ public class VisionGUI extends JPanel implements MouseWheelListener, KeyListener
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void mouseDragged(MouseEvent e) {
|
public void mouseDragged(MouseEvent e) {
|
||||||
|
dragging = true;
|
||||||
Point cp = e.getPoint();
|
Point cp = e.getPoint();
|
||||||
ox += (lx - cp.getX()) * scale;
|
ox += (lx - cp.getX()) * scale;
|
||||||
oz += (lz - cp.getY()) * scale;
|
oz += (lz - cp.getY()) * scale;
|
||||||
@@ -413,6 +414,7 @@ public class VisionGUI extends JPanel implements MouseWheelListener, KeyListener
|
|||||||
}
|
}
|
||||||
|
|
||||||
private double getWorldX(double screenX) {
|
private double getWorldX(double screenX) {
|
||||||
|
//return (mscale * screenX) + ((oxp / scale) * mscale);
|
||||||
return (mscale * screenX) + ((oxp / scale) * mscale);
|
return (mscale * screenX) + ((oxp / scale) * mscale);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -483,13 +485,6 @@ public class VisionGUI extends JPanel implements MouseWheelListener, KeyListener
|
|||||||
hz += Math.abs(hz - lz) * 0.36;
|
hz += Math.abs(hz - lz) * 0.36;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Math.abs(lx - hx) < 0.5) {
|
|
||||||
hx = lx;
|
|
||||||
}
|
|
||||||
if (Math.abs(lz - hz) < 0.5) {
|
|
||||||
hz = lz;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (centities.flip()) {
|
if (centities.flip()) {
|
||||||
J.s(() -> {
|
J.s(() -> {
|
||||||
synchronized (lastEntities) {
|
synchronized (lastEntities) {
|
||||||
@@ -514,8 +509,8 @@ public class VisionGUI extends JPanel implements MouseWheelListener, KeyListener
|
|||||||
int iscale = (int) scale;
|
int iscale = (int) scale;
|
||||||
g.setColor(Color.white);
|
g.setColor(Color.white);
|
||||||
g.clearRect(0, 0, w, h);
|
g.clearRect(0, 0, w, h);
|
||||||
double offsetX = oxp / scale;
|
int posX = (int) oxp;
|
||||||
double offsetZ = ozp / scale;
|
int posZ = (int) ozp;
|
||||||
m.set(3);
|
m.set(3);
|
||||||
|
|
||||||
for (int r = 0; r < Math.max(w, h); r += iscale) {
|
for (int r = 0; r < Math.max(w, h); r += iscale) {
|
||||||
@@ -524,14 +519,10 @@ public class VisionGUI extends JPanel implements MouseWheelListener, KeyListener
|
|||||||
int a = i - (w / 2);
|
int a = i - (w / 2);
|
||||||
int b = j - (h / 2);
|
int b = j - (h / 2);
|
||||||
if (a * a + b * b <= r * r) {
|
if (a * a + b * b <= r * r) {
|
||||||
int tx = (int) (Math.floor((offsetX + i) / iscale) * iscale);
|
BufferedImage t = getTile(gg, iscale, Math.floorDiv((posX / iscale) + i, iscale) * iscale, Math.floorDiv((posZ / iscale) + j, iscale) * iscale, m);
|
||||||
int tz = (int) (Math.floor((offsetZ + j) / iscale) * iscale);
|
|
||||||
BufferedImage t = getTile(gg, iscale, tx, tz, m);
|
|
||||||
|
|
||||||
if (t != null) {
|
if (t != null) {
|
||||||
int rx = Math.floorMod((int) Math.floor(offsetX), iscale);
|
g.drawImage(t, i - ((posX / iscale) % (iscale)), j - ((posZ / iscale) % (iscale)), iscale, iscale, (img, infoflags, x, y, width, height) -> true);
|
||||||
int rz = Math.floorMod((int) Math.floor(offsetZ), iscale);
|
|
||||||
g.drawImage(t, i - rx, j - rz, iscale, iscale, (img, infoflags, x, y, width, height) -> true);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -647,7 +638,7 @@ public class VisionGUI extends JPanel implements MouseWheelListener, KeyListener
|
|||||||
|
|
||||||
k.add("Pos: " + h.getLocation().getBlockX() + ", " + h.getLocation().getBlockY() + ", " + h.getLocation().getBlockZ());
|
k.add("Pos: " + h.getLocation().getBlockX() + ", " + h.getLocation().getBlockY() + ", " + h.getLocation().getBlockZ());
|
||||||
k.add("UUID: " + h.getUniqueId());
|
k.add("UUID: " + h.getUniqueId());
|
||||||
k.add("HP: " + h.getHealth() + " / " + h.getAttribute(MAX_HEALTH).getValue());
|
k.add("HP: " + h.getHealth() + " / " + h.getAttribute(Attribute.GENERIC_MAX_HEALTH).getValue());
|
||||||
|
|
||||||
drawCardTR(g, k);
|
drawCardTR(g, k);
|
||||||
}
|
}
|
||||||
@@ -659,8 +650,8 @@ public class VisionGUI extends JPanel implements MouseWheelListener, KeyListener
|
|||||||
private void animateTo(double wx, double wz) {
|
private void animateTo(double wx, double wz) {
|
||||||
double cx = getWorldX(getWidth() / 2);
|
double cx = getWorldX(getWidth() / 2);
|
||||||
double cz = getWorldZ(getHeight() / 2);
|
double cz = getWorldZ(getHeight() / 2);
|
||||||
ox += ((wx - cx) / mscale) * scale;
|
ox += (wx - cx);
|
||||||
oz += ((wz - cz) / mscale) * scale;
|
oz += (wz - cz);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void renderPosition(Graphics2D g, double x, double z) {
|
private void renderPosition(Graphics2D g, double x, double z) {
|
||||||
@@ -815,28 +806,11 @@ public class VisionGUI extends JPanel implements MouseWheelListener, KeyListener
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
double m0 = mscale;
|
//Iris.info("Blocks/Pixel: " + (mscale) + ", Blocks Wide: " + (w * mscale));
|
||||||
double m1 = m0 + ((0.25 * m0) * notches);
|
|
||||||
m1 = Math.max(m1, 0.00001);
|
|
||||||
if (m1 == m0) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
positions.clear();
|
positions.clear();
|
||||||
fastpositions.clear();
|
fastpositions.clear();
|
||||||
|
mscale = mscale + ((0.25 * mscale) * notches);
|
||||||
Point p = e.getPoint();
|
mscale = Math.max(mscale, 0.00001);
|
||||||
double sx = p.getX();
|
|
||||||
double sz = p.getY();
|
|
||||||
|
|
||||||
double newOxp = scale * ((m0 / m1) * (sx + (oxp / scale)) - sx);
|
|
||||||
double newOzp = scale * ((m0 / m1) * (sz + (ozp / scale)) - sz);
|
|
||||||
|
|
||||||
mscale = m1;
|
|
||||||
oxp = newOxp;
|
|
||||||
ozp = newOzp;
|
|
||||||
ox = oxp;
|
|
||||||
oz = ozp;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -55,10 +55,10 @@ public class IrisRenderer {
|
|||||||
IrisBiome b = renderer.getBiome((int) Math.round(x), renderer.getMaxHeight() - 1, (int) Math.round(z));
|
IrisBiome b = renderer.getBiome((int) Math.round(x), renderer.getMaxHeight() - 1, (int) Math.round(z));
|
||||||
IrisBiomeGeneratorLink g = b.getGenerators().get(0);
|
IrisBiomeGeneratorLink g = b.getGenerators().get(0);
|
||||||
Color c;
|
Color c;
|
||||||
if (g.getMax() <= 0) {
|
if (g.getMax(renderer) <= 0) {
|
||||||
// Max is below water level, so it is most likely an ocean biome
|
// Max is below water level, so it is most likely an ocean biome
|
||||||
c = Color.BLUE;
|
c = Color.BLUE;
|
||||||
} else if (g.getMin() < 0) {
|
} else if (g.getMin(renderer) < 0) {
|
||||||
// Min is below water level, but max is not, so it is most likely a shore biome
|
// Min is below water level, but max is not, so it is most likely a shore biome
|
||||||
c = Color.YELLOW;
|
c = Color.YELLOW;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -0,0 +1,91 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.volmit.iris.core.link;
|
||||||
|
|
||||||
|
import com.volmit.iris.Iris;
|
||||||
|
import com.volmit.iris.util.collection.KList;
|
||||||
|
import com.volmit.iris.util.collection.KMap;
|
||||||
|
import com.volmit.iris.util.reflect.WrappedField;
|
||||||
|
import com.willfp.ecoitems.items.EcoItem;
|
||||||
|
import com.willfp.ecoitems.items.EcoItems;
|
||||||
|
import org.bukkit.NamespacedKey;
|
||||||
|
import org.bukkit.block.data.BlockData;
|
||||||
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
|
||||||
|
import java.util.MissingResourceException;
|
||||||
|
|
||||||
|
public class EcoItemsDataProvider extends ExternalDataProvider {
|
||||||
|
private WrappedField<EcoItem, ItemStack> itemStack;
|
||||||
|
private WrappedField<EcoItem, NamespacedKey> id;
|
||||||
|
|
||||||
|
public EcoItemsDataProvider() {
|
||||||
|
super("EcoItems");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void init() {
|
||||||
|
Iris.info("Setting up EcoItems Link...");
|
||||||
|
itemStack = new WrappedField<>(EcoItem.class, "_itemStack");
|
||||||
|
if (this.itemStack.hasFailed()) {
|
||||||
|
Iris.error("Failed to set up EcoItems Link: Unable to fetch ItemStack field!");
|
||||||
|
}
|
||||||
|
id = new WrappedField<>(EcoItem.class, "id");
|
||||||
|
if (this.id.hasFailed()) {
|
||||||
|
Iris.error("Failed to set up EcoItems Link: Unable to fetch id field!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public BlockData getBlockData(Identifier blockId, KMap<String, String> state) throws MissingResourceException {
|
||||||
|
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ItemStack getItemStack(Identifier itemId, KMap<String, Object> customNbt) throws MissingResourceException {
|
||||||
|
EcoItem item = EcoItems.INSTANCE.getByID(itemId.key());
|
||||||
|
if (item == null)
|
||||||
|
throw new MissingResourceException("Failed to find Item!", itemId.namespace(), itemId.key());
|
||||||
|
return itemStack.get(item).clone();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Identifier[] getBlockTypes() {
|
||||||
|
return new Identifier[0];
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Identifier[] getItemTypes() {
|
||||||
|
KList<Identifier> names = new KList<>();
|
||||||
|
for (EcoItem item : EcoItems.INSTANCE.values()) {
|
||||||
|
try {
|
||||||
|
Identifier key = Identifier.fromNamespacedKey(id.get(item));
|
||||||
|
if (getItemStack(key) != null)
|
||||||
|
names.add(key);
|
||||||
|
} catch (MissingResourceException ignored) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return names.toArray(new Identifier[0]);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isValidProvider(Identifier id, boolean isItem) {
|
||||||
|
return id.namespace().equalsIgnoreCase("ecoitems") && isItem;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,77 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.volmit.iris.core.link;
|
||||||
|
|
||||||
|
import com.ssomar.score.api.executableitems.ExecutableItemsAPI;
|
||||||
|
import com.volmit.iris.Iris;
|
||||||
|
import com.volmit.iris.util.collection.KList;
|
||||||
|
import com.volmit.iris.util.collection.KMap;
|
||||||
|
import org.bukkit.block.data.BlockData;
|
||||||
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
|
||||||
|
import java.util.MissingResourceException;
|
||||||
|
import java.util.Optional;
|
||||||
|
|
||||||
|
public class ExecutableItemsDataProvider extends ExternalDataProvider {
|
||||||
|
public ExecutableItemsDataProvider() {
|
||||||
|
super("ExecutableItems");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void init() {
|
||||||
|
Iris.info("Setting up ExecutableItems Link...");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public BlockData getBlockData(Identifier blockId, KMap<String, String> state) throws MissingResourceException {
|
||||||
|
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ItemStack getItemStack(Identifier itemId, KMap<String, Object> customNbt) throws MissingResourceException {
|
||||||
|
return ExecutableItemsAPI.getExecutableItemsManager().getExecutableItem(itemId.key())
|
||||||
|
.map(item -> item.buildItem(1, Optional.empty()))
|
||||||
|
.orElseThrow(() -> new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key()));
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Identifier[] getBlockTypes() {
|
||||||
|
return new Identifier[0];
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Identifier[] getItemTypes() {
|
||||||
|
KList<Identifier> names = new KList<>();
|
||||||
|
for (String name : ExecutableItemsAPI.getExecutableItemsManager().getExecutableItemIdsList()) {
|
||||||
|
try {
|
||||||
|
Identifier key = new Identifier("executable_items", name);
|
||||||
|
if (getItemStack(key) != null)
|
||||||
|
names.add(key);
|
||||||
|
} catch (MissingResourceException ignored) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return names.toArray(new Identifier[0]);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isValidProvider(Identifier key, boolean isItem) {
|
||||||
|
return key.namespace().equalsIgnoreCase("executable_items") && isItem;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,42 +1,41 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.volmit.iris.core.link;
|
package com.volmit.iris.core.link;
|
||||||
|
|
||||||
import com.volmit.iris.core.link.data.DataType;
|
|
||||||
import com.volmit.iris.core.nms.container.BiomeColor;
|
|
||||||
import com.volmit.iris.core.nms.container.BlockProperty;
|
|
||||||
import com.volmit.iris.core.nms.container.Pair;
|
|
||||||
import com.volmit.iris.engine.data.cache.Cache;
|
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
import com.volmit.iris.engine.framework.Engine;
|
||||||
import com.volmit.iris.util.collection.KMap;
|
import com.volmit.iris.util.collection.KMap;
|
||||||
import com.volmit.iris.util.data.IrisCustomData;
|
|
||||||
import com.volmit.iris.util.math.RNG;
|
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
import lombok.NonNull;
|
|
||||||
import lombok.RequiredArgsConstructor;
|
import lombok.RequiredArgsConstructor;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
import org.bukkit.Location;
|
|
||||||
import org.bukkit.block.Block;
|
import org.bukkit.block.Block;
|
||||||
import org.bukkit.block.BlockFace;
|
|
||||||
import org.bukkit.block.data.BlockData;
|
import org.bukkit.block.data.BlockData;
|
||||||
import org.bukkit.entity.Entity;
|
|
||||||
import org.bukkit.event.Listener;
|
|
||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
import org.bukkit.plugin.Plugin;
|
import org.bukkit.plugin.Plugin;
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.MissingResourceException;
|
import java.util.MissingResourceException;
|
||||||
|
|
||||||
@Getter
|
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
public abstract class ExternalDataProvider implements Listener {
|
public abstract class ExternalDataProvider {
|
||||||
|
|
||||||
@NonNull
|
@Getter
|
||||||
private final String pluginId;
|
private final String pluginId;
|
||||||
|
|
||||||
@Nullable
|
|
||||||
public Plugin getPlugin() {
|
public Plugin getPlugin() {
|
||||||
return Bukkit.getPluginManager().getPlugin(pluginId);
|
return Bukkit.getPluginManager().getPlugin(pluginId);
|
||||||
}
|
}
|
||||||
@@ -47,124 +46,24 @@ public abstract class ExternalDataProvider implements Listener {
|
|||||||
|
|
||||||
public abstract void init();
|
public abstract void init();
|
||||||
|
|
||||||
/**
|
public BlockData getBlockData(Identifier blockId) throws MissingResourceException {
|
||||||
* @see ExternalDataProvider#getBlockData(Identifier, KMap)
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public BlockData getBlockData(@NotNull Identifier blockId) throws MissingResourceException {
|
|
||||||
return getBlockData(blockId, new KMap<>());
|
return getBlockData(blockId, new KMap<>());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
public abstract BlockData getBlockData(Identifier blockId, KMap<String, String> state) throws MissingResourceException;
|
||||||
* This method returns a {@link BlockData} corresponding to the blockID
|
|
||||||
* it is used in any place Iris accepts {@link BlockData}
|
|
||||||
*
|
|
||||||
* @param blockId The id of the block to get
|
|
||||||
* @param state The state of the block to get
|
|
||||||
* @return Corresponding {@link BlockData} to the blockId
|
|
||||||
* may return {@link IrisCustomData} for blocks that need a world for placement
|
|
||||||
* @throws MissingResourceException when the blockId is invalid
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public BlockData getBlockData(@NotNull Identifier blockId, @NotNull KMap<String, String> state) throws MissingResourceException {
|
|
||||||
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
public ItemStack getItemStack(Identifier itemId) throws MissingResourceException {
|
||||||
* Retrieves a list of all {@link BlockProperty} objects associated with the specified block identifier.
|
|
||||||
*
|
|
||||||
* @param blockId The identifier of the block whose properties are to be retrieved. Must not be null.
|
|
||||||
* @return A list of {@link BlockProperty} objects representing the properties of the block.
|
|
||||||
* @throws MissingResourceException If the specified block identifier is invalid or cannot be found.
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public List<BlockProperty> getBlockProperties(@NotNull Identifier blockId) throws MissingResourceException {
|
|
||||||
return List.of();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @see ExternalDataProvider#getItemStack(Identifier)
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public ItemStack getItemStack(@NotNull Identifier itemId) throws MissingResourceException {
|
|
||||||
return getItemStack(itemId, new KMap<>());
|
return getItemStack(itemId, new KMap<>());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
public abstract ItemStack getItemStack(Identifier itemId, KMap<String, Object> customNbt) throws MissingResourceException;
|
||||||
* This method returns a {@link ItemStack} corresponding to the itemID
|
|
||||||
* it is used in loot tables
|
public void processUpdate(Engine engine, Block block, Identifier blockId) {
|
||||||
*
|
|
||||||
* @param itemId The id of the item to get
|
|
||||||
* @param customNbt Custom nbt to apply to the item
|
|
||||||
* @return Corresponding {@link ItemStack} to the itemId
|
|
||||||
* @throws MissingResourceException when the itemId is invalid
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public ItemStack getItemStack(@NotNull Identifier itemId, @NotNull KMap<String, Object> customNbt) throws MissingResourceException {
|
|
||||||
throw new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
public abstract Identifier[] getBlockTypes();
|
||||||
* This method is used for placing blocks that need to use the plugins api
|
|
||||||
* it will only be called when the {@link ExternalDataProvider#getBlockData(Identifier, KMap)} returned a {@link IrisCustomData}
|
|
||||||
*
|
|
||||||
* @param engine The engine of the world the block is being placed in
|
|
||||||
* @param block The block where the block should be placed
|
|
||||||
* @param blockId The blockId to place
|
|
||||||
*/
|
|
||||||
public void processUpdate(@NotNull Engine engine, @NotNull Block block, @NotNull Identifier blockId) {}
|
|
||||||
|
|
||||||
/**
|
public abstract Identifier[] getItemTypes();
|
||||||
* Spawns a mob in the specified location using the given engine and entity identifier.
|
|
||||||
*
|
|
||||||
* @param location The location in the world where the mob should spawn. Must not be null.
|
|
||||||
* @param entityId The identifier of the mob entity to spawn. Must not be null.
|
|
||||||
* @return The spawned {@link Entity} if successful, or null if the mob could not be spawned.
|
|
||||||
*/
|
|
||||||
@Nullable
|
|
||||||
public Entity spawnMob(@NotNull Location location, @NotNull Identifier entityId) throws MissingResourceException {
|
|
||||||
throw new MissingResourceException("Failed to find Entity!", entityId.namespace(), entityId.key());
|
|
||||||
}
|
|
||||||
|
|
||||||
public abstract @NotNull Collection<@NotNull Identifier> getTypes(@NotNull DataType dataType);
|
public abstract boolean isValidProvider(Identifier id, boolean isItem);
|
||||||
|
|
||||||
public abstract boolean isValidProvider(@NotNull Identifier id, DataType dataType);
|
|
||||||
|
|
||||||
protected static Pair<Float, BlockFace> parseYawAndFace(@NotNull Engine engine, @NotNull Block block, @NotNull KMap<@NotNull String, @NotNull String> state) {
|
|
||||||
float yaw = 0;
|
|
||||||
BlockFace face = BlockFace.NORTH;
|
|
||||||
|
|
||||||
long seed = engine.getSeedManager().getSeed() + Cache.key(block.getX(), block.getZ()) + block.getY();
|
|
||||||
RNG rng = new RNG(seed);
|
|
||||||
if ("true".equals(state.get("randomYaw"))) {
|
|
||||||
yaw = rng.f(0, 360);
|
|
||||||
} else if (state.containsKey("yaw")) {
|
|
||||||
yaw = Float.parseFloat(state.get("yaw"));
|
|
||||||
}
|
|
||||||
if ("true".equals(state.get("randomFace"))) {
|
|
||||||
BlockFace[] faces = BlockFace.values();
|
|
||||||
face = faces[rng.i(0, faces.length - 1)];
|
|
||||||
} else if (state.containsKey("face")) {
|
|
||||||
face = BlockFace.valueOf(state.get("face").toUpperCase());
|
|
||||||
}
|
|
||||||
if (face == BlockFace.SELF) {
|
|
||||||
face = BlockFace.NORTH;
|
|
||||||
}
|
|
||||||
|
|
||||||
return new Pair<>(yaw, face);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected static List<BlockProperty> YAW_FACE_BIOME_PROPERTIES = List.of(
|
|
||||||
BlockProperty.ofEnum(BiomeColor.class, "matchBiome", null),
|
|
||||||
BlockProperty.ofBoolean("randomYaw", false),
|
|
||||||
BlockProperty.ofFloat("yaw", 0, 0, 360f, false, true),
|
|
||||||
BlockProperty.ofBoolean("randomFace", true),
|
|
||||||
new BlockProperty(
|
|
||||||
"face",
|
|
||||||
BlockFace.class,
|
|
||||||
BlockFace.NORTH,
|
|
||||||
Arrays.asList(BlockFace.values()).subList(0, BlockFace.values().length - 1),
|
|
||||||
BlockFace::name
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,157 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.volmit.iris.core.link;
|
||||||
|
|
||||||
|
import com.volmit.iris.Iris;
|
||||||
|
import com.volmit.iris.core.IrisSettings;
|
||||||
|
import com.volmit.iris.core.service.ExternalDataSVC;
|
||||||
|
import com.volmit.iris.engine.framework.Engine;
|
||||||
|
import com.volmit.iris.util.collection.KList;
|
||||||
|
import com.volmit.iris.util.collection.KMap;
|
||||||
|
import com.volmit.iris.util.data.IrisCustomData;
|
||||||
|
import com.volmit.iris.util.reflect.WrappedField;
|
||||||
|
import com.volmit.iris.util.reflect.WrappedReturningMethod;
|
||||||
|
import org.bukkit.Bukkit;
|
||||||
|
import org.bukkit.Location;
|
||||||
|
import org.bukkit.Material;
|
||||||
|
import org.bukkit.block.Block;
|
||||||
|
import org.bukkit.block.data.BlockData;
|
||||||
|
import org.bukkit.block.data.type.Leaves;
|
||||||
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
|
||||||
|
import java.util.Map;
|
||||||
|
import java.util.MissingResourceException;
|
||||||
|
import java.util.function.Supplier;
|
||||||
|
|
||||||
|
public class HMCLeavesDataProvider extends ExternalDataProvider {
|
||||||
|
private Object apiInstance;
|
||||||
|
private WrappedReturningMethod<Object, Material> worldBlockType;
|
||||||
|
private WrappedReturningMethod<Object, Boolean> setCustomBlock;
|
||||||
|
private Map<String, Object> blockDataMap = Map.of();
|
||||||
|
private Map<String, Supplier<ItemStack>> itemDataField = Map.of();
|
||||||
|
|
||||||
|
public HMCLeavesDataProvider() {
|
||||||
|
super("HMCLeaves");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getPluginId() {
|
||||||
|
return "HMCLeaves";
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void init() {
|
||||||
|
try {
|
||||||
|
worldBlockType = new WrappedReturningMethod<>((Class<Object>) Class.forName("io.github.fisher2911.hmcleaves.data.BlockData"), "worldBlockType");
|
||||||
|
apiInstance = getApiInstance(Class.forName("io.github.fisher2911.hmcleaves.api.HMCLeavesAPI"));
|
||||||
|
setCustomBlock = new WrappedReturningMethod<>((Class<Object>) apiInstance.getClass(), "setCustomBlock", Location.class, String.class, boolean.class);
|
||||||
|
Object config = getLeavesConfig(apiInstance.getClass());
|
||||||
|
blockDataMap = getMap(config, "blockDataMap");
|
||||||
|
itemDataField = getMap(config, "itemSupplierMap");
|
||||||
|
} catch (Throwable e) {
|
||||||
|
Iris.error("Failed to initialize HMCLeavesDataProvider: " + e.getMessage());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public BlockData getBlockData(Identifier blockId, KMap<String, String> state) throws MissingResourceException {
|
||||||
|
Object o = blockDataMap.get(blockId.key());
|
||||||
|
if (o == null)
|
||||||
|
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
||||||
|
Material material = worldBlockType.invoke(o, new Object[0]);
|
||||||
|
if (material == null)
|
||||||
|
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
||||||
|
BlockData blockData = Bukkit.createBlockData(material);
|
||||||
|
if (IrisSettings.get().getGenerator().preventLeafDecay && blockData instanceof Leaves leaves)
|
||||||
|
leaves.setPersistent(true);
|
||||||
|
return new IrisCustomData(blockData, ExternalDataSVC.buildState(blockId, state));
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ItemStack getItemStack(Identifier itemId, KMap<String, Object> customNbt) throws MissingResourceException {
|
||||||
|
if (!itemDataField.containsKey(itemId.key()))
|
||||||
|
throw new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key());
|
||||||
|
return itemDataField.get(itemId.key()).get();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void processUpdate(Engine engine, Block block, Identifier blockId) {
|
||||||
|
var pair = ExternalDataSVC.parseState(blockId);
|
||||||
|
blockId = pair.getA();
|
||||||
|
Boolean result = setCustomBlock.invoke(apiInstance, new Object[]{block.getLocation(), blockId.key(), false});
|
||||||
|
if (result == null || !result)
|
||||||
|
Iris.warn("Failed to set custom block! " + blockId.key() + " " + block.getX() + " " + block.getY() + " " + block.getZ());
|
||||||
|
else if (IrisSettings.get().getGenerator().preventLeafDecay) {
|
||||||
|
BlockData blockData = block.getBlockData();
|
||||||
|
if (blockData instanceof Leaves leaves)
|
||||||
|
leaves.setPersistent(true);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Identifier[] getBlockTypes() {
|
||||||
|
KList<Identifier> names = new KList<>();
|
||||||
|
for (String name : blockDataMap.keySet()) {
|
||||||
|
try {
|
||||||
|
Identifier key = new Identifier("hmcleaves", name);
|
||||||
|
if (getBlockData(key) != null)
|
||||||
|
names.add(key);
|
||||||
|
} catch (MissingResourceException ignored) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return names.toArray(new Identifier[0]);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Identifier[] getItemTypes() {
|
||||||
|
KList<Identifier> names = new KList<>();
|
||||||
|
for (String name : itemDataField.keySet()) {
|
||||||
|
try {
|
||||||
|
Identifier key = new Identifier("hmcleaves", name);
|
||||||
|
if (getItemStack(key) != null)
|
||||||
|
names.add(key);
|
||||||
|
} catch (MissingResourceException ignored) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return names.toArray(new Identifier[0]);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isValidProvider(Identifier id, boolean isItem) {
|
||||||
|
return (isItem ? itemDataField.keySet() : blockDataMap.keySet()).contains(id.key());
|
||||||
|
}
|
||||||
|
|
||||||
|
private <C, T> Map<String, T> getMap(C config, String name) {
|
||||||
|
WrappedField<C, Map<String, T>> field = new WrappedField<>((Class<C>) config.getClass(), name);
|
||||||
|
return field.get(config);
|
||||||
|
}
|
||||||
|
|
||||||
|
private <A> A getApiInstance(Class<A> apiClass) {
|
||||||
|
WrappedReturningMethod<A, A> instance = new WrappedReturningMethod<>(apiClass, "getInstance");
|
||||||
|
return instance.invoke();
|
||||||
|
}
|
||||||
|
|
||||||
|
private <A, C> C getLeavesConfig(Class<A> apiClass) {
|
||||||
|
WrappedReturningMethod<A, A> instance = new WrappedReturningMethod<>(apiClass, "getInstance");
|
||||||
|
WrappedField<A, C> config = new WrappedField<>(apiClass, "config");
|
||||||
|
return config.get(instance.invoke());
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.volmit.iris.core.link;
|
package com.volmit.iris.core.link;
|
||||||
|
|
||||||
import org.bukkit.NamespacedKey;
|
import org.bukkit.NamespacedKey;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -0,0 +1,89 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.volmit.iris.core.link;
|
||||||
|
|
||||||
|
import com.volmit.iris.Iris;
|
||||||
|
import com.volmit.iris.util.collection.KList;
|
||||||
|
import com.volmit.iris.util.collection.KMap;
|
||||||
|
import dev.lone.itemsadder.api.CustomBlock;
|
||||||
|
import dev.lone.itemsadder.api.CustomStack;
|
||||||
|
import org.bukkit.block.data.BlockData;
|
||||||
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
|
||||||
|
import java.util.MissingResourceException;
|
||||||
|
|
||||||
|
public class ItemAdderDataProvider extends ExternalDataProvider {
|
||||||
|
|
||||||
|
private KList<String> itemNamespaces, blockNamespaces;
|
||||||
|
|
||||||
|
public ItemAdderDataProvider() {
|
||||||
|
super("ItemsAdder");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void init() {
|
||||||
|
this.itemNamespaces = new KList<>();
|
||||||
|
this.blockNamespaces = new KList<>();
|
||||||
|
|
||||||
|
for (Identifier i : getItemTypes()) {
|
||||||
|
itemNamespaces.addIfMissing(i.namespace());
|
||||||
|
}
|
||||||
|
for (Identifier i : getBlockTypes()) {
|
||||||
|
blockNamespaces.addIfMissing(i.namespace());
|
||||||
|
Iris.info("Found ItemAdder Block: " + i);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public BlockData getBlockData(Identifier blockId, KMap<String, String> state) throws MissingResourceException {
|
||||||
|
return CustomBlock.getBaseBlockData(blockId.toString());
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ItemStack getItemStack(Identifier itemId, KMap<String, Object> customNbt) throws MissingResourceException {
|
||||||
|
CustomStack stack = CustomStack.getInstance(itemId.toString());
|
||||||
|
if (stack == null) {
|
||||||
|
throw new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key());
|
||||||
|
}
|
||||||
|
return stack.getItemStack();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Identifier[] getBlockTypes() {
|
||||||
|
KList<Identifier> keys = new KList<>();
|
||||||
|
for (String s : CustomBlock.getNamespacedIdsInRegistry()) {
|
||||||
|
keys.add(Identifier.fromString(s));
|
||||||
|
}
|
||||||
|
return keys.toArray(new Identifier[0]);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Identifier[] getItemTypes() {
|
||||||
|
KList<Identifier> keys = new KList<>();
|
||||||
|
for (String s : CustomStack.getNamespacedIdsInRegistry()) {
|
||||||
|
keys.add(Identifier.fromString(s));
|
||||||
|
}
|
||||||
|
return keys.toArray(new Identifier[0]);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isValidProvider(Identifier id, boolean isItem) {
|
||||||
|
return isItem ? this.itemNamespaces.contains(id.namespace()) : this.blockNamespaces.contains(id.namespace());
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,155 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.volmit.iris.core.link;
|
||||||
|
|
||||||
|
import com.volmit.iris.Iris;
|
||||||
|
import com.volmit.iris.util.collection.KList;
|
||||||
|
import com.volmit.iris.util.collection.KMap;
|
||||||
|
import com.volmit.iris.util.scheduling.J;
|
||||||
|
import net.Indyuce.mmoitems.MMOItems;
|
||||||
|
import net.Indyuce.mmoitems.api.ItemTier;
|
||||||
|
import net.Indyuce.mmoitems.api.Type;
|
||||||
|
import net.Indyuce.mmoitems.api.block.CustomBlock;
|
||||||
|
import org.bukkit.Bukkit;
|
||||||
|
import org.bukkit.block.data.BlockData;
|
||||||
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
|
||||||
|
import java.util.MissingResourceException;
|
||||||
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
import java.util.concurrent.ExecutionException;
|
||||||
|
|
||||||
|
public class MMOItemsDataProvider extends ExternalDataProvider {
|
||||||
|
|
||||||
|
public MMOItemsDataProvider() {
|
||||||
|
super("MMOItems");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void init() {
|
||||||
|
Iris.info("Setting up MMOItems Link...");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public BlockData getBlockData(Identifier blockId, KMap<String, String> state) throws MissingResourceException {
|
||||||
|
int id = -1;
|
||||||
|
try {
|
||||||
|
id = Integer.parseInt(blockId.key());
|
||||||
|
} catch (NumberFormatException ignored) {
|
||||||
|
}
|
||||||
|
CustomBlock block = api().getCustomBlocks().getBlock(id);
|
||||||
|
if (block == null)
|
||||||
|
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
||||||
|
return block.getState().getBlockData();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ItemStack getItemStack(Identifier itemId, KMap<String, Object> customNbt) throws MissingResourceException {
|
||||||
|
String[] parts = itemId.namespace().split("_", 2);
|
||||||
|
if (parts.length != 2)
|
||||||
|
throw new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key());
|
||||||
|
CompletableFuture<ItemStack> future = new CompletableFuture<>();
|
||||||
|
Runnable run = () -> {
|
||||||
|
try {
|
||||||
|
var type = api().getTypes().get(parts[1]);
|
||||||
|
int level = -1;
|
||||||
|
ItemTier tier = null;
|
||||||
|
|
||||||
|
if (customNbt != null) {
|
||||||
|
level = (int) customNbt.getOrDefault("level", -1);
|
||||||
|
tier = api().getTiers().get(String.valueOf(customNbt.get("tier")));
|
||||||
|
}
|
||||||
|
|
||||||
|
ItemStack itemStack;
|
||||||
|
if (type == null) {
|
||||||
|
future.complete(null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (level != -1 && tier != null) {
|
||||||
|
itemStack = api().getItem(type, itemId.key(), level, tier);
|
||||||
|
} else {
|
||||||
|
itemStack = api().getItem(type, itemId.key());
|
||||||
|
}
|
||||||
|
future.complete(itemStack);
|
||||||
|
} catch (Throwable e) {
|
||||||
|
future.completeExceptionally(e);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
if (Bukkit.isPrimaryThread()) run.run();
|
||||||
|
else J.s(run);
|
||||||
|
ItemStack item = null;
|
||||||
|
try {
|
||||||
|
item = future.get();
|
||||||
|
} catch (InterruptedException | ExecutionException ignored) {
|
||||||
|
}
|
||||||
|
if (item == null)
|
||||||
|
throw new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key());
|
||||||
|
return item;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Identifier[] getBlockTypes() {
|
||||||
|
KList<Identifier> names = new KList<>();
|
||||||
|
for (Integer id : api().getCustomBlocks().getBlockIds()) {
|
||||||
|
try {
|
||||||
|
Identifier key = new Identifier("mmoitems", String.valueOf(id));
|
||||||
|
if (getBlockData(key) != null)
|
||||||
|
names.add(key);
|
||||||
|
} catch (MissingResourceException ignored) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return names.toArray(new Identifier[0]);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Identifier[] getItemTypes() {
|
||||||
|
KList<Identifier> names = new KList<>();
|
||||||
|
Runnable run = () -> {
|
||||||
|
for (Type type : api().getTypes().getAll()) {
|
||||||
|
for (String name : api().getTemplates().getTemplateNames(type)) {
|
||||||
|
try {
|
||||||
|
Identifier key = new Identifier("mmoitems_" + type.getId(), name);
|
||||||
|
if (getItemStack(key) != null)
|
||||||
|
names.add(key);
|
||||||
|
} catch (MissingResourceException ignored) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
if (Bukkit.isPrimaryThread()) run.run();
|
||||||
|
else {
|
||||||
|
try {
|
||||||
|
J.sfut(run).get();
|
||||||
|
} catch (InterruptedException | ExecutionException e) {
|
||||||
|
Iris.error("Failed getting MMOItems item types!");
|
||||||
|
Iris.reportError(e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return names.toArray(new Identifier[0]);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isValidProvider(Identifier id, boolean isItem) {
|
||||||
|
return isItem ? id.namespace().split("_", 2).length == 2 : id.namespace().equals("mmoitems");
|
||||||
|
}
|
||||||
|
|
||||||
|
private MMOItems api() {
|
||||||
|
return MMOItems.plugin;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,60 +18,126 @@
|
|||||||
|
|
||||||
package com.volmit.iris.core.link;
|
package com.volmit.iris.core.link;
|
||||||
|
|
||||||
import lombok.SneakyThrows;
|
import com.volmit.iris.Iris;
|
||||||
|
import com.volmit.iris.engine.object.IrisDimension;
|
||||||
|
import com.volmit.iris.util.collection.KMap;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
import org.bukkit.World;
|
import org.bukkit.World;
|
||||||
import org.mvplugins.multiverse.core.MultiverseCoreApi;
|
import org.bukkit.WorldType;
|
||||||
import org.mvplugins.multiverse.core.world.MultiverseWorld;
|
import org.bukkit.plugin.Plugin;
|
||||||
import org.mvplugins.multiverse.core.world.WorldManager;
|
|
||||||
import org.mvplugins.multiverse.core.world.options.ImportWorldOptions;
|
import java.lang.reflect.Field;
|
||||||
|
import java.lang.reflect.Method;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
public class MultiverseCoreLink {
|
public class MultiverseCoreLink {
|
||||||
private final boolean active;
|
private final KMap<String, String> worldNameTypes = new KMap<>();
|
||||||
|
|
||||||
public MultiverseCoreLink() {
|
public MultiverseCoreLink() {
|
||||||
active = Bukkit.getPluginManager().getPlugin("Multiverse-Core") != null;
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean addWorld(String worldName, IrisDimension dim, String seed) {
|
||||||
|
if (!isSupported()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
Plugin p = getMultiverse();
|
||||||
|
Object mvWorldManager = p.getClass().getDeclaredMethod("getMVWorldManager").invoke(p);
|
||||||
|
Method m = mvWorldManager.getClass().getDeclaredMethod("addWorld",
|
||||||
|
|
||||||
|
String.class, World.Environment.class, String.class, WorldType.class, Boolean.class, String.class, boolean.class);
|
||||||
|
boolean b = (boolean) m.invoke(mvWorldManager, worldName, dim.getEnvironment(), seed, WorldType.NORMAL, false, "Iris", false);
|
||||||
|
saveConfig();
|
||||||
|
return b;
|
||||||
|
} catch (Throwable e) {
|
||||||
|
Iris.reportError(e);
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("unchecked")
|
||||||
|
public Map<String, ?> getList() {
|
||||||
|
try {
|
||||||
|
Plugin p = getMultiverse();
|
||||||
|
Object mvWorldManager = p.getClass().getDeclaredMethod("getMVWorldManager").invoke(p);
|
||||||
|
Field f = mvWorldManager.getClass().getDeclaredField("worldsFromTheConfig");
|
||||||
|
f.setAccessible(true);
|
||||||
|
return (Map<String, ?>) f.get(mvWorldManager);
|
||||||
|
} catch (Throwable e) {
|
||||||
|
Iris.reportError(e);
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void removeFromConfig(World world) {
|
public void removeFromConfig(World world) {
|
||||||
removeFromConfig(world.getName());
|
if (!isSupported()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
getList().remove(world.getName());
|
||||||
|
saveConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void removeFromConfig(String world) {
|
public void removeFromConfig(String world) {
|
||||||
if (!active) return;
|
if (!isSupported()) {
|
||||||
var manager = worldManager();
|
return;
|
||||||
manager.removeWorld(world).onSuccess(manager::saveWorldsConfig);
|
|
||||||
}
|
|
||||||
|
|
||||||
@SneakyThrows
|
|
||||||
public void updateWorld(World bukkitWorld, String pack) {
|
|
||||||
if (!active) return;
|
|
||||||
var generator = "Iris:" + pack;
|
|
||||||
var manager = worldManager();
|
|
||||||
var world = manager.getWorld(bukkitWorld).getOrElse(() -> {
|
|
||||||
var options = ImportWorldOptions.worldName(bukkitWorld.getName())
|
|
||||||
.generator(generator)
|
|
||||||
.environment(bukkitWorld.getEnvironment())
|
|
||||||
.useSpawnAdjust(false);
|
|
||||||
return manager.importWorld(options).get();
|
|
||||||
});
|
|
||||||
|
|
||||||
world.setAutoLoad(false);
|
|
||||||
if (!generator.equals(world.getGenerator())) {
|
|
||||||
var field = MultiverseWorld.class.getDeclaredField("worldConfig");
|
|
||||||
field.setAccessible(true);
|
|
||||||
|
|
||||||
var config = field.get(world);
|
|
||||||
config.getClass()
|
|
||||||
.getDeclaredMethod("setGenerator", String.class)
|
|
||||||
.invoke(config, generator);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
manager.saveWorldsConfig();
|
getList().remove(world);
|
||||||
|
saveConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
private WorldManager worldManager() {
|
public void saveConfig() {
|
||||||
var api = MultiverseCoreApi.get();
|
try {
|
||||||
return api.getWorldManager();
|
Plugin p = getMultiverse();
|
||||||
|
Object mvWorldManager = p.getClass().getDeclaredMethod("getMVWorldManager").invoke(p);
|
||||||
|
mvWorldManager.getClass().getDeclaredMethod("saveWorldsConfig").invoke(mvWorldManager);
|
||||||
|
} catch (Throwable e) {
|
||||||
|
Iris.reportError(e);
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public void assignWorldType(String worldName, String type) {
|
||||||
|
worldNameTypes.put(worldName, type);
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getWorldNameType(String worldName, String defaultType) {
|
||||||
|
try {
|
||||||
|
String t = worldNameTypes.get(worldName);
|
||||||
|
return t == null ? defaultType : t;
|
||||||
|
} catch (Throwable e) {
|
||||||
|
Iris.reportError(e);
|
||||||
|
return defaultType;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isSupported() {
|
||||||
|
return getMultiverse() != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Plugin getMultiverse() {
|
||||||
|
|
||||||
|
return Bukkit.getPluginManager().getPlugin("Multiverse-Core");
|
||||||
|
}
|
||||||
|
|
||||||
|
public String envName(World.Environment environment) {
|
||||||
|
if (environment == null) {
|
||||||
|
return "normal";
|
||||||
|
}
|
||||||
|
|
||||||
|
return switch (environment) {
|
||||||
|
case NORMAL -> "normal";
|
||||||
|
case NETHER -> "nether";
|
||||||
|
case THE_END -> "end";
|
||||||
|
default -> environment.toString().toLowerCase();
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,59 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.volmit.iris.core.link;
|
||||||
|
|
||||||
|
import io.lumine.mythic.bukkit.MythicBukkit;
|
||||||
|
import org.bukkit.Bukkit;
|
||||||
|
import org.bukkit.Location;
|
||||||
|
import org.bukkit.entity.Entity;
|
||||||
|
import org.bukkit.plugin.Plugin;
|
||||||
|
|
||||||
|
import javax.annotation.Nullable;
|
||||||
|
import java.util.Collection;
|
||||||
|
|
||||||
|
public class MythicMobsLink {
|
||||||
|
|
||||||
|
public MythicMobsLink() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isEnabled() {
|
||||||
|
return getPlugin() != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Plugin getPlugin() {
|
||||||
|
return Bukkit.getPluginManager().getPlugin("MythicMobs");
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Spawn a mythic mob at this location
|
||||||
|
*
|
||||||
|
* @param mob The mob
|
||||||
|
* @param location The location
|
||||||
|
* @return The mob, or null if it can't be spawned
|
||||||
|
*/
|
||||||
|
public @Nullable
|
||||||
|
Entity spawnMob(String mob, Location location) {
|
||||||
|
return isEnabled() ? MythicBukkit.inst().getMobManager().spawnMob(mob, location).getEntity().getBukkitEntity() : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Collection<String> getMythicMobTypes() {
|
||||||
|
return isEnabled() ? MythicBukkit.inst().getMobManager().getMobNames() : null;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,214 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.volmit.iris.core.link;
|
||||||
|
|
||||||
|
import com.volmit.iris.Iris;
|
||||||
|
import com.volmit.iris.core.nms.INMS;
|
||||||
|
import com.volmit.iris.core.nms.container.BiomeColor;
|
||||||
|
import com.volmit.iris.core.service.ExternalDataSVC;
|
||||||
|
import com.volmit.iris.engine.data.cache.Cache;
|
||||||
|
import com.volmit.iris.engine.framework.Engine;
|
||||||
|
import com.volmit.iris.util.collection.KList;
|
||||||
|
import com.volmit.iris.util.collection.KMap;
|
||||||
|
import com.volmit.iris.util.data.B;
|
||||||
|
import com.volmit.iris.util.data.IrisCustomData;
|
||||||
|
import com.volmit.iris.util.math.RNG;
|
||||||
|
import com.volmit.iris.util.reflect.WrappedField;
|
||||||
|
import io.th0rgal.oraxen.api.OraxenItems;
|
||||||
|
import io.th0rgal.oraxen.items.ItemBuilder;
|
||||||
|
import io.th0rgal.oraxen.mechanics.Mechanic;
|
||||||
|
import io.th0rgal.oraxen.mechanics.MechanicFactory;
|
||||||
|
import io.th0rgal.oraxen.mechanics.MechanicsManager;
|
||||||
|
import io.th0rgal.oraxen.mechanics.provided.gameplay.block.BlockMechanic;
|
||||||
|
import io.th0rgal.oraxen.mechanics.provided.gameplay.block.BlockMechanicFactory;
|
||||||
|
import io.th0rgal.oraxen.mechanics.provided.gameplay.furniture.FurnitureFactory;
|
||||||
|
import io.th0rgal.oraxen.mechanics.provided.gameplay.furniture.FurnitureMechanic;
|
||||||
|
import io.th0rgal.oraxen.mechanics.provided.gameplay.noteblock.NoteBlockMechanicFactory;
|
||||||
|
import io.th0rgal.oraxen.mechanics.provided.gameplay.stringblock.StringBlockMechanicFactory;
|
||||||
|
import org.bukkit.Bukkit;
|
||||||
|
import org.bukkit.Color;
|
||||||
|
import org.bukkit.Material;
|
||||||
|
import org.bukkit.block.Block;
|
||||||
|
import org.bukkit.block.BlockFace;
|
||||||
|
import org.bukkit.block.data.BlockData;
|
||||||
|
import org.bukkit.block.data.MultipleFacing;
|
||||||
|
import org.bukkit.entity.Entity;
|
||||||
|
import org.bukkit.entity.ItemDisplay;
|
||||||
|
import org.bukkit.entity.ItemFrame;
|
||||||
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
import org.bukkit.inventory.meta.PotionMeta;
|
||||||
|
|
||||||
|
import java.util.Map;
|
||||||
|
import java.util.MissingResourceException;
|
||||||
|
import java.util.Optional;
|
||||||
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
|
public class OraxenDataProvider extends ExternalDataProvider {
|
||||||
|
|
||||||
|
private static final String FIELD_FACTORIES_MAP = "FACTORIES_BY_MECHANIC_ID";
|
||||||
|
|
||||||
|
private WrappedField<MechanicsManager, Map<String, MechanicFactory>> factories;
|
||||||
|
|
||||||
|
public OraxenDataProvider() {
|
||||||
|
super("Oraxen");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void init() {
|
||||||
|
Iris.info("Setting up Oraxen Link...");
|
||||||
|
this.factories = new WrappedField<>(MechanicsManager.class, FIELD_FACTORIES_MAP);
|
||||||
|
if (this.factories.hasFailed()) {
|
||||||
|
Iris.error("Failed to set up Oraxen Link: Unable to fetch MechanicFactoriesMap!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public BlockData getBlockData(Identifier blockId, KMap<String, String> state) throws MissingResourceException {
|
||||||
|
MechanicFactory factory = getFactory(blockId);
|
||||||
|
if (factory instanceof NoteBlockMechanicFactory f)
|
||||||
|
return f.createNoteBlockData(blockId.key());
|
||||||
|
else if (factory instanceof BlockMechanicFactory f) {
|
||||||
|
MultipleFacing newBlockData = (MultipleFacing) Bukkit.createBlockData(Material.MUSHROOM_STEM);
|
||||||
|
BlockMechanic.setBlockFacing(newBlockData, ((BlockMechanic) f.getMechanic(blockId.key())).getCustomVariation());
|
||||||
|
return newBlockData;
|
||||||
|
} else if (factory instanceof StringBlockMechanicFactory f) {
|
||||||
|
return f.createTripwireData(blockId.key());
|
||||||
|
} else if (factory instanceof FurnitureFactory) {
|
||||||
|
return new IrisCustomData(B.getAir(), ExternalDataSVC.buildState(blockId, state));
|
||||||
|
} else
|
||||||
|
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ItemStack getItemStack(Identifier itemId, KMap<String, Object> customNbt) throws MissingResourceException {
|
||||||
|
Optional<ItemBuilder> opt = OraxenItems.getOptionalItemById(itemId.key());
|
||||||
|
return opt.orElseThrow(() -> new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key())).build();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void processUpdate(Engine engine, Block block, Identifier blockId) {
|
||||||
|
var pair = ExternalDataSVC.parseState(blockId);
|
||||||
|
var state = pair.getB();
|
||||||
|
blockId = pair.getA();
|
||||||
|
Mechanic mechanic = getFactory(blockId).getMechanic(blockId.key());
|
||||||
|
if (mechanic instanceof FurnitureMechanic f) {
|
||||||
|
float yaw = 0;
|
||||||
|
BlockFace face = BlockFace.NORTH;
|
||||||
|
|
||||||
|
long seed = engine.getSeedManager().getSeed() + Cache.key(block.getX(), block.getZ()) + block.getY();
|
||||||
|
RNG rng = new RNG(seed);
|
||||||
|
if ("true".equals(state.get("randomYaw"))) {
|
||||||
|
yaw = rng.f(0, 360);
|
||||||
|
} else if (state.containsKey("yaw")) {
|
||||||
|
yaw = Float.parseFloat(state.get("yaw"));
|
||||||
|
}
|
||||||
|
if ("true".equals(state.get("randomFace"))) {
|
||||||
|
BlockFace[] faces = BlockFace.values();
|
||||||
|
face = faces[rng.i(0, faces.length - 1)];
|
||||||
|
} else if (state.containsKey("face")) {
|
||||||
|
face = BlockFace.valueOf(state.get("face").toUpperCase());
|
||||||
|
}
|
||||||
|
if (face == BlockFace.SELF) {
|
||||||
|
face = BlockFace.NORTH;
|
||||||
|
}
|
||||||
|
ItemStack itemStack = OraxenItems.getItemById(f.getItemID()).build();
|
||||||
|
Entity entity = f.place(block.getLocation(), itemStack, yaw, face, false);
|
||||||
|
|
||||||
|
Consumer<ItemStack> setter = null;
|
||||||
|
if (entity instanceof ItemFrame frame) {
|
||||||
|
itemStack = frame.getItem();
|
||||||
|
setter = frame::setItem;
|
||||||
|
} else if (entity instanceof ItemDisplay display) {
|
||||||
|
itemStack = display.getItemStack();
|
||||||
|
setter = display::setItemStack;
|
||||||
|
}
|
||||||
|
if (setter == null || itemStack == null) return;
|
||||||
|
|
||||||
|
BiomeColor type = null;
|
||||||
|
try {
|
||||||
|
type = BiomeColor.valueOf(state.get("matchBiome").toUpperCase());
|
||||||
|
} catch (NullPointerException | IllegalArgumentException ignored) {
|
||||||
|
}
|
||||||
|
|
||||||
|
if (type != null) {
|
||||||
|
var biomeColor = INMS.get().getBiomeColor(block.getLocation(), type);
|
||||||
|
if (biomeColor == null) return;
|
||||||
|
var potionColor = Color.fromARGB(biomeColor.getAlpha(), biomeColor.getRed(), biomeColor.getGreen(), biomeColor.getBlue());
|
||||||
|
if (itemStack.getItemMeta() instanceof PotionMeta meta) {
|
||||||
|
meta.setColor(potionColor);
|
||||||
|
itemStack.setItemMeta(meta);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
setter.accept(itemStack);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Identifier[] getBlockTypes() {
|
||||||
|
KList<Identifier> names = new KList<>();
|
||||||
|
for (String name : OraxenItems.getItemNames()) {
|
||||||
|
try {
|
||||||
|
Identifier key = new Identifier("oraxen", name);
|
||||||
|
if (getBlockData(key) != null)
|
||||||
|
names.add(key);
|
||||||
|
} catch (MissingResourceException ignored) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return names.toArray(new Identifier[0]);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Identifier[] getItemTypes() {
|
||||||
|
KList<Identifier> names = new KList<>();
|
||||||
|
for (String name : OraxenItems.getItemNames()) {
|
||||||
|
try {
|
||||||
|
Identifier key = new Identifier("oraxen", name);
|
||||||
|
if (getItemStack(key) != null)
|
||||||
|
names.add(key);
|
||||||
|
} catch (MissingResourceException ignored) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return names.toArray(new Identifier[0]);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isReady() {
|
||||||
|
if (super.isReady()) {
|
||||||
|
if (factories == null) {
|
||||||
|
this.factories = new WrappedField<>(MechanicsManager.class, FIELD_FACTORIES_MAP);
|
||||||
|
}
|
||||||
|
return super.isReady() && !factories.hasFailed();
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isValidProvider(Identifier key, boolean isItem) {
|
||||||
|
return key.namespace().equalsIgnoreCase("oraxen");
|
||||||
|
}
|
||||||
|
|
||||||
|
private MechanicFactory getFactory(Identifier key) throws MissingResourceException {
|
||||||
|
return factories.get().values().stream()
|
||||||
|
.filter(i -> i.getItems().contains(key.key()))
|
||||||
|
.findFirst()
|
||||||
|
.orElseThrow(() -> new MissingResourceException("Failed to find BlockData!", key.namespace(), key.key()));
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,16 +1,31 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.volmit.iris.core.link;
|
package com.volmit.iris.core.link;
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
import com.volmit.iris.Iris;
|
||||||
import com.volmit.iris.engine.data.cache.AtomicCache;
|
import com.volmit.iris.engine.data.cache.AtomicCache;
|
||||||
import com.volmit.iris.util.data.Cuboid;
|
import com.volmit.iris.util.data.Cuboid;
|
||||||
import com.volmit.iris.util.data.KCache;
|
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
import org.bukkit.World;
|
import org.bukkit.World;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
import java.lang.reflect.InvocationTargetException;
|
import java.lang.reflect.InvocationTargetException;
|
||||||
import java.time.Duration;
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
public class WorldEditLink {
|
public class WorldEditLink {
|
||||||
private static final AtomicCache<Boolean> active = new AtomicCache<>();
|
private static final AtomicCache<Boolean> active = new AtomicCache<>();
|
||||||
@@ -31,7 +46,8 @@ public class WorldEditLink {
|
|||||||
Object region = null;
|
Object region = null;
|
||||||
try {
|
try {
|
||||||
region = localSession.getClass().getDeclaredMethod("getSelection", Class.forName("com.sk89q.worldedit.world.World")).invoke(localSession, world);
|
region = localSession.getClass().getDeclaredMethod("getSelection", Class.forName("com.sk89q.worldedit.world.World")).invoke(localSession, world);
|
||||||
} catch (InvocationTargetException ignored) {}
|
} catch (InvocationTargetException ignored) {
|
||||||
|
}
|
||||||
if (region == null) return null;
|
if (region == null) return null;
|
||||||
|
|
||||||
Object min = region.getClass().getDeclaredMethod("getMinimumPoint").invoke(region);
|
Object min = region.getClass().getDeclaredMethod("getMinimumPoint").invoke(region);
|
||||||
@@ -47,7 +63,6 @@ public class WorldEditLink {
|
|||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
Iris.error("Could not get selection");
|
Iris.error("Could not get selection");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
Iris.reportError(e);
|
|
||||||
active.reset();
|
active.reset();
|
||||||
active.aquire(() -> false);
|
active.aquire(() -> false);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,33 +0,0 @@
|
|||||||
package com.volmit.iris.core.link.data;
|
|
||||||
|
|
||||||
import com.volmit.iris.core.link.ExternalDataProvider;
|
|
||||||
import com.volmit.iris.core.link.Identifier;
|
|
||||||
|
|
||||||
import java.util.MissingResourceException;
|
|
||||||
import java.util.function.BiPredicate;
|
|
||||||
import java.util.function.Predicate;
|
|
||||||
|
|
||||||
public enum DataType implements BiPredicate<ExternalDataProvider, Identifier> {
|
|
||||||
ITEM,
|
|
||||||
BLOCK,
|
|
||||||
ENTITY;
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean test(ExternalDataProvider dataProvider, Identifier identifier) {
|
|
||||||
if (!dataProvider.isValidProvider(identifier, this)) return false;
|
|
||||||
try {
|
|
||||||
switch (this) {
|
|
||||||
case ITEM -> dataProvider.getItemStack(identifier);
|
|
||||||
case BLOCK -> dataProvider.getBlockData(identifier);
|
|
||||||
case ENTITY -> {}
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
} catch (MissingResourceException e) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public Predicate<Identifier> asPredicate(ExternalDataProvider dataProvider) {
|
|
||||||
return i -> test(dataProvider, i);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,61 +0,0 @@
|
|||||||
package com.volmit.iris.core.link.data;
|
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
|
||||||
import com.volmit.iris.core.link.ExternalDataProvider;
|
|
||||||
import com.volmit.iris.core.link.Identifier;
|
|
||||||
import com.volmit.iris.util.collection.KMap;
|
|
||||||
import com.volmit.iris.util.reflect.WrappedField;
|
|
||||||
import com.willfp.ecoitems.items.EcoItem;
|
|
||||||
import com.willfp.ecoitems.items.EcoItems;
|
|
||||||
import org.bukkit.NamespacedKey;
|
|
||||||
import org.bukkit.inventory.ItemStack;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.MissingResourceException;
|
|
||||||
|
|
||||||
public class EcoItemsDataProvider extends ExternalDataProvider {
|
|
||||||
private WrappedField<EcoItem, ItemStack> itemStack;
|
|
||||||
private WrappedField<EcoItem, NamespacedKey> id;
|
|
||||||
|
|
||||||
public EcoItemsDataProvider() {
|
|
||||||
super("EcoItems");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void init() {
|
|
||||||
Iris.info("Setting up EcoItems Link...");
|
|
||||||
itemStack = new WrappedField<>(EcoItem.class, "_itemStack");
|
|
||||||
if (this.itemStack.hasFailed()) {
|
|
||||||
Iris.error("Failed to set up EcoItems Link: Unable to fetch ItemStack field!");
|
|
||||||
}
|
|
||||||
id = new WrappedField<>(EcoItem.class, "id");
|
|
||||||
if (this.id.hasFailed()) {
|
|
||||||
Iris.error("Failed to set up EcoItems Link: Unable to fetch id field!");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public ItemStack getItemStack(@NotNull Identifier itemId, @NotNull KMap<String, Object> customNbt) throws MissingResourceException {
|
|
||||||
EcoItem item = EcoItems.INSTANCE.getByID(itemId.key());
|
|
||||||
if (item == null) throw new MissingResourceException("Failed to find Item!", itemId.namespace(), itemId.key());
|
|
||||||
return itemStack.get(item).clone();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull Collection<@NotNull Identifier> getTypes(@NotNull DataType dataType) {
|
|
||||||
if (dataType != DataType.ITEM) return List.of();
|
|
||||||
return EcoItems.INSTANCE.values()
|
|
||||||
.stream()
|
|
||||||
.map(x -> Identifier.fromNamespacedKey(id.get(x)))
|
|
||||||
.filter(dataType.asPredicate(this))
|
|
||||||
.toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isValidProvider(@NotNull Identifier id, DataType dataType) {
|
|
||||||
return id.namespace().equalsIgnoreCase("ecoitems") && dataType == DataType.ITEM;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
package com.volmit.iris.core.link.data;
|
|
||||||
|
|
||||||
import com.ssomar.score.api.executableitems.ExecutableItemsAPI;
|
|
||||||
import com.volmit.iris.Iris;
|
|
||||||
import com.volmit.iris.core.link.ExternalDataProvider;
|
|
||||||
import com.volmit.iris.core.link.Identifier;
|
|
||||||
import com.volmit.iris.util.collection.KMap;
|
|
||||||
import org.bukkit.inventory.ItemStack;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.MissingResourceException;
|
|
||||||
import java.util.Optional;
|
|
||||||
|
|
||||||
public class ExecutableItemsDataProvider extends ExternalDataProvider {
|
|
||||||
public ExecutableItemsDataProvider() {
|
|
||||||
super("ExecutableItems");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void init() {
|
|
||||||
Iris.info("Setting up ExecutableItems Link...");
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public ItemStack getItemStack(@NotNull Identifier itemId, @NotNull KMap<String, Object> customNbt) throws MissingResourceException {
|
|
||||||
return ExecutableItemsAPI.getExecutableItemsManager().getExecutableItem(itemId.key())
|
|
||||||
.map(item -> item.buildItem(1, Optional.empty()))
|
|
||||||
.orElseThrow(() -> new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key()));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull Collection<@NotNull Identifier> getTypes(@NotNull DataType dataType) {
|
|
||||||
if (dataType != DataType.ITEM) return List.of();
|
|
||||||
return ExecutableItemsAPI.getExecutableItemsManager()
|
|
||||||
.getExecutableItemIdsList()
|
|
||||||
.stream()
|
|
||||||
.map(name -> new Identifier("executable_items", name))
|
|
||||||
.filter(dataType.asPredicate(this))
|
|
||||||
.toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isValidProvider(@NotNull Identifier key, DataType dataType) {
|
|
||||||
return key.namespace().equalsIgnoreCase("executable_items") && dataType == DataType.ITEM;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,126 +0,0 @@
|
|||||||
package com.volmit.iris.core.link.data;
|
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
|
||||||
import com.volmit.iris.core.IrisSettings;
|
|
||||||
import com.volmit.iris.core.link.ExternalDataProvider;
|
|
||||||
import com.volmit.iris.core.link.Identifier;
|
|
||||||
import com.volmit.iris.core.service.ExternalDataSVC;
|
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
|
||||||
import com.volmit.iris.util.collection.KMap;
|
|
||||||
import com.volmit.iris.util.data.IrisCustomData;
|
|
||||||
import com.volmit.iris.util.reflect.WrappedField;
|
|
||||||
import com.volmit.iris.util.reflect.WrappedReturningMethod;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.Location;
|
|
||||||
import org.bukkit.Material;
|
|
||||||
import org.bukkit.block.Block;
|
|
||||||
import org.bukkit.block.data.BlockData;
|
|
||||||
import org.bukkit.block.data.type.Leaves;
|
|
||||||
import org.bukkit.inventory.ItemStack;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.MissingResourceException;
|
|
||||||
import java.util.function.Supplier;
|
|
||||||
|
|
||||||
public class HMCLeavesDataProvider extends ExternalDataProvider {
|
|
||||||
private Object apiInstance;
|
|
||||||
private WrappedReturningMethod<Object, Material> worldBlockType;
|
|
||||||
private WrappedReturningMethod<Object, Boolean> setCustomBlock;
|
|
||||||
private Map<String, Object> blockDataMap = Map.of();
|
|
||||||
private Map<String, Supplier<ItemStack>> itemDataField = Map.of();
|
|
||||||
|
|
||||||
public HMCLeavesDataProvider() {
|
|
||||||
super("HMCLeaves");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getPluginId() {
|
|
||||||
return "HMCLeaves";
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void init() {
|
|
||||||
try {
|
|
||||||
worldBlockType = new WrappedReturningMethod<>((Class<Object>) Class.forName("io.github.fisher2911.hmcleaves.data.BlockData"), "worldBlockType");
|
|
||||||
apiInstance = getApiInstance(Class.forName("io.github.fisher2911.hmcleaves.api.HMCLeavesAPI"));
|
|
||||||
setCustomBlock = new WrappedReturningMethod<>((Class<Object>) apiInstance.getClass(), "setCustomBlock", Location.class, String.class, boolean.class);
|
|
||||||
Object config = getLeavesConfig(apiInstance.getClass());
|
|
||||||
blockDataMap = getMap(config, "blockDataMap");
|
|
||||||
itemDataField = getMap(config, "itemSupplierMap");
|
|
||||||
} catch (Throwable e) {
|
|
||||||
Iris.error("Failed to initialize HMCLeavesDataProvider: " + e.getMessage());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public BlockData getBlockData(@NotNull Identifier blockId, @NotNull KMap<String, String> state) throws MissingResourceException {
|
|
||||||
Object o = blockDataMap.get(blockId.key());
|
|
||||||
if (o == null)
|
|
||||||
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
|
||||||
Material material = worldBlockType.invoke(o, new Object[0]);
|
|
||||||
if (material == null)
|
|
||||||
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
|
||||||
BlockData blockData = Bukkit.createBlockData(material);
|
|
||||||
if (IrisSettings.get().getGenerator().preventLeafDecay && blockData instanceof Leaves leaves)
|
|
||||||
leaves.setPersistent(true);
|
|
||||||
return IrisCustomData.of(blockData, ExternalDataSVC.buildState(blockId, state));
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public ItemStack getItemStack(@NotNull Identifier itemId, @NotNull KMap<String, Object> customNbt) throws MissingResourceException {
|
|
||||||
if (!itemDataField.containsKey(itemId.key()))
|
|
||||||
throw new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key());
|
|
||||||
return itemDataField.get(itemId.key()).get();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void processUpdate(@NotNull Engine engine, @NotNull Block block, @NotNull Identifier blockId) {
|
|
||||||
var pair = ExternalDataSVC.parseState(blockId);
|
|
||||||
blockId = pair.getA();
|
|
||||||
Boolean result = setCustomBlock.invoke(apiInstance, new Object[]{block.getLocation(), blockId.key(), false});
|
|
||||||
if (result == null || !result)
|
|
||||||
Iris.warn("Failed to set custom block! " + blockId.key() + " " + block.getX() + " " + block.getY() + " " + block.getZ());
|
|
||||||
else if (IrisSettings.get().getGenerator().preventLeafDecay) {
|
|
||||||
BlockData blockData = block.getBlockData();
|
|
||||||
if (blockData instanceof Leaves leaves)
|
|
||||||
leaves.setPersistent(true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull Collection<@NotNull Identifier> getTypes(@NotNull DataType dataType) {
|
|
||||||
if (dataType == DataType.ENTITY) return List.of();
|
|
||||||
return (dataType == DataType.BLOCK ? blockDataMap.keySet() : itemDataField.keySet())
|
|
||||||
.stream()
|
|
||||||
.map(x -> new Identifier("hmcleaves", x))
|
|
||||||
.filter(dataType.asPredicate(this))
|
|
||||||
.toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isValidProvider(@NotNull Identifier id, DataType dataType) {
|
|
||||||
if (dataType == DataType.ENTITY) return false;
|
|
||||||
return (dataType == DataType.ITEM ? itemDataField.keySet() : blockDataMap.keySet()).contains(id.key());
|
|
||||||
}
|
|
||||||
|
|
||||||
private <C, T> Map<String, T> getMap(C config, String name) {
|
|
||||||
WrappedField<C, Map<String, T>> field = new WrappedField<>((Class<C>) config.getClass(), name);
|
|
||||||
return field.get(config);
|
|
||||||
}
|
|
||||||
|
|
||||||
private <A> A getApiInstance(Class<A> apiClass) {
|
|
||||||
WrappedReturningMethod<A, A> instance = new WrappedReturningMethod<>(apiClass, "getInstance");
|
|
||||||
return instance.invoke();
|
|
||||||
}
|
|
||||||
|
|
||||||
private <A, C> C getLeavesConfig(Class<A> apiClass) {
|
|
||||||
WrappedReturningMethod<A, A> instance = new WrappedReturningMethod<>(apiClass, "getInstance");
|
|
||||||
WrappedField<A, C> config = new WrappedField<>(apiClass, "config");
|
|
||||||
return config.get(instance.invoke());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,107 +0,0 @@
|
|||||||
package com.volmit.iris.core.link.data;
|
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
|
||||||
import com.volmit.iris.core.link.ExternalDataProvider;
|
|
||||||
import com.volmit.iris.core.link.Identifier;
|
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
|
||||||
import com.volmit.iris.util.collection.KMap;
|
|
||||||
import com.volmit.iris.util.collection.KSet;
|
|
||||||
import com.volmit.iris.util.data.IrisCustomData;
|
|
||||||
import dev.lone.itemsadder.api.CustomBlock;
|
|
||||||
import dev.lone.itemsadder.api.CustomStack;
|
|
||||||
import dev.lone.itemsadder.api.Events.ItemsAdderLoadDataEvent;
|
|
||||||
import org.bukkit.block.Block;
|
|
||||||
import org.bukkit.block.data.BlockData;
|
|
||||||
import org.bukkit.event.EventHandler;
|
|
||||||
import org.bukkit.inventory.ItemStack;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.MissingResourceException;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
|
|
||||||
public class ItemAdderDataProvider extends ExternalDataProvider {
|
|
||||||
|
|
||||||
private final KSet<String> itemNamespaces = new KSet<>();
|
|
||||||
private final KSet<String> blockNamespaces = new KSet<>();
|
|
||||||
|
|
||||||
public ItemAdderDataProvider() {
|
|
||||||
super("ItemsAdder");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void init() {
|
|
||||||
updateNamespaces();
|
|
||||||
}
|
|
||||||
|
|
||||||
@EventHandler
|
|
||||||
public void onLoadData(ItemsAdderLoadDataEvent event) {
|
|
||||||
updateNamespaces();
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public BlockData getBlockData(@NotNull Identifier blockId, @NotNull KMap<String, String> state) throws MissingResourceException {
|
|
||||||
CustomBlock block = CustomBlock.getInstance(blockId.toString());
|
|
||||||
if (block == null) {
|
|
||||||
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
|
||||||
}
|
|
||||||
return IrisCustomData.of(block.getBaseBlockData(), blockId);
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public ItemStack getItemStack(@NotNull Identifier itemId, @NotNull KMap<String, Object> customNbt) throws MissingResourceException {
|
|
||||||
CustomStack stack = CustomStack.getInstance(itemId.toString());
|
|
||||||
if (stack == null) {
|
|
||||||
throw new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key());
|
|
||||||
}
|
|
||||||
return stack.getItemStack();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void processUpdate(@NotNull Engine engine, @NotNull Block block, @NotNull Identifier blockId) {
|
|
||||||
CustomBlock custom;
|
|
||||||
if ((custom = CustomBlock.place(blockId.toString(), block.getLocation())) == null)
|
|
||||||
return;
|
|
||||||
block.setBlockData(custom.getBaseBlockData(), false);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull Collection<@NotNull Identifier> getTypes(@NotNull DataType dataType) {
|
|
||||||
return switch (dataType) {
|
|
||||||
case ENTITY -> List.of();
|
|
||||||
case ITEM -> CustomStack.getNamespacedIdsInRegistry()
|
|
||||||
.stream()
|
|
||||||
.map(Identifier::fromString)
|
|
||||||
.toList();
|
|
||||||
case BLOCK -> CustomBlock.getNamespacedIdsInRegistry()
|
|
||||||
.stream()
|
|
||||||
.map(Identifier::fromString)
|
|
||||||
.toList();
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private void updateNamespaces() {
|
|
||||||
try {
|
|
||||||
updateNamespaces(DataType.ITEM);
|
|
||||||
updateNamespaces(DataType.BLOCK);
|
|
||||||
} catch (Throwable e) {
|
|
||||||
Iris.warn("Failed to update ItemAdder namespaces: " + e.getMessage());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void updateNamespaces(DataType dataType) {
|
|
||||||
var namespaces = getTypes(dataType).stream().map(Identifier::namespace).collect(Collectors.toSet());
|
|
||||||
var currentNamespaces = dataType == DataType.ITEM ? itemNamespaces : blockNamespaces;
|
|
||||||
currentNamespaces.removeIf(n -> !namespaces.contains(n));
|
|
||||||
currentNamespaces.addAll(namespaces);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isValidProvider(@NotNull Identifier id, DataType dataType) {
|
|
||||||
if (dataType == DataType.ENTITY) return false;
|
|
||||||
return dataType == DataType.ITEM ? itemNamespaces.contains(id.namespace()) : blockNamespaces.contains(id.namespace());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,74 +0,0 @@
|
|||||||
package com.volmit.iris.core.link.data;
|
|
||||||
|
|
||||||
import com.volmit.iris.core.link.ExternalDataProvider;
|
|
||||||
import com.volmit.iris.core.link.Identifier;
|
|
||||||
import com.volmit.iris.core.service.ExternalDataSVC;
|
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
|
||||||
import com.volmit.iris.util.collection.KMap;
|
|
||||||
import com.volmit.iris.util.data.B;
|
|
||||||
import com.volmit.iris.util.data.IrisCustomData;
|
|
||||||
import me.kryniowesegryderiusz.kgenerators.Main;
|
|
||||||
import me.kryniowesegryderiusz.kgenerators.api.KGeneratorsAPI;
|
|
||||||
import me.kryniowesegryderiusz.kgenerators.generators.locations.objects.GeneratorLocation;
|
|
||||||
import org.bukkit.Material;
|
|
||||||
import org.bukkit.block.Block;
|
|
||||||
import org.bukkit.block.data.BlockData;
|
|
||||||
import org.bukkit.inventory.ItemStack;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.MissingResourceException;
|
|
||||||
|
|
||||||
public class KGeneratorsDataProvider extends ExternalDataProvider {
|
|
||||||
public KGeneratorsDataProvider() {
|
|
||||||
super("KGenerators");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void init() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull BlockData getBlockData(@NotNull Identifier blockId, @NotNull KMap<String, String> state) throws MissingResourceException {
|
|
||||||
if (Main.getGenerators().get(blockId.key()) == null) throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
|
||||||
return IrisCustomData.of(Material.STRUCTURE_VOID.createBlockData(), ExternalDataSVC.buildState(blockId, state));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull ItemStack getItemStack(@NotNull Identifier itemId, @NotNull KMap<String, Object> customNbt) throws MissingResourceException {
|
|
||||||
var gen = Main.getGenerators().get(itemId.key());
|
|
||||||
if (gen == null) throw new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key());
|
|
||||||
return gen.getGeneratorItem();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void processUpdate(@NotNull Engine engine, @NotNull Block block, @NotNull Identifier blockId) {
|
|
||||||
if (block.getType() != Material.STRUCTURE_VOID) return;
|
|
||||||
var existing = KGeneratorsAPI.getLoadedGeneratorLocation(block.getLocation());
|
|
||||||
if (existing != null) return;
|
|
||||||
block.setBlockData(B.getAir(), false);
|
|
||||||
var gen = Main.getGenerators().get(blockId.key());
|
|
||||||
if (gen == null) return;
|
|
||||||
var loc = new GeneratorLocation(-1, gen, block.getLocation(), Main.getPlacedGenerators().getChunkInfo(block.getChunk()), null, null);
|
|
||||||
Main.getDatabases().getDb().saveGenerator(loc);
|
|
||||||
Main.getPlacedGenerators().addLoaded(loc);
|
|
||||||
Main.getSchedules().schedule(loc, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull Collection<@NotNull Identifier> getTypes(@NotNull DataType dataType) {
|
|
||||||
if (dataType == DataType.ENTITY) return List.of();
|
|
||||||
return Main.getGenerators().getAll().stream()
|
|
||||||
.map(gen -> new Identifier("kgenerators", gen.getId()))
|
|
||||||
.filter(dataType.asPredicate(this))
|
|
||||||
.toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isValidProvider(@NotNull Identifier id, DataType dataType) {
|
|
||||||
if (dataType == DataType.ENTITY) return false;
|
|
||||||
return "kgenerators".equalsIgnoreCase(id.namespace());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,125 +0,0 @@
|
|||||||
package com.volmit.iris.core.link.data;
|
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
|
||||||
import com.volmit.iris.core.link.ExternalDataProvider;
|
|
||||||
import com.volmit.iris.core.link.Identifier;
|
|
||||||
import com.volmit.iris.util.collection.KMap;
|
|
||||||
import com.volmit.iris.util.scheduling.J;
|
|
||||||
import net.Indyuce.mmoitems.MMOItems;
|
|
||||||
import net.Indyuce.mmoitems.api.ItemTier;
|
|
||||||
import net.Indyuce.mmoitems.api.block.CustomBlock;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.block.data.BlockData;
|
|
||||||
import org.bukkit.inventory.ItemStack;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.MissingResourceException;
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
|
||||||
import java.util.concurrent.ExecutionException;
|
|
||||||
import java.util.function.Supplier;
|
|
||||||
|
|
||||||
public class MMOItemsDataProvider extends ExternalDataProvider {
|
|
||||||
|
|
||||||
public MMOItemsDataProvider() {
|
|
||||||
super("MMOItems");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void init() {
|
|
||||||
Iris.info("Setting up MMOItems Link...");
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public BlockData getBlockData(@NotNull Identifier blockId, @NotNull KMap<String, String> state) throws MissingResourceException {
|
|
||||||
int id = -1;
|
|
||||||
try {
|
|
||||||
id = Integer.parseInt(blockId.key());
|
|
||||||
} catch (NumberFormatException ignored) {}
|
|
||||||
CustomBlock block = api().getCustomBlocks().getBlock(id);
|
|
||||||
if (block == null) throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
|
||||||
return block.getState().getBlockData();
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public ItemStack getItemStack(@NotNull Identifier itemId, @NotNull KMap<String, Object> customNbt) throws MissingResourceException {
|
|
||||||
String[] parts = itemId.namespace().split("_", 2);
|
|
||||||
if (parts.length != 2)
|
|
||||||
throw new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key());
|
|
||||||
CompletableFuture<ItemStack> future = new CompletableFuture<>();
|
|
||||||
Runnable run = () -> {
|
|
||||||
try {
|
|
||||||
var type = api().getTypes().get(parts[1]);
|
|
||||||
int level = -1;
|
|
||||||
ItemTier tier = null;
|
|
||||||
|
|
||||||
if (customNbt != null) {
|
|
||||||
level = (int) customNbt.getOrDefault("level", -1);
|
|
||||||
tier = api().getTiers().get(String.valueOf(customNbt.get("tier")));
|
|
||||||
}
|
|
||||||
|
|
||||||
ItemStack itemStack;
|
|
||||||
if (type == null) {
|
|
||||||
future.complete(null);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (level != -1 && tier != null) {
|
|
||||||
itemStack = api().getItem(type, itemId.key(), level, tier);
|
|
||||||
} else {
|
|
||||||
itemStack = api().getItem(type, itemId.key());
|
|
||||||
}
|
|
||||||
future.complete(itemStack);
|
|
||||||
} catch (Throwable e) {
|
|
||||||
future.completeExceptionally(e);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
if (Bukkit.isPrimaryThread()) run.run();
|
|
||||||
else J.s(run);
|
|
||||||
ItemStack item = null;
|
|
||||||
try {
|
|
||||||
item = future.get();
|
|
||||||
} catch (InterruptedException | ExecutionException ignored) {}
|
|
||||||
if (item == null)
|
|
||||||
throw new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key());
|
|
||||||
return item;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull Collection<@NotNull Identifier> getTypes(@NotNull DataType dataType) {
|
|
||||||
return switch (dataType) {
|
|
||||||
case ENTITY -> List.of();
|
|
||||||
case BLOCK -> api().getCustomBlocks().getBlockIds().stream().map(id -> new Identifier("mmoitems", String.valueOf(id)))
|
|
||||||
.filter(dataType.asPredicate(this))
|
|
||||||
.toList();
|
|
||||||
case ITEM -> {
|
|
||||||
Supplier<Collection<Identifier>> supplier = () -> api().getTypes()
|
|
||||||
.getAll()
|
|
||||||
.stream()
|
|
||||||
.flatMap(type -> api()
|
|
||||||
.getTemplates()
|
|
||||||
.getTemplateNames(type)
|
|
||||||
.stream()
|
|
||||||
.map(name -> new Identifier("mmoitems_" + type.getId(), name)))
|
|
||||||
.filter(dataType.asPredicate(this))
|
|
||||||
.toList();
|
|
||||||
|
|
||||||
if (Bukkit.isPrimaryThread()) yield supplier.get();
|
|
||||||
else yield J.sfut(supplier).join();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isValidProvider(@NotNull Identifier id, DataType dataType) {
|
|
||||||
if (dataType == DataType.ENTITY) return false;
|
|
||||||
return dataType == DataType.ITEM ? id.namespace().split("_", 2).length == 2 : id.namespace().equals("mmoitems");
|
|
||||||
}
|
|
||||||
|
|
||||||
private MMOItems api() {
|
|
||||||
return MMOItems.plugin;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,144 +0,0 @@
|
|||||||
/*
|
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package com.volmit.iris.core.link.data;
|
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
|
||||||
import com.volmit.iris.core.link.ExternalDataProvider;
|
|
||||||
import com.volmit.iris.core.link.Identifier;
|
|
||||||
import com.volmit.iris.core.nms.INMS;
|
|
||||||
import com.volmit.iris.core.nms.container.BiomeColor;
|
|
||||||
import com.volmit.iris.core.nms.container.BlockProperty;
|
|
||||||
import com.volmit.iris.core.service.ExternalDataSVC;
|
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
|
||||||
import com.volmit.iris.util.collection.KMap;
|
|
||||||
import com.volmit.iris.util.data.B;
|
|
||||||
import com.volmit.iris.util.data.IrisCustomData;
|
|
||||||
import io.lumine.mythic.bukkit.BukkitAdapter;
|
|
||||||
import io.lumine.mythic.bukkit.utils.serialize.Chroma;
|
|
||||||
import io.lumine.mythiccrucible.MythicCrucible;
|
|
||||||
import io.lumine.mythiccrucible.items.CrucibleItem;
|
|
||||||
import io.lumine.mythiccrucible.items.ItemManager;
|
|
||||||
import io.lumine.mythiccrucible.items.blocks.CustomBlockItemContext;
|
|
||||||
import io.lumine.mythiccrucible.items.furniture.FurnitureItemContext;
|
|
||||||
import org.bukkit.block.Block;
|
|
||||||
import org.bukkit.block.data.BlockData;
|
|
||||||
import org.bukkit.inventory.ItemStack;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.MissingResourceException;
|
|
||||||
import java.util.Optional;
|
|
||||||
|
|
||||||
public class MythicCrucibleDataProvider extends ExternalDataProvider {
|
|
||||||
|
|
||||||
private ItemManager itemManager;
|
|
||||||
|
|
||||||
public MythicCrucibleDataProvider() {
|
|
||||||
super("MythicCrucible");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void init() {
|
|
||||||
Iris.info("Setting up MythicCrucible Link...");
|
|
||||||
try {
|
|
||||||
this.itemManager = MythicCrucible.inst().getItemManager();
|
|
||||||
} catch (Exception e) {
|
|
||||||
Iris.error("Failed to set up MythicCrucible Link: Unable to fetch MythicCrucible instance!");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public BlockData getBlockData(@NotNull Identifier blockId, @NotNull KMap<String, String> state) throws MissingResourceException {
|
|
||||||
CrucibleItem crucibleItem = this.itemManager.getItem(blockId.key())
|
|
||||||
.orElseThrow(() -> new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key()));
|
|
||||||
CustomBlockItemContext blockItemContext = crucibleItem.getBlockData();
|
|
||||||
FurnitureItemContext furnitureItemContext = crucibleItem.getFurnitureData();
|
|
||||||
if (furnitureItemContext != null) {
|
|
||||||
return IrisCustomData.of(B.getAir(), ExternalDataSVC.buildState(blockId, state));
|
|
||||||
} else if (blockItemContext != null) {
|
|
||||||
return blockItemContext.getBlockData();
|
|
||||||
}
|
|
||||||
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull List<BlockProperty> getBlockProperties(@NotNull Identifier blockId) throws MissingResourceException {
|
|
||||||
CrucibleItem crucibleItem = this.itemManager.getItem(blockId.key())
|
|
||||||
.orElseThrow(() -> new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key()));
|
|
||||||
|
|
||||||
if (crucibleItem.getFurnitureData() != null) {
|
|
||||||
return YAW_FACE_BIOME_PROPERTIES;
|
|
||||||
} else if (crucibleItem.getBlockData() != null) {
|
|
||||||
return List.of();
|
|
||||||
}
|
|
||||||
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public ItemStack getItemStack(@NotNull Identifier itemId, @NotNull KMap<String, Object> customNbt) throws MissingResourceException {
|
|
||||||
Optional<CrucibleItem> opt = this.itemManager.getItem(itemId.key());
|
|
||||||
return BukkitAdapter.adapt(opt.orElseThrow(() ->
|
|
||||||
new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key()))
|
|
||||||
.getMythicItem()
|
|
||||||
.generateItemStack(1));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull Collection<@NotNull Identifier> getTypes(@NotNull DataType dataType) {
|
|
||||||
return itemManager.getItems()
|
|
||||||
.stream()
|
|
||||||
.map(i -> new Identifier("crucible", i.getInternalName()))
|
|
||||||
.filter(dataType.asPredicate(this))
|
|
||||||
.toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void processUpdate(@NotNull Engine engine, @NotNull Block block, @NotNull Identifier blockId) {
|
|
||||||
var parsedState = ExternalDataSVC.parseState(blockId);
|
|
||||||
var state = parsedState.getB();
|
|
||||||
blockId = parsedState.getA();
|
|
||||||
|
|
||||||
Optional<CrucibleItem> item = itemManager.getItem(blockId.key());
|
|
||||||
if (item.isEmpty()) return;
|
|
||||||
FurnitureItemContext furniture = item.get().getFurnitureData();
|
|
||||||
if (furniture == null) return;
|
|
||||||
|
|
||||||
var pair = parseYawAndFace(engine, block, state);
|
|
||||||
BiomeColor type = null;
|
|
||||||
Chroma color = null;
|
|
||||||
try {
|
|
||||||
type = BiomeColor.valueOf(state.get("matchBiome").toUpperCase());
|
|
||||||
} catch (NullPointerException | IllegalArgumentException ignored) {}
|
|
||||||
if (type != null) {
|
|
||||||
var biomeColor = INMS.get().getBiomeColor(block.getLocation(), type);
|
|
||||||
if (biomeColor == null) return;
|
|
||||||
color = Chroma.of(biomeColor.getRGB());
|
|
||||||
}
|
|
||||||
furniture.place(block, pair.getB(), pair.getA(), color);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isValidProvider(@NotNull Identifier key, DataType dataType) {
|
|
||||||
if (dataType == DataType.ENTITY) return false;
|
|
||||||
return key.namespace().equalsIgnoreCase("crucible");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,130 +0,0 @@
|
|||||||
package com.volmit.iris.core.link.data;
|
|
||||||
|
|
||||||
import com.volmit.iris.core.link.ExternalDataProvider;
|
|
||||||
import com.volmit.iris.core.link.Identifier;
|
|
||||||
import com.volmit.iris.core.tools.IrisToolbelt;
|
|
||||||
import io.lumine.mythic.api.adapters.AbstractLocation;
|
|
||||||
import io.lumine.mythic.api.config.MythicLineConfig;
|
|
||||||
import io.lumine.mythic.api.mobs.entities.SpawnReason;
|
|
||||||
import io.lumine.mythic.api.skills.conditions.ILocationCondition;
|
|
||||||
import io.lumine.mythic.bukkit.BukkitAdapter;
|
|
||||||
import io.lumine.mythic.bukkit.MythicBukkit;
|
|
||||||
import io.lumine.mythic.bukkit.adapters.BukkitWorld;
|
|
||||||
import io.lumine.mythic.bukkit.events.MythicConditionLoadEvent;
|
|
||||||
import io.lumine.mythic.core.mobs.ActiveMob;
|
|
||||||
import io.lumine.mythic.core.mobs.MobStack;
|
|
||||||
import io.lumine.mythic.core.skills.SkillCondition;
|
|
||||||
import io.lumine.mythic.core.utils.annotations.MythicCondition;
|
|
||||||
import io.lumine.mythic.core.utils.annotations.MythicField;
|
|
||||||
import org.bukkit.Location;
|
|
||||||
import org.bukkit.entity.Entity;
|
|
||||||
import org.bukkit.event.EventHandler;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
import java.util.*;
|
|
||||||
import java.util.concurrent.ConcurrentHashMap;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
|
|
||||||
public class MythicMobsDataProvider extends ExternalDataProvider {
|
|
||||||
public MythicMobsDataProvider() {
|
|
||||||
super("MythicMobs");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void init() {
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @Nullable Entity spawnMob(@NotNull Location location, @NotNull Identifier entityId) throws MissingResourceException {
|
|
||||||
var mm = spawnMob(BukkitAdapter.adapt(location), entityId);
|
|
||||||
return mm == null ? null : mm.getEntity().getBukkitEntity();
|
|
||||||
}
|
|
||||||
|
|
||||||
private ActiveMob spawnMob(AbstractLocation location, Identifier entityId) throws MissingResourceException {
|
|
||||||
var manager = MythicBukkit.inst().getMobManager();
|
|
||||||
var mm = manager.getMythicMob(entityId.key()).orElse(null);
|
|
||||||
if (mm == null) {
|
|
||||||
var stack = manager.getMythicMobStack(entityId.key());
|
|
||||||
if (stack == null) throw new MissingResourceException("Failed to find Mob!", entityId.namespace(), entityId.key());
|
|
||||||
return stack.spawn(location, 1d, SpawnReason.OTHER, null);
|
|
||||||
}
|
|
||||||
return mm.spawn(location, 1d, SpawnReason.OTHER, null, null);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull Collection<@NotNull Identifier> getTypes(@NotNull DataType dataType) {
|
|
||||||
if (dataType != DataType.ENTITY) return List.of();
|
|
||||||
var manager = MythicBukkit.inst().getMobManager();
|
|
||||||
return Stream.concat(manager.getMobNames().stream(),
|
|
||||||
manager.getMobStacks()
|
|
||||||
.stream()
|
|
||||||
.map(MobStack::getName)
|
|
||||||
)
|
|
||||||
.distinct()
|
|
||||||
.map(name -> new Identifier("mythicmobs", name))
|
|
||||||
.toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isValidProvider(@NotNull Identifier id, DataType dataType) {
|
|
||||||
return id.namespace().equalsIgnoreCase("mythicmobs") && dataType == DataType.ENTITY;
|
|
||||||
}
|
|
||||||
|
|
||||||
@EventHandler
|
|
||||||
public void on(MythicConditionLoadEvent event) {
|
|
||||||
switch (event.getConditionName()) {
|
|
||||||
case "irisbiome" -> event.register(new IrisBiomeCondition(event.getConditionName(), event.getConfig()));
|
|
||||||
case "irisregion" -> event.register(new IrisRegionCondition(event.getConditionName(), event.getConfig()));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@MythicCondition(author = "CrazyDev22", name = "irisbiome", description = "Tests if the target is within the given list of biomes")
|
|
||||||
public static class IrisBiomeCondition extends SkillCondition implements ILocationCondition {
|
|
||||||
@MythicField(name = "biome", aliases = {"b"}, description = "A list of biomes to check")
|
|
||||||
private Set<String> biomes = ConcurrentHashMap.newKeySet();
|
|
||||||
@MythicField(name = "surface", aliases = {"s"}, description = "If the biome check should only be performed on the surface")
|
|
||||||
private boolean surface;
|
|
||||||
|
|
||||||
public IrisBiomeCondition(String line, MythicLineConfig mlc) {
|
|
||||||
super(line);
|
|
||||||
String b = mlc.getString(new String[]{"biome", "b"}, "");
|
|
||||||
biomes.addAll(Arrays.asList(b.split(",")));
|
|
||||||
surface = mlc.getBoolean(new String[]{"surface", "s"}, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean check(AbstractLocation target) {
|
|
||||||
var access = IrisToolbelt.access(((BukkitWorld) target.getWorld()).getBukkitWorld());
|
|
||||||
if (access == null) return false;
|
|
||||||
var engine = access.getEngine();
|
|
||||||
if (engine == null) return false;
|
|
||||||
var biome = surface ?
|
|
||||||
engine.getSurfaceBiome(target.getBlockX(), target.getBlockZ()) :
|
|
||||||
engine.getBiomeOrMantle(target.getBlockX(), target.getBlockY() - engine.getMinHeight(), target.getBlockZ());
|
|
||||||
return biomes.contains(biome.getLoadKey());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@MythicCondition(author = "CrazyDev22", name = "irisregion", description = "Tests if the target is within the given list of biomes")
|
|
||||||
public static class IrisRegionCondition extends SkillCondition implements ILocationCondition {
|
|
||||||
@MythicField(name = "region", aliases = {"r"}, description = "A list of regions to check")
|
|
||||||
private Set<String> regions = ConcurrentHashMap.newKeySet();
|
|
||||||
|
|
||||||
public IrisRegionCondition(String line, MythicLineConfig mlc) {
|
|
||||||
super(line);
|
|
||||||
String b = mlc.getString(new String[]{"region", "r"}, "");
|
|
||||||
regions.addAll(Arrays.asList(b.split(",")));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean check(AbstractLocation target) {
|
|
||||||
var access = IrisToolbelt.access(((BukkitWorld) target.getWorld()).getBukkitWorld());
|
|
||||||
if (access == null) return false;
|
|
||||||
var engine = access.getEngine();
|
|
||||||
if (engine == null) return false;
|
|
||||||
var region = engine.getRegion(target.getBlockX(), target.getBlockZ());
|
|
||||||
return regions.contains(region.getLoadKey());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,140 +0,0 @@
|
|||||||
package com.volmit.iris.core.link.data;
|
|
||||||
|
|
||||||
import com.nexomc.nexo.api.NexoBlocks;
|
|
||||||
import com.nexomc.nexo.api.NexoFurniture;
|
|
||||||
import com.nexomc.nexo.api.NexoItems;
|
|
||||||
import com.nexomc.nexo.items.ItemBuilder;
|
|
||||||
import com.volmit.iris.core.link.ExternalDataProvider;
|
|
||||||
import com.volmit.iris.core.link.Identifier;
|
|
||||||
import com.volmit.iris.core.nms.INMS;
|
|
||||||
import com.volmit.iris.core.nms.container.BiomeColor;
|
|
||||||
import com.volmit.iris.core.nms.container.BlockProperty;
|
|
||||||
import com.volmit.iris.core.service.ExternalDataSVC;
|
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
|
||||||
import com.volmit.iris.util.collection.KMap;
|
|
||||||
import com.volmit.iris.util.data.B;
|
|
||||||
import com.volmit.iris.util.data.IrisCustomData;
|
|
||||||
import org.bukkit.Color;
|
|
||||||
import org.bukkit.block.Block;
|
|
||||||
import org.bukkit.block.data.BlockData;
|
|
||||||
import org.bukkit.entity.ItemDisplay;
|
|
||||||
import org.bukkit.inventory.ItemStack;
|
|
||||||
import org.bukkit.inventory.meta.LeatherArmorMeta;
|
|
||||||
import org.bukkit.inventory.meta.MapMeta;
|
|
||||||
import org.bukkit.inventory.meta.PotionMeta;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.MissingResourceException;
|
|
||||||
|
|
||||||
public class NexoDataProvider extends ExternalDataProvider {
|
|
||||||
public NexoDataProvider() {
|
|
||||||
super("Nexo");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void init() {
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public BlockData getBlockData(@NotNull Identifier blockId, @NotNull KMap<String, String> state) throws MissingResourceException {
|
|
||||||
if (!NexoItems.exists(blockId.key())) {
|
|
||||||
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
|
||||||
}
|
|
||||||
|
|
||||||
Identifier blockState = ExternalDataSVC.buildState(blockId, state);
|
|
||||||
if (NexoBlocks.isCustomBlock(blockId.key())) {
|
|
||||||
BlockData data = NexoBlocks.blockData(blockId.key());
|
|
||||||
if (data == null)
|
|
||||||
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
|
||||||
return IrisCustomData.of(data, blockState);
|
|
||||||
} else if (NexoFurniture.isFurniture(blockId.key())) {
|
|
||||||
return IrisCustomData.of(B.getAir(), blockState);
|
|
||||||
}
|
|
||||||
|
|
||||||
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull List<BlockProperty> getBlockProperties(@NotNull Identifier blockId) throws MissingResourceException {
|
|
||||||
if (!NexoItems.exists(blockId.key())) {
|
|
||||||
throw new MissingResourceException("Failed to find BlockData!", blockId.namespace(), blockId.key());
|
|
||||||
}
|
|
||||||
|
|
||||||
return NexoFurniture.isFurniture(blockId.key()) ? YAW_FACE_BIOME_PROPERTIES : List.of();
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public ItemStack getItemStack(@NotNull Identifier itemId, @NotNull KMap<String, Object> customNbt) throws MissingResourceException {
|
|
||||||
ItemBuilder builder = NexoItems.itemFromId(itemId.key());
|
|
||||||
if (builder == null) {
|
|
||||||
throw new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key());
|
|
||||||
}
|
|
||||||
try {
|
|
||||||
return builder.build();
|
|
||||||
} catch (Exception e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
throw new MissingResourceException("Failed to find ItemData!", itemId.namespace(), itemId.key());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void processUpdate(@NotNull Engine engine, @NotNull Block block, @NotNull Identifier blockId) {
|
|
||||||
var statePair = ExternalDataSVC.parseState(blockId);
|
|
||||||
var state = statePair.getB();
|
|
||||||
blockId = statePair.getA();
|
|
||||||
|
|
||||||
if (NexoBlocks.isCustomBlock(blockId.key())) {
|
|
||||||
NexoBlocks.place(blockId.key(), block.getLocation());
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!NexoFurniture.isFurniture(blockId.key()))
|
|
||||||
return;
|
|
||||||
|
|
||||||
var pair = parseYawAndFace(engine, block, state);
|
|
||||||
ItemDisplay display = NexoFurniture.place(blockId.key(), block.getLocation(), pair.getA(), pair.getB());
|
|
||||||
if (display == null) return;
|
|
||||||
ItemStack itemStack = display.getItemStack();
|
|
||||||
if (itemStack == null) return;
|
|
||||||
|
|
||||||
BiomeColor type = null;
|
|
||||||
try {
|
|
||||||
type = BiomeColor.valueOf(state.get("matchBiome").toUpperCase());
|
|
||||||
} catch (NullPointerException | IllegalArgumentException ignored) {}
|
|
||||||
|
|
||||||
if (type != null) {
|
|
||||||
var biomeColor = INMS.get().getBiomeColor(block.getLocation(), type);
|
|
||||||
if (biomeColor == null) return;
|
|
||||||
var potionColor = Color.fromARGB(biomeColor.getAlpha(), biomeColor.getRed(), biomeColor.getGreen(), biomeColor.getBlue());
|
|
||||||
var meta = itemStack.getItemMeta();
|
|
||||||
switch (meta) {
|
|
||||||
case LeatherArmorMeta armor -> armor.setColor(potionColor);
|
|
||||||
case PotionMeta potion -> potion.setColor(potionColor);
|
|
||||||
case MapMeta map -> map.setColor(potionColor);
|
|
||||||
case null, default -> {}
|
|
||||||
}
|
|
||||||
itemStack.setItemMeta(meta);
|
|
||||||
}
|
|
||||||
display.setItemStack(itemStack);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull Collection<@NotNull Identifier> getTypes(@NotNull DataType dataType) {
|
|
||||||
if (dataType == DataType.ENTITY) return List.of();
|
|
||||||
return NexoItems.itemNames()
|
|
||||||
.stream()
|
|
||||||
.map(i -> new Identifier("nexo", i))
|
|
||||||
.filter(dataType.asPredicate(this))
|
|
||||||
.toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isValidProvider(@NotNull Identifier id, DataType dataType) {
|
|
||||||
if (dataType == DataType.ENTITY) return false;
|
|
||||||
return "nexo".equalsIgnoreCase(id.namespace());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -24,7 +24,6 @@ import com.google.gson.stream.JsonReader;
|
|||||||
import com.google.gson.stream.JsonToken;
|
import com.google.gson.stream.JsonToken;
|
||||||
import com.google.gson.stream.JsonWriter;
|
import com.google.gson.stream.JsonWriter;
|
||||||
import com.volmit.iris.Iris;
|
import com.volmit.iris.Iris;
|
||||||
import com.volmit.iris.core.scripting.environment.PackEnvironment;
|
|
||||||
import com.volmit.iris.engine.data.cache.AtomicCache;
|
import com.volmit.iris.engine.data.cache.AtomicCache;
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
import com.volmit.iris.engine.framework.Engine;
|
||||||
import com.volmit.iris.engine.object.*;
|
import com.volmit.iris.engine.object.*;
|
||||||
@@ -34,23 +33,18 @@ import com.volmit.iris.util.collection.KList;
|
|||||||
import com.volmit.iris.util.collection.KMap;
|
import com.volmit.iris.util.collection.KMap;
|
||||||
import com.volmit.iris.util.context.IrisContext;
|
import com.volmit.iris.util.context.IrisContext;
|
||||||
import com.volmit.iris.util.format.C;
|
import com.volmit.iris.util.format.C;
|
||||||
import com.volmit.iris.util.mantle.flag.MantleFlagAdapter;
|
|
||||||
import com.volmit.iris.util.mantle.flag.MantleFlag;
|
|
||||||
import com.volmit.iris.util.math.RNG;
|
import com.volmit.iris.util.math.RNG;
|
||||||
import com.volmit.iris.util.parallel.BurstExecutor;
|
import com.volmit.iris.util.parallel.BurstExecutor;
|
||||||
import com.volmit.iris.util.parallel.MultiBurst;
|
import com.volmit.iris.util.parallel.MultiBurst;
|
||||||
import com.volmit.iris.util.reflect.KeyedType;
|
|
||||||
import com.volmit.iris.util.scheduling.ChronoLatch;
|
import com.volmit.iris.util.scheduling.ChronoLatch;
|
||||||
import com.volmit.iris.util.scheduling.J;
|
import com.volmit.iris.util.scheduling.J;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.FileReader;
|
import java.io.FileReader;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.nio.file.Files;
|
import java.util.Objects;
|
||||||
import java.nio.file.Path;
|
import java.util.function.Function;
|
||||||
import java.util.*;
|
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
||||||
@@ -58,7 +52,6 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
private final File dataFolder;
|
private final File dataFolder;
|
||||||
private final int id;
|
private final int id;
|
||||||
private boolean closed = false;
|
private boolean closed = false;
|
||||||
private PackEnvironment environment;
|
|
||||||
private ResourceLoader<IrisBiome> biomeLoader;
|
private ResourceLoader<IrisBiome> biomeLoader;
|
||||||
private ResourceLoader<IrisLootTable> lootLoader;
|
private ResourceLoader<IrisLootTable> lootLoader;
|
||||||
private ResourceLoader<IrisRegion> regionLoader;
|
private ResourceLoader<IrisRegion> regionLoader;
|
||||||
@@ -98,10 +91,6 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
return dataLoaders.computeIfAbsent(dataFolder, IrisData::new);
|
return dataLoaders.computeIfAbsent(dataFolder, IrisData::new);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Optional<IrisData> getLoaded(File dataFolder) {
|
|
||||||
return Optional.ofNullable(dataLoaders.get(dataFolder));
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void dereference() {
|
public static void dereference() {
|
||||||
dataLoaders.v().forEach(IrisData::cleanupEngine);
|
dataLoaders.v().forEach(IrisData::cleanupEngine);
|
||||||
}
|
}
|
||||||
@@ -121,100 +110,92 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
Iris.warn(" " + rl.getResourceTypeName() + " @ /" + rl.getFolderName() + ": Cache=" + rl.getLoadCache().getSize() + " Folders=" + rl.getFolders().size());
|
Iris.warn(" " + rl.getResourceTypeName() + " @ /" + rl.getFolderName() + ": Cache=" + rl.getLoadCache().getSize() + " Folders=" + rl.getFolders().size());
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisObject loadAnyObject(String key, @Nullable IrisData nearest) {
|
public static IrisObject loadAnyObject(String key) {
|
||||||
return loadAny(IrisObject.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getObjectLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisMatterObject loadAnyMatter(String key, @Nullable IrisData nearest) {
|
public static IrisMatterObject loadAnyMatter(String key) {
|
||||||
return loadAny(IrisMatterObject.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getMatterLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisBiome loadAnyBiome(String key, @Nullable IrisData nearest) {
|
public static IrisBiome loadAnyBiome(String key) {
|
||||||
return loadAny(IrisBiome.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getBiomeLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisExpression loadAnyExpression(String key, @Nullable IrisData nearest) {
|
public static IrisExpression loadAnyExpression(String key) {
|
||||||
return loadAny(IrisExpression.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getExpressionLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisMod loadAnyMod(String key, @Nullable IrisData nearest) {
|
public static IrisMod loadAnyMod(String key) {
|
||||||
return loadAny(IrisMod.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getModLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisJigsawPiece loadAnyJigsawPiece(String key, @Nullable IrisData nearest) {
|
public static IrisJigsawPiece loadAnyJigsawPiece(String key) {
|
||||||
return loadAny(IrisJigsawPiece.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getJigsawPieceLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisJigsawPool loadAnyJigsawPool(String key, @Nullable IrisData nearest) {
|
public static IrisJigsawPool loadAnyJigsawPool(String key) {
|
||||||
return loadAny(IrisJigsawPool.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getJigsawPoolLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisEntity loadAnyEntity(String key, @Nullable IrisData nearest) {
|
public static IrisEntity loadAnyEntity(String key) {
|
||||||
return loadAny(IrisEntity.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getEntityLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisLootTable loadAnyLootTable(String key, @Nullable IrisData nearest) {
|
public static IrisLootTable loadAnyLootTable(String key) {
|
||||||
return loadAny(IrisLootTable.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getLootLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisBlockData loadAnyBlock(String key, @Nullable IrisData nearest) {
|
public static IrisBlockData loadAnyBlock(String key) {
|
||||||
return loadAny(IrisBlockData.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getBlockLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisSpawner loadAnySpaner(String key, @Nullable IrisData nearest) {
|
public static IrisSpawner loadAnySpaner(String key) {
|
||||||
return loadAny(IrisSpawner.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getSpawnerLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisScript loadAnyScript(String key, @Nullable IrisData nearest) {
|
public static IrisScript loadAnyScript(String key) {
|
||||||
return loadAny(IrisScript.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getScriptLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisRavine loadAnyRavine(String key, @Nullable IrisData nearest) {
|
public static IrisRavine loadAnyRavine(String key) {
|
||||||
return loadAny(IrisRavine.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getRavineLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisRegion loadAnyRegion(String key, @Nullable IrisData nearest) {
|
public static IrisRegion loadAnyRegion(String key) {
|
||||||
return loadAny(IrisRegion.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getRegionLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisMarker loadAnyMarker(String key, @Nullable IrisData nearest) {
|
public static IrisMarker loadAnyMarker(String key) {
|
||||||
return loadAny(IrisMarker.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getMarkerLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisCave loadAnyCave(String key, @Nullable IrisData nearest) {
|
public static IrisCave loadAnyCave(String key) {
|
||||||
return loadAny(IrisCave.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getCaveLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisImage loadAnyImage(String key, @Nullable IrisData nearest) {
|
public static IrisImage loadAnyImage(String key) {
|
||||||
return loadAny(IrisImage.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getImageLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisDimension loadAnyDimension(String key, @Nullable IrisData nearest) {
|
public static IrisDimension loadAnyDimension(String key) {
|
||||||
return loadAny(IrisDimension.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getDimensionLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisJigsawStructure loadAnyJigsawStructure(String key, @Nullable IrisData nearest) {
|
public static IrisJigsawStructure loadAnyJigsawStructure(String key) {
|
||||||
return loadAny(IrisJigsawStructure.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getJigsawStructureLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IrisGenerator loadAnyGenerator(String key, @Nullable IrisData nearest) {
|
public static IrisGenerator loadAnyGenerator(String key) {
|
||||||
return loadAny(IrisGenerator.class, key, nearest);
|
return loadAny(key, (dm) -> dm.getGeneratorLoader().load(key, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static <T extends IrisRegistrant> T loadAny(Class<T> type, String key, @Nullable IrisData nearest) {
|
public static <T extends IrisRegistrant> T loadAny(String key, Function<IrisData, T> v) {
|
||||||
try {
|
try {
|
||||||
if (nearest != null) {
|
|
||||||
T t = nearest.load(type, key, false);
|
|
||||||
if (t != null) {
|
|
||||||
return t;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
for (File i : Objects.requireNonNull(Iris.instance.getDataFolder("packs").listFiles())) {
|
for (File i : Objects.requireNonNull(Iris.instance.getDataFolder("packs").listFiles())) {
|
||||||
if (i.isDirectory()) {
|
if (i.isDirectory()) {
|
||||||
IrisData dm = get(i);
|
IrisData dm = get(i);
|
||||||
if (dm == nearest) continue;
|
T t = v.apply(dm);
|
||||||
T t = dm.load(type, key, false);
|
|
||||||
|
|
||||||
if (t != null) {
|
if (t != null) {
|
||||||
return t;
|
return t;
|
||||||
@@ -229,17 +210,6 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public <T extends IrisRegistrant> T load(Class<T> type, String key, boolean warn) {
|
|
||||||
var loader = getLoader(type);
|
|
||||||
if (loader == null) return null;
|
|
||||||
return loader.load(key, warn);
|
|
||||||
}
|
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
|
||||||
public <T extends IrisRegistrant> ResourceLoader<T> getLoader(Class<T> type) {
|
|
||||||
return (ResourceLoader<T>) loaders.get(type);
|
|
||||||
}
|
|
||||||
|
|
||||||
public ResourceLoader<?> getTypedLoaderFor(File f) {
|
public ResourceLoader<?> getTypedLoaderFor(File f) {
|
||||||
String[] k = f.getPath().split("\\Q" + File.separator + "\\E");
|
String[] k = f.getPath().split("\\Q" + File.separator + "\\E");
|
||||||
|
|
||||||
@@ -279,20 +249,12 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (engine == null) return;
|
if (engine != null && t.getPreprocessors().isNotEmpty()) {
|
||||||
var global = engine.getDimension().getPreProcessors(t.getFolderName());
|
|
||||||
var local = t.getPreprocessors();
|
|
||||||
if ((global != null && global.isNotEmpty()) || local.isNotEmpty()) {
|
|
||||||
synchronized (this) {
|
synchronized (this) {
|
||||||
if (global != null) {
|
engine.getExecution().getAPI().setPreprocessorObject(t);
|
||||||
for (String i : global) {
|
|
||||||
engine.getExecution().preprocessObject(i, t);
|
|
||||||
Iris.debug("Loader<" + C.GREEN + t.getTypeName() + C.LIGHT_PURPLE + "> iprocess " + C.YELLOW + t.getLoadKey() + C.LIGHT_PURPLE + " in <rainbow>" + i);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
for (String i : local) {
|
for (String i : t.getPreprocessors()) {
|
||||||
engine.getExecution().preprocessObject(i, t);
|
engine.getExecution().execute(i);
|
||||||
Iris.debug("Loader<" + C.GREEN + t.getTypeName() + C.LIGHT_PURPLE + "> iprocess " + C.YELLOW + t.getLoadKey() + C.LIGHT_PURPLE + " in <rainbow>" + i);
|
Iris.debug("Loader<" + C.GREEN + t.getTypeName() + C.LIGHT_PURPLE + "> iprocess " + C.YELLOW + t.getLoadKey() + C.LIGHT_PURPLE + " in <rainbow>" + i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -306,7 +268,6 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
public void close() {
|
public void close() {
|
||||||
closed = true;
|
closed = true;
|
||||||
dump();
|
dump();
|
||||||
dataLoaders.remove(dataFolder);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public IrisData copy() {
|
public IrisData copy() {
|
||||||
@@ -338,7 +299,6 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
|
|
||||||
return r;
|
return r;
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
Iris.reportError(e);
|
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
Iris.error("Failed to create loader! " + registrant.getCanonicalName());
|
Iris.error("Failed to create loader! " + registrant.getCanonicalName());
|
||||||
}
|
}
|
||||||
@@ -347,14 +307,12 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public synchronized void hotloaded() {
|
public synchronized void hotloaded() {
|
||||||
closed = false;
|
|
||||||
possibleSnippets = new KMap<>();
|
possibleSnippets = new KMap<>();
|
||||||
builder = new GsonBuilder()
|
builder = new GsonBuilder()
|
||||||
.addDeserializationExclusionStrategy(this)
|
.addDeserializationExclusionStrategy(this)
|
||||||
.addSerializationExclusionStrategy(this)
|
.addSerializationExclusionStrategy(this)
|
||||||
.setLenient()
|
.setLenient()
|
||||||
.registerTypeAdapterFactory(this)
|
.registerTypeAdapterFactory(this)
|
||||||
.registerTypeAdapter(MantleFlag.class, new MantleFlagAdapter())
|
|
||||||
.setPrettyPrinting();
|
.setPrettyPrinting();
|
||||||
loaders.clear();
|
loaders.clear();
|
||||||
File packs = dataFolder;
|
File packs = dataFolder;
|
||||||
@@ -379,18 +337,7 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
this.imageLoader = registerLoader(IrisImage.class);
|
this.imageLoader = registerLoader(IrisImage.class);
|
||||||
this.scriptLoader = registerLoader(IrisScript.class);
|
this.scriptLoader = registerLoader(IrisScript.class);
|
||||||
this.matterObjectLoader = registerLoader(IrisMatterObject.class);
|
this.matterObjectLoader = registerLoader(IrisMatterObject.class);
|
||||||
this.environment = PackEnvironment.create(this);
|
|
||||||
builder.registerTypeAdapterFactory(KeyedType::createTypeAdapter);
|
|
||||||
|
|
||||||
gson = builder.create();
|
gson = builder.create();
|
||||||
dimensionLoader.streamAll()
|
|
||||||
.map(IrisDimension::getDataScripts)
|
|
||||||
.flatMap(KList::stream)
|
|
||||||
.forEach(environment::execute);
|
|
||||||
|
|
||||||
if (engine != null) {
|
|
||||||
engine.hotload();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void dump() {
|
public void dump() {
|
||||||
@@ -403,34 +350,6 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
for (ResourceLoader<?> i : loaders.values()) {
|
for (ResourceLoader<?> i : loaders.values()) {
|
||||||
i.clearList();
|
i.clearList();
|
||||||
}
|
}
|
||||||
possibleSnippets.clear();
|
|
||||||
}
|
|
||||||
|
|
||||||
public Set<Class<?>> resolveSnippets() {
|
|
||||||
var result = new HashSet<Class<?>>();
|
|
||||||
var processed = new HashSet<Class<?>>();
|
|
||||||
var excluder = gson.excluder();
|
|
||||||
|
|
||||||
var queue = new LinkedList<Class<?>>(loaders.keySet());
|
|
||||||
while (!queue.isEmpty()) {
|
|
||||||
var type = queue.poll();
|
|
||||||
if (excluder.excludeClass(type, false) || !processed.add(type))
|
|
||||||
continue;
|
|
||||||
if (type.isAnnotationPresent(Snippet.class))
|
|
||||||
result.add(type);
|
|
||||||
|
|
||||||
try {
|
|
||||||
for (var field : type.getDeclaredFields()) {
|
|
||||||
if (excluder.excludeField(field, false))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
queue.add(field.getType());
|
|
||||||
}
|
|
||||||
} catch (Throwable ignored) {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public String toLoadKey(File f) {
|
public String toLoadKey(File f) {
|
||||||
@@ -479,7 +398,6 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String snippetType = typeToken.getRawType().getDeclaredAnnotation(Snippet.class).value();
|
String snippetType = typeToken.getRawType().getDeclaredAnnotation(Snippet.class).value();
|
||||||
String snippedBase = "snippet/" + snippetType + "/";
|
|
||||||
|
|
||||||
return new TypeAdapter<>() {
|
return new TypeAdapter<>() {
|
||||||
@Override
|
@Override
|
||||||
@@ -493,20 +411,20 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
|
|
||||||
if (reader.peek().equals(JsonToken.STRING)) {
|
if (reader.peek().equals(JsonToken.STRING)) {
|
||||||
String r = reader.nextString();
|
String r = reader.nextString();
|
||||||
if (!r.startsWith("snippet/"))
|
|
||||||
return null;
|
|
||||||
if (!r.startsWith(snippedBase))
|
|
||||||
r = snippedBase + r.substring(8);
|
|
||||||
|
|
||||||
File f = new File(getDataFolder(), r + ".json");
|
if (r.startsWith("snippet/" + snippetType + "/")) {
|
||||||
if (f.exists()) {
|
File f = new File(getDataFolder(), r + ".json");
|
||||||
try (JsonReader snippetReader = new JsonReader(new FileReader(f))){
|
|
||||||
return adapter.read(snippetReader);
|
if (f.exists()) {
|
||||||
} catch (Throwable e) {
|
try {
|
||||||
Iris.error("Couldn't read snippet " + r + " in " + reader.getPath() + " (" + e.getMessage() + ")");
|
JsonReader snippetReader = new JsonReader(new FileReader(f));
|
||||||
|
return adapter.read(snippetReader);
|
||||||
|
} catch (Throwable e) {
|
||||||
|
Iris.error("Couldn't read snippet " + r + " in " + reader.getPath() + " (" + e.getMessage() + ")");
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
Iris.error("Couldn't find snippet " + r + " in " + reader.getPath());
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
Iris.error("Couldn't find snippet " + r + " in " + reader.getPath());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
@@ -516,7 +434,6 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
return adapter.read(reader);
|
return adapter.read(reader);
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
Iris.error("Failed to read " + typeToken.getRawType().getCanonicalName() + "... faking objects a little to load the file at least.");
|
Iris.error("Failed to read " + typeToken.getRawType().getCanonicalName() + "... faking objects a little to load the file at least.");
|
||||||
Iris.reportError(e);
|
|
||||||
try {
|
try {
|
||||||
return (T) typeToken.getRawType().getConstructor().newInstance();
|
return (T) typeToken.getRawType().getConstructor().newInstance();
|
||||||
} catch (Throwable ignored) {
|
} catch (Throwable ignored) {
|
||||||
@@ -533,20 +450,11 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
KList<String> l = new KList<>();
|
KList<String> l = new KList<>();
|
||||||
|
|
||||||
File snippetFolder = new File(getDataFolder(), "snippet/" + f);
|
File snippetFolder = new File(getDataFolder(), "snippet/" + f);
|
||||||
if (!snippetFolder.exists()) return l;
|
|
||||||
|
|
||||||
String absPath = snippetFolder.getAbsolutePath();
|
if (snippetFolder.exists() && snippetFolder.isDirectory()) {
|
||||||
try (var stream = Files.walk(snippetFolder.toPath())) {
|
for (File i : snippetFolder.listFiles()) {
|
||||||
stream.filter(Files::isRegularFile)
|
l.add("snippet/" + f + "/" + i.getName().split("\\Q.\\E")[0]);
|
||||||
.map(Path::toAbsolutePath)
|
}
|
||||||
.map(Path::toString)
|
|
||||||
.filter(s -> s.endsWith(".json"))
|
|
||||||
.map(s -> s.substring(absPath.length() + 1))
|
|
||||||
.map(s -> s.replace("\\", "/"))
|
|
||||||
.map(s -> s.split("\\Q.\\E")[0])
|
|
||||||
.forEach(s -> l.add("snippet/" + s));
|
|
||||||
} catch (Throwable e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return l;
|
return l;
|
||||||
@@ -558,7 +466,7 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void savePrefetch(Engine engine) {
|
public void savePrefetch(Engine engine) {
|
||||||
BurstExecutor b = MultiBurst.ioBurst.burst(loaders.size());
|
BurstExecutor b = MultiBurst.burst.burst(loaders.size());
|
||||||
|
|
||||||
for (ResourceLoader<?> i : loaders.values()) {
|
for (ResourceLoader<?> i : loaders.values()) {
|
||||||
b.queue(() -> {
|
b.queue(() -> {
|
||||||
@@ -575,7 +483,7 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void loadPrefetch(Engine engine) {
|
public void loadPrefetch(Engine engine) {
|
||||||
BurstExecutor b = MultiBurst.ioBurst.burst(loaders.size());
|
BurstExecutor b = MultiBurst.burst.burst(loaders.size());
|
||||||
|
|
||||||
for (ResourceLoader<?> i : loaders.values()) {
|
for (ResourceLoader<?> i : loaders.values()) {
|
||||||
b.queue(() -> {
|
b.queue(() -> {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -28,19 +28,17 @@ import com.volmit.iris.util.collection.KList;
|
|||||||
import com.volmit.iris.util.json.JSONObject;
|
import com.volmit.iris.util.json.JSONObject;
|
||||||
import com.volmit.iris.util.plugin.VolmitSender;
|
import com.volmit.iris.util.plugin.VolmitSender;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
|
||||||
|
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public abstract class IrisRegistrant {
|
public abstract class IrisRegistrant {
|
||||||
@Desc("Preprocess this object in-memory when it's loaded, run scripts using the variable 'object' and modify properties about this object before it's used.\nFile extension: .proc.kts")
|
@Desc("Preprocess this object in-memory when it's loaded, run scripts using the variable 'Iris.getPreprocessorObject()' and modify properties about this object before it's used.")
|
||||||
@RegistryListResource(IrisScript.class)
|
@RegistryListResource(IrisScript.class)
|
||||||
@ArrayType(min = 1, type = String.class)
|
@ArrayType(min = 1, type = String.class)
|
||||||
private KList<String> preprocessors = new KList<>();
|
private KList<String> preprocessors = new KList<>();
|
||||||
|
|
||||||
@EqualsAndHashCode.Exclude
|
|
||||||
private transient IrisData loader;
|
private transient IrisData loader;
|
||||||
|
|
||||||
private transient String loadKey;
|
private transient String loadKey;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -23,7 +23,6 @@ import com.volmit.iris.Iris;
|
|||||||
import com.volmit.iris.core.IrisSettings;
|
import com.volmit.iris.core.IrisSettings;
|
||||||
import com.volmit.iris.core.project.SchemaBuilder;
|
import com.volmit.iris.core.project.SchemaBuilder;
|
||||||
import com.volmit.iris.core.service.PreservationSVC;
|
import com.volmit.iris.core.service.PreservationSVC;
|
||||||
import com.volmit.iris.engine.data.cache.AtomicCache;
|
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
import com.volmit.iris.engine.framework.Engine;
|
||||||
import com.volmit.iris.engine.framework.MeteredCache;
|
import com.volmit.iris.engine.framework.MeteredCache;
|
||||||
import com.volmit.iris.util.collection.KList;
|
import com.volmit.iris.util.collection.KList;
|
||||||
@@ -45,10 +44,9 @@ import lombok.EqualsAndHashCode;
|
|||||||
import lombok.ToString;
|
import lombok.ToString;
|
||||||
|
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.HashSet;
|
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
import java.util.concurrent.atomic.AtomicInteger;
|
import java.util.concurrent.atomic.AtomicInteger;
|
||||||
|
import java.util.concurrent.atomic.AtomicReference;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
import java.util.function.Predicate;
|
import java.util.function.Predicate;
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
@@ -61,7 +59,7 @@ import java.util.zip.GZIPOutputStream;
|
|||||||
public class ResourceLoader<T extends IrisRegistrant> implements MeteredCache {
|
public class ResourceLoader<T extends IrisRegistrant> implements MeteredCache {
|
||||||
public static final AtomicDouble tlt = new AtomicDouble(0);
|
public static final AtomicDouble tlt = new AtomicDouble(0);
|
||||||
private static final int CACHE_SIZE = 100000;
|
private static final int CACHE_SIZE = 100000;
|
||||||
protected final AtomicCache<KList<File>> folderCache;
|
protected final AtomicReference<KList<File>> folderCache;
|
||||||
protected KSet<String> firstAccess;
|
protected KSet<String> firstAccess;
|
||||||
protected File root;
|
protected File root;
|
||||||
protected String folderName;
|
protected String folderName;
|
||||||
@@ -77,7 +75,7 @@ public class ResourceLoader<T extends IrisRegistrant> implements MeteredCache {
|
|||||||
public ResourceLoader(File root, IrisData manager, String folderName, String resourceTypeName, Class<? extends T> objectClass) {
|
public ResourceLoader(File root, IrisData manager, String folderName, String resourceTypeName, Class<? extends T> objectClass) {
|
||||||
this.manager = manager;
|
this.manager = manager;
|
||||||
firstAccess = new KSet<>();
|
firstAccess = new KSet<>();
|
||||||
folderCache = new AtomicCache<>();
|
folderCache = new AtomicReference<>();
|
||||||
sec = new ChronoLatch(5000);
|
sec = new ChronoLatch(5000);
|
||||||
loads = new AtomicInteger();
|
loads = new AtomicInteger();
|
||||||
this.objectClass = objectClass;
|
this.objectClass = objectClass;
|
||||||
@@ -171,6 +169,7 @@ public class ResourceLoader<T extends IrisRegistrant> implements MeteredCache {
|
|||||||
return possibleKeys;
|
return possibleKeys;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
KSet<String> m = new KSet<>();
|
||||||
KList<File> files = getFolders();
|
KList<File> files = getFolders();
|
||||||
|
|
||||||
if (files == null) {
|
if (files == null) {
|
||||||
@@ -178,7 +177,6 @@ public class ResourceLoader<T extends IrisRegistrant> implements MeteredCache {
|
|||||||
return possibleKeys;
|
return possibleKeys;
|
||||||
}
|
}
|
||||||
|
|
||||||
HashSet<String> m = new HashSet<>();
|
|
||||||
for (File i : files) {
|
for (File i : files) {
|
||||||
for (File j : matchAllFiles(i, (f) -> f.getName().endsWith(".json"))) {
|
for (File j : matchAllFiles(i, (f) -> f.getName().endsWith(".json"))) {
|
||||||
m.add(i.toURI().relativize(j.toURI()).getPath().replaceAll("\\Q.json\\E", ""));
|
m.add(i.toURI().relativize(j.toURI()).getPath().replaceAll("\\Q.json\\E", ""));
|
||||||
@@ -217,10 +215,6 @@ public class ResourceLoader<T extends IrisRegistrant> implements MeteredCache {
|
|||||||
return j;
|
return j;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Stream<T> streamAll() {
|
|
||||||
return streamAll(Arrays.stream(getPossibleKeys()));
|
|
||||||
}
|
|
||||||
|
|
||||||
public Stream<T> streamAll(Stream<String> s) {
|
public Stream<T> streamAll(Stream<String> s) {
|
||||||
return s.map(this::load);
|
return s.map(this::load);
|
||||||
}
|
}
|
||||||
@@ -241,15 +235,13 @@ public class ResourceLoader<T extends IrisRegistrant> implements MeteredCache {
|
|||||||
|
|
||||||
public KList<T> loadAllParallel(KList<String> s) {
|
public KList<T> loadAllParallel(KList<String> s) {
|
||||||
KList<T> m = new KList<>();
|
KList<T> m = new KList<>();
|
||||||
BurstExecutor burst = MultiBurst.ioBurst.burst(s.size());
|
BurstExecutor burst = MultiBurst.burst.burst(s.size());
|
||||||
|
|
||||||
for (String i : s) {
|
for (String i : s) {
|
||||||
burst.queue(() -> {
|
burst.queue(() -> {
|
||||||
T t = load(i);
|
T t = load(i);
|
||||||
if (t == null)
|
|
||||||
return;
|
|
||||||
|
|
||||||
synchronized (m) {
|
if (t != null) {
|
||||||
m.add(t);
|
m.add(t);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -320,8 +312,7 @@ public class ResourceLoader<T extends IrisRegistrant> implements MeteredCache {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
var set = firstAccess;
|
firstAccess.add(name);
|
||||||
if (set != null) firstAccess.add(name);
|
|
||||||
return loadCache.get(name);
|
return loadCache.get(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -344,24 +335,21 @@ public class ResourceLoader<T extends IrisRegistrant> implements MeteredCache {
|
|||||||
}
|
}
|
||||||
|
|
||||||
din.close();
|
din.close();
|
||||||
|
file.deleteOnExit();
|
||||||
Iris.info("Loading " + s.size() + " prefetch " + getFolderName());
|
Iris.info("Loading " + s.size() + " prefetch " + getFolderName());
|
||||||
firstAccess = null;
|
|
||||||
loadAllParallel(s);
|
loadAllParallel(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void saveFirstAccess(Engine engine) throws IOException {
|
public void saveFirstAccess(Engine engine) throws IOException {
|
||||||
if (firstAccess == null) return;
|
|
||||||
String id = "DIM" + Math.abs(engine.getSeedManager().getSeed() + engine.getDimension().getVersion() + engine.getDimension().getLoadKey().hashCode());
|
String id = "DIM" + Math.abs(engine.getSeedManager().getSeed() + engine.getDimension().getVersion() + engine.getDimension().getLoadKey().hashCode());
|
||||||
File file = Iris.instance.getDataFile("prefetch/" + id + "/" + Math.abs(getFolderName().hashCode()) + ".ipfch");
|
File file = Iris.instance.getDataFile("prefetch/" + id + "/" + Math.abs(getFolderName().hashCode()) + ".ipfch");
|
||||||
file.getParentFile().mkdirs();
|
file.getParentFile().mkdirs();
|
||||||
FileOutputStream fos = new FileOutputStream(file);
|
FileOutputStream fos = new FileOutputStream(file);
|
||||||
GZIPOutputStream gzo = new CustomOutputStream(fos, 9);
|
GZIPOutputStream gzo = new CustomOutputStream(fos, 9);
|
||||||
DataOutputStream dos = new DataOutputStream(gzo);
|
DataOutputStream dos = new DataOutputStream(gzo);
|
||||||
var set = firstAccess;
|
dos.writeInt(firstAccess.size());
|
||||||
firstAccess = null;
|
|
||||||
dos.writeInt(set.size());
|
|
||||||
|
|
||||||
for (String i : set) {
|
for (String i : firstAccess) {
|
||||||
dos.writeUTF(i);
|
dos.writeUTF(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -370,24 +358,29 @@ public class ResourceLoader<T extends IrisRegistrant> implements MeteredCache {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public KList<File> getFolders() {
|
public KList<File> getFolders() {
|
||||||
return folderCache.aquire(() -> {
|
synchronized (folderCache) {
|
||||||
KList<File> fc = new KList<>();
|
if (folderCache.get() == null) {
|
||||||
|
KList<File> fc = new KList<>();
|
||||||
|
|
||||||
File[] files = root.listFiles();
|
File[] files = root.listFiles();
|
||||||
if (files == null) {
|
if (files == null) {
|
||||||
throw new IllegalStateException("Failed to list files in " + root);
|
throw new IllegalStateException("Failed to list files in " + root);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (File i : files) {
|
for (File i : files) {
|
||||||
if (i.isDirectory()) {
|
if (i.isDirectory()) {
|
||||||
if (i.getName().equals(folderName)) {
|
if (i.getName().equals(folderName)) {
|
||||||
fc.add(i);
|
fc.add(i);
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
folderCache.set(fc);
|
||||||
}
|
}
|
||||||
return fc;
|
}
|
||||||
});
|
|
||||||
|
return folderCache.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
public KList<File> getFolders(String rc) {
|
public KList<File> getFolders(String rc) {
|
||||||
@@ -407,7 +400,7 @@ public class ResourceLoader<T extends IrisRegistrant> implements MeteredCache {
|
|||||||
public void clearCache() {
|
public void clearCache() {
|
||||||
possibleKeys = null;
|
possibleKeys = null;
|
||||||
loadCache.invalidate();
|
loadCache.invalidate();
|
||||||
folderCache.reset();
|
folderCache.set(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
public File fileFor(T b) {
|
public File fileFor(T b) {
|
||||||
@@ -433,7 +426,7 @@ public class ResourceLoader<T extends IrisRegistrant> implements MeteredCache {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void clearList() {
|
public void clearList() {
|
||||||
folderCache.reset();
|
folderCache.set(null);
|
||||||
possibleKeys = null;
|
possibleKeys = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -82,8 +82,8 @@ public class ScriptResourceLoader extends ResourceLoader<IrisScript> {
|
|||||||
private Set<String> getKeysInDirectory(File directory) {
|
private Set<String> getKeysInDirectory(File directory) {
|
||||||
Set<String> keys = new HashSet<>();
|
Set<String> keys = new HashSet<>();
|
||||||
for (File file : directory.listFiles()) {
|
for (File file : directory.listFiles()) {
|
||||||
if (file.isFile() && file.getName().endsWith(".kts")) {
|
if (file.isFile() && file.getName().endsWith(".js")) {
|
||||||
keys.add(file.getName().replaceAll("\\Q.kts\\E", ""));
|
keys.add(file.getName().replaceAll("\\Q.js\\E", ""));
|
||||||
} else if (file.isDirectory()) {
|
} else if (file.isDirectory()) {
|
||||||
keys.addAll(getKeysInDirectory(file));
|
keys.addAll(getKeysInDirectory(file));
|
||||||
}
|
}
|
||||||
@@ -127,12 +127,12 @@ public class ScriptResourceLoader extends ResourceLoader<IrisScript> {
|
|||||||
public File findFile(String name) {
|
public File findFile(String name) {
|
||||||
for (File i : getFolders(name)) {
|
for (File i : getFolders(name)) {
|
||||||
for (File j : i.listFiles()) {
|
for (File j : i.listFiles()) {
|
||||||
if (j.isFile() && j.getName().endsWith(".kts") && j.getName().split("\\Q.\\E")[0].equals(name)) {
|
if (j.isFile() && j.getName().endsWith(".js") && j.getName().split("\\Q.\\E")[0].equals(name)) {
|
||||||
return j;
|
return j;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
File file = new File(i, name + ".kts");
|
File file = new File(i, name + ".js");
|
||||||
|
|
||||||
if (file.exists()) {
|
if (file.exists()) {
|
||||||
return file;
|
return file;
|
||||||
@@ -147,12 +147,12 @@ public class ScriptResourceLoader extends ResourceLoader<IrisScript> {
|
|||||||
private IrisScript loadRaw(String name) {
|
private IrisScript loadRaw(String name) {
|
||||||
for (File i : getFolders(name)) {
|
for (File i : getFolders(name)) {
|
||||||
for (File j : i.listFiles()) {
|
for (File j : i.listFiles()) {
|
||||||
if (j.isFile() && j.getName().endsWith(".kts") && j.getName().split("\\Q.\\E")[0].equals(name)) {
|
if (j.isFile() && j.getName().endsWith(".js") && j.getName().split("\\Q.\\E")[0].equals(name)) {
|
||||||
return loadFile(j, name);
|
return loadFile(j, name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
File file = new File(i, name + ".kts");
|
File file = new File(i, name + ".js");
|
||||||
|
|
||||||
if (file.exists()) {
|
if (file.exists()) {
|
||||||
return loadFile(file, name);
|
return loadFile(file, name);
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
48
core/src/main/java/com/volmit/iris/core/nms/IHeadless.java
Normal file
48
core/src/main/java/com/volmit/iris/core/nms/IHeadless.java
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.volmit.iris.core.nms;
|
||||||
|
|
||||||
|
import com.volmit.iris.core.pregenerator.PregenListener;
|
||||||
|
import com.volmit.iris.server.node.IrisSession;
|
||||||
|
import com.volmit.iris.server.packet.work.ChunkPacket;
|
||||||
|
import com.volmit.iris.util.documentation.ChunkCoordinates;
|
||||||
|
import com.volmit.iris.util.documentation.RegionCoordinates;
|
||||||
|
import com.volmit.iris.util.parallel.MultiBurst;
|
||||||
|
|
||||||
|
import java.io.Closeable;
|
||||||
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
|
||||||
|
public interface IHeadless extends Closeable {
|
||||||
|
|
||||||
|
void setSession(IrisSession session);
|
||||||
|
|
||||||
|
int getLoadedChunks();
|
||||||
|
|
||||||
|
@ChunkCoordinates
|
||||||
|
boolean exists(int x, int z);
|
||||||
|
|
||||||
|
@RegionCoordinates
|
||||||
|
CompletableFuture<Void> generateRegion(MultiBurst burst, int x, int z, int maxConcurrent, PregenListener listener);
|
||||||
|
|
||||||
|
@ChunkCoordinates
|
||||||
|
void generateChunk(int x, int z);
|
||||||
|
|
||||||
|
@ChunkCoordinates
|
||||||
|
void addChunk(ChunkPacket packet);
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -23,33 +23,17 @@ import com.volmit.iris.core.IrisSettings;
|
|||||||
import com.volmit.iris.core.nms.v1X.NMSBinding1X;
|
import com.volmit.iris.core.nms.v1X.NMSBinding1X;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.Map;
|
||||||
|
|
||||||
public class INMS {
|
public class INMS {
|
||||||
private static final Version CURRENT = Boolean.getBoolean("iris.no-version-limit") ?
|
private static final Map<String, String> REVISION = Map.of(
|
||||||
new Version(Integer.MAX_VALUE, Integer.MAX_VALUE, null) :
|
"1.20.5", "v1_20_R4",
|
||||||
new Version(21, 10, null);
|
"1.20.6", "v1_20_R4",
|
||||||
|
"1.21", "v1_21_R1",
|
||||||
private static final List<Version> REVISION = List.of(
|
"1.21.1", "v1_21_R1"
|
||||||
new Version(21, 9, "v1_21_R6"),
|
|
||||||
new Version(21, 6, "v1_21_R5"),
|
|
||||||
new Version(21, 5, "v1_21_R4"),
|
|
||||||
new Version(21, 4, "v1_21_R3"),
|
|
||||||
new Version(21, 2, "v1_21_R2"),
|
|
||||||
new Version(21, 0, "v1_21_R1"),
|
|
||||||
new Version(20, 5, "v1_20_R4")
|
|
||||||
);
|
);
|
||||||
|
|
||||||
private static final List<Version> PACKS = List.of(
|
|
||||||
new Version(21, 5, "31100"),
|
|
||||||
new Version(21, 4, "31020"),
|
|
||||||
new Version(21, 2, "31000"),
|
|
||||||
new Version(20, 1, "3910")
|
|
||||||
);
|
|
||||||
|
|
||||||
//@done
|
//@done
|
||||||
private static final INMSBinding binding = bind();
|
private static final INMSBinding binding = bind();
|
||||||
public static final String OVERWORLD_TAG = getTag(PACKS, "3910");
|
|
||||||
|
|
||||||
public static INMSBinding get() {
|
public static INMSBinding get() {
|
||||||
return binding;
|
return binding;
|
||||||
@@ -63,7 +47,7 @@ public class INMS {
|
|||||||
try {
|
try {
|
||||||
String name = Bukkit.getServer().getClass().getCanonicalName();
|
String name = Bukkit.getServer().getClass().getCanonicalName();
|
||||||
if (name.equals("org.bukkit.craftbukkit.CraftServer")) {
|
if (name.equals("org.bukkit.craftbukkit.CraftServer")) {
|
||||||
return getTag(REVISION, "BUKKIT");
|
return REVISION.getOrDefault(Bukkit.getServer().getBukkitVersion().split("-")[0], "BUKKIT");
|
||||||
} else {
|
} else {
|
||||||
return name.split("\\Q.\\E")[3];
|
return name.split("\\Q.\\E")[3];
|
||||||
}
|
}
|
||||||
@@ -81,7 +65,7 @@ public class INMS {
|
|||||||
Iris.info("Locating NMS Binding for " + code);
|
Iris.info("Locating NMS Binding for " + code);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Class<?> clazz = Class.forName("com.volmit.iris.core.nms."+code+".NMSBinding");
|
Class<?> clazz = Class.forName("com.volmit.iris.core.nms." + code + ".NMSBinding");
|
||||||
try {
|
try {
|
||||||
Object b = clazz.getConstructor().newInstance();
|
Object b = clazz.getConstructor().newInstance();
|
||||||
if (b instanceof INMSBinding binding) {
|
if (b instanceof INMSBinding binding) {
|
||||||
@@ -92,7 +76,9 @@ public class INMS {
|
|||||||
Iris.reportError(e);
|
Iris.reportError(e);
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
} catch (ClassNotFoundException|NoClassDefFoundError classNotFoundException) {}
|
} catch (ClassNotFoundException |
|
||||||
|
NoClassDefFoundError classNotFoundException) {
|
||||||
|
}
|
||||||
|
|
||||||
Iris.info("Craftbukkit " + code + " <-> " + NMSBinding1X.class.getSimpleName() + " Successfully Bound");
|
Iris.info("Craftbukkit " + code + " <-> " + NMSBinding1X.class.getSimpleName() + " Successfully Bound");
|
||||||
Iris.warn("Note: Some features of Iris may not work the same since you are on an unsupported version of Minecraft.");
|
Iris.warn("Note: Some features of Iris may not work the same since you are on an unsupported version of Minecraft.");
|
||||||
@@ -100,29 +86,4 @@ public class INMS {
|
|||||||
|
|
||||||
return new NMSBinding1X();
|
return new NMSBinding1X();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static String getTag(List<Version> versions, String def) {
|
|
||||||
var version = Bukkit.getServer().getBukkitVersion().split("-")[0].split("\\.", 3);
|
|
||||||
int major = 0;
|
|
||||||
int minor = 0;
|
|
||||||
|
|
||||||
if (version.length > 2) {
|
|
||||||
major = Integer.parseInt(version[1]);
|
|
||||||
minor = Integer.parseInt(version[2]);
|
|
||||||
} else if (version.length == 2) {
|
|
||||||
major = Integer.parseInt(version[1]);
|
|
||||||
}
|
|
||||||
if (CURRENT.major < major || CURRENT.minor < minor) {
|
|
||||||
return versions.getFirst().tag;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (var p : versions) {
|
|
||||||
if (p.major > major || p.minor > minor)
|
|
||||||
continue;
|
|
||||||
return p.tag;
|
|
||||||
}
|
|
||||||
return def;
|
|
||||||
}
|
|
||||||
|
|
||||||
private record Version(int major, int minor, String tag) {}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,15 +18,12 @@
|
|||||||
|
|
||||||
package com.volmit.iris.core.nms;
|
package com.volmit.iris.core.nms;
|
||||||
|
|
||||||
import com.volmit.iris.core.link.Identifier;
|
|
||||||
import com.volmit.iris.core.nms.container.AutoClosing;
|
|
||||||
import com.volmit.iris.core.nms.container.BiomeColor;
|
import com.volmit.iris.core.nms.container.BiomeColor;
|
||||||
import com.volmit.iris.core.nms.container.BlockProperty;
|
import com.volmit.iris.core.nms.container.IPackRepository;
|
||||||
import com.volmit.iris.core.nms.container.Pair;
|
|
||||||
import com.volmit.iris.core.nms.container.StructurePlacement;
|
|
||||||
import com.volmit.iris.core.nms.datapack.DataVersion;
|
import com.volmit.iris.core.nms.datapack.DataVersion;
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
import com.volmit.iris.engine.framework.Engine;
|
||||||
import com.volmit.iris.engine.platform.PlatformChunkGenerator;
|
import com.volmit.iris.engine.object.IrisBiomeCustom;
|
||||||
|
import com.volmit.iris.engine.object.IrisDimension;
|
||||||
import com.volmit.iris.util.collection.KList;
|
import com.volmit.iris.util.collection.KList;
|
||||||
import com.volmit.iris.util.collection.KMap;
|
import com.volmit.iris.util.collection.KMap;
|
||||||
import com.volmit.iris.util.mantle.Mantle;
|
import com.volmit.iris.util.mantle.Mantle;
|
||||||
@@ -36,14 +33,19 @@ import com.volmit.iris.util.nbt.mca.palette.MCAPaletteAccess;
|
|||||||
import com.volmit.iris.util.nbt.tag.CompoundTag;
|
import com.volmit.iris.util.nbt.tag.CompoundTag;
|
||||||
import org.bukkit.*;
|
import org.bukkit.*;
|
||||||
import org.bukkit.block.Biome;
|
import org.bukkit.block.Biome;
|
||||||
|
import org.bukkit.entity.Dolphin;
|
||||||
import org.bukkit.entity.Entity;
|
import org.bukkit.entity.Entity;
|
||||||
import org.bukkit.entity.EntityType;
|
import org.bukkit.entity.EntityType;
|
||||||
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.event.entity.CreatureSpawnEvent;
|
import org.bukkit.event.entity.CreatureSpawnEvent;
|
||||||
import org.bukkit.generator.ChunkGenerator;
|
import org.bukkit.generator.ChunkGenerator;
|
||||||
|
import org.bukkit.generator.structure.Structure;
|
||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
import java.awt.Color;
|
import java.awt.Color;
|
||||||
import java.util.List;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Collection;
|
||||||
|
|
||||||
public interface INMSBinding {
|
public interface INMSBinding {
|
||||||
boolean hasTile(Material material);
|
boolean hasTile(Material material);
|
||||||
@@ -95,9 +97,6 @@ public interface INMSBinding {
|
|||||||
MCABiomeContainer newBiomeContainer(int min, int max);
|
MCABiomeContainer newBiomeContainer(int min, int max);
|
||||||
|
|
||||||
default World createWorld(WorldCreator c) {
|
default World createWorld(WorldCreator c) {
|
||||||
if (c.generator() instanceof PlatformChunkGenerator gen
|
|
||||||
&& missingDimensionTypes(gen.getTarget().getDimension().getDimensionTypeKey()))
|
|
||||||
throw new IllegalStateException("Missing dimension types to create world");
|
|
||||||
return c.createWorld();
|
return c.createWorld();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -118,7 +117,12 @@ public interface INMSBinding {
|
|||||||
void inject(long seed, Engine engine, World world) throws NoSuchFieldException, IllegalAccessException;
|
void inject(long seed, Engine engine, World world) throws NoSuchFieldException, IllegalAccessException;
|
||||||
|
|
||||||
Vector3d getBoundingbox(org.bukkit.entity.EntityType entity);
|
Vector3d getBoundingbox(org.bukkit.entity.EntityType entity);
|
||||||
|
|
||||||
|
default String getMobCategory(EntityType entityType) {
|
||||||
|
// todo: Update to other versions!
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
Entity spawnEntity(Location location, EntityType type, CreatureSpawnEvent.SpawnReason reason);
|
Entity spawnEntity(Location location, EntityType type, CreatureSpawnEvent.SpawnReason reason);
|
||||||
|
|
||||||
Color getBiomeColor(Location location, BiomeColor type);
|
Color getBiomeColor(Location location, BiomeColor type);
|
||||||
@@ -127,21 +131,30 @@ public interface INMSBinding {
|
|||||||
return DataVersion.V1192;
|
return DataVersion.V1192;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
boolean registerDimension(String name, IrisDimension dimension);
|
||||||
|
|
||||||
|
boolean registerBiome(String dimensionId, IrisBiomeCustom biome, boolean replace);
|
||||||
|
|
||||||
|
boolean dumpRegistry(File... folders);
|
||||||
|
|
||||||
|
void injectBukkit();
|
||||||
|
|
||||||
|
default IHeadless createHeadless(Engine engine) {
|
||||||
|
throw new IllegalStateException("Headless mode not supported");
|
||||||
|
}
|
||||||
|
|
||||||
default int getSpawnChunkCount(World world) {
|
default int getSpawnChunkCount(World world) {
|
||||||
return 441;
|
return 441;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IPackRepository getPackRepository();
|
||||||
|
|
||||||
KList<String> getStructureKeys();
|
KList<String> getStructureKeys();
|
||||||
|
|
||||||
boolean missingDimensionTypes(String... keys);
|
default void reconnectAll() {
|
||||||
|
new ArrayList<>(Bukkit.getOnlinePlayers())
|
||||||
default boolean injectBukkit() {
|
.forEach(this::reconnect);
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
KMap<Material, List<BlockProperty>> getBlockProperties();
|
void reconnect(Player player);
|
||||||
|
|
||||||
void placeStructures(Chunk chunk);
|
|
||||||
|
|
||||||
KMap<Identifier, StructurePlacement> collectStructures();
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,39 +0,0 @@
|
|||||||
package com.volmit.iris.core.nms.container;
|
|
||||||
|
|
||||||
import com.volmit.iris.util.collection.KMap;
|
|
||||||
import com.volmit.iris.util.function.NastyRunnable;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
|
|
||||||
import java.util.concurrent.atomic.AtomicBoolean;
|
|
||||||
|
|
||||||
@AllArgsConstructor
|
|
||||||
public class AutoClosing implements AutoCloseable {
|
|
||||||
private static final KMap<Thread, AutoClosing> CONTEXTS = new KMap<>();
|
|
||||||
private final AtomicBoolean closed = new AtomicBoolean();
|
|
||||||
private final NastyRunnable action;
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void close() {
|
|
||||||
if (closed.getAndSet(true)) return;
|
|
||||||
try {
|
|
||||||
removeContext();
|
|
||||||
action.run();
|
|
||||||
} catch (Throwable e) {
|
|
||||||
throw new RuntimeException(e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public void storeContext() {
|
|
||||||
CONTEXTS.put(Thread.currentThread(), this);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void removeContext() {
|
|
||||||
CONTEXTS.values().removeIf(c -> c == this);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void closeContext() {
|
|
||||||
AutoClosing closing = CONTEXTS.remove(Thread.currentThread());
|
|
||||||
if (closing == null) return;
|
|
||||||
closing.close();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.volmit.iris.core.nms.container;
|
package com.volmit.iris.core.nms.container;
|
||||||
|
|
||||||
public enum BiomeColor {
|
public enum BiomeColor {
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.volmit.iris.core.nms.container;
|
package com.volmit.iris.core.nms.container;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
|
|||||||
@@ -1,154 +0,0 @@
|
|||||||
package com.volmit.iris.core.nms.container;
|
|
||||||
|
|
||||||
import com.volmit.iris.util.json.JSONArray;
|
|
||||||
import com.volmit.iris.util.json.JSONObject;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
import java.util.*;
|
|
||||||
import java.util.function.Function;
|
|
||||||
|
|
||||||
public class BlockProperty {
|
|
||||||
private static final Set<Class<?>> NATIVES = Set.of(Byte.class, Short.class, Integer.class, Long.class, Float.class, Double.class, Boolean.class, String.class);
|
|
||||||
private final String name;
|
|
||||||
private final Class<?> type;
|
|
||||||
|
|
||||||
private final Object defaultValue;
|
|
||||||
private final Set<Object> values;
|
|
||||||
private final Function<Object, String> nameFunction;
|
|
||||||
private final Function<Object, Object> jsonFunction;
|
|
||||||
|
|
||||||
public <T extends Comparable<T>> BlockProperty(
|
|
||||||
String name,
|
|
||||||
Class<T> type,
|
|
||||||
T defaultValue,
|
|
||||||
Collection<T> values,
|
|
||||||
Function<T, String> nameFunction
|
|
||||||
) {
|
|
||||||
this.name = name;
|
|
||||||
this.type = type;
|
|
||||||
this.defaultValue = defaultValue;
|
|
||||||
this.values = Collections.unmodifiableSet(new TreeSet<>(values));
|
|
||||||
this.nameFunction = (Function<Object, String>) (Object) nameFunction;
|
|
||||||
jsonFunction = NATIVES.contains(type) ? Function.identity() : this.nameFunction::apply;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static <T extends Enum<T>> BlockProperty ofEnum(Class<T> type, String name, T defaultValue) {
|
|
||||||
return new BlockProperty(
|
|
||||||
name,
|
|
||||||
type,
|
|
||||||
defaultValue,
|
|
||||||
Arrays.asList(type.getEnumConstants()),
|
|
||||||
val -> val == null ? "null" : val.name()
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static BlockProperty ofFloat(String name, float defaultValue, float min, float max, boolean exclusiveMin, boolean exclusiveMax) {
|
|
||||||
return new BoundedDouble(
|
|
||||||
name,
|
|
||||||
defaultValue,
|
|
||||||
min,
|
|
||||||
max,
|
|
||||||
exclusiveMin,
|
|
||||||
exclusiveMax,
|
|
||||||
(f) -> String.format("%.2f", f)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static BlockProperty ofBoolean(String name, boolean defaultValue) {
|
|
||||||
return new BlockProperty(
|
|
||||||
name,
|
|
||||||
Boolean.class,
|
|
||||||
defaultValue,
|
|
||||||
List.of(true, false),
|
|
||||||
(b) -> b ? "true" : "false"
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull String toString() {
|
|
||||||
return name + "=" + nameFunction.apply(defaultValue) + " [" + String.join(",", names()) + "]";
|
|
||||||
}
|
|
||||||
|
|
||||||
public String name() {
|
|
||||||
return name;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String defaultValue() {
|
|
||||||
return nameFunction.apply(defaultValue);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<String> names() {
|
|
||||||
return values.stream().map(nameFunction).toList();
|
|
||||||
}
|
|
||||||
|
|
||||||
public Object defaultValueAsJson() {
|
|
||||||
return jsonFunction.apply(defaultValue);
|
|
||||||
}
|
|
||||||
|
|
||||||
public JSONArray valuesAsJson() {
|
|
||||||
return new JSONArray(values.stream().map(jsonFunction).toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
public JSONObject buildJson() {
|
|
||||||
var json = new JSONObject();
|
|
||||||
json.put("type", jsonType());
|
|
||||||
json.put("default", defaultValueAsJson());
|
|
||||||
if (!values.isEmpty()) json.put("enum", valuesAsJson());
|
|
||||||
return json;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String jsonType() {
|
|
||||||
if (type == Boolean.class)
|
|
||||||
return "boolean";
|
|
||||||
if (type == Byte.class || type == Short.class || type == Integer.class || type == Long.class)
|
|
||||||
return "integer";
|
|
||||||
if (type == Float.class || type == Double.class)
|
|
||||||
return "number";
|
|
||||||
return "string";
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean equals(Object obj) {
|
|
||||||
if (obj == this) return true;
|
|
||||||
if (obj == null || obj.getClass() != this.getClass()) return false;
|
|
||||||
var that = (BlockProperty) obj;
|
|
||||||
return Objects.equals(this.name, that.name) &&
|
|
||||||
Objects.equals(this.values, that.values) &&
|
|
||||||
Objects.equals(this.type, that.type);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public int hashCode() {
|
|
||||||
return Objects.hash(name, values, type);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static class BoundedDouble extends BlockProperty {
|
|
||||||
private final double min, max;
|
|
||||||
private final boolean exclusiveMin, exclusiveMax;
|
|
||||||
|
|
||||||
public BoundedDouble(
|
|
||||||
String name,
|
|
||||||
double defaultValue,
|
|
||||||
double min,
|
|
||||||
double max,
|
|
||||||
boolean exclusiveMin,
|
|
||||||
boolean exclusiveMax,
|
|
||||||
Function<Double, String> nameFunction
|
|
||||||
) {
|
|
||||||
super(name, Double.class, defaultValue, List.of(), nameFunction);
|
|
||||||
this.min = min;
|
|
||||||
this.max = max;
|
|
||||||
this.exclusiveMin = exclusiveMin;
|
|
||||||
this.exclusiveMax = exclusiveMax;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public JSONObject buildJson() {
|
|
||||||
return super.buildJson()
|
|
||||||
.put("minimum", min)
|
|
||||||
.put("maximum", max)
|
|
||||||
.put("exclusiveMinimum", exclusiveMin)
|
|
||||||
.put("exclusiveMaximum", exclusiveMax);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.volmit.iris.core.nms.container;
|
||||||
|
|
||||||
|
import java.util.Collection;
|
||||||
|
|
||||||
|
public interface IPackRepository {
|
||||||
|
void reload();
|
||||||
|
|
||||||
|
void reloadWorldData();
|
||||||
|
|
||||||
|
void setSelected(Collection<String> packs);
|
||||||
|
|
||||||
|
boolean addPack(String packId);
|
||||||
|
|
||||||
|
boolean removePack(String packId);
|
||||||
|
|
||||||
|
Collection<String> getAvailableIds();
|
||||||
|
|
||||||
|
Collection<String> getSelectedIds();
|
||||||
|
|
||||||
|
boolean isAvailable(String packId);
|
||||||
|
}
|
||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.volmit.iris.core.nms.container;
|
package com.volmit.iris.core.nms.container;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
|
|||||||
@@ -1,77 +0,0 @@
|
|||||||
package com.volmit.iris.core.nms.container;
|
|
||||||
|
|
||||||
import com.google.gson.JsonObject;
|
|
||||||
import com.volmit.iris.engine.object.IrisJigsawStructurePlacement.SpreadType;
|
|
||||||
import lombok.*;
|
|
||||||
import lombok.experimental.Accessors;
|
|
||||||
import lombok.experimental.SuperBuilder;
|
|
||||||
import org.apache.commons.math3.fraction.Fraction;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@SuperBuilder
|
|
||||||
@Accessors(fluent = true, chain = true)
|
|
||||||
public abstract class StructurePlacement {
|
|
||||||
private final int salt;
|
|
||||||
private final float frequency;
|
|
||||||
private final List<Structure> structures;
|
|
||||||
|
|
||||||
public abstract JsonObject toJson(String structure);
|
|
||||||
|
|
||||||
protected JsonObject createBase(String structure) {
|
|
||||||
JsonObject object = new JsonObject();
|
|
||||||
object.addProperty("structure", structure);
|
|
||||||
object.addProperty("salt", salt);
|
|
||||||
return object;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int frequencyToSpacing() {
|
|
||||||
var frac = new Fraction(Math.max(Math.min(frequency, 1), 0.000000001f));
|
|
||||||
return (int) Math.round(Math.sqrt((double) frac.getDenominator() / frac.getNumerator()));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Getter
|
|
||||||
@Accessors(chain = true, fluent = true)
|
|
||||||
@EqualsAndHashCode(callSuper = true)
|
|
||||||
@SuperBuilder
|
|
||||||
public static class RandomSpread extends StructurePlacement {
|
|
||||||
private final int spacing;
|
|
||||||
private final int separation;
|
|
||||||
private final SpreadType spreadType;
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public JsonObject toJson(String structure) {
|
|
||||||
JsonObject object = createBase(structure);
|
|
||||||
object.addProperty("spacing", Math.max(spacing, frequencyToSpacing()));
|
|
||||||
object.addProperty("separation", separation);
|
|
||||||
object.addProperty("spreadType", spreadType.name());
|
|
||||||
return object;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Getter
|
|
||||||
@EqualsAndHashCode(callSuper = true)
|
|
||||||
@SuperBuilder
|
|
||||||
public static class ConcentricRings extends StructurePlacement {
|
|
||||||
private final int distance;
|
|
||||||
private final int spread;
|
|
||||||
private final int count;
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public JsonObject toJson(String structure) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public record Structure(
|
|
||||||
int weight,
|
|
||||||
String key,
|
|
||||||
List<String> tags
|
|
||||||
) {
|
|
||||||
|
|
||||||
public boolean isValid() {
|
|
||||||
return weight > 0 && key != null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,9 +1,26 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.volmit.iris.core.nms.datapack;
|
package com.volmit.iris.core.nms.datapack;
|
||||||
|
|
||||||
import com.volmit.iris.core.nms.INMS;
|
import com.volmit.iris.core.nms.INMS;
|
||||||
import com.volmit.iris.core.nms.datapack.v1192.DataFixerV1192;
|
import com.volmit.iris.core.nms.datapack.v1192.DataFixerV1192;
|
||||||
import com.volmit.iris.core.nms.datapack.v1206.DataFixerV1206;
|
import com.volmit.iris.core.nms.datapack.v1206.DataFixerV1206;
|
||||||
import com.volmit.iris.core.nms.datapack.v1213.DataFixerV1213;
|
|
||||||
import com.volmit.iris.util.collection.KMap;
|
import com.volmit.iris.util.collection.KMap;
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
@@ -13,10 +30,8 @@ import java.util.function.Supplier;
|
|||||||
//https://minecraft.wiki/w/Pack_format
|
//https://minecraft.wiki/w/Pack_format
|
||||||
@Getter
|
@Getter
|
||||||
public enum DataVersion {
|
public enum DataVersion {
|
||||||
UNSUPPORTED("0.0.0", 0, () -> null),
|
|
||||||
V1192("1.19.2", 10, DataFixerV1192::new),
|
V1192("1.19.2", 10, DataFixerV1192::new),
|
||||||
V1205("1.20.6", 41, DataFixerV1206::new),
|
V1205("1.20.6", 41, DataFixerV1206::new);
|
||||||
V1213("1.21.3", 57, DataFixerV1213::new);
|
|
||||||
private static final KMap<DataVersion, IDataFixer> cache = new KMap<>();
|
private static final KMap<DataVersion, IDataFixer> cache = new KMap<>();
|
||||||
@Getter(AccessLevel.NONE)
|
@Getter(AccessLevel.NONE)
|
||||||
private final Supplier<IDataFixer> constructor;
|
private final Supplier<IDataFixer> constructor;
|
||||||
@@ -29,10 +44,6 @@ public enum DataVersion {
|
|||||||
this.version = version;
|
this.version = version;
|
||||||
}
|
}
|
||||||
|
|
||||||
public IDataFixer get() {
|
|
||||||
return cache.computeIfAbsent(this, k -> constructor.get());
|
|
||||||
}
|
|
||||||
|
|
||||||
public static IDataFixer getDefault() {
|
public static IDataFixer getDefault() {
|
||||||
return INMS.get().getDataVersion().get();
|
return INMS.get().getDataVersion().get();
|
||||||
}
|
}
|
||||||
@@ -40,4 +51,8 @@ public enum DataVersion {
|
|||||||
public static DataVersion getLatest() {
|
public static DataVersion getLatest() {
|
||||||
return values()[values().length - 1];
|
return values()[values().length - 1];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public IDataFixer get() {
|
||||||
|
return cache.computeIfAbsent(this, k -> constructor.get());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,31 +1,29 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.volmit.iris.core.nms.datapack;
|
package com.volmit.iris.core.nms.datapack;
|
||||||
|
|
||||||
import com.volmit.iris.engine.object.IrisBiomeCustom;
|
import com.volmit.iris.engine.object.IrisBiomeCustom;
|
||||||
import com.volmit.iris.engine.object.IrisDimensionTypeOptions;
|
|
||||||
import com.volmit.iris.util.json.JSONObject;
|
import com.volmit.iris.util.json.JSONObject;
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
public interface IDataFixer {
|
public interface IDataFixer {
|
||||||
default JSONObject fixCustomBiome(IrisBiomeCustom biome, JSONObject json) {
|
|
||||||
return json;
|
|
||||||
}
|
|
||||||
|
|
||||||
JSONObject resolve(Dimension dimension, @Nullable IrisDimensionTypeOptions options);
|
JSONObject fixCustomBiome(IrisBiomeCustom biome, JSONObject json);
|
||||||
|
|
||||||
void fixDimension(Dimension dimension, JSONObject json);
|
JSONObject fixDimension(JSONObject json);
|
||||||
|
|
||||||
default JSONObject createDimension(Dimension base, int minY, int height, int logicalHeight, @Nullable IrisDimensionTypeOptions options) {
|
|
||||||
JSONObject obj = resolve(base, options);
|
|
||||||
obj.put("min_y", minY);
|
|
||||||
obj.put("height", height);
|
|
||||||
obj.put("logical_height", logicalHeight);
|
|
||||||
fixDimension(base, obj);
|
|
||||||
return obj;
|
|
||||||
}
|
|
||||||
|
|
||||||
enum Dimension {
|
|
||||||
OVERWORLD,
|
|
||||||
NETHER,
|
|
||||||
END
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,104 +1,36 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.volmit.iris.core.nms.datapack.v1192;
|
package com.volmit.iris.core.nms.datapack.v1192;
|
||||||
|
|
||||||
import com.volmit.iris.core.nms.datapack.IDataFixer;
|
import com.volmit.iris.core.nms.datapack.IDataFixer;
|
||||||
import com.volmit.iris.engine.object.IrisDimensionTypeOptions;
|
import com.volmit.iris.engine.object.IrisBiomeCustom;
|
||||||
import com.volmit.iris.util.json.JSONObject;
|
import com.volmit.iris.util.json.JSONObject;
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
import static com.volmit.iris.engine.object.IrisDimensionTypeOptions.TriState.*;
|
|
||||||
|
|
||||||
public class DataFixerV1192 implements IDataFixer {
|
public class DataFixerV1192 implements IDataFixer {
|
||||||
private static final Map<Dimension, IrisDimensionTypeOptions> OPTIONS = Map.of(
|
|
||||||
Dimension.OVERWORLD, new IrisDimensionTypeOptions(
|
|
||||||
FALSE,
|
|
||||||
TRUE,
|
|
||||||
FALSE,
|
|
||||||
FALSE,
|
|
||||||
TRUE,
|
|
||||||
TRUE,
|
|
||||||
TRUE,
|
|
||||||
FALSE,
|
|
||||||
1d,
|
|
||||||
0f,
|
|
||||||
null,
|
|
||||||
192,
|
|
||||||
0),
|
|
||||||
Dimension.NETHER, new IrisDimensionTypeOptions(
|
|
||||||
TRUE,
|
|
||||||
FALSE,
|
|
||||||
TRUE,
|
|
||||||
TRUE,
|
|
||||||
FALSE,
|
|
||||||
FALSE,
|
|
||||||
FALSE,
|
|
||||||
TRUE,
|
|
||||||
8d,
|
|
||||||
0.1f,
|
|
||||||
18000L,
|
|
||||||
null,
|
|
||||||
15),
|
|
||||||
Dimension.END, new IrisDimensionTypeOptions(
|
|
||||||
FALSE,
|
|
||||||
FALSE,
|
|
||||||
FALSE,
|
|
||||||
FALSE,
|
|
||||||
FALSE,
|
|
||||||
TRUE,
|
|
||||||
FALSE,
|
|
||||||
FALSE,
|
|
||||||
1d,
|
|
||||||
0f,
|
|
||||||
6000L,
|
|
||||||
null,
|
|
||||||
0)
|
|
||||||
);
|
|
||||||
|
|
||||||
private static final Map<Dimension, String> DIMENSIONS = Map.of(
|
|
||||||
Dimension.OVERWORLD, """
|
|
||||||
{
|
|
||||||
"effects": "minecraft:overworld",
|
|
||||||
"infiniburn": "#minecraft:infiniburn_overworld",
|
|
||||||
"monster_spawn_light_level": {
|
|
||||||
"type": "minecraft:uniform",
|
|
||||||
"value": {
|
|
||||||
"max_inclusive": 7,
|
|
||||||
"min_inclusive": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}""",
|
|
||||||
Dimension.NETHER, """
|
|
||||||
{
|
|
||||||
"effects": "minecraft:the_nether",
|
|
||||||
"infiniburn": "#minecraft:infiniburn_nether",
|
|
||||||
"monster_spawn_light_level": 7,
|
|
||||||
}""",
|
|
||||||
Dimension.END, """
|
|
||||||
{
|
|
||||||
"effects": "minecraft:the_end",
|
|
||||||
"infiniburn": "#minecraft:infiniburn_end",
|
|
||||||
"monster_spawn_light_level": {
|
|
||||||
"type": "minecraft:uniform",
|
|
||||||
"value": {
|
|
||||||
"max_inclusive": 7,
|
|
||||||
"min_inclusive": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}"""
|
|
||||||
);
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public JSONObject resolve(Dimension dimension, @Nullable IrisDimensionTypeOptions options) {
|
public JSONObject fixCustomBiome(IrisBiomeCustom biome, JSONObject json) {
|
||||||
return options == null ? OPTIONS.get(dimension).toJson() : options.resolve(OPTIONS.get(dimension)).toJson();
|
return json;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void fixDimension(Dimension dimension, JSONObject json) {
|
public JSONObject fixDimension(JSONObject json) {
|
||||||
var missing = new JSONObject(DIMENSIONS.get(dimension));
|
return json;
|
||||||
for (String key : missing.keySet()) {
|
|
||||||
if (json.has(key)) continue;
|
|
||||||
json.put(key, missing.get(key));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.volmit.iris.core.nms.datapack.v1206;
|
package com.volmit.iris.core.nms.datapack.v1206;
|
||||||
|
|
||||||
import com.volmit.iris.core.nms.datapack.v1192.DataFixerV1192;
|
import com.volmit.iris.core.nms.datapack.IDataFixer;
|
||||||
import com.volmit.iris.engine.object.IrisBiomeCustom;
|
import com.volmit.iris.engine.object.IrisBiomeCustom;
|
||||||
import com.volmit.iris.engine.object.IrisBiomeCustomSpawn;
|
import com.volmit.iris.engine.object.IrisBiomeCustomSpawn;
|
||||||
import com.volmit.iris.engine.object.IrisBiomeCustomSpawnType;
|
import com.volmit.iris.engine.object.IrisBiomeCustomSpawnType;
|
||||||
@@ -10,14 +28,12 @@ import com.volmit.iris.util.json.JSONObject;
|
|||||||
|
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
|
|
||||||
public class DataFixerV1206 extends DataFixerV1192 {
|
public class DataFixerV1206 implements IDataFixer {
|
||||||
@Override
|
@Override
|
||||||
public JSONObject fixCustomBiome(IrisBiomeCustom biome, JSONObject json) {
|
public JSONObject fixCustomBiome(IrisBiomeCustom biome, JSONObject json) {
|
||||||
int spawnRarity = biome.getSpawnRarity();
|
int spawnRarity = biome.getSpawnRarity();
|
||||||
if (spawnRarity > 0) {
|
if (spawnRarity > 0) {
|
||||||
json.put("creature_spawn_probability", Math.min(spawnRarity/20d, 0.9999999));
|
json.put("creature_spawn_probability", Math.min(spawnRarity / 20d, 0.9999999));
|
||||||
} else {
|
|
||||||
json.remove("creature_spawn_probability");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var spawns = biome.getSpawns();
|
var spawns = biome.getSpawns();
|
||||||
@@ -28,10 +44,10 @@ public class DataFixerV1206 extends DataFixerV1192 {
|
|||||||
for (IrisBiomeCustomSpawn i : spawns) {
|
for (IrisBiomeCustomSpawn i : spawns) {
|
||||||
JSONArray g = groups.computeIfAbsent(i.getGroup(), (k) -> new JSONArray());
|
JSONArray g = groups.computeIfAbsent(i.getGroup(), (k) -> new JSONArray());
|
||||||
JSONObject o = new JSONObject();
|
JSONObject o = new JSONObject();
|
||||||
o.put("type", i.getType().getKey());
|
o.put("type", "minecraft:" + i.getType().name().toLowerCase());
|
||||||
o.put("weight", i.getWeight());
|
o.put("weight", i.getWeight());
|
||||||
o.put("minCount", i.getMinCount());
|
o.put("minCount", Math.min(i.getMinCount() / 20d, 0));
|
||||||
o.put("maxCount", i.getMaxCount());
|
o.put("maxCount", Math.min(i.getMaxCount() / 20d, 0.9999999));
|
||||||
g.put(o);
|
g.put(o);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -45,12 +61,12 @@ public class DataFixerV1206 extends DataFixerV1192 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void fixDimension(Dimension dimension, JSONObject json) {
|
public JSONObject fixDimension(JSONObject json) {
|
||||||
super.fixDimension(dimension, json);
|
|
||||||
if (!(json.get("monster_spawn_light_level") instanceof JSONObject lightLevel))
|
if (!(json.get("monster_spawn_light_level") instanceof JSONObject lightLevel))
|
||||||
return;
|
return json;
|
||||||
var value = (JSONObject) lightLevel.remove("value");
|
var value = (JSONObject) lightLevel.remove("value");
|
||||||
lightLevel.put("max_inclusive", value.get("max_inclusive"));
|
lightLevel.put("max_inclusive", value.get("max_inclusive"));
|
||||||
lightLevel.put("min_inclusive", value.get("min_inclusive"));
|
lightLevel.put("min_inclusive", value.get("min_inclusive"));
|
||||||
|
return json;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
package com.volmit.iris.core.nms.datapack.v1213;
|
|
||||||
|
|
||||||
import com.volmit.iris.core.nms.datapack.v1206.DataFixerV1206;
|
|
||||||
import com.volmit.iris.engine.object.IrisBiomeCustom;
|
|
||||||
import com.volmit.iris.util.json.JSONArray;
|
|
||||||
import com.volmit.iris.util.json.JSONObject;
|
|
||||||
|
|
||||||
public class DataFixerV1213 extends DataFixerV1206 {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public JSONObject fixCustomBiome(IrisBiomeCustom biome, JSONObject json) {
|
|
||||||
json = super.fixCustomBiome(biome, json);
|
|
||||||
json.put("carvers", new JSONArray());
|
|
||||||
return json;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,34 +18,41 @@
|
|||||||
|
|
||||||
package com.volmit.iris.core.nms.v1X;
|
package com.volmit.iris.core.nms.v1X;
|
||||||
|
|
||||||
|
import com.google.common.base.Preconditions;
|
||||||
import com.volmit.iris.Iris;
|
import com.volmit.iris.Iris;
|
||||||
import com.volmit.iris.core.link.Identifier;
|
|
||||||
import com.volmit.iris.core.nms.INMSBinding;
|
import com.volmit.iris.core.nms.INMSBinding;
|
||||||
import com.volmit.iris.core.nms.container.BiomeColor;
|
import com.volmit.iris.core.nms.container.BiomeColor;
|
||||||
import com.volmit.iris.core.nms.container.BlockProperty;
|
import com.volmit.iris.core.nms.container.BlockPos;
|
||||||
import com.volmit.iris.core.nms.datapack.DataVersion;
|
import com.volmit.iris.core.nms.container.IPackRepository;
|
||||||
import com.volmit.iris.core.nms.container.Pair;
|
|
||||||
import com.volmit.iris.core.nms.container.StructurePlacement;
|
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
import com.volmit.iris.engine.framework.Engine;
|
||||||
|
import com.volmit.iris.engine.object.IrisBiomeCustom;
|
||||||
|
import com.volmit.iris.engine.object.IrisDimension;
|
||||||
import com.volmit.iris.util.collection.KList;
|
import com.volmit.iris.util.collection.KList;
|
||||||
import com.volmit.iris.util.collection.KMap;
|
import com.volmit.iris.util.collection.KMap;
|
||||||
|
import com.volmit.iris.util.format.C;
|
||||||
import com.volmit.iris.util.mantle.Mantle;
|
import com.volmit.iris.util.mantle.Mantle;
|
||||||
import com.volmit.iris.util.math.Vector3d;
|
import com.volmit.iris.util.math.Vector3d;
|
||||||
import com.volmit.iris.util.nbt.mca.palette.MCABiomeContainer;
|
import com.volmit.iris.util.nbt.mca.palette.MCABiomeContainer;
|
||||||
import com.volmit.iris.util.nbt.mca.palette.MCAPaletteAccess;
|
import com.volmit.iris.util.nbt.mca.palette.MCAPaletteAccess;
|
||||||
import com.volmit.iris.util.nbt.tag.CompoundTag;
|
import com.volmit.iris.util.nbt.tag.CompoundTag;
|
||||||
|
import net.bytebuddy.ByteBuddy;
|
||||||
|
import net.bytebuddy.asm.Advice;
|
||||||
|
import net.bytebuddy.dynamic.loading.ClassReloadingStrategy;
|
||||||
|
import net.bytebuddy.matcher.ElementMatchers;
|
||||||
import org.bukkit.*;
|
import org.bukkit.*;
|
||||||
|
import org.bukkit.WorldCreator;
|
||||||
import org.bukkit.block.Biome;
|
import org.bukkit.block.Biome;
|
||||||
|
import org.bukkit.entity.Dolphin;
|
||||||
import org.bukkit.entity.Entity;
|
import org.bukkit.entity.Entity;
|
||||||
import org.bukkit.entity.EntityType;
|
import org.bukkit.entity.EntityType;
|
||||||
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.event.entity.CreatureSpawnEvent;
|
import org.bukkit.event.entity.CreatureSpawnEvent;
|
||||||
import org.bukkit.generator.ChunkGenerator;
|
import org.bukkit.generator.ChunkGenerator;
|
||||||
import org.bukkit.generator.structure.Structure;
|
import org.bukkit.generator.structure.Structure;
|
||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
|
||||||
import java.awt.Color;
|
import java.awt.Color;
|
||||||
import java.util.List;
|
import java.io.File;
|
||||||
import java.util.stream.StreamSupport;
|
|
||||||
|
|
||||||
public class NMSBinding1X implements INMSBinding {
|
public class NMSBinding1X implements INMSBinding {
|
||||||
private static final boolean supportsCustomHeight = testCustomHeight();
|
private static final boolean supportsCustomHeight = testCustomHeight();
|
||||||
@@ -110,6 +117,21 @@ public class NMSBinding1X implements INMSBinding {
|
|||||||
return location.getWorld().spawnEntity(location, type);
|
return location.getWorld().spawnEntity(location, type);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean registerDimension(String name, IrisDimension dimension) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean registerBiome(String dimensionId, IrisBiomeCustom biome, boolean replace) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean dumpRegistry(File... folders) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Color getBiomeColor(Location location, BiomeColor type) {
|
public Color getBiomeColor(Location location, BiomeColor type) {
|
||||||
return Color.GREEN;
|
return Color.GREEN;
|
||||||
@@ -117,7 +139,7 @@ public class NMSBinding1X implements INMSBinding {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public KList<String> getStructureKeys() {
|
public KList<String> getStructureKeys() {
|
||||||
var list = StreamSupport.stream(Registry.STRUCTURE.spliterator(), false)
|
var list = Registry.STRUCTURE.stream()
|
||||||
.map(Structure::getKey)
|
.map(Structure::getKey)
|
||||||
.map(NamespacedKey::toString)
|
.map(NamespacedKey::toString)
|
||||||
.toList();
|
.toList();
|
||||||
@@ -125,27 +147,8 @@ public class NMSBinding1X implements INMSBinding {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean missingDimensionTypes(String... keys) {
|
public void reconnect(Player player) {
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public KMap<Material, List<BlockProperty>> getBlockProperties() {
|
|
||||||
KMap<Material, List<BlockProperty>> map = new KMap<>();
|
|
||||||
for (Material m : Material.values()) {
|
|
||||||
if (m.isBlock()) map.put(m, List.of());
|
|
||||||
}
|
|
||||||
return map;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void placeStructures(Chunk chunk) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public KMap<Identifier, StructurePlacement> collectStructures() {
|
|
||||||
return new KMap<>();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -232,11 +235,6 @@ public class NMSBinding1X implements INMSBinding {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public DataVersion getDataVersion() {
|
|
||||||
return DataVersion.UNSUPPORTED;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getBiomeId(Biome biome) {
|
public int getBiomeId(Biome biome) {
|
||||||
return biome.ordinal();
|
return biome.ordinal();
|
||||||
@@ -268,7 +266,7 @@ public class NMSBinding1X implements INMSBinding {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Vector3d getBoundingbox(org.bukkit.entity.EntityType entity) {
|
public Vector3d getBoundingbox(org.bukkit.entity.EntityType entity) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -276,4 +274,44 @@ public class NMSBinding1X implements INMSBinding {
|
|||||||
Iris.error("Cannot use the global data palette! Iris is incapable of using MCA generation on this version of minecraft!");
|
Iris.error("Cannot use the global data palette! Iris is incapable of using MCA generation on this version of minecraft!");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void injectBukkit() {
|
||||||
|
try {
|
||||||
|
Iris.info("Injecting Bukkit");
|
||||||
|
new ByteBuddy()
|
||||||
|
.redefine(WorldCreator.class)
|
||||||
|
.visit(Advice.to(WorldCreatorAdvice.class).on(ElementMatchers.isConstructor().and(ElementMatchers.takesArguments(String.class))))
|
||||||
|
.make()
|
||||||
|
.load(WorldCreator.class.getClassLoader(), ClassReloadingStrategy.fromInstalledAgent());
|
||||||
|
Iris.info("Injected Bukkit Successfully!");
|
||||||
|
} catch (Exception e) {
|
||||||
|
Iris.info(C.RED + "Failed to Inject Bukkit!");
|
||||||
|
e.printStackTrace();
|
||||||
|
Iris.reportError(e);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public IPackRepository getPackRepository() {
|
||||||
|
return new PackRepository1X();
|
||||||
|
}
|
||||||
|
|
||||||
|
private static class WorldCreatorAdvice {
|
||||||
|
@Advice.OnMethodEnter
|
||||||
|
static void enter(@Advice.Argument(0) String name) {
|
||||||
|
File isIrisWorld = new File(name, "iris");
|
||||||
|
boolean isFromIris = false;
|
||||||
|
StackTraceElement[] stackTrace = Thread.currentThread().getStackTrace();
|
||||||
|
for (StackTraceElement stack : stackTrace) {
|
||||||
|
if (stack.getClassName().contains("Iris")) {
|
||||||
|
isFromIris = true;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!isFromIris) {
|
||||||
|
Preconditions.checkArgument(!isIrisWorld.exists(), "Only Iris can load Iris Worlds!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,63 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.volmit.iris.core.nms.v1X;
|
||||||
|
|
||||||
|
import com.volmit.iris.core.nms.container.IPackRepository;
|
||||||
|
|
||||||
|
import java.util.Collection;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
class PackRepository1X implements IPackRepository {
|
||||||
|
@Override
|
||||||
|
public void reload() {
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void reloadWorldData() {
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void setSelected(Collection<String> packs) {
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean addPack(String packId) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean removePack(String packId) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Collection<String> getAvailableIds() {
|
||||||
|
return List.of();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Collection<String> getSelectedIds() {
|
||||||
|
return List.of();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isAvailable(String packId) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,67 +1,92 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.volmit.iris.core.pregenerator;
|
package com.volmit.iris.core.pregenerator;
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
import com.volmit.iris.Iris;
|
||||||
import com.volmit.iris.core.IrisSettings;
|
|
||||||
import com.volmit.iris.core.service.PreservationSVC;
|
|
||||||
import com.volmit.iris.core.tools.IrisToolbelt;
|
import com.volmit.iris.core.tools.IrisToolbelt;
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
import com.volmit.iris.engine.framework.Engine;
|
||||||
|
import com.volmit.iris.util.collection.KList;
|
||||||
|
import com.volmit.iris.util.collection.KMap;
|
||||||
import com.volmit.iris.util.format.Form;
|
import com.volmit.iris.util.format.Form;
|
||||||
import com.volmit.iris.util.mantle.flag.MantleFlag;
|
|
||||||
import com.volmit.iris.util.math.M;
|
import com.volmit.iris.util.math.M;
|
||||||
import com.volmit.iris.util.math.Position2;
|
|
||||||
import com.volmit.iris.util.math.RollingSequence;
|
import com.volmit.iris.util.math.RollingSequence;
|
||||||
import com.volmit.iris.util.plugin.chunk.TicketHolder;
|
import com.volmit.iris.util.math.Spiraler;
|
||||||
import com.volmit.iris.util.profile.LoadBalancer;
|
|
||||||
import com.volmit.iris.util.scheduling.J;
|
import com.volmit.iris.util.scheduling.J;
|
||||||
import io.papermc.lib.PaperLib;
|
import io.papermc.lib.PaperLib;
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.Chunk;
|
import org.bukkit.Chunk;
|
||||||
import org.bukkit.World;
|
import org.bukkit.World;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
import java.util.ArrayList;
|
||||||
import java.util.concurrent.*;
|
import java.util.concurrent.*;
|
||||||
import java.util.concurrent.atomic.AtomicBoolean;
|
import java.util.concurrent.atomic.AtomicBoolean;
|
||||||
import java.util.concurrent.atomic.AtomicInteger;
|
import java.util.concurrent.atomic.AtomicInteger;
|
||||||
import java.util.concurrent.atomic.AtomicLong;
|
import java.util.concurrent.atomic.AtomicLong;
|
||||||
|
|
||||||
public class ChunkUpdater {
|
public class ChunkUpdater {
|
||||||
private static final String REGION_PATH = "region" + File.separator + "r.";
|
private final RollingSequence chunksPerSecond;
|
||||||
private final AtomicBoolean paused = new AtomicBoolean();
|
private final AtomicInteger worldheightsize;
|
||||||
private final AtomicBoolean cancelled = new AtomicBoolean();
|
private final AtomicInteger worldwidthsize;
|
||||||
private final TicketHolder holder;
|
private final AtomicInteger totalChunks;
|
||||||
private final RollingSequence chunksPerSecond = new RollingSequence(5);
|
private final AtomicInteger totalMaxChunks;
|
||||||
private final AtomicInteger totalMaxChunks = new AtomicInteger();
|
private final AtomicInteger totalMcaregions;
|
||||||
private final AtomicInteger chunksProcessed = new AtomicInteger();
|
private final AtomicInteger position;
|
||||||
private final AtomicInteger chunksProcessedLast = new AtomicInteger();
|
private final Object pauseLock;
|
||||||
private final AtomicInteger chunksUpdated = new AtomicInteger();
|
|
||||||
private final AtomicBoolean serverEmpty = new AtomicBoolean(true);
|
|
||||||
private final AtomicLong lastCpsTime = new AtomicLong(M.ms());
|
|
||||||
private final int maxConcurrency = IrisSettings.get().getUpdater().getMaxConcurrency();
|
|
||||||
private final int coreLimit = (int) Math.max(Runtime.getRuntime().availableProcessors() * IrisSettings.get().getUpdater().getThreadMultiplier(), 1);
|
|
||||||
private final Semaphore semaphore = new Semaphore(maxConcurrency);
|
|
||||||
private final LoadBalancer loadBalancer = new LoadBalancer(semaphore, maxConcurrency, IrisSettings.get().getUpdater().emptyMsRange);
|
|
||||||
private final AtomicLong startTime = new AtomicLong();
|
|
||||||
private final Dimensions dimensions;
|
|
||||||
private final PregenTask task;
|
|
||||||
private final ExecutorService chunkExecutor = IrisSettings.get().getUpdater().isNativeThreads() ? Executors.newFixedThreadPool(coreLimit) : Executors.newVirtualThreadPerTaskExecutor();
|
|
||||||
private final ScheduledExecutorService scheduler = Executors.newScheduledThreadPool(1);
|
|
||||||
private final CountDownLatch latch;
|
|
||||||
private final Engine engine;
|
private final Engine engine;
|
||||||
private final World world;
|
private final World world;
|
||||||
|
private AtomicBoolean paused;
|
||||||
|
private AtomicBoolean cancelled;
|
||||||
|
private KMap<Chunk, Long> lastUse;
|
||||||
|
private AtomicInteger chunksProcessed;
|
||||||
|
private AtomicInteger chunksUpdated;
|
||||||
|
private AtomicLong startTime;
|
||||||
|
private ExecutorService executor;
|
||||||
|
private ExecutorService chunkExecutor;
|
||||||
|
private ScheduledExecutorService scheduler;
|
||||||
|
private CompletableFuture future;
|
||||||
|
private CountDownLatch latch;
|
||||||
|
|
||||||
public ChunkUpdater(World world) {
|
public ChunkUpdater(World world) {
|
||||||
this.engine = IrisToolbelt.access(world).getEngine();
|
this.engine = IrisToolbelt.access(world).getEngine();
|
||||||
|
this.chunksPerSecond = new RollingSequence(5);
|
||||||
this.world = world;
|
this.world = world;
|
||||||
this.holder = Iris.tickets.getHolder(world);
|
this.lastUse = new KMap();
|
||||||
this.dimensions = calculateWorldDimensions(new File(world.getWorldFolder(), "region"));
|
this.worldheightsize = new AtomicInteger(calculateWorldDimensions(new File(world.getWorldFolder(), "region"), 1));
|
||||||
this.task = dimensions.task();
|
this.worldwidthsize = new AtomicInteger(calculateWorldDimensions(new File(world.getWorldFolder(), "region"), 0));
|
||||||
this.totalMaxChunks.set(dimensions.count * 1024);
|
int m = Math.max(worldheightsize.get(), worldwidthsize.get());
|
||||||
|
this.executor = Executors.newFixedThreadPool(Math.max(Runtime.getRuntime().availableProcessors() / 3, 1));
|
||||||
|
this.chunkExecutor = Executors.newFixedThreadPool(Math.max(Runtime.getRuntime().availableProcessors() / 3, 1));
|
||||||
|
this.scheduler = Executors.newScheduledThreadPool(1);
|
||||||
|
this.future = new CompletableFuture<>();
|
||||||
|
this.startTime = new AtomicLong();
|
||||||
|
this.worldheightsize.set(m);
|
||||||
|
this.worldwidthsize.set(m);
|
||||||
|
this.totalMaxChunks = new AtomicInteger((worldheightsize.get() / 16) * (worldwidthsize.get() / 16));
|
||||||
|
this.chunksProcessed = new AtomicInteger();
|
||||||
|
this.chunksUpdated = new AtomicInteger();
|
||||||
|
this.position = new AtomicInteger(0);
|
||||||
this.latch = new CountDownLatch(totalMaxChunks.get());
|
this.latch = new CountDownLatch(totalMaxChunks.get());
|
||||||
}
|
this.paused = new AtomicBoolean(false);
|
||||||
|
this.pauseLock = new Object();
|
||||||
public String getName() {
|
this.cancelled = new AtomicBoolean(false);
|
||||||
return world.getName();
|
this.totalChunks = new AtomicInteger(0);
|
||||||
|
this.totalMcaregions = new AtomicInteger(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getChunks() {
|
public int getChunks() {
|
||||||
@@ -89,6 +114,7 @@ public class ChunkUpdater {
|
|||||||
cancelled.set(true);
|
cancelled.set(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private void update() {
|
private void update() {
|
||||||
Iris.info("Updating..");
|
Iris.info("Updating..");
|
||||||
try {
|
try {
|
||||||
@@ -97,36 +123,50 @@ public class ChunkUpdater {
|
|||||||
try {
|
try {
|
||||||
if (!paused.get()) {
|
if (!paused.get()) {
|
||||||
long eta = computeETA();
|
long eta = computeETA();
|
||||||
|
long elapsedSeconds = (System.currentTimeMillis() - startTime.get()) / 3000;
|
||||||
int processed = chunksProcessed.get();
|
int processed = chunksProcessed.get();
|
||||||
double last = processed - chunksProcessedLast.getAndSet(processed);
|
double cps = elapsedSeconds > 0 ? processed / (double) elapsedSeconds : 0;
|
||||||
double cps = last / ((M.ms() - lastCpsTime.getAndSet(M.ms())) / 1000d);
|
|
||||||
chunksPerSecond.put(cps);
|
chunksPerSecond.put(cps);
|
||||||
double percentage = ((double) processed / (double) totalMaxChunks.get()) * 100;
|
double percentage = ((double) chunksProcessed.get() / (double) totalMaxChunks.get()) * 100;
|
||||||
if (!cancelled.get()) {
|
if (!cancelled.get()) {
|
||||||
Iris.info("Updated: " + Form.f(processed) + " of " + Form.f(totalMaxChunks.get()) + " (%.0f%%) " + Form.f(chunksPerSecond.getAverage()) + "/s, ETA: " + Form.duration(eta,
|
Iris.info("Updated: " + Form.f(processed) + " of " + Form.f(totalMaxChunks.get()) + " (%.0f%%) " + Form.f(chunksPerSecond.getAverage()) + "/s, ETA: " + Form.duration(eta,
|
||||||
2), percentage);
|
2), percentage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Iris.reportError(e);
|
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}, 0, 3, TimeUnit.SECONDS);
|
}, 0, 3, TimeUnit.SECONDS);
|
||||||
scheduler.scheduleAtFixedRate(() -> {
|
|
||||||
boolean empty = Bukkit.getOnlinePlayers().isEmpty();
|
|
||||||
if (serverEmpty.getAndSet(empty) == empty)
|
|
||||||
return;
|
|
||||||
loadBalancer.setRange(empty ? IrisSettings.get().getUpdater().emptyMsRange : IrisSettings.get().getUpdater().defaultMsRange);
|
|
||||||
}, 0, 10, TimeUnit.SECONDS);
|
|
||||||
|
|
||||||
var t = new Thread(() -> {
|
CompletableFuture.runAsync(() -> {
|
||||||
run();
|
for (int i = 0; i < totalMaxChunks.get(); i++) {
|
||||||
close();
|
if (paused.get()) {
|
||||||
}, "Iris Chunk Updater - " + world.getName());
|
synchronized (pauseLock) {
|
||||||
t.setPriority(Thread.MAX_PRIORITY);
|
try {
|
||||||
t.start();
|
pauseLock.wait();
|
||||||
|
} catch (InterruptedException e) {
|
||||||
|
Iris.error("Interrupted while waiting for executor: ");
|
||||||
|
e.printStackTrace();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
executor.submit(() -> {
|
||||||
|
if (!cancelled.get()) {
|
||||||
|
processNextChunk();
|
||||||
|
}
|
||||||
|
latch.countDown();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}).thenRun(() -> {
|
||||||
|
try {
|
||||||
|
latch.await();
|
||||||
|
close();
|
||||||
|
} catch (Exception e) {
|
||||||
|
Thread.currentThread().interrupt();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
Iris.service(PreservationSVC.class).register(t);
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
@@ -134,14 +174,14 @@ public class ChunkUpdater {
|
|||||||
|
|
||||||
public void close() {
|
public void close() {
|
||||||
try {
|
try {
|
||||||
loadBalancer.close();
|
unloadAndSaveAllChunks();
|
||||||
semaphore.acquire(256);
|
executor.shutdown();
|
||||||
|
executor.awaitTermination(5, TimeUnit.SECONDS);
|
||||||
chunkExecutor.shutdown();
|
chunkExecutor.shutdown();
|
||||||
chunkExecutor.awaitTermination(5, TimeUnit.SECONDS);
|
chunkExecutor.awaitTermination(5, TimeUnit.SECONDS);
|
||||||
scheduler.shutdownNow();
|
scheduler.shutdownNow();
|
||||||
unloadAndSaveAllChunks();
|
} catch (Exception ignored) {
|
||||||
} catch (Exception ignored) {}
|
}
|
||||||
if (cancelled.get()) {
|
if (cancelled.get()) {
|
||||||
Iris.info("Updated: " + Form.f(chunksUpdated.get()) + " Chunks");
|
Iris.info("Updated: " + Form.f(chunksUpdated.get()) + " Chunks");
|
||||||
Iris.info("Irritated: " + Form.f(chunksProcessed.get()) + " of " + Form.f(totalMaxChunks.get()));
|
Iris.info("Irritated: " + Form.f(chunksProcessed.get()) + " of " + Form.f(totalMaxChunks.get()));
|
||||||
@@ -152,68 +192,18 @@ public class ChunkUpdater {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void run() {
|
private void processNextChunk() {
|
||||||
task.iterateRegions((rX, rZ) -> {
|
int pos = position.getAndIncrement();
|
||||||
if (cancelled.get())
|
int[] coords = getChunk(pos);
|
||||||
return;
|
if (loadChunksIfGenerated(coords[0], coords[1])) {
|
||||||
|
Chunk c = world.getChunkAt(coords[0], coords[1]);
|
||||||
while (paused.get()) {
|
|
||||||
J.sleep(50);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (rX < dimensions.min.getX() ||
|
|
||||||
rX > dimensions.max.getX() ||
|
|
||||||
rZ < dimensions.min.getZ() ||
|
|
||||||
rZ > dimensions.max.getZ() ||
|
|
||||||
!new File(world.getWorldFolder(), REGION_PATH + rX + "." + rZ + ".mca").exists()
|
|
||||||
) return;
|
|
||||||
|
|
||||||
task.iterateChunks(rX, rZ, (x, z) -> {
|
|
||||||
while (paused.get() && !cancelled.get()) {
|
|
||||||
J.sleep(50);
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
semaphore.acquire();
|
|
||||||
} catch (InterruptedException ignored) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
chunkExecutor.submit(() -> {
|
|
||||||
try {
|
|
||||||
if (!cancelled.get())
|
|
||||||
processChunk(x, z);
|
|
||||||
} finally {
|
|
||||||
latch.countDown();
|
|
||||||
semaphore.release();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private void processChunk(int x, int z) {
|
|
||||||
if (!loadChunksIfGenerated(x, z)) {
|
|
||||||
chunksProcessed.getAndIncrement();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
var mc = engine.getMantle().getMantle().getChunk(x, z).use();
|
|
||||||
try {
|
|
||||||
Chunk c = world.getChunkAt(x, z);
|
|
||||||
engine.updateChunk(c);
|
engine.updateChunk(c);
|
||||||
|
|
||||||
removeTickets(x, z);
|
|
||||||
} finally {
|
|
||||||
chunksUpdated.incrementAndGet();
|
chunksUpdated.incrementAndGet();
|
||||||
chunksProcessed.getAndIncrement();
|
|
||||||
mc.release();
|
|
||||||
}
|
}
|
||||||
|
chunksProcessed.getAndIncrement();
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean loadChunksIfGenerated(int x, int z) {
|
private boolean loadChunksIfGenerated(int x, int z) {
|
||||||
if (engine.getMantle().getMantle().hasFlag(x, z, MantleFlag.ETCHED))
|
|
||||||
return false;
|
|
||||||
|
|
||||||
for (int dx = -1; dx <= 1; dx++) {
|
for (int dx = -1; dx <= 1; dx++) {
|
||||||
for (int dz = -1; dz <= 1; dz++) {
|
for (int dz = -1; dz <= 1; dz++) {
|
||||||
if (!PaperLib.isChunkGenerated(world, x + dx, z + dz)) {
|
if (!PaperLib.isChunkGenerated(world, x + dx, z + dz)) {
|
||||||
@@ -223,41 +213,45 @@ public class ChunkUpdater {
|
|||||||
}
|
}
|
||||||
|
|
||||||
AtomicBoolean generated = new AtomicBoolean(true);
|
AtomicBoolean generated = new AtomicBoolean(true);
|
||||||
CountDownLatch latch = new CountDownLatch(9);
|
KList<Future<?>> futures = new KList<>(9);
|
||||||
for (int dx = -1; dx <= 1; dx++) {
|
for (int dx = -1; dx <= 1; dx++) {
|
||||||
for (int dz = -1; dz <= 1; dz++) {
|
for (int dz = -1; dz <= 1; dz++) {
|
||||||
int xx = x + dx;
|
int xx = x + dx;
|
||||||
int zz = z + dz;
|
int zz = z + dz;
|
||||||
PaperLib.getChunkAtAsync(world, xx, zz, false, true)
|
futures.add(chunkExecutor.submit(() -> {
|
||||||
.thenAccept(chunk -> {
|
Chunk c;
|
||||||
if (chunk == null || !chunk.isGenerated()) {
|
try {
|
||||||
latch.countDown();
|
c = PaperLib.getChunkAtAsync(world, xx, zz, false).get();
|
||||||
generated.set(false);
|
} catch (InterruptedException | ExecutionException e) {
|
||||||
return;
|
generated.set(false);
|
||||||
}
|
return;
|
||||||
holder.addTicket(chunk);
|
}
|
||||||
|
if (!c.isLoaded()) {
|
||||||
|
CountDownLatch latch = new CountDownLatch(1);
|
||||||
|
J.s(() -> {
|
||||||
|
c.load(false);
|
||||||
latch.countDown();
|
latch.countDown();
|
||||||
});
|
});
|
||||||
|
try {
|
||||||
|
latch.await();
|
||||||
|
} catch (InterruptedException ignored) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!c.isGenerated()) {
|
||||||
|
generated.set(false);
|
||||||
|
}
|
||||||
|
lastUse.put(c, M.ms());
|
||||||
|
}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
while (!futures.isEmpty()) {
|
||||||
try {
|
futures.removeIf(Future::isDone);
|
||||||
latch.await();
|
try {
|
||||||
} catch (InterruptedException e) {
|
Thread.sleep(50);
|
||||||
Iris.info("Interrupted while waiting for chunks to load");
|
} catch (InterruptedException ignored) {
|
||||||
}
|
|
||||||
|
|
||||||
if (generated.get()) return true;
|
|
||||||
removeTickets(x, z);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void removeTickets(int x, int z) {
|
|
||||||
for (int xx = -1; xx <= 1; xx++) {
|
|
||||||
for (int zz = -1; zz <= 1; zz++) {
|
|
||||||
holder.removeTicket(x + xx, z + zz);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return generated.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void unloadAndSaveAllChunks() {
|
private void unloadAndSaveAllChunks() {
|
||||||
@@ -268,10 +262,16 @@ public class ChunkUpdater {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (Chunk i : new ArrayList<>(lastUse.keySet())) {
|
||||||
|
Long lastUseTime = lastUse.get(i);
|
||||||
|
if (lastUseTime != null && M.ms() - lastUseTime >= 5000) {
|
||||||
|
i.unload();
|
||||||
|
lastUse.remove(i);
|
||||||
|
}
|
||||||
|
}
|
||||||
world.save();
|
world.save();
|
||||||
}).get();
|
}).get();
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
Iris.reportError(e);
|
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -285,7 +285,7 @@ public class ChunkUpdater {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private Dimensions calculateWorldDimensions(File regionDir) {
|
private int calculateWorldDimensions(File regionDir, Integer o) {
|
||||||
File[] files = regionDir.listFiles((dir, name) -> name.endsWith(".mca"));
|
File[] files = regionDir.listFiles((dir, name) -> name.endsWith(".mca"));
|
||||||
|
|
||||||
int minX = Integer.MAX_VALUE;
|
int minX = Integer.MAX_VALUE;
|
||||||
@@ -298,23 +298,40 @@ public class ChunkUpdater {
|
|||||||
int x = Integer.parseInt(parts[1]);
|
int x = Integer.parseInt(parts[1]);
|
||||||
int z = Integer.parseInt(parts[2]);
|
int z = Integer.parseInt(parts[2]);
|
||||||
|
|
||||||
minX = Math.min(minX, x);
|
if (x < minX) minX = x;
|
||||||
maxX = Math.max(maxX, x);
|
if (x > maxX) maxX = x;
|
||||||
minZ = Math.min(minZ, z);
|
if (z < minZ) minZ = z;
|
||||||
maxZ = Math.max(maxZ, z);
|
if (z > maxZ) maxZ = z;
|
||||||
}
|
}
|
||||||
int oX = minX + ((maxX - minX) / 2);
|
|
||||||
int oZ = minZ + ((maxZ - minZ) / 2);
|
|
||||||
|
|
||||||
int height = maxX - minX + 1;
|
int height = (maxX - minX + 1) * 32 * 16;
|
||||||
int width = maxZ - minZ + 1;
|
int width = (maxZ - minZ + 1) * 32 * 16;
|
||||||
|
|
||||||
return new Dimensions(new Position2(minX, minZ), new Position2(maxX, maxZ), height * width, PregenTask.builder()
|
if (o == 1) {
|
||||||
.radiusZ((int) Math.ceil(width / 2d * 512))
|
return height;
|
||||||
.radiusX((int) Math.ceil(height / 2d * 512))
|
}
|
||||||
.center(new Position2(oX, oZ))
|
if (o == 0) {
|
||||||
.build());
|
return width;
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
private record Dimensions(Position2 min, Position2 max, int count, PregenTask task) { }
|
private int[] getChunk(int position) {
|
||||||
|
int p = -1;
|
||||||
|
AtomicInteger xx = new AtomicInteger();
|
||||||
|
AtomicInteger zz = new AtomicInteger();
|
||||||
|
Spiraler s = new Spiraler(worldheightsize.get() * 2, worldwidthsize.get() * 2, (x, z) -> {
|
||||||
|
xx.set(x);
|
||||||
|
zz.set(z);
|
||||||
|
});
|
||||||
|
|
||||||
|
while (s.hasNext() && p++ < position) {
|
||||||
|
s.next();
|
||||||
|
}
|
||||||
|
int[] coords = new int[2];
|
||||||
|
coords[0] = xx.get();
|
||||||
|
coords[1] = zz.get();
|
||||||
|
|
||||||
|
return coords;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,274 +0,0 @@
|
|||||||
package com.volmit.iris.core.pregenerator;
|
|
||||||
|
|
||||||
import com.google.gson.Gson;
|
|
||||||
import com.volmit.iris.Iris;
|
|
||||||
import com.volmit.iris.core.tools.IrisToolbelt;
|
|
||||||
import com.volmit.iris.engine.framework.Engine;
|
|
||||||
import com.volmit.iris.engine.object.IrisBiome;
|
|
||||||
import com.volmit.iris.util.collection.KList;
|
|
||||||
import com.volmit.iris.util.format.C;
|
|
||||||
import com.volmit.iris.util.format.Form;
|
|
||||||
import com.volmit.iris.util.io.IO;
|
|
||||||
import com.volmit.iris.util.math.M;
|
|
||||||
import com.volmit.iris.util.math.Position2;
|
|
||||||
import com.volmit.iris.util.math.RollingSequence;
|
|
||||||
import com.volmit.iris.util.math.Spiraler;
|
|
||||||
import com.volmit.iris.util.scheduling.ChronoLatch;
|
|
||||||
import com.volmit.iris.util.scheduling.J;
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.Getter;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.World;
|
|
||||||
import org.bukkit.event.EventHandler;
|
|
||||||
import org.bukkit.event.Listener;
|
|
||||||
import org.bukkit.event.world.WorldUnloadEvent;
|
|
||||||
import org.bukkit.scheduler.BukkitRunnable;
|
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
import java.io.FileWriter;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.LinkedHashMap;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.concurrent.ExecutorService;
|
|
||||||
import java.util.concurrent.Executors;
|
|
||||||
import java.util.concurrent.atomic.AtomicInteger;
|
|
||||||
import java.util.concurrent.atomic.AtomicLong;
|
|
||||||
import java.util.concurrent.locks.ReentrantLock;
|
|
||||||
|
|
||||||
public class DeepSearchPregenerator extends Thread implements Listener {
|
|
||||||
@Getter
|
|
||||||
private static DeepSearchPregenerator instance;
|
|
||||||
private final DeepSearchJob job;
|
|
||||||
private final File destination;
|
|
||||||
private final int maxPosition;
|
|
||||||
private World world;
|
|
||||||
private final ChronoLatch latch;
|
|
||||||
private static AtomicInteger foundChunks;
|
|
||||||
private final AtomicInteger foundLast;
|
|
||||||
private final AtomicInteger foundTotalChunks;
|
|
||||||
private final AtomicLong startTime;
|
|
||||||
private final RollingSequence chunksPerSecond;
|
|
||||||
private final RollingSequence chunksPerMinute;
|
|
||||||
private final AtomicInteger chunkCachePos;
|
|
||||||
private final AtomicInteger chunkCacheSize;
|
|
||||||
private int pos;
|
|
||||||
private final AtomicInteger foundCacheLast;
|
|
||||||
private final AtomicInteger foundCache;
|
|
||||||
private LinkedHashMap<Integer, Position2> chunkCache;
|
|
||||||
private KList<Position2> chunkQueue;
|
|
||||||
private final ReentrantLock cacheLock;
|
|
||||||
|
|
||||||
private static final Map<String, DeepSearchJob> jobs = new HashMap<>();
|
|
||||||
|
|
||||||
public DeepSearchPregenerator(DeepSearchJob job, File destination) {
|
|
||||||
this.job = job;
|
|
||||||
this.chunkCacheSize = new AtomicInteger(); // todo
|
|
||||||
this.chunkCachePos = new AtomicInteger(1000);
|
|
||||||
this.foundCacheLast = new AtomicInteger();
|
|
||||||
this.foundCache = new AtomicInteger();
|
|
||||||
this.cacheLock = new ReentrantLock();
|
|
||||||
this.destination = destination;
|
|
||||||
this.chunkCache = new LinkedHashMap<>();
|
|
||||||
this.maxPosition = new Spiraler(job.getRadiusBlocks() * 2, job.getRadiusBlocks() * 2, (x, z) -> {
|
|
||||||
}).count();
|
|
||||||
this.world = Bukkit.getWorld(job.getWorld().getUID());
|
|
||||||
this.chunkQueue = new KList<>();
|
|
||||||
this.latch = new ChronoLatch(3000);
|
|
||||||
this.startTime = new AtomicLong(M.ms());
|
|
||||||
this.chunksPerSecond = new RollingSequence(10);
|
|
||||||
this.chunksPerMinute = new RollingSequence(10);
|
|
||||||
foundChunks = new AtomicInteger(0);
|
|
||||||
this.foundLast = new AtomicInteger(0);
|
|
||||||
this.foundTotalChunks = new AtomicInteger((int) Math.ceil(Math.pow((2.0 * job.getRadiusBlocks()) / 16, 2)));
|
|
||||||
|
|
||||||
this.pos = 0;
|
|
||||||
jobs.put(job.getWorld().getName(), job);
|
|
||||||
DeepSearchPregenerator.instance = this;
|
|
||||||
}
|
|
||||||
|
|
||||||
@EventHandler
|
|
||||||
public void on(WorldUnloadEvent e) {
|
|
||||||
if (e.getWorld().equals(world)) {
|
|
||||||
interrupt();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public void run() {
|
|
||||||
while (!interrupted()) {
|
|
||||||
tick();
|
|
||||||
}
|
|
||||||
try {
|
|
||||||
saveNow();
|
|
||||||
} catch (IOException e) {
|
|
||||||
throw new RuntimeException(e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public void tick() {
|
|
||||||
DeepSearchJob job = jobs.get(world.getName());
|
|
||||||
// chunkCache(); //todo finish this
|
|
||||||
if (latch.flip() && !job.paused) {
|
|
||||||
if (cacheLock.isLocked()) {
|
|
||||||
Iris.info("DeepFinder: Caching: " + chunkCachePos.get() + " Of " + chunkCacheSize.get());
|
|
||||||
} else {
|
|
||||||
long eta = computeETA();
|
|
||||||
save();
|
|
||||||
int secondGenerated = foundChunks.get() - foundLast.get();
|
|
||||||
foundLast.set(foundChunks.get());
|
|
||||||
secondGenerated = secondGenerated / 3;
|
|
||||||
chunksPerSecond.put(secondGenerated);
|
|
||||||
chunksPerMinute.put(secondGenerated * 60);
|
|
||||||
Iris.info("DeepFinder: " + C.IRIS + world.getName() + C.RESET + " Searching: " + Form.f(foundChunks.get()) + " of " + Form.f(foundTotalChunks.get()) + " " + Form.f((int) chunksPerSecond.getAverage()) + "/s ETA: " + Form.duration((double) eta, 2));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
if (foundChunks.get() >= foundTotalChunks.get()) {
|
|
||||||
Iris.info("Completed DeepSearch!");
|
|
||||||
interrupt();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private long computeETA() {
|
|
||||||
return (long) ((foundTotalChunks.get() - foundChunks.get()) / chunksPerSecond.getAverage()) * 1000;
|
|
||||||
// todo broken
|
|
||||||
}
|
|
||||||
|
|
||||||
private final ExecutorService executorService = Executors.newSingleThreadExecutor();
|
|
||||||
|
|
||||||
private void queueSystem(Position2 chunk) {
|
|
||||||
if (chunkQueue.isEmpty()) {
|
|
||||||
for (int limit = 512; limit != 0; limit--) {
|
|
||||||
pos = job.getPosition() + 1;
|
|
||||||
chunkQueue.add(getChunk(pos));
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
//MCAUtil.read();
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
private void findInChunk(World world, int x, int z) throws IOException {
|
|
||||||
int xx = x * 16;
|
|
||||||
int zz = z * 16;
|
|
||||||
Engine engine = IrisToolbelt.access(world).getEngine();
|
|
||||||
for (int i = 0; i < 16; i++) {
|
|
||||||
for (int j = 0; j < 16; j++) {
|
|
||||||
int height = engine.getHeight(xx + i, zz + j);
|
|
||||||
if (height > 300) {
|
|
||||||
File found = new File("plugins" + "iris" + "found.txt");
|
|
||||||
FileWriter writer = new FileWriter(found);
|
|
||||||
if (!found.exists()) {
|
|
||||||
found.createNewFile();
|
|
||||||
}
|
|
||||||
IrisBiome biome = engine.getBiome(xx, engine.getHeight(), zz);
|
|
||||||
Iris.info("Found at! " + xx + ", " + zz + "Biome ID: " + biome.getName() + ", ");
|
|
||||||
writer.write("Biome at: X: " + xx + " Z: " + zz + "Biome ID: " + biome.getName() + ", ");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public Position2 getChunk(int position) {
|
|
||||||
int p = -1;
|
|
||||||
AtomicInteger xx = new AtomicInteger();
|
|
||||||
AtomicInteger zz = new AtomicInteger();
|
|
||||||
Spiraler s = new Spiraler(job.getRadiusBlocks() * 2, job.getRadiusBlocks() * 2, (x, z) -> {
|
|
||||||
xx.set(x);
|
|
||||||
zz.set(z);
|
|
||||||
});
|
|
||||||
|
|
||||||
while (s.hasNext() && p++ < position) {
|
|
||||||
s.next();
|
|
||||||
}
|
|
||||||
|
|
||||||
return new Position2(xx.get(), zz.get());
|
|
||||||
}
|
|
||||||
|
|
||||||
public void save() {
|
|
||||||
J.a(() -> {
|
|
||||||
try {
|
|
||||||
saveNow();
|
|
||||||
} catch (Throwable e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void setPausedDeep(World world) {
|
|
||||||
DeepSearchJob job = jobs.get(world.getName());
|
|
||||||
if (isPausedDeep(world)){
|
|
||||||
job.paused = false;
|
|
||||||
} else {
|
|
||||||
job.paused = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( job.paused) {
|
|
||||||
Iris.info(C.BLUE + "DeepSearch: " + C.IRIS + world.getName() + C.BLUE + " Paused");
|
|
||||||
} else {
|
|
||||||
Iris.info(C.BLUE + "DeepSearch: " + C.IRIS + world.getName() + C.BLUE + " Resumed");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static boolean isPausedDeep(World world) {
|
|
||||||
DeepSearchJob job = jobs.get(world.getName());
|
|
||||||
return job != null && job.isPaused();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void shutdownInstance(World world) throws IOException {
|
|
||||||
Iris.info("DeepSearch: " + C.IRIS + world.getName() + C.BLUE + " Shutting down..");
|
|
||||||
DeepSearchJob job = jobs.get(world.getName());
|
|
||||||
File worldDirectory = new File(Bukkit.getWorldContainer(), world.getName());
|
|
||||||
File deepFile = new File(worldDirectory, "DeepSearch.json");
|
|
||||||
|
|
||||||
if (job == null) {
|
|
||||||
Iris.error("No DeepSearch job found for world: " + world.getName());
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
if (!job.isPaused()) {
|
|
||||||
job.setPaused(true);
|
|
||||||
}
|
|
||||||
save();
|
|
||||||
jobs.remove(world.getName());
|
|
||||||
new BukkitRunnable() {
|
|
||||||
@Override
|
|
||||||
public void run() {
|
|
||||||
while (deepFile.exists()){
|
|
||||||
deepFile.delete();
|
|
||||||
J.sleep(1000);
|
|
||||||
}
|
|
||||||
Iris.info("DeepSearch: " + C.IRIS + world.getName() + C.BLUE + " File deleted and instance closed.");
|
|
||||||
}
|
|
||||||
}.runTaskLater(Iris.instance, 20L);
|
|
||||||
} catch (Exception e) {
|
|
||||||
Iris.error("Failed to shutdown DeepSearch for " + world.getName());
|
|
||||||
e.printStackTrace();
|
|
||||||
} finally {
|
|
||||||
saveNow();
|
|
||||||
interrupt();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public void saveNow() throws IOException {
|
|
||||||
IO.writeAll(this.destination, new Gson().toJson(job));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@lombok.Builder
|
|
||||||
public static class DeepSearchJob {
|
|
||||||
private World world;
|
|
||||||
@lombok.Builder.Default
|
|
||||||
private int radiusBlocks = 5000;
|
|
||||||
@lombok.Builder.Default
|
|
||||||
private int position = 0;
|
|
||||||
@lombok.Builder.Default
|
|
||||||
boolean paused = false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -0,0 +1,82 @@
|
|||||||
|
package com.volmit.iris.core.pregenerator;
|
||||||
|
|
||||||
|
public final class EmptyListener implements PregenListener {
|
||||||
|
public static final PregenListener INSTANCE = new EmptyListener();
|
||||||
|
|
||||||
|
private EmptyListener() {}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onTick(double chunksPerSecond, double chunksPerMinute, double regionsPerMinute, double percent, int generated, int totalChunks, int chunksRemaining, long eta, long elapsed, String method) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onChunkGenerating(int x, int z) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onChunkGenerated(int x, int z) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onRegionGenerated(int x, int z) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onRegionGenerating(int x, int z) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onChunkCleaned(int x, int z) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onRegionSkipped(int x, int z) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onNetworkStarted(int x, int z) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onNetworkFailed(int x, int z) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onNetworkReclaim(int revert) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onNetworkGeneratedChunk(int x, int z) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onNetworkDownloaded(int x, int z) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onClose() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onSaving() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onChunkExistsInRegionGen(int x, int z) {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,8 +18,11 @@
|
|||||||
|
|
||||||
package com.volmit.iris.core.pregenerator;
|
package com.volmit.iris.core.pregenerator;
|
||||||
|
|
||||||
|
import com.google.gson.Gson;
|
||||||
|
import com.google.gson.reflect.TypeToken;
|
||||||
import com.volmit.iris.Iris;
|
import com.volmit.iris.Iris;
|
||||||
import com.volmit.iris.core.tools.IrisPackBenchmarking;
|
import com.volmit.iris.core.tools.IrisPackBenchmarking;
|
||||||
|
import com.volmit.iris.core.tools.IrisToolbelt;
|
||||||
import com.volmit.iris.util.collection.KList;
|
import com.volmit.iris.util.collection.KList;
|
||||||
import com.volmit.iris.util.collection.KSet;
|
import com.volmit.iris.util.collection.KSet;
|
||||||
import com.volmit.iris.util.format.C;
|
import com.volmit.iris.util.format.C;
|
||||||
@@ -28,51 +31,60 @@ import com.volmit.iris.util.mantle.Mantle;
|
|||||||
import com.volmit.iris.util.math.M;
|
import com.volmit.iris.util.math.M;
|
||||||
import com.volmit.iris.util.math.Position2;
|
import com.volmit.iris.util.math.Position2;
|
||||||
import com.volmit.iris.util.math.RollingSequence;
|
import com.volmit.iris.util.math.RollingSequence;
|
||||||
|
import com.volmit.iris.util.nbt.mca.Chunk;
|
||||||
|
import com.volmit.iris.util.nbt.mca.MCAFile;
|
||||||
|
import com.volmit.iris.util.nbt.mca.MCAUtil;
|
||||||
|
import com.volmit.iris.util.parallel.BurstExecutor;
|
||||||
|
import com.volmit.iris.util.parallel.MultiBurst;
|
||||||
import com.volmit.iris.util.scheduling.ChronoLatch;
|
import com.volmit.iris.util.scheduling.ChronoLatch;
|
||||||
import com.volmit.iris.util.scheduling.J;
|
import com.volmit.iris.util.scheduling.J;
|
||||||
import com.volmit.iris.util.scheduling.Looper;
|
import com.volmit.iris.util.scheduling.Looper;
|
||||||
import com.volmit.iris.util.scheduling.PrecisionStopwatch;
|
import org.bukkit.World;
|
||||||
|
import org.bukkit.event.EventHandler;
|
||||||
|
import org.bukkit.event.EventPriority;
|
||||||
|
|
||||||
|
import java.io.*;
|
||||||
|
import java.lang.reflect.Type;
|
||||||
|
import java.util.HashSet;
|
||||||
|
import java.util.Set;
|
||||||
|
import java.util.concurrent.ConcurrentHashMap;
|
||||||
import java.util.concurrent.atomic.AtomicBoolean;
|
import java.util.concurrent.atomic.AtomicBoolean;
|
||||||
|
import java.util.concurrent.atomic.AtomicInteger;
|
||||||
import java.util.concurrent.atomic.AtomicLong;
|
import java.util.concurrent.atomic.AtomicLong;
|
||||||
import java.util.concurrent.atomic.AtomicReference;
|
import java.util.concurrent.atomic.AtomicReference;
|
||||||
|
import java.util.regex.Matcher;
|
||||||
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
|
|
||||||
public class IrisPregenerator {
|
public class IrisPregenerator {
|
||||||
private static final double INVALID = 9223372036854775807d;
|
private static AtomicInteger generated;
|
||||||
|
private static AtomicInteger totalChunks;
|
||||||
|
private final String saveFile = "regions.json";
|
||||||
private final PregenTask task;
|
private final PregenTask task;
|
||||||
private final PregeneratorMethod generator;
|
private final PregeneratorMethod generator;
|
||||||
private final PregenListener listener;
|
private final PregenListener listener;
|
||||||
private final Looper ticker;
|
private final Looper ticker;
|
||||||
private final AtomicBoolean paused;
|
private final AtomicBoolean paused;
|
||||||
private final AtomicBoolean shutdown;
|
private final AtomicBoolean shutdown;
|
||||||
private final RollingSequence cachedPerSecond;
|
|
||||||
private final RollingSequence chunksPerSecond;
|
private final RollingSequence chunksPerSecond;
|
||||||
private final RollingSequence chunksPerMinute;
|
private final RollingSequence chunksPerMinute;
|
||||||
private final RollingSequence regionsPerMinute;
|
private final RollingSequence regionsPerMinute;
|
||||||
private final KList<Integer> chunksPerSecondHistory;
|
private final KList<Integer> chunksPerSecondHistory;
|
||||||
private final AtomicLong generated;
|
private final AtomicInteger generatedLast;
|
||||||
private final AtomicLong generatedLast;
|
private final AtomicInteger generatedLastMinute;
|
||||||
private final AtomicLong generatedLastMinute;
|
|
||||||
private final AtomicLong cached;
|
|
||||||
private final AtomicLong cachedLast;
|
|
||||||
private final AtomicLong cachedLastMinute;
|
|
||||||
private final AtomicLong totalChunks;
|
|
||||||
private final AtomicLong startTime;
|
private final AtomicLong startTime;
|
||||||
private final ChronoLatch minuteLatch;
|
private final ChronoLatch minuteLatch;
|
||||||
private final AtomicReference<String> currentGeneratorMethod;
|
private final AtomicReference<String> currentGeneratorMethod;
|
||||||
private final KSet<Position2> generatedRegions;
|
|
||||||
private final KSet<Position2> retry;
|
private final KSet<Position2> retry;
|
||||||
private final KSet<Position2> net;
|
private final KSet<Position2> net;
|
||||||
private final ChronoLatch cl;
|
private final ChronoLatch cl;
|
||||||
private final ChronoLatch saveLatch = new ChronoLatch(30000);
|
private final ChronoLatch saveLatch = new ChronoLatch(30000);
|
||||||
private final IrisPackBenchmarking benchmarking;
|
private Set<Position2> generatedRegions;
|
||||||
|
|
||||||
public IrisPregenerator(PregenTask task, PregeneratorMethod generator, PregenListener listener) {
|
public IrisPregenerator(PregenTask task, PregeneratorMethod generator, PregenListener listener) {
|
||||||
benchmarking = IrisPackBenchmarking.getInstance();
|
generatedRegions = ConcurrentHashMap.newKeySet();
|
||||||
this.listener = listenify(listener);
|
this.listener = listenify(listener);
|
||||||
cl = new ChronoLatch(5000);
|
cl = new ChronoLatch(5000);
|
||||||
generatedRegions = new KSet<>();
|
|
||||||
this.shutdown = new AtomicBoolean(false);
|
this.shutdown = new AtomicBoolean(false);
|
||||||
this.paused = new AtomicBoolean(false);
|
this.paused = new AtomicBoolean(false);
|
||||||
this.task = task;
|
this.task = task;
|
||||||
@@ -81,71 +93,50 @@ public class IrisPregenerator {
|
|||||||
net = new KSet<>();
|
net = new KSet<>();
|
||||||
currentGeneratorMethod = new AtomicReference<>("Void");
|
currentGeneratorMethod = new AtomicReference<>("Void");
|
||||||
minuteLatch = new ChronoLatch(60000, false);
|
minuteLatch = new ChronoLatch(60000, false);
|
||||||
cachedPerSecond = new RollingSequence(5);
|
|
||||||
chunksPerSecond = new RollingSequence(10);
|
chunksPerSecond = new RollingSequence(10);
|
||||||
chunksPerMinute = new RollingSequence(10);
|
chunksPerMinute = new RollingSequence(10);
|
||||||
regionsPerMinute = new RollingSequence(10);
|
regionsPerMinute = new RollingSequence(10);
|
||||||
chunksPerSecondHistory = new KList<>();
|
chunksPerSecondHistory = new KList<>();
|
||||||
generated = new AtomicLong(0);
|
generated = new AtomicInteger(0);
|
||||||
generatedLast = new AtomicLong(0);
|
generatedLast = new AtomicInteger(0);
|
||||||
generatedLastMinute = new AtomicLong(0);
|
generatedLastMinute = new AtomicInteger(0);
|
||||||
cached = new AtomicLong();
|
totalChunks = new AtomicInteger(0);
|
||||||
cachedLast = new AtomicLong(0);
|
if (!IrisPackBenchmarking.benchmarkInProgress) {
|
||||||
cachedLastMinute = new AtomicLong(0);
|
loadCompletedRegions();
|
||||||
totalChunks = new AtomicLong(0);
|
IrisToolbelt.access(generator.getWorld()).getEngine().saveEngineData();
|
||||||
task.iterateAllChunks((_a, _b) -> totalChunks.incrementAndGet());
|
}
|
||||||
|
task.iterateRegions((_a, _b) -> totalChunks.addAndGet(1024));
|
||||||
startTime = new AtomicLong(M.ms());
|
startTime = new AtomicLong(M.ms());
|
||||||
ticker = new Looper() {
|
ticker = new Looper() {
|
||||||
@Override
|
@Override
|
||||||
protected long loop() {
|
protected long loop() {
|
||||||
long eta = computeETA();
|
long eta = computeETA();
|
||||||
|
int secondGenerated = generated.get() - generatedLast.get();
|
||||||
long secondCached = cached.get() - cachedLast.get();
|
|
||||||
cachedLast.set(cached.get());
|
|
||||||
cachedPerSecond.put(secondCached);
|
|
||||||
|
|
||||||
long secondGenerated = generated.get() - generatedLast.get() - secondCached;
|
|
||||||
generatedLast.set(generated.get());
|
generatedLast.set(generated.get());
|
||||||
if (secondCached == 0 || secondGenerated != 0) {
|
chunksPerSecond.put(secondGenerated);
|
||||||
chunksPerSecond.put(secondGenerated);
|
chunksPerSecondHistory.add(secondGenerated);
|
||||||
chunksPerSecondHistory.add((int) secondGenerated);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (minuteLatch.flip()) {
|
if (minuteLatch.flip()) {
|
||||||
long minuteCached = cached.get() - cachedLastMinute.get();
|
int minuteGenerated = generated.get() - generatedLastMinute.get();
|
||||||
cachedLastMinute.set(cached.get());
|
|
||||||
|
|
||||||
long minuteGenerated = generated.get() - generatedLastMinute.get() - minuteCached;
|
|
||||||
generatedLastMinute.set(generated.get());
|
generatedLastMinute.set(generated.get());
|
||||||
if (minuteCached == 0 || minuteGenerated != 0) {
|
chunksPerMinute.put(minuteGenerated);
|
||||||
chunksPerMinute.put(minuteGenerated);
|
regionsPerMinute.put((double) minuteGenerated / 1024D);
|
||||||
regionsPerMinute.put((double) minuteGenerated / 1024D);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
boolean cached = cachedPerSecond.getAverage() != 0;
|
|
||||||
|
|
||||||
listener.onTick(
|
listener.onTick(chunksPerSecond.getAverage(), chunksPerMinute.getAverage(),
|
||||||
cached ? cachedPerSecond.getAverage() : chunksPerSecond.getAverage(),
|
|
||||||
chunksPerMinute.getAverage(),
|
|
||||||
regionsPerMinute.getAverage(),
|
regionsPerMinute.getAverage(),
|
||||||
(double) generated.get() / (double) totalChunks.get(), generated.get(),
|
(double) generated.get() / (double) totalChunks.get(),
|
||||||
totalChunks.get(),
|
generated.get(), totalChunks.get(),
|
||||||
totalChunks.get() - generated.get(), eta, M.ms() - startTime.get(), currentGeneratorMethod.get(),
|
totalChunks.get() - generated.get(),
|
||||||
cached);
|
eta, M.ms() - startTime.get(), currentGeneratorMethod.get());
|
||||||
|
|
||||||
if (cl.flip()) {
|
if (cl.flip() && !paused.get()) {
|
||||||
double percentage = ((double) generated.get() / (double) totalChunks.get()) * 100;
|
double percentage = ((double) generated.get() / (double) totalChunks.get()) * 100;
|
||||||
|
if (!IrisPackBenchmarking.benchmarkInProgress) {
|
||||||
Iris.info("%s: %s of %s (%.0f%%), %s/s ETA: %s",
|
Iris.info("Pregen: " + Form.f(generated.get()) + " of " + Form.f(totalChunks.get()) + " (%.0f%%) " + Form.f((int) chunksPerSecond.getAverage()) + "/s ETA: " + Form.duration(eta, 2), percentage);
|
||||||
benchmarking != null ? "Benchmarking" : "Pregen",
|
} else {
|
||||||
Form.f(generated.get()),
|
Iris.info("Benchmarking: " + Form.f(generated.get()) + " of " + Form.f(totalChunks.get()) + " (%.0f%%) " + Form.f((int) chunksPerSecond.getAverage()) + "/s ETA: " + Form.duration(eta, 2), percentage);
|
||||||
Form.f(totalChunks.get()),
|
}
|
||||||
percentage,
|
|
||||||
cached ?
|
|
||||||
"Cached " + Form.f((int) cachedPerSecond.getAverage()) :
|
|
||||||
Form.f((int) chunksPerSecond.getAverage()),
|
|
||||||
Form.duration(eta, 2)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
return 1000;
|
return 1000;
|
||||||
}
|
}
|
||||||
@@ -153,12 +144,18 @@ public class IrisPregenerator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private long computeETA() {
|
private long computeETA() {
|
||||||
double d = (long) (generated.get() > 1024 ? // Generated chunks exceed 1/8th of total?
|
long currentTime = M.ms();
|
||||||
// If yes, use smooth function (which gets more accurate over time since its less sensitive to outliers)
|
long elapsedTime = currentTime - startTime.get();
|
||||||
((totalChunks.get() - generated.get()) * ((double) (M.ms() - startTime.get()) / (double) generated.get())) :
|
int generatedChunks = generated.get();
|
||||||
// If no, use quick function (which is less accurate over time but responds better to the initial delay)
|
int remainingChunks = totalChunks.get() - generatedChunks;
|
||||||
((totalChunks.get() - generated.get()) / chunksPerSecond.getAverage()) * 1000);
|
|
||||||
return Double.isFinite(d) && d != INVALID ? (long) d : 0;
|
if (generatedChunks <= 12_000) {
|
||||||
|
// quick
|
||||||
|
return (long) (remainingChunks * ((double) elapsedTime / generatedChunks));
|
||||||
|
} else {
|
||||||
|
//smooth
|
||||||
|
return (long) (remainingChunks / chunksPerSecond.getAverage() * 1000);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -170,15 +167,19 @@ public class IrisPregenerator {
|
|||||||
init();
|
init();
|
||||||
ticker.start();
|
ticker.start();
|
||||||
checkRegions();
|
checkRegions();
|
||||||
var p = PrecisionStopwatch.start();
|
|
||||||
task.iterateRegions((x, z) -> visitRegion(x, z, true));
|
task.iterateRegions((x, z) -> visitRegion(x, z, true));
|
||||||
task.iterateRegions((x, z) -> visitRegion(x, z, false));
|
task.iterateRegions((x, z) -> visitRegion(x, z, false));
|
||||||
Iris.info("Pregen took " + Form.duration((long) p.getMilliseconds()));
|
|
||||||
shutdown();
|
shutdown();
|
||||||
if (benchmarking == null) {
|
if (!IrisPackBenchmarking.benchmarkInProgress) {
|
||||||
Iris.info(C.IRIS + "Pregen stopped.");
|
Iris.info(C.IRIS + "Pregen stopped.");
|
||||||
|
// todo: optimizer just takes too long.
|
||||||
|
// if (totalChunks.get() == generated.get() && task.isOptimizer()) {
|
||||||
|
// Iris.info("Starting World Optimizer..");
|
||||||
|
// ChunkUpdater updater = new ChunkUpdater(generator.getWorld());
|
||||||
|
// updater.start();
|
||||||
|
// }
|
||||||
} else {
|
} else {
|
||||||
benchmarking.finishedBenchmark(chunksPerSecondHistory);
|
IrisPackBenchmarking.getInstance().finishedBenchmark(chunksPerSecondHistory);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -196,12 +197,50 @@ public class IrisPregenerator {
|
|||||||
generator.close();
|
generator.close();
|
||||||
ticker.interrupt();
|
ticker.interrupt();
|
||||||
listener.onClose();
|
listener.onClose();
|
||||||
|
saveCompletedRegions();
|
||||||
Mantle mantle = getMantle();
|
Mantle mantle = getMantle();
|
||||||
if (mantle != null) {
|
if (mantle != null) {
|
||||||
mantle.trim(0, 0);
|
mantle.trim(0, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void getGeneratedRegions() {
|
||||||
|
World world = generator.getWorld();
|
||||||
|
File[] region = new File(world.getWorldFolder(), "region").listFiles();
|
||||||
|
BurstExecutor b = MultiBurst.burst.burst(region.length);
|
||||||
|
b.setMulticore(true);
|
||||||
|
b.queue(() -> {
|
||||||
|
for (File file : region) {
|
||||||
|
try {
|
||||||
|
String regex = "r\\.(\\d+)\\.(-?\\d+)\\.mca";
|
||||||
|
Pattern pattern = Pattern.compile(regex);
|
||||||
|
Matcher matcher = pattern.matcher(file.getName());
|
||||||
|
if (!matcher.find()) continue;
|
||||||
|
int x = Integer.parseInt(matcher.group(1));
|
||||||
|
int z = Integer.parseInt(matcher.group(2));
|
||||||
|
Position2 pos = new Position2(x, z);
|
||||||
|
generatedRegions.add(pos);
|
||||||
|
|
||||||
|
MCAFile mca = MCAUtil.read(file, 0);
|
||||||
|
|
||||||
|
boolean notFull = false;
|
||||||
|
for (int i = 0; i < 1024; i++) {
|
||||||
|
Chunk chunk = mca.getChunk(i);
|
||||||
|
if (chunk == null) {
|
||||||
|
generatedRegions.remove(pos);
|
||||||
|
notFull = true;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Iris.info("Completed MCA region: " + file.getName());
|
||||||
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
b.complete();
|
||||||
|
}
|
||||||
|
|
||||||
private void visitRegion(int x, int z, boolean regions) {
|
private void visitRegion(int x, int z, boolean regions) {
|
||||||
while (paused.get() && !shutdown.get()) {
|
while (paused.get() && !shutdown.get()) {
|
||||||
J.sleep(50);
|
J.sleep(50);
|
||||||
@@ -215,6 +254,10 @@ public class IrisPregenerator {
|
|||||||
Position2 pos = new Position2(x, z);
|
Position2 pos = new Position2(x, z);
|
||||||
|
|
||||||
if (generatedRegions.contains(pos)) {
|
if (generatedRegions.contains(pos)) {
|
||||||
|
if (regions) {
|
||||||
|
listener.onRegionGenerated(x, z);
|
||||||
|
generated.addAndGet(1024);
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -227,7 +270,7 @@ public class IrisPregenerator {
|
|||||||
} else if (!regions) {
|
} else if (!regions) {
|
||||||
hit = true;
|
hit = true;
|
||||||
listener.onRegionGenerating(x, z);
|
listener.onRegionGenerating(x, z);
|
||||||
task.iterateChunks(x, z, (xx, zz) -> {
|
PregenTask.iterateRegion(x, z, (xx, zz) -> {
|
||||||
while (paused.get() && !shutdown.get()) {
|
while (paused.get() && !shutdown.get()) {
|
||||||
J.sleep(50);
|
J.sleep(50);
|
||||||
}
|
}
|
||||||
@@ -257,6 +300,39 @@ public class IrisPregenerator {
|
|||||||
generator.supportsRegions(x, z, listener);
|
generator.supportsRegions(x, z, listener);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void saveCompletedRegions() {
|
||||||
|
if (IrisPackBenchmarking.benchmarkInProgress) return;
|
||||||
|
Gson gson = new Gson();
|
||||||
|
try (Writer writer = new FileWriter(generator.getWorld().getWorldFolder().getPath() + "/" + saveFile)) {
|
||||||
|
gson.toJson(new HashSet<>(generatedRegions), writer);
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public void loadCompletedRegions() {
|
||||||
|
if (task.isResetCache()) {
|
||||||
|
File test = new File(generator.getWorld().getWorldFolder().getPath() + "/" + saveFile);
|
||||||
|
if (!test.delete()) {
|
||||||
|
Iris.info(C.RED + "Failed to reset region cache ");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Gson gson = new Gson();
|
||||||
|
try (Reader reader = new FileReader(generator.getWorld().getWorldFolder().getPath() + "/" + saveFile)) {
|
||||||
|
Type setType = new TypeToken<HashSet<Position2>>() {
|
||||||
|
}.getType();
|
||||||
|
Set<Position2> loadedSet = gson.fromJson(reader, setType);
|
||||||
|
if (loadedSet != null) {
|
||||||
|
generatedRegions.clear();
|
||||||
|
generatedRegions.addAll(loadedSet);
|
||||||
|
}
|
||||||
|
} catch (FileNotFoundException e) {
|
||||||
|
// all fine
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public void pause() {
|
public void pause() {
|
||||||
paused.set(true);
|
paused.set(true);
|
||||||
}
|
}
|
||||||
@@ -268,8 +344,8 @@ public class IrisPregenerator {
|
|||||||
private PregenListener listenify(PregenListener listener) {
|
private PregenListener listenify(PregenListener listener) {
|
||||||
return new PregenListener() {
|
return new PregenListener() {
|
||||||
@Override
|
@Override
|
||||||
public void onTick(double chunksPerSecond, double chunksPerMinute, double regionsPerMinute, double percent, long generated, long totalChunks, long chunksRemaining, long eta, long elapsed, String method, boolean cached) {
|
public void onTick(double chunksPerSecond, double chunksPerMinute, double regionsPerMinute, double percent, int generated, int totalChunks, int chunksRemaining, long eta, long elapsed, String method) {
|
||||||
listener.onTick(chunksPerSecond, chunksPerMinute, regionsPerMinute, percent, generated, totalChunks, chunksRemaining, eta, elapsed, method, cached);
|
listener.onTick(chunksPerSecond, chunksPerMinute, regionsPerMinute, percent, generated, totalChunks, chunksRemaining, eta, elapsed, method);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -278,14 +354,15 @@ public class IrisPregenerator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onChunkGenerated(int x, int z, boolean c) {
|
public void onChunkGenerated(int x, int z) {
|
||||||
listener.onChunkGenerated(x, z, c);
|
listener.onChunkGenerated(x, z);
|
||||||
generated.addAndGet(1);
|
generated.addAndGet(1);
|
||||||
if (c) cached.addAndGet(1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onRegionGenerated(int x, int z) {
|
public void onRegionGenerated(int x, int z) {
|
||||||
|
generatedRegions.add(new Position2(x, z));
|
||||||
|
saveCompletedRegions();
|
||||||
listener.onRegionGenerated(x, z);
|
listener.onRegionGenerated(x, z);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
package com.volmit.iris.core.pregenerator;
|
package com.volmit.iris.core.pregenerator;
|
||||||
|
|
||||||
import com.google.gson.Gson;
|
import com.google.gson.Gson;
|
||||||
@@ -12,6 +30,7 @@ import com.volmit.iris.util.math.Spiraler;
|
|||||||
import com.volmit.iris.util.scheduling.ChronoLatch;
|
import com.volmit.iris.util.scheduling.ChronoLatch;
|
||||||
import com.volmit.iris.util.scheduling.J;
|
import com.volmit.iris.util.scheduling.J;
|
||||||
import io.papermc.lib.PaperLib;
|
import io.papermc.lib.PaperLib;
|
||||||
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
@@ -23,32 +42,31 @@ import org.bukkit.scheduler.BukkitRunnable;
|
|||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.Map;
|
||||||
import java.util.concurrent.CountDownLatch;
|
import java.util.concurrent.CountDownLatch;
|
||||||
import java.util.concurrent.ExecutorService;
|
import java.util.concurrent.ExecutorService;
|
||||||
import java.util.concurrent.Executors;
|
import java.util.concurrent.Executors;
|
||||||
import java.util.concurrent.atomic.AtomicInteger;
|
import java.util.concurrent.atomic.AtomicInteger;
|
||||||
import java.util.concurrent.atomic.AtomicLong;
|
import java.util.concurrent.atomic.AtomicLong;
|
||||||
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
public class LazyPregenerator extends Thread implements Listener {
|
public class LazyPregenerator extends Thread implements Listener {
|
||||||
|
private static final Map<String, LazyPregenJob> jobs = new HashMap<>();
|
||||||
@Getter
|
@Getter
|
||||||
private static LazyPregenerator instance;
|
private static LazyPregenerator instance;
|
||||||
|
private static AtomicInteger lazyGeneratedChunks;
|
||||||
private final LazyPregenJob job;
|
private final LazyPregenJob job;
|
||||||
private final File destination;
|
private final File destination;
|
||||||
private final int maxPosition;
|
private final int maxPosition;
|
||||||
private World world;
|
|
||||||
private final long rate;
|
private final long rate;
|
||||||
private final ChronoLatch latch;
|
private final ChronoLatch latch;
|
||||||
private static AtomicInteger lazyGeneratedChunks;
|
|
||||||
private final AtomicInteger generatedLast;
|
private final AtomicInteger generatedLast;
|
||||||
private final AtomicInteger lazyTotalChunks;
|
private final AtomicInteger lazyTotalChunks;
|
||||||
private final AtomicLong startTime;
|
private final AtomicLong startTime;
|
||||||
private final RollingSequence chunksPerSecond;
|
private final RollingSequence chunksPerSecond;
|
||||||
private final RollingSequence chunksPerMinute;
|
private final RollingSequence chunksPerMinute;
|
||||||
|
private final ExecutorService executorService = Executors.newSingleThreadExecutor();
|
||||||
private static final Map<String, LazyPregenJob> jobs = new HashMap<>();
|
private World world;
|
||||||
|
|
||||||
public LazyPregenerator(LazyPregenJob job, File destination) {
|
public LazyPregenerator(LazyPregenJob job, File destination) {
|
||||||
this.job = job;
|
this.job = job;
|
||||||
@@ -87,6 +105,26 @@ public class LazyPregenerator extends Thread implements Listener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void setPausedLazy(World world) {
|
||||||
|
LazyPregenJob job = jobs.get(world.getName());
|
||||||
|
if (isPausedLazy(world)) {
|
||||||
|
job.paused = false;
|
||||||
|
} else {
|
||||||
|
job.paused = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (job.paused) {
|
||||||
|
Iris.info(C.BLUE + "LazyGen: " + C.IRIS + world.getName() + C.BLUE + " Paused");
|
||||||
|
} else {
|
||||||
|
Iris.info(C.BLUE + "LazyGen: " + C.IRIS + world.getName() + C.BLUE + " Resumed");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static boolean isPausedLazy(World world) {
|
||||||
|
LazyPregenJob job = jobs.get(world.getName());
|
||||||
|
return job != null && job.isPaused();
|
||||||
|
}
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
public void on(WorldUnloadEvent e) {
|
public void on(WorldUnloadEvent e) {
|
||||||
if (e.getWorld().equals(world)) {
|
if (e.getWorld().equals(world)) {
|
||||||
@@ -145,8 +183,6 @@ public class LazyPregenerator extends Thread implements Listener {
|
|||||||
// todo broken
|
// todo broken
|
||||||
}
|
}
|
||||||
|
|
||||||
private final ExecutorService executorService = Executors.newSingleThreadExecutor();
|
|
||||||
|
|
||||||
private void tickGenerate(Position2 chunk) {
|
private void tickGenerate(Position2 chunk) {
|
||||||
executorService.submit(() -> {
|
executorService.submit(() -> {
|
||||||
CountDownLatch latch = new CountDownLatch(1);
|
CountDownLatch latch = new CountDownLatch(1);
|
||||||
@@ -165,7 +201,8 @@ public class LazyPregenerator extends Thread implements Listener {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
latch.await();
|
latch.await();
|
||||||
} catch (InterruptedException ignored) {}
|
} catch (InterruptedException ignored) {
|
||||||
|
}
|
||||||
lazyGeneratedChunks.addAndGet(1);
|
lazyGeneratedChunks.addAndGet(1);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -201,26 +238,6 @@ public class LazyPregenerator extends Thread implements Listener {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void setPausedLazy(World world) {
|
|
||||||
LazyPregenJob job = jobs.get(world.getName());
|
|
||||||
if (isPausedLazy(world)){
|
|
||||||
job.paused = false;
|
|
||||||
} else {
|
|
||||||
job.paused = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( job.paused) {
|
|
||||||
Iris.info(C.BLUE + "LazyGen: " + C.IRIS + world.getName() + C.BLUE + " Paused");
|
|
||||||
} else {
|
|
||||||
Iris.info(C.BLUE + "LazyGen: " + C.IRIS + world.getName() + C.BLUE + " Resumed");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static boolean isPausedLazy(World world) {
|
|
||||||
LazyPregenJob job = jobs.get(world.getName());
|
|
||||||
return job != null && job.isPaused();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void shutdownInstance(World world) throws IOException {
|
public void shutdownInstance(World world) throws IOException {
|
||||||
Iris.info("LazyGen: " + C.IRIS + world.getName() + C.BLUE + " Shutting down..");
|
Iris.info("LazyGen: " + C.IRIS + world.getName() + C.BLUE + " Shutting down..");
|
||||||
LazyPregenJob job = jobs.get(world.getName());
|
LazyPregenJob job = jobs.get(world.getName());
|
||||||
@@ -241,7 +258,7 @@ public class LazyPregenerator extends Thread implements Listener {
|
|||||||
new BukkitRunnable() {
|
new BukkitRunnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
while (lazyFile.exists()){
|
while (lazyFile.exists()) {
|
||||||
lazyFile.delete();
|
lazyFile.delete();
|
||||||
J.sleep(1000);
|
J.sleep(1000);
|
||||||
}
|
}
|
||||||
@@ -263,23 +280,23 @@ public class LazyPregenerator extends Thread implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
@lombok.Builder
|
@Builder
|
||||||
public static class LazyPregenJob {
|
public static class LazyPregenJob {
|
||||||
private String world;
|
@Builder.Default
|
||||||
@lombok.Builder.Default
|
|
||||||
private int healingPosition = 0;
|
|
||||||
@lombok.Builder.Default
|
|
||||||
private boolean healing = false;
|
|
||||||
@lombok.Builder.Default
|
|
||||||
private int chunksPerMinute = 32;
|
|
||||||
@lombok.Builder.Default
|
|
||||||
private int radiusBlocks = 5000;
|
|
||||||
@lombok.Builder.Default
|
|
||||||
private int position = 0;
|
|
||||||
@lombok.Builder.Default
|
|
||||||
boolean silent = false;
|
boolean silent = false;
|
||||||
@lombok.Builder.Default
|
@Builder.Default
|
||||||
boolean paused = false;
|
boolean paused = false;
|
||||||
|
private String world;
|
||||||
|
@Builder.Default
|
||||||
|
private int healingPosition = 0;
|
||||||
|
@Builder.Default
|
||||||
|
private boolean healing = false;
|
||||||
|
@Builder.Default
|
||||||
|
private int chunksPerMinute = 32;
|
||||||
|
@Builder.Default
|
||||||
|
private int radiusBlocks = 5000;
|
||||||
|
@Builder.Default
|
||||||
|
private int position = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -19,15 +19,11 @@
|
|||||||
package com.volmit.iris.core.pregenerator;
|
package com.volmit.iris.core.pregenerator;
|
||||||
|
|
||||||
public interface PregenListener {
|
public interface PregenListener {
|
||||||
void onTick(double chunksPerSecond, double chunksPerMinute, double regionsPerMinute, double percent, long generated, long totalChunks, long chunksRemaining, long eta, long elapsed, String method, boolean cached);
|
void onTick(double chunksPerSecond, double chunksPerMinute, double regionsPerMinute, double percent, int generated, int totalChunks, int chunksRemaining, long eta, long elapsed, String method);
|
||||||
|
|
||||||
void onChunkGenerating(int x, int z);
|
void onChunkGenerating(int x, int z);
|
||||||
|
|
||||||
default void onChunkGenerated(int x, int z) {
|
void onChunkGenerated(int x, int z);
|
||||||
onChunkGenerated(x, z, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
void onChunkGenerated(int x, int z, boolean cached);
|
|
||||||
|
|
||||||
void onRegionGenerated(int x, int z);
|
void onRegionGenerated(int x, int z);
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -23,6 +23,8 @@ import com.volmit.iris.util.collection.KMap;
|
|||||||
import com.volmit.iris.util.math.Position2;
|
import com.volmit.iris.util.math.Position2;
|
||||||
import com.volmit.iris.util.math.Spiraled;
|
import com.volmit.iris.util.math.Spiraled;
|
||||||
import com.volmit.iris.util.math.Spiraler;
|
import com.volmit.iris.util.math.Spiraler;
|
||||||
|
import lombok.AccessLevel;
|
||||||
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
@@ -30,28 +32,23 @@ import java.util.Comparator;
|
|||||||
|
|
||||||
@Builder
|
@Builder
|
||||||
@Data
|
@Data
|
||||||
|
@AllArgsConstructor(access = AccessLevel.PROTECTED)
|
||||||
public class PregenTask {
|
public class PregenTask {
|
||||||
private static final Position2 ZERO = new Position2(0, 0);
|
private static final Position2 ZERO = new Position2(0, 0);
|
||||||
|
private static final KList<Position2> ORDER_CENTER = computeChunkOrder();
|
||||||
private static final KMap<Position2, KList<Position2>> ORDERS = new KMap<>();
|
private static final KMap<Position2, KList<Position2>> ORDERS = new KMap<>();
|
||||||
|
|
||||||
@Builder.Default
|
|
||||||
private final boolean gui = false;
|
|
||||||
@Builder.Default
|
|
||||||
private final Position2 center = new Position2(0, 0);
|
|
||||||
@Builder.Default
|
|
||||||
private final int radiusX = 1;
|
|
||||||
@Builder.Default
|
|
||||||
private final int radiusZ = 1;
|
|
||||||
|
|
||||||
private final Bounds bounds = new Bounds();
|
@Builder.Default
|
||||||
|
private boolean resetCache = false;
|
||||||
protected PregenTask(boolean gui, Position2 center, int radiusX, int radiusZ) {
|
@Builder.Default
|
||||||
this.gui = gui;
|
private boolean gui = false;
|
||||||
this.center = new ProxiedPos(center);
|
@Builder.Default
|
||||||
this.radiusX = radiusX;
|
private Position2 center = new Position2(0, 0);
|
||||||
this.radiusZ = radiusZ;
|
@Builder.Default
|
||||||
bounds.update();
|
private int width = 1;
|
||||||
}
|
@Builder.Default
|
||||||
|
private int height = 1;
|
||||||
|
|
||||||
public static void iterateRegion(int xr, int zr, Spiraled s, Position2 pull) {
|
public static void iterateRegion(int xr, int zr, Spiraled s, Position2 pull) {
|
||||||
for (Position2 i : ORDERS.computeIfAbsent(pull, PregenTask::computeOrder)) {
|
for (Position2 i : ORDERS.computeIfAbsent(pull, PregenTask::computeOrder)) {
|
||||||
@@ -79,72 +76,29 @@ public class PregenTask {
|
|||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void iterateRegions(Spiraled s) {
|
private static KList<Position2> computeChunkOrder() {
|
||||||
var bound = bounds.region();
|
Position2 center = new Position2(15, 15);
|
||||||
new Spiraler(bound.sizeX, bound.sizeZ, ((x, z) -> {
|
KList<Position2> p = new KList<>();
|
||||||
if (bound.check(x, z)) s.on(x, z);
|
new Spiraler(33, 33, (x, z) -> {
|
||||||
})).setOffset(center.getX() >> 9, center.getZ() >> 9).drain();
|
int xx = x + 15;
|
||||||
|
int zz = z + 15;
|
||||||
|
if (xx < 0 || xx > 31 || zz < 0 || zz > 31) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.add(new Position2(xx, zz));
|
||||||
|
}).drain();
|
||||||
|
p.sort(Comparator.comparing((i) -> i.distance(center)));
|
||||||
|
return p;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void iterateChunks(int rX, int rZ, Spiraled s) {
|
public void iterateRegions(Spiraled s) {
|
||||||
var bound = bounds.chunk();
|
new Spiraler(getWidth() * 2, getHeight() * 2, s)
|
||||||
iterateRegion(rX, rZ, ((x, z) -> {
|
.setOffset(center.getX(), center.getZ()).drain();
|
||||||
if (bound.check(x, z)) s.on(x, z);
|
|
||||||
}));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void iterateAllChunks(Spiraled s) {
|
public void iterateAllChunks(Spiraled s) {
|
||||||
iterateRegions(((rX, rZ) -> iterateChunks(rX, rZ, s)));
|
new Spiraler(getWidth() * 2, getHeight() * 2, (x, z) -> iterateRegion(x, z, s))
|
||||||
}
|
.setOffset(center.getX(), center.getZ()).drain();
|
||||||
|
|
||||||
private class Bounds {
|
|
||||||
private Bound chunk = null;
|
|
||||||
private Bound region = null;
|
|
||||||
|
|
||||||
public void update() {
|
|
||||||
int maxX = center.getX() + radiusX;
|
|
||||||
int maxZ = center.getZ() + radiusZ;
|
|
||||||
int minX = center.getX() - radiusX;
|
|
||||||
int minZ = center.getZ() - radiusZ;
|
|
||||||
|
|
||||||
chunk = new Bound(minX >> 4, minZ >> 4, Math.ceilDiv(maxX, 16), Math.ceilDiv(maxZ, 16));
|
|
||||||
region = new Bound(minX >> 9, minZ >> 9, Math.ceilDiv(maxX, 512), Math.ceilDiv(maxZ, 512));
|
|
||||||
}
|
|
||||||
|
|
||||||
public Bound chunk() {
|
|
||||||
if (chunk == null) update();
|
|
||||||
return chunk;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Bound region() {
|
|
||||||
if (region == null) update();
|
|
||||||
return region;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private record Bound(int minX, int maxX, int minZ, int maxZ, int sizeX, int sizeZ) {
|
|
||||||
private Bound(int minX, int minZ, int maxX, int maxZ) {
|
|
||||||
this(minX, maxX, minZ, maxZ, maxZ - minZ + 1, maxZ - minZ + 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
boolean check(int x, int z) {
|
|
||||||
return x >= minX && x <= maxX && z >= minZ && z <= maxZ;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private static class ProxiedPos extends Position2 {
|
|
||||||
public ProxiedPos(Position2 p) {
|
|
||||||
super(p.getX(), p.getZ());
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setX(int x) {
|
|
||||||
throw new IllegalStateException("This Position2 may not be modified");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setZ(int z) {
|
|
||||||
throw new IllegalStateException("This Position2 may not be modified");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||||
* Copyright (c) 2022 Arcane Arts (Volmit Software)
|
* Copyright (c) 2024 Arcane Arts (Volmit Software)
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -19,6 +19,7 @@
|
|||||||
package com.volmit.iris.core.pregenerator;
|
package com.volmit.iris.core.pregenerator;
|
||||||
|
|
||||||
import com.volmit.iris.util.mantle.Mantle;
|
import com.volmit.iris.util.mantle.Mantle;
|
||||||
|
import org.bukkit.World;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents something that is capable of generating in chunks or regions, or both
|
* Represents something that is capable of generating in chunks or regions, or both
|
||||||
@@ -77,4 +78,6 @@ public interface PregeneratorMethod {
|
|||||||
void generateChunk(int x, int z, PregenListener listener);
|
void generateChunk(int x, int z, PregenListener listener);
|
||||||
|
|
||||||
Mantle getMantle();
|
Mantle getMantle();
|
||||||
|
|
||||||
|
World getWorld();
|
||||||
}
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user