Skip to content
Success

Console Output

Started by GitHub push by mcmonkey4eva
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/Denizen_Developmental/workspace
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/DenizenScript/Denizen.git # timeout=10
Fetching upstream changes from https://github.com/DenizenScript/Denizen.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://github.com/DenizenScript/Denizen.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/dev^{commit} # timeout=10
Checking out Revision 831b89dd61aa35500494dae0a9a7ca18bd797e3d (origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 831b89dd61aa35500494dae0a9a7ca18bd797e3d # timeout=10
Commit message: "patch previous commit"
 > git rev-list --no-walk 8c4bdb79caaab2c075d71257e090c8c421cd29ea # timeout=10
 > git tag -a -f -m Jenkins Build #5352 jenkins-Denizen_Developmental-5352 # timeout=10
false
xasfewrhet
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 40082
[workspace] $ /var/lib/jenkins/tools/hudson.model.JDK/JDK8/bin/java -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.13.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/boot/plexus-classworlds-2.6.0.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/conf/logging jenkins.maven3.agent.Maven35Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3 /var/cache/jenkins/war/WEB-INF/lib/remoting-4.6.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.13.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 40082
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/Denizen_Developmental/workspace/pom.xml clean package install -DBUILD_CLASS=DEV -DBUILD_NUMBER=5352
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.denizenscript:denizen:jar:1.1.9-SNAPSHOT
[WARNING] 'dependencies.dependency.version' for org.json:json:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 43, column 22
[WARNING] 'dependencies.dependency.systemPath' for net.milkbowl.vault:Vault:jar should not point at files within the project directory, ${project.basedir}/lib/Vault.jar will be unresolvable by dependent projects @ line 51, column 25
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] denizen-parent                                                     [pom]
[INFO] Denizen                                                            [jar]
[INFO] denizen-v1_14                                                      [jar]
[INFO] denizen-v1_15                                                      [jar]
[INFO] denizen-v1_16                                                      [jar]
[INFO] denizen-paper                                                      [jar]
[INFO] denizen-dist                                                       [jar]
[INFO] 
[INFO] ------------------< com.denizenscript:denizen-parent >------------------
[INFO] Building denizen-parent 1.1.9-SNAPSHOT                             [1/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen-parent ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-parent ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-parent/1.1.9-SNAPSHOT/denizen-parent-1.1.9-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] ---------------------< com.denizenscript:denizen >----------------------
[INFO] Building Denizen 1.1.9-SNAPSHOT                                    [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 652 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/TraitCommand.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/TraitCommand.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.1.9-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.0:shade (default) @ denizen ---
[INFO] Including org.yaml:snakeyaml:jar:1.27 in the shaded jar.
[INFO] Including com.denizenscript:denizencore:jar:1.90-SNAPSHOT in the shaded jar.
[INFO] Including org.json:json:jar:20201115 in the shaded jar.
[INFO] No artifact matching filter com.denizenscript:denizen-v**
[INFO] No artifact matching filter com.denizenscript:denizen-nmshandler
[INFO] Minimizing jar com.denizenscript:denizen:jar:1.1.9-SNAPSHOT
[INFO] com.denizenscript.denizencore.exceptions.CommandExecutionException not removed because it was specifically included
[INFO] org.json.JSONML not removed because it was specifically included
[INFO] org.json.XMLParserConfiguration not removed because it was specifically included
[INFO] org.json.JSONStringer not removed because it was specifically included
[INFO] org.json.CDL not removed because it was specifically included
[INFO] org.json.XML not removed because it was specifically included
[INFO] org.json.HTTP not removed because it was specifically included
[INFO] org.json.Property not removed because it was specifically included
[INFO] org.json.XML$1 not removed because it was specifically included
[INFO] org.json.HTTPTokener not removed because it was specifically included
[INFO] org.json.XML$1$1 not removed because it was specifically included
[INFO] org.json.XMLTokener not removed because it was specifically included
[INFO] org.json.CookieList not removed because it was specifically included
[INFO] org.json.XMLXsiTypeConverter not removed because it was specifically included
[INFO] org.json.Cookie not removed because it was specifically included
[INFO] Minimized 1406 -> 1395 (99%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.1.9-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.1.9-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen ---
[INFO] 
[INFO] --- maven-shade-plugin:3.2.0:shade (default) @ denizen ---
[INFO] Including org.yaml:snakeyaml:jar:1.27 in the shaded jar.
[INFO] Including com.denizenscript:denizencore:jar:1.90-SNAPSHOT in the shaded jar.
[INFO] Including org.json:json:jar:20201115 in the shaded jar.
[INFO] No artifact matching filter com.denizenscript:denizen-v**
[INFO] No artifact matching filter com.denizenscript:denizen-nmshandler
[INFO] Minimizing jar com.denizenscript:denizen:jar:1.1.9-SNAPSHOT
[WARNING] denizen-1.1.9-SNAPSHOT.jar, denizencore-1.90-SNAPSHOT.jar define 248 overlapping classes: 
[WARNING]   - com.denizenscript.denizencore.objects.core.DurationTag
[WARNING]   - com.denizenscript.denizencore.tags.core.DurationTagBase
[WARNING]   - com.denizenscript.denizencore.tags.core.ContextTagBase$1
[WARNING]   - com.denizenscript.denizencore.objects.core.MapTag
[WARNING]   - com.denizenscript.denizencore.events.ScriptEvent$MultipleMatchesHelper
[WARNING]   - com.denizenscript.denizencore.scripts.containers.core.ProcedureScriptContainer
[WARNING]   - com.denizenscript.denizencore.tags.core.ScriptTagBase
[WARNING]   - com.denizenscript.denizencore.events.OldEventManager$OldEventContextSource
[WARNING]   - com.denizenscript.denizencore.objects.core.ListTag$1
[WARNING]   - com.denizenscript.denizencore.scripts.commands.file.LogCommand$1
[WARNING]   - 238 more...
[WARNING] denizen-1.1.9-SNAPSHOT.jar, json-20201115.jar define 27 overlapping classes: 
[WARNING]   - org.json.JSONPropertyName
[WARNING]   - org.json.HTTPTokener
[WARNING]   - org.json.HTTP
[WARNING]   - org.json.JSONObject
[WARNING]   - org.json.JSONPointer$Builder
[WARNING]   - org.json.XMLXsiTypeConverter
[WARNING]   - org.json.JSONWriter
[WARNING]   - org.json.JSONObject$1
[WARNING]   - org.json.JSONArray
[WARNING]   - org.json.JSONPointer
[WARNING]   - 17 more...
[WARNING] denizen-1.1.9-SNAPSHOT.jar, snakeyaml-1.27.jar define 205 overlapping classes: 
[WARNING]   - org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingValue
[WARNING]   - org.yaml.snakeyaml.parser.ParserImpl$ParseBlockNode
[WARNING]   - org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingSimpleValue
[WARNING]   - org.yaml.snakeyaml.emitter.Emitter$ExpectDocumentEnd
[WARNING]   - org.yaml.snakeyaml.Yaml$3
[WARNING]   - org.yaml.snakeyaml.emitter.Emitter$ExpectBlockSequenceItem
[WARNING]   - org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry
[WARNING]   - org.yaml.snakeyaml.util.ArrayUtils
[WARNING]   - org.yaml.snakeyaml.tokens.Token$ID
[WARNING]   - org.yaml.snakeyaml.reader.StreamReader
[WARNING]   - 195 more...
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 1895 -> 1884 (99%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.1.9-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.1.9-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.1.9-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.1.9-SNAPSHOT/denizen-1.1.9-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.1.9-SNAPSHOT/denizen-1.1.9-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] ------------------< com.denizenscript:denizen-v1_14 >-------------------
[INFO] Building denizen-v1_14 1.1.9-SNAPSHOT                              [3/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen-v1_14 ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_14 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_14 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/src/main/java/com/denizenscript/denizen/nms/v1_14/impl/ParticleImpl.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/src/main/java/com/denizenscript/denizen/nms/v1_14/impl/ParticleImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/src/main/java/com/denizenscript/denizen/nms/v1_14/helpers/BlockHelperImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/src/main/java/com/denizenscript/denizen/nms/v1_14/helpers/BlockHelperImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_14 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_14 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_14 ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-v1_14 ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/target/denizen-v1_14-1.1.9-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_14 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_14 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_14 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_14 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_14 ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-v1_14 ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-v1_14 ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/target/denizen-v1_14-1.1.9-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_14/1.1.9-SNAPSHOT/denizen-v1_14-1.1.9-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_14/1.1.9-SNAPSHOT/denizen-v1_14-1.1.9-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] ------------------< com.denizenscript:denizen-v1_15 >-------------------
[INFO] Building denizen-v1_15 1.1.9-SNAPSHOT                              [4/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen-v1_15 ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_15 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_15 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/src/main/java/com/denizenscript/denizen/nms/v1_15/impl/ParticleImpl.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/src/main/java/com/denizenscript/denizen/nms/v1_15/impl/ParticleImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/src/main/java/com/denizenscript/denizen/nms/v1_15/impl/blocks/BlockLightImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/src/main/java/com/denizenscript/denizen/nms/v1_15/impl/blocks/BlockLightImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_15 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_15 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_15 ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-v1_15 ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/target/denizen-v1_15-1.1.9-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_15 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_15 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_15 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_15 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_15 ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-v1_15 ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-v1_15 ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/target/denizen-v1_15-1.1.9-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_15/1.1.9-SNAPSHOT/denizen-v1_15-1.1.9-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_15/1.1.9-SNAPSHOT/denizen-v1_15-1.1.9-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] ------------------< com.denizenscript:denizen-v1_16 >-------------------
[INFO] Building denizen-v1_16 1.1.9-SNAPSHOT                              [5/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen-v1_16 ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_16 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_16 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/main/java/com/denizenscript/denizen/nms/v1_16/impl/ParticleImpl.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/main/java/com/denizenscript/denizen/nms/v1_16/impl/ParticleImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/main/java/com/denizenscript/denizen/nms/v1_16/helpers/EntityHelperImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/main/java/com/denizenscript/denizen/nms/v1_16/helpers/EntityHelperImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_16 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_16 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_16 ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-v1_16 ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/target/denizen-v1_16-1.1.9-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_16 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_16 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_16 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_16 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_16 ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-v1_16 ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-v1_16 ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/target/denizen-v1_16-1.1.9-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_16/1.1.9-SNAPSHOT/denizen-v1_16-1.1.9-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_16/1.1.9-SNAPSHOT/denizen-v1_16-1.1.9-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] ------------------< com.denizenscript:denizen-paper >-------------------
[INFO] Building denizen-paper 1.1.9-SNAPSHOT                              [6/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen-paper ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-paper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-paper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/PlayerEquipsArmorScriptEvent.java: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/PlayerEquipsArmorScriptEvent.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/PlayerEquipsArmorScriptEvent.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-paper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-paper ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-paper ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-paper ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/denizen-paper-1.1.9-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-paper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-paper ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-paper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-paper ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-paper ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-paper ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-paper ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/denizen-paper-1.1.9-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-paper/1.1.9-SNAPSHOT/denizen-paper-1.1.9-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-paper/1.1.9-SNAPSHOT/denizen-paper-1.1.9-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] -------------------< com.denizenscript:denizen-dist >-------------------
[INFO] Building denizen-dist 1.1.9-SNAPSHOT                               [7/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen-dist ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-dist ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/main/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-dist ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-dist ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-dist ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-dist ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ denizen-dist ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.1.9-b5352-DEV.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.0:shade (default) @ denizen-dist ---
[INFO] Including com.denizenscript:denizencore:jar:1.90-SNAPSHOT in the shaded jar.
[INFO] Including org.json:json:jar:20201115 in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.19 in the shaded jar.
[INFO] Including com.denizenscript:denizen:jar:1.1.9-SNAPSHOT in the shaded jar.
[INFO] Including com.denizenscript:denizen-v1_14:jar:1.1.9-SNAPSHOT in the shaded jar.
[INFO] Including com.denizenscript:denizen-v1_15:jar:1.1.9-SNAPSHOT in the shaded jar.
[INFO] Including com.denizenscript:denizen-v1_16:jar:1.1.9-SNAPSHOT in the shaded jar.
[INFO] Including com.denizenscript:denizen-paper:jar:1.1.9-SNAPSHOT in the shaded jar.
[INFO] No artifact matching filter com.denizenscript:denizen-nmshandler
[INFO] Minimizing jar com.denizenscript:denizen-dist:jar:1.1.9-SNAPSHOT
[INFO] com.denizenscript.denizencore.utilities.scheduling.Schedulable not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.ListSingleTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.CommandExecutor not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.SQLEscaper not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.core.SystemTimeScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.Adjustable not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.file.FileCopyCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.TimeTag not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.CustomTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.CoreUtilities$4 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.CoreUtilities$2 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.CoreUtilities$3 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.CoreUtilities$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.ScriptEvent$MultipleAsteriskMatchHelper not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.queues.ContextSource not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.ProcedureScriptTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.ObjectFetcher$MatchesInterface not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.TagRunnable$ObjectInterface not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.IfCommand$ArgComparer$ArgInternal not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.EventCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.containers.core.CustomScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.TernaryTagBase$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.DefinitionProvider not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.UtilTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.WhileCommand$WhileData not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.SimpleDefinitionProvider not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.ObjectFetcher$ValueOfInterface not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.TagRunnable not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.ElementTag not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.ScriptEvent$AlwaysMatchHelper not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.TagRunnable$RootForm not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.data.DataAction$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.data.DataActionException not removed because it was specifically included
[INFO] com.freneticllc.freneticutilities.freneticdatasyntax.FDSUtility not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.Mechanism not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.MapTag$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.flags.SavableMapFlagTracker$SaveOptimizedFlag not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.AdjustCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.SQLCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.SQLCommand$2 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.file.YamlCommand$YAML_Action not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.InjectCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.ContextTagBase$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.ContextTagBase$2 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.flags.AbstractFlagTracker not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.BracedCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.ReloadCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.containers.core.CustomScriptContainer$CustomScriptContextSource not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.AbstractCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.WaitUntilCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.ForeachCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.DebugCommand$DebugType not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.NaturalOrderComparator not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.DebugInvalidCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.containers.core.TaskScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.DurationTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.properties.Property not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.UtilTagBase$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.RandomCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.TagContext not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.Attribute$AttributeComponent not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.ScriptTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.file.YamlCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.ScriptEvent$ScriptPath not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.ScriptBuilder not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.debugging.SlowWarning not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.CustomObjectTag not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.ScriptEntryData not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.debugging.FutureWarning not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.Attribute not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.containers.core.ProcedureScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.TagManager not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.ListTag not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.core.ServerGeneratesExceptionScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.DefinitionTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.debugging.StrongWarning not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.debugging.Debug$DebugElement not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.OldEventManager$OldEventContextSource not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.ForeachCommand$ForeachData not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.Attribute$OverridingDefinitionProvider not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.ForeachCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.ObjectFetcher not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.TimeTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.DenizenCore not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.YamlConfiguration not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.RepeatCommand$RepeatData not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.ObjectFetcher$ObjectType not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.queues.ScriptQueue$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.Comparable$Logic not removed because it was specifically included
[INFO] com.freneticllc.freneticutilities.freneticdatasyntax.FDSInputException not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.FlagCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.WaitCommand$SystemTimeDelayTracker not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.QueueTag not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.YamlConfiguration$CustomResolver not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.Comparable$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.ScriptEntrySet not removed because it was specifically included
[INFO] com.freneticllc.freneticutilities.freneticdatasyntax.FDSSection not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.ReflectionHelper not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.queues.core.TimedQueue not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.ElementTag$FailedObjectTag not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.DefineCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.containers.core.DataScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.data.ActionableDataProvider not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.Fetchable not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.DefineCommand$DefinitionActionProvider not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.core.PreScriptReloadScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.debugging.DebugLog$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.RateLimitCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.OldEventManager not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.WaitCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.Comparable not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.core.TickScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.BracedCommand$BracedData not removed because it was specifically included
[INFO] com.denizenscript.denizencore.exceptions.CommandExecutionException not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.QueueTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.TagManager$ParseableTagPiece not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.QueueCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizencore.exceptions.InvalidArgumentsException not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.ListTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.data.DataActionHelper not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.ElementTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.queues.core.TimedQueue$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.RepeatCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.Argument not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.SQLCommand$1$3 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.SQLCommand$1$2 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.SQLCommand$1$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.WebGetCommand$3 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.WebGetCommand$2 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.WebGetCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.WebGetCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.DebugCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.properties.PropertyParser$PropertyTag not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.ScriptHelper not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.IfCommand$ArgComparer not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.file.LogCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.debugging.LogInterceptor not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.properties.PropertyParser$ClassPropertiesInfo not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.FlagCommand$FlagActionProvider not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.CoreUtilities not removed because it was specifically included
[INFO] com.freneticllc.freneticutilities.freneticdatasyntax.FDSData not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.debugging.DebugLog$DebugFormatter not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.ElseCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.flags.MapTagBasedFlagTracker not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.ProcedureScriptTagBase$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.WhileCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.ScriptEntry$InternalArgument not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.queues.DeterminationTarget not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.QueueCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.ReflectionHelper$CheckingFieldMap not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.WaitUntilCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.QueueTagBase$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.scheduling.OneTimeSchedulable not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.file.YamlCommand$3 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.file.YamlCommand$4 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.file.YamlCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.file.YamlCommand$2 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.ReplaceableTagEvent not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.debugging.Debuggable not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.TernaryTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.scheduling.AsyncSchedulable not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.CommandRegistry not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.EscapeTagBase$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.EscapeTagBase$2 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.ScriptEvent$ExactMatchHelper not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.ScriptTagBase$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.QueueWordList not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.core.ReloadScriptsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.Deprecations not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.file.LogCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.RepeatCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.containers.ScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.GotoCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.flags.FlaggableObject not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.ArgumentHelper not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.queues.core.TimedQueue$DelayTracker not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.core.ScriptGeneratesErrorScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.ScriptEvent$StatData not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.IfCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.ReplaceableTagEvent$ReferenceData not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.queues.ContextSource$SimpleMap not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.debugging.DebugLog not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.text.ConfigUpdater not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.CoreUtilities$TagTypeConverter not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.queues.ScriptEngine not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.scheduling.AsyncSchedulable$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.ContextTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.data.DataAction not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.ScriptUtilities not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.CoreUtilities$TypeComparisonRunnable not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.notable.Notable not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.MarkCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.queues.ScriptQueue not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.ScriptEvent$PrefixAsteriskMatchHelper not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.ScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.ScriptEvent$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.DetermineCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.properties.PropertyParser$PropertyGetter not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.debugging.Warning not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.core.ConsoleOutputScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.notable.Note not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.MapTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.WhileCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.QueueCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.ScriptTag not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.RunCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.DurationTag not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.debugging.Debug not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.Holdable not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.ListTag$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.ListTag$3 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.ListTag$2 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.ListTag$5 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.ListTag$4 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.ScriptRegistry not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.queues.core.TimedQueue$DeltaTimeDelayTracker not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.ChooseCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.ScriptEvent$PostfixAsteriskMatchHelper not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.queues.core.InstantQueue not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.data.DataActionType not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.TagManager$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.ScriptEvent$MatchHelper not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.file.FileCopyCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.ListTag$ListTagStringIterator not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.properties.PropertyParser not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.containers.core.WorldScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizencore.flags.MapTagFlagTracker not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.ScriptEntry not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.core.EscapeTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.TagRunnable$BaseInterface not removed because it was specifically included
[INFO] com.denizenscript.denizencore.flags.SavableMapFlagTracker not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.ScriptEntry$ScriptEntryInternal not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.AsciiMatcher not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.file.YamlCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.core.DeltaTimeScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.SQLCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.text.StringHolder not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.file.LogCommand$Type not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.ObjectTag not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.core.DebugCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.ScriptEvent$RegexMatchHelper not removed because it was specifically included
[INFO] com.denizenscript.denizencore.objects.core.MapTag not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.Comparable$Operator not removed because it was specifically included
[INFO] com.denizenscript.denizencore.DenizenImplementation not removed because it was specifically included
[INFO] com.denizenscript.denizencore.tags.ObjectTagProcessor not removed because it was specifically included
[INFO] com.denizenscript.denizencore.events.ScriptEvent$MultipleMatchesHelper not removed because it was specifically included
[INFO] com.denizenscript.denizencore.scripts.commands.queue.StopCommand not removed because it was specifically included
[INFO] com.denizenscript.denizencore.utilities.scheduling.RepeatingSchedulable not removed because it was specifically included
[INFO] org.json.JSONML not removed because it was specifically included
[INFO] org.json.XMLParserConfiguration not removed because it was specifically included
[INFO] org.json.JSONObject$Null not removed because it was specifically included
[INFO] org.json.JSONString not removed because it was specifically included
[INFO] org.json.JSONPointer not removed because it was specifically included
[INFO] org.json.JSONStringer not removed because it was specifically included
[INFO] org.json.CDL not removed because it was specifically included
[INFO] org.json.JSONWriter not removed because it was specifically included
[INFO] org.json.XML not removed because it was specifically included
[INFO] org.json.HTTP not removed because it was specifically included
[INFO] org.json.Property not removed because it was specifically included
[INFO] org.json.XML$1 not removed because it was specifically included
[INFO] org.json.JSONArray not removed because it was specifically included
[INFO] org.json.JSONPointer$Builder not removed because it was specifically included
[INFO] org.json.HTTPTokener not removed because it was specifically included
[INFO] org.json.JSONPointerException not removed because it was specifically included
[INFO] org.json.XMLXsiTypeConverter not removed because it was specifically included
[INFO] org.json.Cookie not removed because it was specifically included
[INFO] org.json.JSONException not removed because it was specifically included
[INFO] org.json.JSONObject$1 not removed because it was specifically included
[INFO] org.json.JSONTokener not removed because it was specifically included
[INFO] org.json.XML$1$1 not removed because it was specifically included
[INFO] org.json.JSONObject not removed because it was specifically included
[INFO] org.json.JSONPropertyName not removed because it was specifically included
[INFO] org.json.XMLTokener not removed because it was specifically included
[INFO] org.json.CookieList not removed because it was specifically included
[INFO] org.json.JSONPropertyIgnore not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityArmorPose$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityPumpkinHead not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentList not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntitySpell not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.FlowMappingStartToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.exceptions.RequirementMissingException not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.SequenceEndEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.SheepDyedScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerBreaksItemScriptEvent$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.BukkitTagContext not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialDrags not removed because it was specifically included
[INFO] org.yaml.snakeyaml.introspector.FieldProperty not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityTame not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.MaterialCompat$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.error.Mark not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.server.ScoreboardCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.ByteTag not removed because it was specifically included
[INFO] org.yaml.snakeyaml.reader.UnicodeReader not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.packets.DenizenPacketHandler not removed because it was specifically included
[INFO] org.yaml.snakeyaml.Yaml$SilentEmitter not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerTakesFromLecternScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerCraftsItemScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityHealth not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.TradeOffer not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityPicksUpItemScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityGravity not removed because it was specifically included
[INFO] org.yaml.snakeyaml.resolver.Resolver not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.CommonRegistries not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialDelay not removed because it was specifically included
[INFO] org.yaml.snakeyaml.serializer.Serializer$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.AreaContainmentObject not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.SpongeSchematicHelper not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceFirstEntry not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityAge not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.ScoreboardHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.WorldUnloadsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.JNBTListTag not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectFirstBlockMappingKey not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseFlowMappingValue not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.VersionScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.npc.NPCStuckScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.TimeCommand$Type not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseFlowMappingEmptyValue not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.TraitRegistry not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.packets.PacketOutSpawnEntity not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerDragsInInvScriptEvent$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.WorldTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialSwitchFace not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityKilledScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.scanner.SimpleKey not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.FakeSpawnCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectFirstBlockSequenceItem not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.AssignmentCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.FakeBlock$FakeBlockMap not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.PistonExtendsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.NoteBlockPlaysNoteScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.BreakCommand$TaskRunnable not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.exceptions.CommandUsageException not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.BrewingStandFueledScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntitySpeed not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.HealCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.TriggerTrait$TriggerContext not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.bukkit.BukkitListProperties not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.EntityAttachmentHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.WalkCommand$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerAnimatesScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.WalkCommand$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.Yaml$EventIterable not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.CauldronLevelChangeScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.debugging.Debug$ConsoleSender not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.EconomyScriptContainer$DenizenEconomyProvider not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.MirrorTrait not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseFlowMappingFirstKey not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.ShortTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerFillsBucketScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.MountCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.BukkitWorldScriptHelper$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.BukkitWorldScriptHelper$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.SpawnCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.PortalCreateScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityColor not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.flags.PlayerFlagHandler not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.maps.MapAnimatedImage not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.triggers.TriggerRegistry$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.StreamStartEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.NMSVersion not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.maps.DenizenMapManager not removed because it was specifically included
[INFO] com.denizenscript.denizen.Denizen$1$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.implementation.BukkitScriptEntryData not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.trade.TradeResult not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.NPCTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.maps.MapText not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.abstracts.BiomeNMS not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialDirectional$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.ExperienceCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.BreakCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.packets.PacketInResourcePackStatus not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityAttributes not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityTamesScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingKey not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.HangingBreaksScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.CuboidTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.MaterialCompat not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityBasePlate not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.CommandManager$CommandInfo not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.DisguiseCommand$TrackedDisguise$3 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.DisguiseCommand$TrackedDisguise$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.DisguiseCommand$TrackedDisguise$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerLevelsUpScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.DisguiseCommand$TrackedDisguise$4 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.WorldHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.inventory.SlotHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.BlockExplodesScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerChangesSignScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.GiveCommand$Type not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.server.BossBarCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.AdvancementHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.WeatherCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.introspector.GenericProperty not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.debugging.StatsRecord not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.ValueToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerMendsItemScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityEntersPortalScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemBook not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialCampfire not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.TimeChangeScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemPatterns not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.PropertyRegistry not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.BlockBurnsScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.ScalarEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.InventoryCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.maps.MapImage not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.SidebarCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerHoldsShieldEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.debugging.BStatsMetricsLite not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.StandCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.VulnerableCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.scanner.ScannerImpl$Chomping not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.inventory.InventoryUniquifier not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.NBTOutputStream not removed because it was specifically included
[INFO] org.yaml.snakeyaml.util.ArrayUtils not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerStatisticIncrementsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.AttachCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.BlockSet not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.ChunkUnloadScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.PoseCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.ExSustainedCommandHandler not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.TraitCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.Production not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.NBTInputStream not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.FurnaceSmeltsItemScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.ServerTagBase$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.DocumentEndEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityResurrectScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.speech.DenizenSpeechController not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntitySitting not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.triggers.TriggerRegistry not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.abstracts.BlockLight not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityBreedScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.midi.ToneUtil not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerBreaksBlockScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerEditsBookScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.depends.Depends not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.GroupCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.PushableTrait$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialLocked not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.TriggerCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.DropCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.ExCommandHandler not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectDocumentRoot not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.ByteArrayTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.debugging.DebugSubmit not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.CommandManager not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.TagTuple not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.bukkit.BukkitElementProperties not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.bukkit.ExhaustedNPCEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityExplosionFire not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.MapCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.IntTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.packets.PacketOutSetSlot not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$ConstructUndefined not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.PoseCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.CustomEntity not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.abstracts.ProfileEditor not removed because it was specifically included
[INFO] org.yaml.snakeyaml.DumperOptions$ScalarStyle not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.item.ItemDespawnsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.bukkit.BukkitScriptProperties not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.EntityAttachmentHelper$AttachmentData$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.HungerTrait not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.speech.DenizenSpeechContext not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.EntityAttachmentHelper$AttachmentData$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.GroupCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.vehicle.VehicleDestroyedScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.maps.MapCursor not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.RotateCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.vehicle.VehicleCollidesBlockScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerFlyingScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.trade.TradeMaxUses not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.debugging.Debug$SecurityManagerTrick not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerDropsItemScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.serializer.NumberAnchorGenerator not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialPersistent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.Representer$RepresentJavaBean not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.vehicle.VehicleDamagedScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityJumpStrength not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerSprintScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.Event not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.CustomEntityHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.SidebarCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentArray not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerUsesPortalScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.EntityHelper$EnforcePlayerHides not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentDate not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.PacketHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.BlockCrackCommand$IntHolder not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.BlockCrackCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.EmitterException not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityRiptide not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.BukkitCommandRegistry$AutoNoCitizensCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemCustomModel not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.bukkit.BukkitQueueProperties not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.ChatCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.FishingHelper$CatchType not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.GlowCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntitySilent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.FishingHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerEntersBedScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.EndTag not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.BlockMappingStartToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.ChunkTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.CuboidBlockSet not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.ModifyBlockCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.inventory.SlotHelper$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.ModifyBlockCommand$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.exceptions.ServerCommandException not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.ParseTagBase$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialSwitchFace$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.nodes.ScalarNode not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerJumpScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerRightClicksEntityScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemPotion not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.Constructor$ConstructSequence not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityTransformScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.AreaEffectCloudHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityShootsBowEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.EntityAttachmentHelper$PlayerAttachMap not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.WorldTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.server.BanCommand$Actions not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.WorldAccess not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.midi.NoteBlockReceiver not removed because it was specifically included
[INFO] org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.Construct not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.FlowEntryToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.EllipsoidTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.ItemTagBase not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.ScalarAnalysis not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityCombustsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.AnchorCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.inventory.RecipeHelper$ShapeHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemKnowledgeBookRecipes not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityIsShowingBottom not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerStandsOnScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.ModifyBlockCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.triggers.core.ProximityTrigger$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.WorldLoadsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.LeashCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceEntry not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityMaxFuseTicks not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.CommandScriptHelper$IsCommandTopicPredicate not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.world.DenizenWorldAccess not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.Velocity not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlBool not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.PluginTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.AnimateChestCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.TakeCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerJoinsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.StatisticCommand$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlOmap not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerShearsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerConsumesScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.BlockSequenceStartToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.InventoryScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerBreaksItemScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.Token not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.OxygenCommand$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.SequenceStartEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.TriggerCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.exceptions.CommandException not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.triggers.core.DamageTrigger not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.LocationTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.packets.PacketInSteerVehicle not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerPlacesHangingScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.item.ItemEnchantedScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerQuitsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.InventoryScriptHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.core.ResetCommand$Type not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.Advancement$Frame not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemInventory not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.nbt.CustomNBT$AttributeReturn not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.PushableCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.flags.DataPersistenceFlagTracker not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.FlowMappingEndToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.WorldBorderCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.MaterialTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityPainting not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerItemTakesDamageScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.TitleCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityExitsVehicleScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.BookScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerReceivesCommandsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.RedstoneScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.server.BanCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.SchematicCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityDamagedScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityInventory not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.ChatScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.CommandScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialInstrument not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.Represent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemRepairCost not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemDisplayname not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.SpawnEntityHelper$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.SoundHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.abstracts.ImprovedOfflinePlayer not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.ResourcePackStatusScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.server.AnnounceCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerKickedScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.Utilities not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.EntityAttachmentHelper$EntityAttachedToMap not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialNote not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitable not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.FakeOfflinePlayer not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.ScribeCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.VillagerReplenishesTradeScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.AnchorToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.AttackCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityBeamTarget not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.DuplicateKeyException not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemMap not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.InteractScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.EntityHelper$EnforcePlayerHides$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.PauseCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.SwitchCommand$SwitchState not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityPlayerCreated not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemNBT not removed because it was specifically included
[INFO] org.yaml.snakeyaml.error.YAMLException not removed because it was specifically included
[INFO] org.yaml.snakeyaml.external.com.google.gdata.util.common.base.UnicodeEscaper not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlStr not removed because it was specifically included
[INFO] org.yaml.snakeyaml.DumperOptions not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialHalf not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.EntityHelper$MapTraceResult not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.CuboidTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.PermissionCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.GroupCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.AnchorCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.MoneyCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.DenizenEntityType not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemSpawnerType not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.packets.PacketOutChat not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerRespawnsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.inventory.InventoryHolder not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.DocumentStartToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.SheepRegrowsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.AssignmentScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.npc.NPCNavigationScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.server.ExecuteCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.actions.ActionHandler not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityFirework not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.core.ZapCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.EquipCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.NBTConstants not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.Settings not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemBlockMaterial not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayersPrepareSmithingTableScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.abstracts.Sidebar not removed because it was specifically included
[INFO] org.yaml.snakeyaml.serializer.AnchorGenerator not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.StreamEndToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityTrades not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.HoverFormatHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.IntArrayTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.FishCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemLore not removed because it was specifically included
[INFO] org.yaml.snakeyaml.reader.StreamReader not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.FurnaceBurnsItemScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentNumber not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.server.BossBarCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlPairs not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerPlacesBlockScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.BlockPhysicsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.LookCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.PistonRetractsScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.SwitchCommand$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.Parser not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.BlockDropsItemScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.LookcloseCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemScript not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.HotbarScrollScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.FakePlayer not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase not removed because it was specifically included
[INFO] org.yaml.snakeyaml.Yaml$3 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.DocumentEndToken not removed because it was specifically included
[INFO] org.yaml.snakeyaml.Yaml$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.Yaml$2 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.scanner.ScannerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.ParseTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityPowered not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectFlowSequenceItem not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.KeyToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.TakeCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.server.ExecuteCommand$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentSet not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.Constructor not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.LocationTag$FloodFiller not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityItem not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.ConstantsTrait not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.VersionTagsTuple not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.core.CooldownCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.FlowSequenceEndToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.InvisibleCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.PotionSplashScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityAngry not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.DenizenEntityType$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemBookGeneration not removed because it was specifically included
[INFO] org.yaml.snakeyaml.DumperOptions$LineBreak not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.PlayerProfile not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.FormattedTextHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.AnimateChestCommand$ChestAction not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.DataPersistenceHelper not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentPrimitiveArray not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.AreaEnterExitScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemQuantity not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.CollectionStartEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.FullBlockData not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.InventoryTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.CopyBlockCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.ExperienceBottleBreaksScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.BaseConstructor not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerSneakScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialLevel not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.PushableCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.CreeperPoweredScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemSpawnerDelay not removed because it was specifically included
[INFO] org.yaml.snakeyaml.scanner.Scanner not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.InventoryCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.FakeEntity$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.NodeEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.inventory.InventoryTrades not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.DisguiseCommand$TrackedDisguise not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityFormsBlockScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.HealthTrait$2 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectFirstFlowSequenceItem not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.HealthTrait$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.WalkCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectDocumentStart not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.DisengageCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.FormatScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.EntityFormObject not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.MapScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemSignContents not removed because it was specifically included
[INFO] org.yaml.snakeyaml.util.ArrayUtils$CompositeUnmodifiableArrayList not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.inventory.InventorySize not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerDamagesBlockScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.GameRuleCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.DumperOptions$NonPrintableStyle not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.TakeCommand$Type not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityFramed not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemDurability not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.maps.MapDot not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceEntryMappingEnd not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.StatisticCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.PlayerTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerJumpScriptEvent$PlayerJumpsSpigotScriptEventImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.LegacySavesUpdater not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityArmorPose not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerClicksInInventoryScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemRawNBT not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.vehicle.VehicleCreatedScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityInvulnerable not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.FakeBlock$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.TagToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.EntityAnimation not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.MobproxTrait not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.triggers.core.ChatTrigger$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.triggers.core.ChatTrigger$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.TextWidthHelper not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingSimpleValue not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.PushCommand$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.util.UriEncoder not removed because it was specifically included
[INFO] org.yaml.snakeyaml.external.com.google.gdata.util.common.base.UnicodeEscaper$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.PauseCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialDirectional not removed because it was specifically included
[INFO] org.yaml.snakeyaml.external.com.google.gdata.util.common.base.UnicodeEscaper$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.server.ExecuteCommand$Type not removed because it was specifically included
[INFO] org.yaml.snakeyaml.nodes.AnchorNode not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemUnbreakable not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.SneakingTrait not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.packets.PacketOutEntityMetadata not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemFrameInvisible not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.ModernBlockData not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.CommandContext not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.BukkitScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityExplosionRadius not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.NBTCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.messaging.Messaging not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemCanDestroy not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.trade.TradeHasXp not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.PauseCommand$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.DenizenNPCHelper not removed because it was specifically included
[INFO] org.yaml.snakeyaml.Yaml not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.ChunkHelper not removed because it was specifically included
[INFO] org.yaml.snakeyaml.resolver.Resolver$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.NarrateCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.CreateCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityAware not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityAI not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialHeights not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.server.CommandScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.ChunkLoadCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityDespawnScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.DropCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.FakeItemCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.TeleportCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.flags.PlayerFlagHandler$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.nodes.SequenceNode not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.enums.CustomEntityType not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.server.ListPingScriptEvent$ListPingScriptEventSpigotImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.core.ResetCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityScoreboardTags not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemSpawnerRange not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.flags.PlayerFlagHandler$4 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.flags.PlayerFlagHandler$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.flags.PlayerFlagHandler$3 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityAreaEffectCloud not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.ItemProjectile not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.DisguiseCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.ItemScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.trade.TradeInputs not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlFloat not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityAnger not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityEquipment not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemFirework not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.BlockSpreadsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.WorldInitsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.DoubleTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.WeatherCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.WeatherCommand$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemEnchantments not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.server.AnnounceCommand$AnnounceType not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.exceptions.NoPermissionsException not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerPickupArrowScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.nbt.LeatherColorer not removed because it was specifically included
[INFO] org.yaml.snakeyaml.nodes.NodeTuple not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.NicknameTrait not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.PauseCommand$PauseType not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.NPCCommandHandler not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.EntityTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.PushableCommand$Toggle not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerLoginScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.BreakCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.BaseRepresenter not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.KickCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.nbt.MapOfEnchantments not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.server.ScoreboardCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.exceptions.WrappedCommandException not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntitySpawnScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.EmitterState not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.LookCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.RemoveCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.triggers.core.ChatTrigger$ChatContext not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.ShootCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.TraitCommand$Toggle not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.AssignmentCommand$Action not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentByteArray not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.PlayerHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.VillagerChangesProfessionScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.Constructor$ConstructScalar not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.SidebarCommand$SidebarEvents not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.InvisibleCommand$Action not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentEnd not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.NPCTag$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.HeadCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectFirstDocumentStart not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.CommandAnnotationProcessor not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.BiomeTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerChangesGamemodeScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.PoseCommand$TargetType not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerRiptideScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.Gravity not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.RotateCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.composer.ComposerException not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.FakeEntity$FakeEntityMap not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.SchematicCommand$3 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.SchematicCommand$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.SchematicCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityFixed not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.ColorTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.PlayerTagBase not removed because it was specifically included
[INFO] org.yaml.snakeyaml.nodes.NodeId not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerEmptiesBucketScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.PermissionCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.ConstructorException not removed because it was specifically included
[INFO] org.yaml.snakeyaml.introspector.PropertySubstitute not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.StringTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.abstracts.ProfileEditor$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.trade.TradeUses not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.TradeTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerLocaleChangeScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.BaseConstructor$RecursiveTuple not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityFoodLevelChangeScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlNull not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityArrowDamage not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.PushCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.BlockBuiltScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.BiomeEnterExitScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityBodyArrows not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.ChunkLoadCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.Constructor$ConstructMapping not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.debugging.Debug$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.item.ItemSpawnsScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.LoaderOptions not removed because it was specifically included
[INFO] org.yaml.snakeyaml.TypeDescription not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.BrewsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.item.InventoryPicksUpItemScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.Conversion not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.BlockHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.ExplodeCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.DenizenCommandHandler not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.triggers.core.ClickTrigger not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.FireworkBurstsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.packets.ItemChangeMessage not removed because it was specifically included
[INFO] org.yaml.snakeyaml.serializer.Serializer not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityPickupStatus not removed because it was specifically included
[INFO] org.yaml.snakeyaml.scanner.Constant not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.SwitchCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.PlayerTagBase$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerClosesInvScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityProfession not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityBoundingBox not removed because it was specifically included
[INFO] com.denizenscript.denizen.Denizen$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.Denizen$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.PlayEffectCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.Denizen$3 not removed because it was specifically included
[INFO] com.denizenscript.denizen.Denizen$4 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.BlockFormsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityPotionEffectScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentIterator not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.world.PathFinder not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityMarker not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.EntityTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.AgeCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.Command not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityHealsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityUnleashedScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.ImplicitTuple not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentString not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerChangesXPScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityRotation not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.Paginator not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityPotionEffects not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.inventory.InventoryTrackerSystem$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.StrikeCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.inventory.InventoryTrackerSystem$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.introspector.BeanAccess not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.BurnCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityTargetsScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentBoolean not removed because it was specifically included
[INFO] org.yaml.snakeyaml.introspector.MissingProperty not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.ExperienceCommand$Type not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.LightCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.ActionBarCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.Injector not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.AnchorCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.ChatScriptEvent$AsyncChatHandler not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectFirstFlowMappingKey not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemCanPlaceOn not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.BiomeTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.NPCTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.TraitCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.scripted.DenizenCommandHelpTopic not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.ItemTag not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentStart not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialSwitchable not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.DataPersistenceHelper$DenizenObjectType not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerOpensInvScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.packets.PacketOutWindowItems not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityDisabledSlots$Action not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerItemTakesDamageScriptEvent$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentContent not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.DenizenFlagsTrait$MapTagFlagTrackerPersister not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.BlockFallsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.BlockCrackCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.inventory.RecipeHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.packets.PacketOutTradeList not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.FishingTrait not removed because it was specifically included
[INFO] org.yaml.snakeyaml.util.PlatformFeatureDetector not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityExplodesScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityChestCarrier not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerLeavesBedScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.RenameCommand$RenameData not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.LongTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.MoneyCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialWaterlogged not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.Event$ID not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.TeamCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectFlowMappingValue not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.inventory.InventoryTitle not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.FeedCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.server.ServerStartScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.introspector.PropertyUtils$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceEntryMappingKey not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserException not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.core.NoteCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.WorldSavesScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialMode not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.ChunkLoadCommand$ChunkLoadCommandNPCEvents not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityPotion not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceEntryMappingValue not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.BossBarHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityBreaksHangingScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.core.ResetCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.EconomyScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityArmorPose$PosePart not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityExitsPortalScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.debugging.Debug not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.SpawnChangeScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.external.com.google.gdata.util.common.base.PercentEscaper not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.LegacySavesUpdater$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectNothing not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.FloatTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.NamedTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.MirrorNameTrait not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.ClickableCommand$Clickable not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialShape not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerSteersEntityScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.abstracts.ProfileEditor$PlayerProfileEditorListener not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.VulnerableCommand$Toggle not removed because it was specifically included
[INFO] org.yaml.snakeyaml.DumperOptions$Version not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.StreamStartToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.HealthCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialHinge not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.Particle not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingValue not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.WeatherCommand$Type not removed because it was specifically included
[INFO] org.yaml.snakeyaml.introspector.PropertyUtils not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.PlayerHelper$SkinLayer not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerLeashesEntityScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.scripted.DenizenCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectFlowMappingSimpleValue not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.CollectionEndEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.SidebarCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.AdjustBlockCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlSet not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlSeq not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.WeatherChangesScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerPreLoginScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityEntersVehicleScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.abstracts.ParticleHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.server.BanCommand$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.FlowSequenceStartToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.LocationTag$5 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.LocationTag$6 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.LocationTag$7 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.LocationTag$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.LocationTag$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.LocationTag$3 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.LocationTag$4 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityInteractScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.ScribeCommand$BookAction not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.BukkitCommandRegistry not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemLock not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialLeafSize not removed because it was specifically included
[INFO] org.yaml.snakeyaml.Yaml$YamlIterable not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.AliasToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.Gravity$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.introspector.MethodProperty not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseStreamStart not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityCustomName not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialCount not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.SleepingTrait not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialLightable not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.messaging.Colorizer not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.StreamEndEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.OxygenCommand$Type not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.SittingTrait not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.WalkCommandCitizensEvents not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.BlockSet$InputParams not removed because it was specifically included
[INFO] org.yaml.snakeyaml.nodes.Tag not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityShulkerPeek not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectDocumentEnd not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemSpawnerPlayerRange not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.GiveCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityImmune not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.ItemHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.CommandScriptHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityKnockback not removed because it was specifically included
[INFO] org.yaml.snakeyaml.nodes.Node not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.TriggerTrait not removed because it was specifically included
[INFO] org.yaml.snakeyaml.composer.Composer not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityArmorBonus not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.server.ServerPrestartScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.NBTUtils not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.RequirementsProcessor not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.TriggerCommand$Toggle not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.OpenTradesCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.MidiCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.EntityHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.implementation.DenizenCoreImplementation$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.PauseCommand$ResumeCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntitySmall not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.maps.MapAnimatedImage$AnimationObserver not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialFaces not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.ContainerRegistry not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.LingeringPotionSplashScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.ServerTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.ChunkTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.flags.PlayerFlagHandler$CachedPlayerFlag not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.speech.DenizenChat not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.triggers.TriggerRegistry$CooldownType not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityBoatType not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.Advancement not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.BlockGrowsScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.scanner.ScannerException not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.BlockFadesScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.nbt.CustomNBT not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.implementation.DenizenCoreImplementation not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerChangesWorldScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.LeafDecaysScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.core.CooldownCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.ActionCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.BlockIgnitesScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.LocationTag not removed because it was specifically included
[INFO] org.yaml.snakeyaml.DumperOptions$FlowStyle not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.server.ListPingScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.InventoryCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.HealthTrait not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.InvisibleCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.SignCommand$Type not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.server.ServerStopScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlBinary not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.LootGenerateScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.ListTagBuilder not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.FireworkCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntitySwimScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.InteractScriptHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.FakeEntity not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentEnum not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.FlyCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.DisplayItemCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.DisplayItemCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseFlowMappingKey not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.StructureGrowsScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectStreamStart not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.packets.DenizenPacketHandler$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.vehicle.VehicleCollidesEntityScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.abstracts.BiomeNMS$DownfallType not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.EllipsoidTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.packets.DenizenPacketHandler$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.packets.DenizenPacketHandler$3 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.abstracts.BlockLight$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.triggers.core.ProximityTrigger not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.interfaces.FakeArrow not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.DespawnCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.PigZappedScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerReceivesMessageScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerClicksBlockScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.ItemCooldownCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerCompletesAdvancementScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlTimestamp not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.triggers.core.ChatTrigger not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.HorseJumpsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntitySpawnerSpawnScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$31 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.MoneyCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$32 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$30 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.introspector.Property not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerWalkScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$IteratorWrapper not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.PlaySoundCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentNull not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.GiveCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$35 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$33 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$34 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.PermissionCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$20 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$21 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseBlockNode not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.item.ItemMoveScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.exceptions.UnhandledCommandException not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntitySize not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.item.ItemRecipeFormedScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityVisible not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.EngageCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$24 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$25 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$22 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$23 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$28 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialSlab not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$29 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$26 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$27 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TradeTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.CompoundTagBuilder not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemBaseColor not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.debugging.BStatsMetricsLite$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$10 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.ScalarToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.debugging.BStatsMetricsLite$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.inventory.InventoryContents not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.AgeCommand$AgeType not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.OxygenCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$19 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityAirLevelChangeScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$13 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$14 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerWalksOverScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$11 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$12 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$17 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$18 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$15 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$16 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.NoteBlockPlaysNoteScriptEvent$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemChargedProjectile not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemHidden not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.item.ItemMergesScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.Tag not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.InvisibleTrait not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.ColorTag not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDocumentStart not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.OxygenCommand$Mode not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.AnimateChestCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.ShootCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.PluginTag not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.EntityTag$DespawnedEntity not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.CreateWorldCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingFirstKey not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.VillagerAcquiresTradeScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.npc.NPCSpawnScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.CommandScriptHelper$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.SlimeSplitsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerPreparesEnchantScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.AssignmentTrait not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.ChunkLoadScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.TimeCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.vehicle.VehicleMoveScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.ChatScriptEvent$SyncChatHandler not removed because it was specifically included
[INFO] org.yaml.snakeyaml.util.ArrayStack not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.MidiCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityArmorPose$PosePart$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityArmorPose$PosePart$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.SpawnEntityHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityArmorPose$PosePart$4 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityArmorPose$PosePart$3 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityArmorPose$PosePart$6 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityArmorPose$PosePart$5 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.CommonRegistries$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.SignCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.MappingStartEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.DenizenFlagsTrait not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityExplosionPrimesScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.error.MarkedYAMLException not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.SitCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.SchematicCommand$Type not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.EntityAttachmentHelper$AttachmentData not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.scripted.DenizenAliasHelpTopic not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.RenameCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.external.com.google.gdata.util.common.base.Escaper not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.ClickableCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.server.BossBarCommand$Action not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.manager.Requirements not removed because it was specifically included
[INFO] org.yaml.snakeyaml.util.ArrayUtils$UnmodifiableArrayList not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.MaterialTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.CuboidBlockSet$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.CuboidBlockSet$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityCreatePortalScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.CompassCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.ProjectileHitsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.PushableTrait not removed because it was specifically included
[INFO] com.denizenscript.denizen.Denizen not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.AbstractConstruct not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.SleepCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityChangesBlockScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.nodes.CollectionNode not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.bukkit.SavesReloadEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.WeatherCommand$Value not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.maps.MapObject not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.BlockDispensesScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.MappingEndEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.DocumentStartEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.BukkitWorldScriptHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemSpawnerMaxNearbyEntities not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.FakeItemCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.ChunkLoadCommand$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.ChunkLoadCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.AnimateCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.ProjectileLaunchedScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.world.LightningStrikesScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.StatisticCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.abstracts.Sidebar$SidebarLine not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.core.CooldownCommand$Type not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.midi.MidiUtil not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.item.ScribeCommand not removed because it was specifically included
[INFO] org.yaml.snakeyaml.nodes.MappingNode not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.DragonPhaseChangeScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.BlockEndToken not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.DirectiveToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.command.scripted.DenizenCommandSender not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.Token$ID not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.EntityScriptContainer not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.jnbt.CompoundTag not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectFlowMappingKey not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.abstracts.AnimationHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerStepsOnScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.NMSHandler not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.server.TabCompleteScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlInt not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.AdvancementCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.CuboidTag$LocationPair not removed because it was specifically included
[INFO] com.denizenscript.denizen.npc.traits.SittingTrait$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityCritical not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.FakeBlock not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.block.LiquidSpreadScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.HurtCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.blocks.ChunkCoordinate not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerPreparesAnvilCraftScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialSnowable not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.ItemScriptHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.ScriptEventRegistry not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.ToastCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.maps.DenizenMapRenderer not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityDeathScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemSpawnerCount not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.FlyCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerThrowsEggScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.resolver.ResolverTuple not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.ShowFakeCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.triggers.AbstractTrigger not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.InventoryTagBase not removed because it was specifically included
[INFO] org.yaml.snakeyaml.events.AliasEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.material.MaterialAge not removed because it was specifically included
[INFO] org.yaml.snakeyaml.reader.ReaderException not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemFlags not removed because it was specifically included
[INFO] org.yaml.snakeyaml.serializer.SerializerException not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.npc.PoseCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.TimeCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityGlideScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemColor not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.FollowCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityTeleportScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityDisabledSlots not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemSkullskin not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$3 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$5 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$4 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$7 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$6 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$9 not removed because it was specifically included
[INFO] com.denizenscript.denizen.tags.core.TextTagBase$8 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.bukkit.ScriptReloadEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.tokens.BlockEntryToken not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.inventory.InventoryTrackerSystem not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerFishesScriptEvent not removed because it was specifically included
[INFO] org.yaml.snakeyaml.emitter.Emitter$ExpectBlockSequenceItem not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.notable.NotableManager not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.BukkitScriptEvent$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.BaseRepresenter$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.containers.core.EntityScriptHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerSwapsItemsScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.world.DropCommand$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityShootsBowEvent$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.Yaml$NodeIterable not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.entity.EntityShootsBowEvent$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.entity.CastCommand not removed because it was specifically included
[INFO] com.denizenscript.denizen.scripts.commands.player.ExperienceCommand$1 not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.SafeRepresenter$RepresentUuid not removed because it was specifically included
[INFO] com.denizenscript.denizen.utilities.entity.Position not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerDragsInInvScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.util.BoundingBox not removed because it was specifically included
[INFO] com.denizenscript.denizen.events.player.PlayerTakesFromFurnaceScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.entity.EntityArms not removed because it was specifically included
[INFO] org.yaml.snakeyaml.representer.Representer not removed because it was specifically included
[INFO] com.denizenscript.denizen.objects.properties.item.ItemAttributeNBT not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.PacketHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.blocks.BlockLightImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.blocks.BlockLightImpl$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.ParticleHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.packets.PacketOutSpawnEntityImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.packets.PacketInResourcePackStatusImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.fakes.FakeChannelImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.AnimationHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.entities.CraftFakeArrowImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.packets.PacketOutWindowItemsImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.handlers.AbstractListenerPlayInImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.BlockHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.entities.EntityFakeArrowImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.handlers.FakeBlockHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.ParticleImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.BiomeNMSImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.fakes.FakeNetworkManagerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.packets.PacketInSteerVehicleImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.ImprovedOfflinePlayerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.fakes.FakePlayerConnectionImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.SidebarImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.packets.PacketOutTradeListImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.SoundHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.blocks.BlockLightImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.packets.PacketOutSetSlotImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.ProfileEditorImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.handlers.DenizenNetworkManagerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.AdvancementHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.entities.CraftFakePlayerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.packets.PacketOutEntityMetadataImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.entities.EntityItemProjectileImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.entities.EntityFakePlayerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.EntityHelperImpl$3 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.EntityHelperImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.EntityHelperImpl$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.jnbt.CompoundTagImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.PlayerHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.FishingHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.CustomEntityHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.handlers.DenizenPacketListenerImpl$PlayerEventListener not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.fakes.FakeNetworkManagerImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.ItemHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.ChunkHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.EntityHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.handlers.DenizenPacketListenerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.ImprovedOfflinePlayerImpl$OfflinePlayerInventory not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.entities.CraftItemProjectileImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.helpers.WorldHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.network.packets.PacketOutChatImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.Handler not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.ProfileEditorImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_14.impl.ImprovedOfflinePlayerImpl$OfflineCraftInventoryPlayer not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.packets.PacketOutTradeListImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.EntityHelperImpl$3 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.EntityHelperImpl$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.EntityHelperImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.entities.CraftItemProjectileImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.FishingHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.SoundHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.packets.PacketOutEntityMetadataImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.handlers.AbstractListenerPlayInImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.WorldHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.handlers.DenizenNetworkManagerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.PacketHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.handlers.DenizenPacketListenerImpl$PlayerEventListener not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.entities.CraftFakePlayerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.ProfileEditorImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.CustomEntityHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.entities.EntityItemProjectileImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.BlockHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.BiomeNMSImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.blocks.BlockLightImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.packets.PacketOutChatImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.jnbt.CompoundTagImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.packets.PacketOutSetSlotImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.handlers.FakeBlockHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.ParticleImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.ProfileEditorImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.handlers.DenizenPacketListenerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.Handler not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.fakes.FakeNetworkManagerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.packets.PacketInSteerVehicleImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.AnimationHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.ParticleHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.fakes.FakePlayerConnectionImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.packets.PacketInResourcePackStatusImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.PlayerHelperImpl$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.PlayerHelperImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.blocks.BlockLightImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.blocks.BlockLightImpl$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.ItemHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.AdvancementHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.entities.EntityFakeArrowImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.ImprovedOfflinePlayerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.SidebarImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.entities.CraftFakeArrowImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.EntityHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.ChunkHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.packets.PacketOutWindowItemsImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.ImprovedOfflinePlayerImpl$OfflineCraftInventoryPlayer not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.entities.EntityFakePlayerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.ImprovedOfflinePlayerImpl$OfflinePlayerInventory not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.fakes.FakeChannelImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.fakes.FakeNetworkManagerImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.helpers.PlayerHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_15.impl.network.packets.PacketOutSpawnEntityImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.handlers.DenizenPacketListenerImpl$PlayerEventListener not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.fakes.FakePlayerConnectionImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.PlayerHelperImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.PlayerHelperImpl$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.PlayerHelperImpl$3 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.packets.PacketOutWindowItemsImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.packets.PacketOutSpawnEntityImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.ImprovedOfflinePlayerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.handlers.DenizenNetworkManagerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.PlayerHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.handlers.AbstractListenerPlayInImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.ParticleHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.packets.PacketOutEntityMetadataImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.Handler not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.packets.PacketInResourcePackStatusImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.ParticleImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.ProfileEditorImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.EntityHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.PacketHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.handlers.FakeBlockHelper not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.BiomeNMSImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.WorldHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.packets.PacketOutTradeListImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.FishingHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.entities.CraftFakePlayerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.SidebarImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.jnbt.CompoundTagImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.packets.PacketOutChatImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.packets.PacketInSteerVehicleImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.ItemHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.fakes.FakeChannelImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.ProfileEditorImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.BlockHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.packets.PacketOutSetSlotImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.PlayerHelperImpl$TrackerData not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.EntityHelperImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.EntityHelperImpl$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.EntityHelperImpl$3 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.SoundHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.fakes.FakeNetworkManagerImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.CustomEntityHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.blocks.BlockLightImpl$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.ImprovedOfflinePlayerImpl$OfflineCraftInventoryPlayer not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.entities.EntityFakeArrowImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.blocks.BlockLightImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.entities.EntityItemProjectileImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.entities.EntityFakePlayerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.AdvancementHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.entities.CraftItemProjectileImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.entities.CraftFakeArrowImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.ImprovedOfflinePlayerImpl$OfflinePlayerInventory not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.handlers.DenizenPacketListenerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.network.fakes.FakeNetworkManagerImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.ChunkHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.impl.blocks.BlockLightImpl$2 not removed because it was specifically included
[INFO] com.denizenscript.denizen.nms.v1_16.helpers.AnimationHelperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.ServerListPingScriptEventPaperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.PlayerEquipsArmorScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.properties.EntityCanTick not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.properties.EntityExperienceOrb not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.PlayerClicksFakeEntityScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.TNTPrimesScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.ProjectileCollideScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.PlayerAbsorbsExperienceScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.properties.EntityFromSpawner not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.properties.PlayerAffectsMonsterSpawning not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.EntityPathfindScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.PlayerBeaconEffectScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.PlayerSpectatesEntityScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.PlayerJumpsScriptEventPaperImpl not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.EntityKnocksbackEntityScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.ExperienceOrbMergeScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.tags.PaperTagBase$1 not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.tags.PaperTagBase not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.UnknownCommandScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.PlayerStopsSpectatingScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.events.PreEntitySpawnScriptEvent not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.properties.WorldViewDistance not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.PaperModule not removed because it was specifically included
[INFO] com.denizenscript.denizen.paper.properties.EntitySpawnLocation not removed because it was specifically included
[WARNING] denizen-1.1.9-SNAPSHOT.jar, denizencore-1.90-SNAPSHOT.jar define 248 overlapping classes: 
[WARNING]   - com.denizenscript.denizencore.objects.core.DurationTag
[WARNING]   - com.denizenscript.denizencore.tags.core.DurationTagBase
[WARNING]   - com.denizenscript.denizencore.tags.core.ContextTagBase$1
[WARNING]   - com.denizenscript.denizencore.objects.core.MapTag
[WARNING]   - com.denizenscript.denizencore.events.ScriptEvent$MultipleMatchesHelper
[WARNING]   - com.denizenscript.denizencore.scripts.containers.core.ProcedureScriptContainer
[WARNING]   - com.denizenscript.denizencore.tags.core.ScriptTagBase
[WARNING]   - com.denizenscript.denizencore.events.OldEventManager$OldEventContextSource
[WARNING]   - com.denizenscript.denizencore.objects.core.ListTag$1
[WARNING]   - com.denizenscript.denizencore.scripts.commands.file.LogCommand$1
[WARNING]   - 238 more...
[WARNING] snakeyaml-1.19.jar, denizen-1.1.9-SNAPSHOT.jar define 203 overlapping classes: 
[WARNING]   - org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingValue
[WARNING]   - org.yaml.snakeyaml.parser.ParserImpl$ParseBlockNode
[WARNING]   - org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingSimpleValue
[WARNING]   - org.yaml.snakeyaml.emitter.Emitter$ExpectDocumentEnd
[WARNING]   - org.yaml.snakeyaml.Yaml$3
[WARNING]   - org.yaml.snakeyaml.emitter.Emitter$ExpectBlockSequenceItem
[WARNING]   - org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry
[WARNING]   - org.yaml.snakeyaml.util.ArrayUtils
[WARNING]   - org.yaml.snakeyaml.tokens.Token$ID
[WARNING]   - org.yaml.snakeyaml.reader.StreamReader
[WARNING]   - 193 more...
[WARNING] denizen-1.1.9-SNAPSHOT.jar, json-20201115.jar define 27 overlapping classes: 
[WARNING]   - org.json.JSONPropertyName
[WARNING]   - org.json.HTTPTokener
[WARNING]   - org.json.HTTP
[WARNING]   - org.json.JSONObject
[WARNING]   - org.json.JSONPointer$Builder
[WARNING]   - org.json.XMLXsiTypeConverter
[WARNING]   - org.json.JSONWriter
[WARNING]   - org.json.JSONObject$1
[WARNING]   - org.json.JSONArray
[WARNING]   - org.json.JSONPointer
[WARNING]   - 17 more...
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 2091 -> 2084 (99%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.1.9-b5352-DEV.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/target/denizen-dist-1.1.9-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/dependency-reduced-pom.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-dist ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/main/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-dist ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-dist ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-dist ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-dist ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ denizen-dist ---
[INFO] 
[INFO] --- maven-shade-plugin:3.2.0:shade (default) @ denizen-dist ---
[INFO] Including com.denizenscript:denizencore:jar:1.90-SNAPSHOT in the shaded jar.
[INFO] Including org.json:json:jar:20201115 in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.19 in the shaded jar.
[INFO] Including com.denizenscript:denizen:jar:1.1.9-SNAPSHOT in the shaded jar.
[INFO] Including com.denizenscript:denizen-v1_14:jar:1.1.9-SNAPSHOT in the shaded jar.
[INFO] Including com.denizenscript:denizen-v1_15:jar:1.1.9-SNAPSHOT in the shaded jar.
[INFO] Including com.denizenscript:denizen-v1_16:jar:1.1.9-SNAPSHOT in the shaded jar.
[INFO] Including com.denizenscript:denizen-paper:jar:1.1.9-SNAPSHOT in the shaded jar.
[INFO] No artifact matching filter com.denizenscript:denizen-nmshandler
[INFO] Minimizing jar com.denizenscript:denizen-dist:jar:1.1.9-SNAPSHOT
[INFO] org.json.JSONML not removed because it was specifically included
[INFO] org.json.XMLParserConfiguration not removed because it was specifically included
[INFO] org.json.JSONStringer not removed because it was specifically included
[INFO] org.json.CDL not removed because it was specifically included
[INFO] org.json.XML not removed because it was specifically included
[INFO] org.json.HTTP not removed because it was specifically included
[INFO] org.json.Property not removed because it was specifically included
[INFO] org.json.XML$1 not removed because it was specifically included
[INFO] org.json.HTTPTokener not removed because it was specifically included
[INFO] org.json.XMLXsiTypeConverter not removed because it was specifically included
[INFO] org.json.Cookie not removed because it was specifically included
[INFO] org.json.XML$1$1 not removed because it was specifically included
[INFO] org.json.XMLTokener not removed because it was specifically included
[INFO] org.json.CookieList not removed because it was specifically included
[WARNING] denizen-1.1.9-SNAPSHOT.jar, denizencore-1.90-SNAPSHOT.jar define 4 overlapping classes: 
[WARNING]   - com.freneticllc.freneticutilities.freneticdatasyntax.FDSData
[WARNING]   - com.freneticllc.freneticutilities.freneticdatasyntax.FDSInputException
[WARNING]   - com.freneticllc.freneticutilities.freneticdatasyntax.FDSUtility
[WARNING]   - com.freneticllc.freneticutilities.freneticdatasyntax.FDSSection
[WARNING] denizen-1.1.9-SNAPSHOT.jar, Denizen-1.1.9-b5352-DEV.jar define 899 overlapping classes: 
[WARNING]   - com.denizenscript.denizen.scripts.commands.player.SidebarCommand$1
[WARNING]   - com.denizenscript.denizen.objects.properties.entity.EntityArmorPose$PosePart$3
[WARNING]   - com.denizenscript.denizen.objects.properties.entity.EntityPowered
[WARNING]   - com.denizenscript.denizen.utilities.blocks.FakeBlock$1
[WARNING]   - com.denizenscript.denizen.events.entity.EntityBreedScriptEvent
[WARNING]   - com.denizenscript.denizen.utilities.debugging.BStatsMetricsLite$1
[WARNING]   - com.denizenscript.denizen.nms.util.PlayerProfile
[WARNING]   - com.denizenscript.denizen.tags.core.ServerTagBase$1
[WARNING]   - com.denizenscript.denizen.scripts.commands.entity.FollowCommand
[WARNING]   - com.denizenscript.denizen.utilities.command.manager.exceptions.ServerCommandException
[WARNING]   - 889 more...
[WARNING] snakeyaml-1.19.jar, denizen-1.1.9-SNAPSHOT.jar, Denizen-1.1.9-b5352-DEV.jar define 203 overlapping classes: 
[WARNING]   - org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingValue
[WARNING]   - org.yaml.snakeyaml.parser.ParserImpl$ParseBlockNode
[WARNING]   - org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingSimpleValue
[WARNING]   - org.yaml.snakeyaml.emitter.Emitter$ExpectDocumentEnd
[WARNING]   - org.yaml.snakeyaml.Yaml$3
[WARNING]   - org.yaml.snakeyaml.emitter.Emitter$ExpectBlockSequenceItem
[WARNING]   - org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry
[WARNING]   - org.yaml.snakeyaml.util.ArrayUtils
[WARNING]   - org.yaml.snakeyaml.tokens.Token$ID
[WARNING]   - org.yaml.snakeyaml.reader.StreamReader
[WARNING]   - 193 more...
[WARNING] denizen-1.1.9-SNAPSHOT.jar, Denizen-1.1.9-b5352-DEV.jar, denizencore-1.90-SNAPSHOT.jar define 244 overlapping classes: 
[WARNING]   - com.denizenscript.denizencore.objects.core.DurationTag
[WARNING]   - com.denizenscript.denizencore.tags.core.DurationTagBase
[WARNING]   - com.denizenscript.denizencore.tags.core.ContextTagBase$1
[WARNING]   - com.denizenscript.denizencore.objects.core.MapTag
[WARNING]   - com.denizenscript.denizencore.events.ScriptEvent$MultipleMatchesHelper
[WARNING]   - com.denizenscript.denizencore.scripts.containers.core.ProcedureScriptContainer
[WARNING]   - com.denizenscript.denizencore.tags.core.ScriptTagBase
[WARNING]   - com.denizenscript.denizencore.events.OldEventManager$OldEventContextSource
[WARNING]   - com.denizenscript.denizencore.objects.core.ListTag$1
[WARNING]   - com.denizenscript.denizencore.scripts.commands.file.LogCommand$1
[WARNING]   - 234 more...
[WARNING] denizen-v1_15-1.1.9-SNAPSHOT.jar, Denizen-1.1.9-b5352-DEV.jar define 54 overlapping classes: 
[WARNING]   - com.denizenscript.denizen.nms.v1_15.helpers.AdvancementHelperImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_15.impl.network.handlers.DenizenNetworkManagerImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_15.helpers.EntityHelperImpl$3
[WARNING]   - com.denizenscript.denizen.nms.v1_15.impl.jnbt.CompoundTagImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_15.helpers.EntityHelperImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_15.helpers.PlayerHelperImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_15.helpers.PlayerHelperImpl$2
[WARNING]   - com.denizenscript.denizen.nms.v1_15.impl.network.packets.PacketInSteerVehicleImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_15.impl.blocks.BlockLightImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_15.impl.network.fakes.FakeNetworkManagerImpl
[WARNING]   - 44 more...
[WARNING] denizen-v1_14-1.1.9-SNAPSHOT.jar, Denizen-1.1.9-b5352-DEV.jar define 52 overlapping classes: 
[WARNING]   - com.denizenscript.denizen.nms.v1_14.helpers.EntityHelperImpl$3
[WARNING]   - com.denizenscript.denizen.nms.v1_14.impl.network.packets.PacketOutSpawnEntityImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_14.impl.network.fakes.FakeNetworkManagerImpl$1
[WARNING]   - com.denizenscript.denizen.nms.v1_14.impl.network.packets.PacketOutSetSlotImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_14.impl.blocks.BlockLightImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_14.impl.entities.CraftItemProjectileImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_14.impl.ParticleImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_14.impl.network.handlers.FakeBlockHelper
[WARNING]   - com.denizenscript.denizen.nms.v1_14.impl.network.fakes.FakeChannelImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_14.impl.ProfileEditorImpl
[WARNING]   - 42 more...
[WARNING] Denizen-1.1.9-b5352-DEV.jar, denizen-v1_16-1.1.9-SNAPSHOT.jar define 56 overlapping classes: 
[WARNING]   - com.denizenscript.denizen.nms.v1_16.helpers.WorldHelperImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_16.impl.network.packets.PacketOutSpawnEntityImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_16.helpers.ItemHelperImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_16.impl.BiomeNMSImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_16.impl.entities.EntityFakeArrowImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_16.helpers.EntityHelperImpl$3
[WARNING]   - com.denizenscript.denizen.nms.v1_16.impl.entities.EntityItemProjectileImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_16.impl.network.packets.PacketOutWindowItemsImpl
[WARNING]   - com.denizenscript.denizen.nms.v1_16.helpers.PlayerHelperImpl$2
[WARNING]   - com.denizenscript.denizen.nms.v1_16.impl.blocks.BlockLightImpl$1
[WARNING]   - 46 more...
[WARNING] denizen-paper-1.1.9-SNAPSHOT.jar, Denizen-1.1.9-b5352-DEV.jar define 24 overlapping classes: 
[WARNING]   - com.denizenscript.denizen.paper.properties.EntityFromSpawner
[WARNING]   - com.denizenscript.denizen.paper.properties.WorldViewDistance
[WARNING]   - com.denizenscript.denizen.paper.PaperModule
[WARNING]   - com.denizenscript.denizen.paper.events.PlayerStopsSpectatingScriptEvent
[WARNING]   - com.denizenscript.denizen.paper.events.PlayerJumpsScriptEventPaperImpl
[WARNING]   - com.denizenscript.denizen.paper.events.EntityKnocksbackEntityScriptEvent
[WARNING]   - com.denizenscript.denizen.paper.events.PlayerClicksFakeEntityScriptEvent
[WARNING]   - com.denizenscript.denizen.paper.events.PreEntitySpawnScriptEvent
[WARNING]   - com.denizenscript.denizen.paper.events.PlayerEquipsArmorScriptEvent
[WARNING]   - com.denizenscript.denizen.paper.events.PlayerSpectatesEntityScriptEvent
[WARNING]   - 14 more...
[WARNING] denizen-1.1.9-SNAPSHOT.jar, json-20201115.jar define 27 overlapping classes: 
[WARNING]   - org.json.JSONPropertyName
[WARNING]   - org.json.HTTPTokener
[WARNING]   - org.json.HTTP
[WARNING]   - org.json.JSONObject
[WARNING]   - org.json.JSONPointer$Builder
[WARNING]   - org.json.XMLXsiTypeConverter
[WARNING]   - org.json.JSONWriter
[WARNING]   - org.json.JSONObject$1
[WARNING]   - org.json.JSONArray
[WARNING]   - org.json.JSONPointer
[WARNING]   - 17 more...
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 3676 -> 3669 (99%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.1.9-b5352-DEV.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/target/denizen-dist-1.1.9-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/dependency-reduced-pom.xml
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-dist ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.1.9-b5352-DEV.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-dist/1.1.9-SNAPSHOT/denizen-dist-1.1.9-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-dist/1.1.9-SNAPSHOT/denizen-dist-1.1.9-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for denizen-parent 1.1.9-SNAPSHOT:
[INFO] 
[INFO] denizen-parent ..................................... SUCCESS [  0.924 s]
[INFO] Denizen ............................................ SUCCESS [ 18.496 s]
[INFO] denizen-v1_14 ...................................... SUCCESS [  4.684 s]
[INFO] denizen-v1_15 ...................................... SUCCESS [  2.257 s]
[INFO] denizen-v1_16 ...................................... SUCCESS [  2.076 s]
[INFO] denizen-paper ...................................... SUCCESS [  1.050 s]
[INFO] denizen-dist ....................................... SUCCESS [  9.338 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  43.496 s
[INFO] Finished at: 2021-01-22T08:26:12Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/pom.xml to com.denizenscript/denizen-paper/1.1.9-SNAPSHOT/denizen-paper-1.1.9-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/denizen-paper-1.1.9-SNAPSHOT.jar to com.denizenscript/denizen-paper/1.1.9-SNAPSHOT/denizen-paper-1.1.9-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/pom.xml to com.denizenscript/denizen-parent/1.1.9-SNAPSHOT/denizen-parent-1.1.9-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml to com.denizenscript/denizen/1.1.9-SNAPSHOT/denizen-1.1.9-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.1.9-SNAPSHOT.jar to com.denizenscript/denizen/1.1.9-SNAPSHOT/denizen-1.1.9-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/pom.xml to com.denizenscript/denizen-v1_14/1.1.9-SNAPSHOT/denizen-v1_14-1.1.9-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_14/target/denizen-v1_14-1.1.9-SNAPSHOT.jar to com.denizenscript/denizen-v1_14/1.1.9-SNAPSHOT/denizen-v1_14-1.1.9-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/pom.xml to com.denizenscript/denizen-v1_15/1.1.9-SNAPSHOT/denizen-v1_15-1.1.9-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_15/target/denizen-v1_15-1.1.9-SNAPSHOT.jar to com.denizenscript/denizen-v1_15/1.1.9-SNAPSHOT/denizen-v1_15-1.1.9-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/pom.xml to com.denizenscript/denizen-v1_16/1.1.9-SNAPSHOT/denizen-v1_16-1.1.9-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/target/denizen-v1_16-1.1.9-SNAPSHOT.jar to com.denizenscript/denizen-v1_16/1.1.9-SNAPSHOT/denizen-v1_16-1.1.9-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/dependency-reduced-pom.xml to com.denizenscript/denizen-dist/1.1.9-SNAPSHOT/denizen-dist-1.1.9-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.1.9-b5352-DEV.jar to com.denizenscript/denizen-dist/1.1.9-SNAPSHOT/denizen-dist-1.1.9-SNAPSHOT.jar
/var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.1.9-b5352-DEV.jar is not inside /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/; will archive in a separate pass
channel stopped
Archiving artifacts
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@443cc7d0[nodeId=MDEwOlJlcG9zaXRvcnkzNjE1MjM4,description=NPC and general Spigot scripting, using the Denizen Scripting Language!,homepage=https://denizenscript.com/,name=Denizen,fork=false,archived=false,size=40202,milestones={},language=Java,commits={},source=<null>,parent=<null>,isTemplate=<null>,url=https://api.github.com/repos/DenizenScript/Denizen,id=3615238,nodeId=<null>,createdAt=2012-03-04T01:33:07Z,updatedAt=2021-01-22T08:25:13Z]] (sha:831b89d) with context:ci/jenkins/build-status
Setting commit status on GitHub for https://github.com/DenizenScript/Denizen/commit/831b89dd61aa35500494dae0a9a7ca18bd797e3d
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Sending notification to Discord.
Finished: SUCCESS