#(Josh65) adjust <biome[plains]> temperature:0.1 cause internal exception

47 messages · Page 1 of 1 (latest)

hidden palm
#

I ran /ex adjust <biome[plains]> temperature:0.1 in game and it doesn't change it, instead I get the error in the console. My goal with it is to make it snow rather than rain the plains biomes temporarily if there is a different way
https://paste.denizenscript.com/View/109344

stable starBOT
#

(Josh65) adjust <biome[plains]> temperature:0.1 cause internal exception

stable starBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>

nova hamlet
#

!command adjustblock

simple knollBOT
# nova hamlet !command adjustblock
Group

core

Syntax

adjustblock [<location>|...] [<mechanism>](:<value>) (no_physics)

Short Description

Adjusts a mechanism on the material of a block at the location.

Description

Adjusts a mechanism on the material of a block at the location.
That is, an equivalent to !command adjust, but that directly applies a "MaterialTag" mechanism onto a block.

Input a location or list of locations, and the mechanism to apply.

Use the "no_physics" argument to indicate that the change should not apply a physics update.
If not specified, physics will apply to the block and nearby blocks.

nova hamlet
#

!mechanism temperature

simple knollBOT
# nova hamlet !mechanism temperature

Sets the temperature for this biome server-wide.
If this is less than 0.15, snow will form on the ground when weather occurs in the world and a layer of ice will form over water.
Resets on server restart.

Object

BiomeTag

Input

ElementTag(Decimal)

Tags

<BiomeTag.temperature> Returns the temperature of this biome.

Examples
# Adjusts the temperature of the plains biome permanently, using a server start event to keep it applied.
on server start:
- adjust <biome[plains]> temperature:0.5
nova hamlet
#

oh, uh

simple knollBOT
# nova hamlet !logcheck https://paste.denizenscript.com/View/109341
Server Version

Paper version git-Paper-388 (MC: 1.18.2)-- (Current build :white_check_mark:)

Plugin Version(s)

Citizens v2.0.30-SNAPSHOT (build 2845) -- (:warning:Outdated build, behind by 215)
Denizen v1.2.6-SNAPSHOT (build 1785-REL) -- (:warning:Outdated build, behind by 6)
Depenizen v2.0.0 (build 819) -- (:warning:Outdated build, behind by 14)

Checked For

@nova hamlet

Java Version

17.0.1 :white_check_mark:

Other Noteworthy Plugin(s)

WorldGuard v7.0.7+216b061, ProtocolLib v5.0.0-SNAPSHOT-b616

Problematic Plugin(s)

Geyser-Spigot v2.1.0-SNAPSHOT - Bedrock clients are unsupportable. Please do all testing with a Java Edition client.
floodgate v2.2.2-SNAPSHOT (b??-2702bc3)

Possibly Relevant Plugin(s)

ViaVersion v4.6.2 - Mixed client vs server versions can sometimes cause packet-related issues.
Multiverse-Core v4.3.1-b861 - Multi-world configuration plugins may affect NPCs in unexpected ways.
SimplePets v5.0-BUILD-199 - This plugin has been known to break the plugin load order on many servers, due to usage of the 'loadbefore' directive in its 'plugin.yml'.

nova hamlet
#

it might be from being outdated possibly

hidden palm
#

!logcheck

simple knollBOT
hidden palm
simple knollBOT
# hidden palm !logcheck https://paste.denizenscript.com/View/109342
Server Version

Paper version git-Paper-388 (MC: 1.18.2)-- (Current build :white_check_mark:)

Plugin Version(s)

Citizens v2.0.30-SNAPSHOT (build 2859) -- (:warning:Outdated build, behind by 201)
Denizen v1.2.6-SNAPSHOT (build 1782-REL) -- (:warning:Outdated build, behind by 9)
Depenizen v2.0.0 (build 833) -- (Current build :white_check_mark:)

Checked For

@hidden palm

UUID Version

4 (:white_check_mark: Online)

Java Version

17.0.1 :white_check_mark:

Other Noteworthy Plugin(s)

WorldGuard v7.0.7+216b061, ProtocolLib v5.0.0-SNAPSHOT-b616

Problematic Plugin(s)

Geyser-Spigot v2.1.0-SNAPSHOT - Bedrock clients are unsupportable. Please do all testing with a Java Edition client.
floodgate v2.2.2-SNAPSHOT (b??-2702bc3)

Possibly Relevant Plugin(s)

ViaVersion v4.6.2 - Mixed client vs server versions can sometimes cause packet-related issues.
Multiverse-Core v4.3.1-b861 - Multi-world configuration plugins may affect NPCs in unexpected ways.
SimplePets v5.0-BUILD-199 - This plugin has been known to break the plugin load order on many servers, due to usage of the 'loadbefore' directive in its 'plugin.yml'.

nova hamlet
#

here:

#

!update Denizen Citizens

simple knollBOT
nova hamlet
#

use one of the first two links for Denizen, the top link for Citizens

hidden palm
#

This is the latest that will run for me. Denizen fails to load with Citizens versions higher with the below error

java.lang.NoSuchMethodError: 'net.citizensnpcs.api.ai.speech.SpeechFactory net.citizensnpcs.api.CitizensAPI.getSpeechFactory()'
        at com.denizenscript.denizen.npc.TraitRegistry.registerMainTraits(TraitRegistry.java:30) ~[Denizen-1.2.7-b1791-REL.jar:?]
        at com.denizenscript.denizen.Denizen.onEnable(Denizen.java:310) ~[Denizen-1.2.7-b1791-REL.jar:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-388]
        at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-388]
        at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-388]
        at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-388]
        at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]```
simple knollBOT
# hidden palm !logcheck https://paste.denizenscript.com/View/109344
Server Version

Paper version git-Paper-388 (MC: 1.18.2)-- (Current build :white_check_mark:)

Plugin Version(s)

Citizens v2.0.31-SNAPSHOT (build 3015) -- (:warning:Outdated build, behind by 45)
Denizen v1.2.7-SNAPSHOT (build 1791-REL) -- (Current build :white_check_mark:)
Depenizen v2.0.0 (build 833) -- (Current build :white_check_mark:)

Checked For

@hidden palm

UUID Version

4 (:white_check_mark: Online)

Java Version

17.0.1 :white_check_mark:

Other Noteworthy Plugin(s)

WorldGuard v7.0.7+216b061, ProtocolLib v5.0.0-SNAPSHOT-b616

Problematic Plugin(s)

Geyser-Spigot v2.1.0-SNAPSHOT - Bedrock clients are unsupportable. Please do all testing with a Java Edition client.
floodgate v2.2.2-SNAPSHOT (b??-2702bc3)

Possibly Relevant Plugin(s)

ViaVersion v4.6.2 - Mixed client vs server versions can sometimes cause packet-related issues.
Multiverse-Core v4.3.1-b861 - Multi-world configuration plugins may affect NPCs in unexpected ways.
SimplePets v5.0-BUILD-199 - This plugin has been known to break the plugin load order on many servers, due to usage of the 'loadbefore' directive in its 'plugin.yml'.

hidden palm
#

Still get the same issue when trying to adjust temperature

mossy bear
hidden palm
#

Still getting the same issue with the adjust temperature

simple knollBOT
# hidden palm !logcheck https://paste.denizenscript.com/View/109350
Server Version

Paper version git-Paper-388 (MC: 1.18.2)-- (Current build :white_check_mark:)

Plugin Version(s)

Citizens v2.0.31-SNAPSHOT (build 3064) -- (Current build :white_check_mark:)
Denizen v1.2.7-SNAPSHOT (build 6761-DEV) -- (Current build :white_check_mark:)
Depenizen v2.0.0 (build 833) -- (Current build :white_check_mark:)

Checked For

@hidden palm

UUID Version

4 (:white_check_mark: Online)

Java Version

17.0.1 :white_check_mark:

Other Noteworthy Plugin(s)

WorldGuard v7.0.7+216b061, ProtocolLib v5.0.0-SNAPSHOT-b616

Problematic Plugin(s)

Geyser-Spigot v2.1.0-SNAPSHOT - Bedrock clients are unsupportable. Please do all testing with a Java Edition client.
floodgate v2.2.2-SNAPSHOT (b??-2702bc3)

Possibly Relevant Plugin(s)

ViaVersion v4.6.2 - Mixed client vs server versions can sometimes cause packet-related issues.
Multiverse-Core v4.3.1-b861 - Multi-world configuration plugins may affect NPCs in unexpected ways.
SimplePets v5.0-BUILD-199 - This plugin has been known to break the plugin load order on many servers, due to usage of the 'loadbefore' directive in its 'plugin.yml'.

hidden palm
#

Any updates on this?

hidden palm
#

This is still an issue for me

mossy bear
#

!update Denizen

simple knollBOT
mossy bear
#

If not then please post a new debug/log

hidden palm
#

I will try now

twilit finchBOT
hidden palm
#

Fixed now, thanks.

dusty garnetBOT
#
Resolved

Thread closed as resolved.

#
Thread Reopened

Thread was manually reopened by @mossy bear.

#
Changed to Bug

Thread is now a Bug thread. This indicates a core code bug that a developer must resolved, not an error message or other support topic. Please do not misuse the Bug label. Use </helpthread:1028674284870180883> to switch the thread back to a normal help thread if you are not 100% confident it is a code bug.