Giter VIP home page Giter VIP logo

globalwarming's People

Contributors

poma123 avatar renovate-bot avatar ybw0014 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

globalwarming's Issues

Global warming needs to be updated for 1.18 biomes

Description (REQUIRED)

in the server logs, global warming does not support 1.18 biomes.

Steps to reproduce the Issue (REQUIRED)

Expected behavior (REQUIRED)

to support 1.18 biomes

Server Log

https://pastebin.com/ZxihG0Gs

/error-reports/ Folder

Environment (REQUIRED)

  • Server Software (Spigot/Paper): paper 81 1.18
  • Minecraft Version: 1.18.1
  • Slimefun Version: 987
  • CS-CoreLib Version: n/a

lagging the server....

hey there
this is what my sf showed me
2021-04-16_15 20 53
that is why I am reporting it here plz fix it I really need this plugin
btw an opinion since it gives u free carbon plz make it way harder to build
tnx

Incompatible with new version of SlimeFun

Description (REQUIRED)

SF now remove SimpleHologram and registerBlockHandler should be changed to itemHandler these day

Steps to reproduce the Issue (REQUIRED)

Use this plugin with the latest version of SF

Expected behavior (REQUIRED)

Make it compatible with new version by using new api

Server Log

[17:16:44 INFO]: [GlobalWarming] Enabling GlobalWarming vDEV - 9 (git d21d264b)
[17:16:44 ERROR]: Error occurred while enabling GlobalWarming vDEV - 9 (git d21d264b) (Is it up to date?)
java.lang.NoClassDefFoundError: me/mrCookieSlime/Slimefun/Objects/SlimefunBlockHandler
        at me.poma123.globalwarming.items.machines.TemperatureMeter.<init>(TemperatureMeter.java:29) ~[?:?]
        at me.poma123.globalwarming.GlobalWarmingPlugin$1.<init>(GlobalWarmingPlugin.java:102) ~[?:?]
        at me.poma123.globalwarming.GlobalWarmingPlugin.registerItems(GlobalWarmingPlugin.java:98) ~[?:?]
        at me.poma123.globalwarming.GlobalWarmingPlugin.onEnable(GlobalWarmingPlugin.java:85) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-640]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Paper-640]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Paper-640]
        at com.rylinaux.plugman.util.PluginUtil.load(PluginUtil.java:366) ~[?:?]
        at com.rylinaux.plugman.util.PluginUtil.load(PluginUtil.java:318) ~[?:?]
        at com.rylinaux.plugman.util.PluginUtil.reload(PluginUtil.java:380) ~[?:?]
        at com.rylinaux.plugman.command.ReloadCommand.execute(ReloadCommand.java:122) ~[?:?]
        at com.rylinaux.plugman.PlugManCommandHandler.onCommand(PlugManCommandHandler.java:95) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.5.jar:git-Paper-640]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.5.jar:git-Paper-640]
        at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:810) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2171) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:1986) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1939) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:50) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:8) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:35) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1262) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1255) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1216) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1130) ~[patched_1.16.5.jar:git-Paper-640]
        at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289) ~[patched_1.16.5.jar:git-Paper-640]
        at java.lang.Thread.run(Thread.java:832) [?:?]
Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.Slimefun.Objects.SlimefunBlockHandler
        at java.net.URLClassLoader.findClass(URLClassLoader.java:435) ~[?:?]
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:182) ~[patched_1.16.5.jar:git-Paper-640]
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.16.5.jar:git-Paper-640]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
        ... 32 more

/error-reports/ Folder

Environment (REQUIRED)

  • Server Software (Spigot/Paper):
  • Minecraft Version: \
  • Slimefun Version: any version after they changed api
  • CS-CoreLib Version: \

Disappearance of canisters

Description (REQUIRED)

Players have repeatedly complained to me that their empty canisters are disappearing. Probably the ones that are being filled at the time of reboot are deleted

Steps to reproduce the Issue (REQUIRED)

Insert an empty canister into the air compressor
Restart the server
See

Expected behavior (REQUIRED)

Empty canisters will not disappear

Server Log

/error-reports/ Folder

Environment (REQUIRED)

  • Server Software (Spigot/Paper): Purpur 1.18.1
  • Minecraft Version: 1.18.1
  • Slimefun Version: dev #999

cant get plugin to load old versions or new

Description (REQUIRED)

i downloaded
GlobalWarming - DEV 4 (git bd8e7).jar
to my paper spigot server PaperMC-1.16.3.jar
i get this error when loading the plugin
ERROR Could not load 'plugins/GlobalWarming - DEV 4 (git bd8e7).jar' in folder 'plugins'
23.11 12:44:56 [Server] INFO org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/cscorelib2/updater/Updater
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:141) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:389) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:204) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at java.lang.Thread.run(Thread.java:834) [?:?]
23.11 12:44:56 [Server] INFO Caused by: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/cscorelib2/updater/Updater
23.11 12:44:56 [Server] INFO at java.lang.Class.forName0(Native Method) ~[?:?]
23.11 12:44:56 [Server] INFO at java.lang.Class.forName(Class.java:398) ~[?:?]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:68) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO ... 7 more
23.11 12:44:56 [Server] INFO Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.CSCoreLibPlugin.cscorelib2.updater.Updater
23.11 12:44:56 [Server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:471) ~[?:?]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:588) ~[?:?]
23.11 12:44:56 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
23.11 12:44:56 [Server] INFO at java.lang.Class.forName0(Native Method) ~[?:?]
23.11 12:44:56 [Server] INFO at java.lang.Class.forName(Class.java:398) ~[?:?]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:68) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO ... 7 more

Steps to reproduce the Issue (REQUIRED)

as stated above i downloaded the plugin and this is what i got on startup

Expected behavior (REQUIRED)

i expected the plugin would work

Server Log

ERROR Could not load 'plugins/GlobalWarming - DEV 4 (git bd8e7).jar' in folder 'plugins'
23.11 12:44:56 [Server] INFO org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/cscorelib2/updater/Updater
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:141) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:389) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:204) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at java.lang.Thread.run(Thread.java:834) [?:?]
23.11 12:44:56 [Server] INFO Caused by: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/cscorelib2/updater/Updater
23.11 12:44:56 [Server] INFO at java.lang.Class.forName0(Native Method) ~[?:?]
23.11 12:44:56 [Server] INFO at java.lang.Class.forName(Class.java:398) ~[?:?]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:68) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO ... 7 more
23.11 12:44:56 [Server] INFO Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.CSCoreLibPlugin.cscorelib2.updater.Updater
23.11 12:44:56 [Server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:471) ~[?:?]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:588) ~[?:?]
23.11 12:44:56 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
23.11 12:44:56 [Server] INFO at java.lang.Class.forName0(Native Method) ~[?:?]
23.11 12:44:56 [Server] INFO at java.lang.Class.forName(Class.java:398) ~[?:?]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:68) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.3.jar:git-Paper-253]
23.11 12:44:56 [Server] INFO ... 7 more

/error-reports/ Folder

i got ton of errors in this folder, ill give you the first one. most of them are from this void panel item

Java Environment:
Operating System: Linux
Java Version: 11.0.2

Server Software: Paper
Build: git-Paper-253 (MC: 1.16.3)
Minecraft v1.16.3-R0.1-SNAPSHOT

Slimefun Environment:
CS-CoreLib v1.6.3
Slimefun vDEV - 756 (git 354dd30e)
Caused by: InfinityExpansion vDEV - 49 (git fe0b3707)

Installed Addons (31)

  • EcoPower DEV - 2 (git b0c0c875)
  • Barrels DEV - 14 (git 1563de94)
  • ExtraGear DEV - 12 (git 4570ea2c)
  • ClayTech 1.2.18
  • InfinityExpansion DEV - 49 (git fe0b3707)
  • SFCalc DEV - 14 (git 8d205b67)
  • MobCapturer DEV - 11 (git 4edf38dd)
  • TranscEndence DEV - 21 (git f7bb1376)
  • ChestTerminal DEV - 38 (git c024be5c)
  • SlimefunWarfare DEV - 9 (git fe18afc3)
  • HotbarPets DEV - 31 (git 5909202f)
  • ExoticGarden DEV - 61 (git b5067266)
  • Liquid DEV - 2 (git a1e713d8)
  • SoulJars DEV - 17 (git 9eedba0f)
  • AsteroidBelt 1.0.5
  • ExtraTools DEV - 22 (git ea11f88b)
  • FoxyMachines DEV - 7 (git 85598948)
  • SlimefunOreChunks DEV - 9 (git 88dd72b0)
  • MoreTools DEV - 8 (git db8d8814)
  • ElectricSpawners DEV - 18 (git f9da206b)
  • WhatIsThis 3.2
  • SlimyTreeTaps DEV - 15 (git 205f8afc)
  • PrivateStorage DEV - 14 (git 98a31c90)
  • ColoredEnderChests DEV - 17 (git f9a39e70)
  • FluffyMachines DEV - 45 (git 83a0ff9a)
  • DyedBackpacks DEV - 9 (git c42435c1)
  • SoundMuffler DEV - 17 (git 3abf8993)
  • SensibleToolbox DEV - 33 (git ca72a257)
  • LiteXpansion DEV - 98 (git f79eab2f)
  • CMI 8.7.10.0
  • SlimyPowerSuits DEV - 8 (git a93bd3ae)

Installed Plugins (61):

  • GroupManager 2.8 (Phoenix)
  • PlaceholderAPI 2.10.9
  • LightAPI 3.4.5
  • LoneLibs 1.0.5
  • ProtocolLib 4.6.0-SNAPSHOT-b480
  • LibsDisguises 10.0.19
  • ImageMaps 1.0.2
  • CS-CoreLib 1.6.3
  • AutoCraft 1.9
  • Vault 1.7.3-b${env.TRAVIS_BUILD_NUMBER}
  • ScriptBlock 0.8.72
  • SellStick 1.16.1v1
  • ServerSigns 4.6.1
  • WorldEdit 7.2.0-SNAPSHOT+b9e750f
  • HeadDatabase 4.12.6
  • EmeraldEnchants DEV - 7 (git 3cd370b5)
  • WorldGuard 7.0.2-SNAPSHOT;1998-f43a4ea
  • Brewery 2.1.2
  • Slimefun DEV - 756 (git 354dd30e)
  • EcoPower DEV - 2 (git b0c0c875)
  • Barrels DEV - 14 (git 1563de94)
  • Shop 1.8.2.3
  • ExtraGear DEV - 12 (git 4570ea2c)
  • ClayTech 1.2.18
  • InfinityExpansion DEV - 49 (git fe0b3707)
  • SFCalc DEV - 14 (git 8d205b67)
  • MobCapturer DEV - 11 (git 4edf38dd)
  • TranscEndence DEV - 21 (git f7bb1376)
  • ChestTerminal DEV - 38 (git c024be5c)
  • SlimefunWarfare DEV - 9 (git fe18afc3)
  • HotbarPets DEV - 31 (git 5909202f)
  • ExoticGarden DEV - 61 (git b5067266)
  • Liquid DEV - 2 (git a1e713d8)
  • SoulJars DEV - 17 (git 9eedba0f)
  • AsteroidBelt 1.0.5
  • ExtraTools DEV - 22 (git ea11f88b)
  • FoxyMachines DEV - 7 (git 85598948)
  • SlimefunOreChunks DEV - 9 (git 88dd72b0)
  • MoreTools DEV - 8 (git db8d8814)
  • ElectricSpawners DEV - 18 (git f9da206b)
  • WhatIsThis 3.2
  • SlimyTreeTaps DEV - 15 (git 205f8afc)
  • PrivateStorage DEV - 14 (git 98a31c90)
  • ColoredEnderChests DEV - 17 (git f9a39e70)
  • FluffyMachines DEV - 45 (git 83a0ff9a)
  • DyedBackpacks DEV - 9 (git c42435c1)
  • SoundMuffler DEV - 17 (git 3abf8993)
  • SensibleToolbox DEV - 33 (git ca72a257)
  • Multiverse-Core 4.1.0-b775
  • LiteXpansion DEV - 98 (git f79eab2f)
  • CMI 8.7.10.0
  • CubCustomDrops 5.5.1
  • SlimyPowerSuits DEV - 8 (git a93bd3ae)
  • Towny 0.96.3.0
  • TownyChat 0.81
  • SpecializedCrates 2.12.7
  • ItemsAdder 2.1.15
  • TownyNameUpdater 5.0
  • WolfyUtilities 1.6.2.11
  • CustomCrafting 1.6.4.0
  • CMIPaperLib 1.0.0

Block Info:
World: world
X: 10045
Y: 217
Z: 9987
Material: LIGHT_GRAY_GLAZED_TERRACOTTA
Block Data: org.bukkit.craftbukkit.v1_16_R2.block.impl.CraftGlazedTerracotta
State: org.bukkit.craftbukkit.v1_16_R2.block.CraftBlockState

Ticker-Info:
Type: Synchronized

Ticker-Info:
Type: Indirect (Energy Network)

Slimefun Data:
ID: VOID_PANEL
Inventory: true
Data: {"energy-charge":"900000","id":"VOID_PANEL"}

Stacktrace:

java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/cscorelib2/collections/Pair
at io.github.mooy1.infinityexpansion.implementation.machines.EnergyGenerator.getGeneratingAmount(EnergyGenerator.java:195)
at io.github.mooy1.infinityexpansion.implementation.machines.EnergyGenerator.getGeneratedOutput(EnergyGenerator.java:117)
at io.github.thebusybiscuit.slimefun4.core.networks.energy.EnergyNet.tickAllGenerators(EnergyNet.java:214)
at io.github.thebusybiscuit.slimefun4.core.networks.energy.EnergyNet.tick(EnergyNet.java:129)
at io.github.thebusybiscuit.slimefun4.implementation.items.electric.EnergyRegulator.tick(EnergyRegulator.java:75)
at io.github.thebusybiscuit.slimefun4.implementation.items.electric.EnergyRegulator.access$000(EnergyRegulator.java:31)
at io.github.thebusybiscuit.slimefun4.implementation.items.electric.EnergyRegulator$2.tick(EnergyRegulator.java:68)
at io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.tickBlock(TickerTask.java:179)
at io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.tickLocation(TickerTask.java:166)
at io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.tickChunk(TickerTask.java:136)
at io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.run(TickerTask.java:101)
at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftTask.run(CraftTask.java:99)
at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.CSCoreLibPlugin.cscorelib2.collections.Pair
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 17 more

Environment (REQUIRED)

23.11 12:50:18 [Multicraft] Steve_French_ ran command: sf versions
23.11 12:50:18 [Server] INFO This Server uses the following setup of Slimefun:
23.11 12:50:18 [Server] INFO Paper v1_16_R2
23.11 12:50:18 [Server] INFO CS-CoreLib v1.6.3
23.11 12:50:18 [Server] INFO Slimefun vDEV - 756 (git 354dd30e)
23.11 12:50:18 [Server] INFO Metrics build: #17
23.11 12:50:18 [Server] INFO Installed Addons: (31)
23.11 12:50:18 [Server] INFO SlimyPowerSuits vDEV - 8 (git a93bd3ae)
23.11 12:50:18 [Server] INFO AsteroidBelt v1.0.5
23.11 12:50:18 [Server] INFO ExtraTools vDEV - 22 (git ea11f88b)
23.11 12:50:18 [Server] INFO FoxyMachines vDEV - 7 (git 85598948)
23.11 12:50:18 [Server] INFO SlimefunOreChunks vDEV - 9 (git 88dd72b0)
23.11 12:50:18 [Server] INFO SensibleToolbox vDEV - 33 (git ca72a257)
23.11 12:50:18 [Server] INFO ExtraGear vDEV - 12 (git 4570ea2c)
23.11 12:50:18 [Server] INFO MoreTools vDEV - 8 (git db8d8814)
23.11 12:50:18 [Server] INFO ClayTech v1.2.18
23.11 12:50:18 [Server] INFO InfinityExpansion vDEV - 49 (git fe0b3707)
23.11 12:50:18 [Server] INFO SFCalc vDEV - 14 (git 8d205b67)
23.11 12:50:18 [Server] INFO ElectricSpawners vDEV - 18 (git f9da206b)
23.11 12:50:18 [Server] INFO WhatIsThis v3.2
23.11 12:50:18 [Server] INFO MobCapturer vDEV - 11 (git 4edf38dd)
23.11 12:50:18 [Server] INFO SlimyTreeTaps vDEV - 15 (git 205f8afc)
23.11 12:50:18 [Server] INFO PrivateStorage vDEV - 14 (git 98a31c90)
23.11 12:50:18 [Server] INFO TranscEndence vDEV - 21 (git f7bb1376)
23.11 12:50:18 [Server] INFO ColoredEnderChests vDEV - 17 (git f9a39e70)
23.11 12:50:18 [Server] INFO FluffyMachines vDEV - 45 (git 83a0ff9a)
23.11 12:50:18 [Server] INFO CMI v8.7.10.0
23.11 12:50:18 [Server] INFO ChestTerminal vDEV - 38 (git c024be5c)
23.11 12:50:18 [Server] INFO DyedBackpacks vDEV - 9 (git c42435c1)
23.11 12:50:18 [Server] INFO SoundMuffler vDEV - 17 (git 3abf8993)
23.11 12:50:18 [Server] INFO SlimefunWarfare vDEV - 9 (git fe18afc3)
23.11 12:50:18 [Server] INFO EcoPower vDEV - 2 (git b0c0c875)
23.11 12:50:18 [Server] INFO HotbarPets vDEV - 31 (git 5909202f)
23.11 12:50:18 [Server] INFO ExoticGarden vDEV - 61 (git b5067266)
23.11 12:50:18 [Server] INFO Barrels vDEV - 14 (git 1563de94)
23.11 12:50:18 [Server] INFO Liquid vDEV - 2 (git a1e713d8)
23.11 12:50:18 [Server] INFO LiteXpansion vDEV - 98 (git f79eab2f)
23.11 12:50:18 [Server] INFO SoulJars vDEV - 17 (git 9eedba0f)

  • Server Software (Spigot/Paper):
  • Minecraft Version: 1.16.3
  • Slimefun Version: Slimefun4 - DEV 737 (git 1c5f2).jar
  • CS-CoreLib Version: CS-CoreLib+v1.6.3.jar

[Feature request] Disabled worlds work like whitelist

Hi please, cause i'm using player worlds plugin, I can't list there all my worlds to stop global warming... so please, could you add there option for:

disabled-worlds:
- disabled_world

To make it whitelisted one?

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/closed-issues.yml
.github/workflows/maven.yml
  • actions/checkout v3
  • actions/setup-java v3.3.0
.github/workflows/merge-conflicts.yml
.github/workflows/sonar.yml
  • actions/checkout v3
  • actions/setup-java v3.3.0
  • actions/cache v3
  • actions/cache v3
maven
pom.xml
  • org.apache.maven.plugins:maven-compiler-plugin 3.10.1
  • org.apache.maven.plugins:maven-source-plugin 3.2.1
  • org.apache.maven.plugins:maven-shade-plugin 3.3.0
  • org.spigotmc:spigot-api 1.18.1-R0.1-SNAPSHOT
  • com.github.Slimefun:Slimefun4 c1074faeb2
  • com.google.code.findbugs:jsr305 3.0.2
  • org.bstats:bstats-bukkit 3.0.0

  • Check this box to trigger a request for Renovate to run again on this repository

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Fails to enable.

Description (REQUIRED)

Plugin fails to load.

Steps to reproduce the Issue (REQUIRED)

Start a server with Slimefun and this addon.

Expected behavior (REQUIRED)

The plugin loading.

Server Log

https://pastebin.com/RcvHSqkb

/error-reports/ Folder

N/A

Environment (REQUIRED)

2021-07-02_13 01 15
2021-07-02_13 01 19

At the time of creating this issue, I WAS using the latest version of Slimefun and all addons in these screenshots, but whoever answers this by then, these screenshots are basically pointless. Blame yourself for answering so late.

  • Server Software (Spigot/Paper): See 2nd screenshot.

Error on startup

[04:07:59] [Server thread/INFO]: [GlobalWarming] Enabling GlobalWarming vDEV - 9 (git d21d264b)
[04:07:59] [Server thread/ERROR]: Error occurred while enabling GlobalWarming vDEV - 9 (git d21d264b) (Is it up to date?)
java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: me/mrCookieSlime/Slimefun/Objects/SlimefunItem/UnregisterReason
	at me.poma123.globalwarming.items.machines.TemperatureMeter.<init>(TemperatureMeter.java:29) ~[?:?]
	at me.poma123.globalwarming.GlobalWarmingPlugin$1.<init>(GlobalWarmingPlugin.java:102) ~[?:?]
	at me.poma123.globalwarming.GlobalWarmingPlugin.registerItems(GlobalWarmingPlugin.java:98) ~[?:?]
	at me.poma123.globalwarming.GlobalWarmingPlugin.onEnable(GlobalWarmingPlugin.java:85) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1048]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Purpur-1048]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Purpur-1048]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Purpur-1048]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Purpur-1048]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:582) ~[patched_1.16.5.jar:git-Purpur-1048]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:292) ~[patched_1.16.5.jar:git-Purpur-1048]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1061) ~[patched_1.16.5.jar:git-Purpur-1048]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Purpur-1048]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
Caused by: java.lang.NoClassDefFoundError: me/mrCookieSlime/Slimefun/Objects/SlimefunItem/UnregisterReason
	... 14 more
Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.Slimefun.Objects.SlimefunItem.UnregisterReason
	at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_281]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:183) ~[patched_1.16.5.jar:git-Purpur-1048]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.16.5.jar:git-Purpur-1048]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_281]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_281]
	... 14 more
[04:07:59] [Server thread/INFO]: [GlobalWarming] Disabling GlobalWarming vDEV - 9 (git d21d264b)

Worlds selection in config.yml doesn't work

Hi! This is what is hapening:
No matter what configs we try, we can't get GW to work in the world nuclear.
With any of following configs, inside the game we do:
/gw pollution get world
and we a get a value (that's correct), but when we do:
/gw pollution get nuclear
the response is always:
The plugin's functionality is disabled in the given world

As Blacklist (GW should work in all worlds):

worlds: []
world-filter-type: blacklist

Or as Whitelist (GW should work only in world and nuclear worlds):

worlds:
  - world
  - nuclear
world-filter-type: whitelist

The last one is even worst because the plugin parse config.yml and transform it to this:

worlds:
- world
- nuclear
world-filter-type: whitelist

And that's a wrong YML format for an array of elements, the 2 spaces before de - are needed.
In the end, the result is always the same, GW only works in the 3 vanilla worlds (world, world_nether, and world_the_end), but doesn't work in any additional world.
Just in case, nuclear is a normal type world, just like the overworld.

I hope you can find the bug.
Thanks in advance.

  • Server Software (Spigot/Paper): Paper v1_16_R2
  • Minecraft Version: MC 1.16.3
  • Slimefun Version: Slimefun vDEV - 766 (git 5aa5ca1a)
  • CS-CoreLib Version: CS-CoreLib vDEV - 91 (git e42a05d1)
  • GlobalWarming Version: GlobalWarming vDEV - 4 (git bd8e730)

Global

Hello, I would like to know if this addon is working, and if it consumes a lot of performance, thank you

Item ID conflict

Description

Item FILTER ID conflict

public static final SlimefunItemStack FILTER = new SlimefunItemStack("FILTER", Material.GUNPOWDER, "&7Filter");

https://github.com/Slimefun-Addon-Community/Galactifun/blob/e22759e3d3c7e770f86cb14d6bda944c9f6fb8d2/src/main/java/io/github/addoncommunity/galactifun/base/BaseMats.java#L137

Steps to reproduce the Issue

Install GlobalWarming and Galactifun, start server

Expected behavior

No conflict error

Server Log / Error Report

[Server thread/ERROR]: Registering SlimefunItem - 'FILTER' has failed!
io.github.thebusybiscuit.slimefun4.api.exceptions.IdConflictException: Two items have conflicting ids: SlimefunItem - 'FILTER' (Galactifun vDEV - 37 (git 4a5420dd)) and SlimefunItem - 'FILTER' (GlobalWarming vDEV - 10 (git 5d4de1b9))
	at io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem.checkForConflicts(SlimefunItem.java:592) ~[Slimefun4.jar:?]
	at io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem.register(SlimefunItem.java:421) ~[Slimefun4.jar:?]
	at io.github.addoncommunity.galactifun.base.BaseMats.component(BaseMats.java:482) ~[Galactifun.jar:?]
	at io.github.addoncommunity.galactifun.base.BaseMats.component(BaseMats.java:487) ~[Galactifun.jar:?]
	at io.github.addoncommunity.galactifun.base.BaseMats.setup(BaseMats.java:340) ~[Galactifun.jar:?]
	at io.github.addoncommunity.galactifun.Galactifun.enable(Galactifun.java:100) ~[Galactifun.jar:?]
	at io.github.addoncommunity.galactifun.infinitylib.core.AbstractAddon.onEnable(AbstractAddon.java:194) ~[Galactifun.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.17.1.jar:git-Paper-399]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.17.1.jar:git-Paper-399]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.17.1.jar:git-Paper-399]
	at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:561) ~[patched_1.17.1.jar:git-Paper-399]
	at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:475) ~[patched_1.17.1.jar:git-Paper-399]
	at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:733) ~[patched_1.17.1.jar:git-Paper-399]
	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:317) ~[patched_1.17.1.jar:git-Paper-399]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[patched_1.17.1.jar:git-Paper-399]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-399]
	at java.lang.Thread.run(Thread.java:831) ~[?:?]

Environment

  • Minecraft Version: Paper 1.17.1
  • Slimefun Version: DEV 986 (git 250fe)
  • Plugin Version: Galactifun vDEV - 37 (git 4a5420dd), GlobalWarming vDEV - 10 (git 5d4de1b)

Linked issue

Slimefun-Addon-Community/Galactifun#103

Unknown Bug

Description (REQUIRED)

I really don't know what the problem is here. I was watching the server console and a couple errors popped up. I thought you would want to know about them so they can be fixed. The only visual problem I can see is in a warmer biome it is 32 degrees F, on my thermometer. it's never dropped below 60. I don't know if the temperature is related to the error or not, it's the only thing I can see so it's hard to tell what the error actually is.

Steps to reproduce the Issue (REQUIRED)

Unable to tell you as I don't know what the error is. You'll have to go off the logs.

Expected behavior (REQUIRED)

no clue.

Server Log

/error-reports/ Folder

2021-01-11-16-23.txt
2021-01-11-16-23 (1).txt

Environment (REQUIRED)

  • Server Software (Spigot/Paper): spigot for 1.16.3
  • Minecraft Version: 1.16.3
  • Slimefun Version: Dev 780
  • CS-CoreLib Version: Dev 92
  • Global Warming: Dev 6

Can't enabling GlobalWarming

Description (REQUIRED)

Server can't enabling this plugin.

Steps to reproduce the Issue (REQUIRED)

屏幕截图 2022-02-09 100206.png
屏幕截图 2022-02-09 095919.png
屏幕截图 2022-02-09 095943.png

Expected behavior (REQUIRED)

This plugin should be install currectly.

Server Log

[21:49:18 INFO]: [GlobalWarming] Enabling GlobalWarming vDEV - 11 (git 73ff77d4)
[21:49:18 ERROR]: Error occurred while enabling GlobalWarming vDEV - 11 (git 73ff77d4) (Is it up to date?)
java.lang.NoSuchMethodError: 'io.github.thebusybiscuit.slimefun4.utils.biomes.BiomeMap io.github.thebusybiscuit.slimefun4.utils.biomes.BiomeMap.fromJson(org.bukkit.NamespacedKey, java.lang.String, io.github.thebusybiscuit.slimefun4.utils.biomes.BiomeDataConverter, boolean)'
        at me.poma123.globalwarming.Registry.loadBiomeMap(Registry.java:198) ~[[SlimeFunPluging]GlobalWarming - DEV 11 (git 73ff7).jar:?]
        at me.poma123.globalwarming.Registry.load(Registry.java:62) ~[[SlimeFunPluging]GlobalWarming - DEV 11 (git 73ff7).jar:?]
        at me.poma123.globalwarming.GlobalWarmingPlugin.onEnable(GlobalWarmingPlugin.java:97) ~[[SlimeFunPluging]GlobalWarming - DEV 11 (git 73ff7).jar:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugin(CraftServer.java:564) ~[paper-1.18.1.jar:git-Paper-187]
        at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugins(CraftServer.java:478) ~[paper-1.18.1.jar:git-Paper-187]
        at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:727) ~[paper-1.18.1.jar:git-Paper-187]
        at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:503) ~[paper-1.18.1.jar:git-Paper-187]
        at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:313) ~[paper-1.18.1.jar:git-Paper-187]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1202) ~[paper-1.18.1.jar:git-Paper-187]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.18.1.jar:git-Paper-187]
        at java.lang.Thread.run(Unknown Source) ~[?:?]
[21:49:18 INFO]: [GlobalWarming] Disabling GlobalWarming vDEV - 11 (git 73ff77d4)

Environment (REQUIRED)

  • Server Software (Spigot/Paper):paper (git-Paper-187)
  • Minecraft Version:1.18.1(server) 1.17.1(client)
  • Slimefun Version:RC - 30 (git fd4b462f)

News report

Description (REQUIRED)

The news report contains "Climate change:". That's only for Air Quality Meter.

Steps to reproduce the Issue (REQUIRED)

image

Expected behavior (REQUIRED)

The news report should not contain "Climate change:"

Server Log

/error-reports/ Folder

Environment (REQUIRED)

  • Server Software (Spigot/Paper): git-Paper-236 (MC: 1.16.3)
  • Minecraft Version: 1.16.3
  • Slimefun Version: vDEV - 724
  • CS-CoreLib Version: vDEV - 91

question - download

Hi, can the addon be downloaded somehow? Or do I have to put it together myself?

Air quality meter and thermometer throw errors when placed

Description (REQUIRED)

I tried placing a thermometer and an air quality meter and they disappeared in 1 or 2 seconds, and threw errors into the console

Steps to reproduce the Issue (REQUIRED)

place either machine
2 seconds later they are gone

Expected behavior (REQUIRED)

to not disappear

Server Log

https://pastebin.com/ga4unCPu

/error-reports/ Folder

https://pastebin.com/6L6Lx0tB

Environment (REQUIRED)

  • Server Software (Spigot/Paper):paper 552
  • Minecraft Version: 1.16.5
  • Slimefun Version:867
  • CS-CoreLib Version:removed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.