Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error #130

Open
Angelofcaoss opened this issue Jan 15, 2024 · 0 comments
Open

error #130

Angelofcaoss opened this issue Jan 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Angelofcaoss
Copy link

Error Generated: 2024-01-15-03-54

Java Environment:
Operating System: Linux
Java Version: 19.0.2

Server Software: Purpur
Build: git-Purpur-2094 (MC: 1.20.2)
Minecraft v1.20.2-R0.1-SNAPSHOT

Slimefun Environment:
Slimefun vDev - 1126
Caused by: InfinityExpansion vDEV - 144 (git 9da3720)

Installed Addons (11)

  • InfinityExpansion DEV - 144 (git 9da3720)
  • ExoticGarden DEV - 78 (git 7f9a5f63)
  • SlimeHUD DEV - 11 (git b6dc2d53)
  • HotbarPets DEV - 38 (git fa6c871d)
  • Networks DEV - 50 (git 3de3c9d6)
  • FlowerPower DEV - 16 (git 5a38d1c6)
  • SimpleUtils DEV - 15 (git 4250fd5e)
  • ExtraTools DEV - 36 (git 922c0324)
  • DyedBackpacks DEV - 17 (git 8b329e96)
  • ExtraGear DEV - 13 (git c62047e2)
  • Gastronomicon DEV - 8 (git 76336191)

Installed Plugins (61):

  • ViaVersion 4.9.2
  • LuckPerms 5.4.108
  • Vault 1.7.3-b131
  • PlaceholderAPI 2.11.5
  • WorldEdit 7.3.0-beta-02+e11f161
  • Slimefun Dev - 1126
  • ProtocolLib 5.1.1-SNAPSHOT-673
  • ViaBackwards 4.9.1
  • VotifierPlus 1.1
  • Multiverse-Core 4.3.12
  • Essentials 2.20.1
  • InfinityExpansion DEV - 144 (git 9da3720)
  • WorldGuard 7.0.9-beta1+2249-223b80c
  • DecentHolograms 2.8.6
  • NexEngine 2.2.12
  • CMILib 1.4.4.1
  • SkinsRestorer 15.0.4
  • VotingPlugin 6.15
  • DiscordSRV 1.26.2
  • EssentialsChat 2.20.1
  • BCommons 0.3.0
  • ExoticGarden DEV - 78 (git 7f9a5f63)
  • SlimeHUD DEV - 11 (git b6dc2d53)
  • spark 1.10.59
  • TAB 4.0.9
  • HotbarPets DEV - 38 (git fa6c871d)
  • TerraformGenerator 12.0.0
  • AntiPopup 7.1
  • Networks DEV - 50 (git 3de3c9d6)
  • ProtectionStones 2.10.4
  • FlowerPower DEV - 16 (git 5a38d1c6)
  • BuildPaste 1.9.1
  • BungeeGuard 1.4.2
  • SimplePortals 1.7.4
  • TabCompleteFilter 1.2.1
  • SimpleUtils DEV - 15 (git 4250fd5e)
  • ExcellentCrates 5.0.0
  • Jobs 5.2.2.2
  • ajLeaderboards 2.8.0
  • Rankup 3.14.4
  • AuctionHouse 3.6
  • EconomyShopGUI 6.2.6
  • sleep-most 5.3.1
  • AutoRestart 4.2.1
  • LiteAnnouncer 1.3.0.2
  • CommandPanels 3.19.1.7
  • Images 2.3.1
  • TimedRewards 1.1.20
  • ExtraTools DEV - 36 (git 922c0324)
  • ItemEditor 2.0.1
  • EssentialsSpawn 2.20.1
  • DyedBackpacks DEV - 17 (git 8b329e96)
  • ExtraGear DEV - 13 (git c62047e2)
  • Gastronomicon DEV - 8 (git 76336191)
  • BetterRTP 3.6.12
  • PlayerKits2 1.8.3
  • StaffPlusPlus 1.20.2
  • Matrix 7.7.3A
  • MyCommand 5.7.4
  • BuycraftX 12.0.8
  • CoreProtect 22.1

Block Info:
World: world
X: -6576
Y: 120
Z: -9145
Material: AIR
Block Data: org.bukkit.craftbukkit.v1_20_R2.block.data.CraftBlockData
State: org.bukkit.craftbukkit.v1_20_R2.block.CraftBlockState

Ticker-Info:
Type: Synchronized

Slimefun Data:
ID: ADVANCED_STORAGE
Inventory: true
Data: {"stored":"25600","id":"ADVANCED_STORAGE"}

Stacktrace:

java.lang.NullPointerException: Cannot invoke "org.bukkit.Material.getMaxStackSize()" because "this.material" is null
at InfinityExpansion - DEV 144 (git 9da37).jar//io.github.mooy1.infinityexpansion.items.storage.StorageCache.output(StorageCache.java:323)
at InfinityExpansion - DEV 144 (git 9da37).jar//io.github.mooy1.infinityexpansion.items.storage.StorageCache.tick(StorageCache.java:340)
at InfinityExpansion - DEV 144 (git 9da37).jar//io.github.mooy1.infinityexpansion.items.storage.StorageUnit$1.tick(StorageUnit.java:100)
at Slimefun4-Dev Build 1121.jar//io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.tickBlock(TickerTask.java:184)
at Slimefun4-Dev Build 1121.jar//io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.lambda$tickLocation$2(TickerTask.java:165)
at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftTask.run(CraftTask.java:101)
at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480)
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1497)
at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:486)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1406)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1177)
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
at java.base/java.lang.Thread.run(Thread.java:1589)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant