Coder Social home page Coder Social logo

slimefunwarfare's Introduction

SlimefunWarfare

This is a Slimefun addon that adds war-related stuff to Slimefun.

slimefunwarfare's People

Contributors

erisfiregamer1 avatar mooy1 avatar seggan avatar walshydev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

slimefunwarfare's Issues

Error in console

Hello, while using the newest dev build, the newest slimefun, cscorelib and paper 1.16.4 I'm getting this error:

[17:29:10] [Server thread/ERROR]: Could not pass event EntityCombustByBlockEvent to SlimefunWarfare vDEV - 5 (git efd44c8c)
java.lang.NullPointerException: null
	at io.github.seggan.slimefunwarfare.listeners.PyroListener.onPyroPowderCombust(PyroListener.java:22) ~[?:?]
	at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor937.execute(Unknown Source) ~[?:?]
	at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.16.4.jar:git-Paper-265]
	at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.16.4.jar:git-Paper-265]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.4.jar:git-Paper-265]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.16.4.jar:git-Paper-265]
	at net.minecraft.server.v1_16_R3.BlockFireAbstract.a(BlockFireAbstract.java:41) ~[patched_1.16.4.jar:git-Paper-265]
	at net.minecraft.server.v1_16_R3.BlockBase$BlockData.a(BlockBase.java:573) ~[patched_1.16.4.jar:git-Paper-265]
	at net.minecraft.server.v1_16_R3.Entity.checkBlockCollisions(Entity.java:978) ~[patched_1.16.4.jar:git-Paper-265]
	at net.minecraft.server.v1_16_R3.Entity.move(Entity.java:713) ~[patched_1.16.4.jar:git-Paper-265]
	at net.minecraft.server.v1_16_R3.EntityItem.tick(EntityItem.java:93) ~[patched_1.16.4.jar:git-Paper-265]
	at net.minecraft.server.v1_16_R3.WorldServer.entityJoinedWorld(WorldServer.java:845) ~[patched_1.16.4.jar:git-Paper-265]
	at net.minecraft.server.v1_16_R3.World.a(World.java:884) ~[patched_1.16.4.jar:git-Paper-265]
	at net.minecraft.server.v1_16_R3.WorldServer.doTick(WorldServer.java:530) ~[patched_1.16.4.jar:git-Paper-265]
	at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1359) ~[patched_1.16.4.jar:git-Paper-265]
	at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:377) ~[patched_1.16.4.jar:git-Paper-265]
	at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1212) ~[patched_1.16.4.jar:git-Paper-265]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1000) ~[patched_1.16.4.jar:git-Paper-265]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.4.jar:git-Paper-265]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]

Explosive Synthesizer has incorrect interaction with cargo

Explosive Synthesizer gets filled up with given material, instead of getting only one stack of the given material like Electric Smeltery.

E.g. when I put in coal and I have a lot of coal but not enough pure liquified nitrogen, it gets filled with coal and will stop producing until coal is manually removed.

Explosive Synthesizer
image

Meteor attractor

Meteor attractor doesn’t work after I built the multiblock and if this isn’t a bug and there’s something I have to do the slimefun guide says nothing about it just a magnet so strong that it can pull meteors from space. That’s it nothing else

Config isn't updated automatically

options:
  auto-update: true

explosions:
  # Makes obsidian as weak as stone to encourage the use of reinforced concrete
  weak-obsidian: true
  concrete-explode-chance: 20

Now I'm using ver 9 and there's missing option to turn off auto shift shoot, will remove config to reload it, but I think it should be added automatically.

Unable to load Warfare.

Please see the attached log regarding this error. I saw it in the console as it loaded.

I'm on Dev 18 for warfare
Dev 820 for slimefun
MC 1.16.5
latest.log

Flying After Returning From Space

hey there
there is a bug when u go to space and go to the void u can fly in the survival ( ez fly in survival )
and this is a bug i guess ?

Allow projectile weapons to be used on Dummy

Description

Does not show any errors in the log

Versions

Paper git-Paper-251 (MC: 1.17.1)
Slimefun DEV - 966 (git ab8f20f0)
Metrics-Module #28
Java 16

Installed Addons: (3)
WhatIsThis v4.0
SlimefunWarfare vDEV - 63 (git 7da3259)

Screenshots

image
image

Could we just have 1 space world?

I've been wracking my brain on where this random space world came from it's called "testy_space"
image
"testy" world is a flat overworld, world. and "testy_space" is a void world.

It is update?

[Server thread/WARN]: [SlimefunWarfare] Task #136 for SlimefunWarfare vDEV - 81 (git a3f393c) generated an exception
java.util.ConcurrentModificationException: null
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1597) ~[?:?]
at java.util.HashMap$KeyIterator.next(HashMap.java:1620) ~[?:?]
at io.github.seggan.slimefunwarfare.SlimefunWarfare.lambda$enable$7(SlimefunWarfare.java:151) ~[SlimefunWarfare - DEV 81 (git a3f39).jar:?]
at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.19.3.jar:git-Paper-448]
at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[paper-1.19.3.jar:git-Paper-448]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1473) ~[paper-1.19.3.jar:git-Paper-448]
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:447) ~[paper-1.19.3.jar:git-Paper-448]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1397) ~[paper-1.19.3.jar:git-Paper-448]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1173) ~[paper-1.19.3.jar:git-Paper-448]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-448]
at java.lang.Thread.run(Thread.java:833) ~[?:?]

flying (power suit)

hey there man power suit => boots + mini jet => flying (when on) but it is available when u take it off too (easy flight with no shoes) if u through them out it is still available ( no op no anything and yes i installed the mini jet)

quick question.

where do i mine monazite? ik its with the geo miner but i have no clue where to look.

SF-Warfare does not work after restarting server on 1.19.2

While I was playing on my 1.19.2 spigot server, after I restarted it (Or just turned it off) the plugin would no longer function, i.e. it wasn't showing up in the guide, nor did it appear when I searched for any of the plugin's items.

Disabled worlds still drops borax

Disabled items in a world are still dropping borax.

An item disabled in a world via SF's world-settings/worldname.yml should never drop items from blocks, not just prevent usage.

Slimefun version: SF Dev 1027 (96c873bd)
Slimefun Warfare version: vDEV 80 (364331c)

Auto update

Hi, auto update doesn't work, I have ver 9, restarted multiple times and plugin wasn't updated, it's in config.

SF-Warfare causes Soulbound Runes to not bind to items.

Pretty much the title, Soulbound Runes can be crafted but they cannot be binded to things. I've seen reports on this before so hopefully we can get it fixed.

Tuinity git-Tuinity-23 (MC: 1.17.1)
Slimefun DEV - 956 (git 0262830e)
Metrics-Module #25
Java 16

Installed Addons: (7)
DyedBackpacks vDEV - 16 (git 20d28ccc)
CMILib v1.0.3.1
SlimefunWarfare vDEV - 53 (git e7fc9e0)
EcoPower vDEV - 4 (git 2a08d31d)
ColoredEnderChests vDEV - 22 (git 7c92625c)
ChestTerminal vDEV - 43 (git 3096bab5)
ExoticGarden vDEV - 76 (git d148a362)

No console errors I could see, simply doesn't do anything. If I see one I will post it here.

Nuclear Bomb has incorrect interactions

Bug:
When redstone is used to set off the nuclear bomb, it explodes like a normal TNT. It also ignores fire charges (which should set it off).

Expected behaviour:
Should always explode as when ignited using a flint and steel.

Errors:
None

Enviroment:
image
image

Iron ingots make lead bullets

If you make a bullet press, power it, put in iron ingots, then wait, it makes lead bullets instead of iron ones
No errors in console

/sf versions:

This Server uses the following setup of Slimefun:
Purpur git-Purpur-1048 (MC: 1.16.5)
Slimefun DEV - 867 (git ee8d4211)
Metrics-Module #21
Java 14

Installed Addons: (11)
  SFCalc vDEV - 16 (git 1695d847)
  SimpleUtils vDEV - 3 (git ee043364)
  FoxyMachines vDEV - 42 (git ae8d8aba)
  SlimefunOreChunks vDEV - 13 (git 9f7a2be3)
  AngelChest v2.22.2
  MagicXpansion v1.0.0
  SlimefunWarfare vDEV - 27 (git f660a36e)
  SoulJars vDEV - 22 (git aded79dd)
  DynaTech vDEV - 93 (git 33bfebac)
  ExtraGear vDEV - 12 (git 4570ea2c)
  ExoticGarden vDEV - 75 (git 6c3e5412)

extra tools( hammer )

your axe battle is the same(ingrediants and placement) to hammer in extra tools soooo =it will make that instead of urs lol !

dummy and space fly problem

first the 2 problem about dummy!
1-when u right click on them it just give 2
2-can u make it like not a mob thing ( it detects its as a mob and if player build a lot of these and the server is weak its gonna make it laggy)
second when u came out of space u can still fly ! and that is the main reason why i said bug
if this is jut for teleportation then why the fly thing? (to get out of the space i fell in the void)
i hope i showed the problem tbh just dont put fly in them its super annoying for the servers

Unable to enable SlimefunWarfare

Hello,
I had trouble making slimefun Warfare work on my server,
I'm on DEV 29 for SFWarfare
RC21 for Slimefun
And DEV92 for CS-Corelib

My server is 1.16.1 Paper with Java 11

Every restart, i see this in the console :

java.lang.NoSuchFieldError: HIDE_DYE
at io.github.seggan.slimefunwarfare.items.powersuits.PowerSuit.(PowerSuit.java:36) ~[?:?]
at io.github.seggan.slimefunwarfare.Setup.setupSuits(Setup.java:337) ~[?:?]
at io.github.seggan.slimefunwarfare.SlimefunWarfare.onEnable(SlimefunWarfare.java:80) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.1.jar:git-Paper-138]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.1.jar:git-Paper-138]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.1.jar:git-Paper-138]
at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugin(CraftServer.java:500) ~[patched_1.16.1.jar:git-Paper-138]
at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugins(CraftServer.java:414) ~[patched_1.16.1.jar:git-Paper-138]
at net.minecraft.server.v1_16_R1.MinecraftServer.loadWorld(MinecraftServer.java:471) ~[patched_1.16.1.jar:git-Paper-138]
at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.1.jar:git-Paper-138]
at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:941) ~[patched_1.16.1.jar:git-Paper-138]
at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.1.jar:git-Paper-138]
at java.lang.Thread.run(Thread.java:834) [?:?]

Looking forward to your answer

Getting Error in every second

[22:33:22 ERROR]: Could not pass event EntityDamageByEntityEvent to SlimefunWarf
are vDEV - 57 (git a461573)
java.lang.IllegalStateException: Cannot invoke static method, Slimefun instance
is null.
at io.github.thebusybiscuit.slimefun4.implementation.SlimefunPlugin.vali
dateInstance(SlimefunPlugin.java:705) ~[?:?]
at io.github.thebusybiscuit.slimefun4.implementation.SlimefunPlugin.getI
temDataService(SlimefunPlugin.java:786) ~[?:?]
at me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem.getByItem
(SlimefunItem.java:1137) ~[?:?]
at io.github.seggan.slimefunwarfare.listeners.HitListener.onEnergyBladeH
it(HitListener.java:29) ~[?:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventEx
ecutor842.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69
) ~[patched_1.16.5.jar:git-Paper-783]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:8
0) ~[patched_1.16.5.jar:git-Paper-783]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
a:70) ~[patched_1.16.5.jar:git-Paper-783]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
ava:624) ~[patched_1.16.5.jar:git-Paper-783]
at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callEvent(Cra
ftEventFactory.java:257) ~[patched_1.16.5.jar:git-Paper-783]
at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callEntityDam
ageEvent(CraftEventFactory.java:1091) ~[patched_1.16.5.jar:git-Paper-783]
at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.handleEntityD
amageEvent(CraftEventFactory.java:978) ~[patched_1.16.5.jar:git-Paper-783]
at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.handleEntityD
amageEvent(CraftEventFactory.java:934) ~[patched_1.16.5.jar:git-Paper-783]
at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.handleLivingE
ntityDamageEvent(CraftEventFactory.java:1123) ~[patched_1.16.5.jar:git-Paper-783
]
at net.minecraft.server.v1_16_R3.EntityLiving.damageEntity0(EntityLiving
.java:1932) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.EntityLiving.damageEntity(EntityLiving.
java:1260) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.EntityMonster.damageEntity(EntityMonste
r.java:74) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.EntityEnderman.damageEntity(EntityEnder
man.java:389) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.EntityHuman.attack(EntityHuman.java:119
6) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.EntityPlayer.attack(EntityPlayer.java:2
022) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.jav
a:2413) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.PacketPlayInUseEntity.a(PacketPlayInUse
Entity.java:55) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.PacketPlayInUseEntity.a(PacketPlayInUse
Entity.java:12) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMain
Thread$1(PlayerConnectionUtils.java:35) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1
.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTas
kHandler.java:136) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(
SourceFile:23) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTas
kHandler.java:109) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java
:1266) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftSe
rver.java:1259) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTask
Handler.java:119) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftS
erver.java:1220) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:
1134) ~[patched_1.16.5.jar:git-Paper-783]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftSer
ver.java:291) ~[patched_1.16.5.jar:git-Paper-783]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_301]

Need help with generating Space

Discussed in #26

Originally posted by CoRRupTeD-sHaDow June 18, 2021
I have a problem on my Server that i cant generate a space world.
When i Rightclick the FLOX it creates a new world that should be a world with nothing and some Ores but on my Server it generates a couple chunks without anything besides the Ores but then after some Chunks, it starts generating a normal Minecraft World.
I have the feeling that MultiVerse is doing that Error so i wanted to ask if there is a way to generate it manually or if there is a generator that i can type in the World Creation of MultiVerse?

EDIT: After deleting the World and trying to generate another World i get this Error Message after Right clicking FLOX

[15:15:08 ERROR]: [SlimefunWarfare] Item "FLOX" from SlimefunWarfare vDEV - 42 (git 5210dc9) has caused an Error!
[15:15:08 ERROR]: [SlimefunWarfare] You can report it here: https://github.com/Seggan/SlimefunWarfare/issues
[15:15:08 ERROR]: [SlimefunWarfare] Could not pass "ItemUseHandler" for FLOX - 'FLOX' (SlimefunWarfare vDEV - 42 (git 5210dc9))
java.lang.NullPointerException: null
at org.bukkit.craftbukkit.v1_16_R3.entity.CraftPlayer.teleportAsync(CraftPlayer.java:864) ~[patched_1.16.5.jar:git-Paper-625]
at io.github.thebusybiscuit.slimefun4.libraries.paperlib.features.asyncteleport.AsyncTeleportPaper_13.teleportAsync(AsyncTeleportPaper_13.java:13) ~[?:?]
at io.github.thebusybiscuit.slimefun4.libraries.paperlib.environments.Environment.teleport(Environment.java:101) ~[?:?]
at io.github.thebusybiscuit.slimefun4.libraries.paperlib.PaperLib.teleportAsync(PaperLib.java:76) ~[?:?]
at io.github.seggan.slimefunwarfare.items.FLOX.lambda$new$0(FLOX.java:41) ~[?:?]
at io.github.thebusybiscuit.slimefun4.implementation.listeners.SlimefunItemInteractListener.lambda$rightClickItem$0(SlimefunItemInteractListener.java:99) ~[?:?]
at me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem.callItemHandler(SlimefunItem.java:928) ~[?:?]
at io.github.thebusybiscuit.slimefun4.implementation.listeners.SlimefunItemInteractListener.rightClickItem(SlimefunItemInteractListener.java:99) ~[?:?]
at io.github.thebusybiscuit.slimefun4.implementation.listeners.SlimefunItemInteractListener.onRightClick(SlimefunItemInteractListener.java:67) ~[?:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor26.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.16.5.jar:git-Paper-625]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.16.5.jar:git-Paper-625]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.5.jar:git-Paper-625]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.16.5.jar:git-Paper-625]
at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:531) ~[patched_1.16.5.jar:git-Paper-625]
at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:494) ~[patched_1.16.5.jar:git-Paper-625]
at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:489) ~[patched_1.16.5.jar:git-Paper-625]
at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:485) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1752) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:32) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:9) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:35) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1262) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1255) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1216) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1130) ~[patched_1.16.5.jar:git-Paper-625]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289) ~[patched_1.16.5.jar:git-Paper-625]
at java.lang.Thread.run(Thread.java:834) [?:?]

SlimeFun issue

I keep on getting this error in my console:
[21:38:08 ERROR]: [SlimefunWarfare] Item "MODULE_MANIPULATOR" from SlimefunWarfare vDEV - 59 (git 2093576) has caused an Error!
[21:38:08 ERROR]: [SlimefunWarfare] Registering ModuleManipulator - 'MODULE_MANIPULATOR' (SlimefunWarfare vDEV - 59 (git 2093576)) has failed!

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.