Coder Social home page Coder Social logo

Folia Error CMI 9.7.0.6 about cmi HOT 7 CLOSED

Speedspencer avatar Speedspencer commented on July 21, 2024
Folia Error CMI 9.7.0.6

from cmi.

Comments (7)

Speedspencer avatar Speedspencer commented on July 21, 2024

CMI First Join Message Doesn't seem to work.

it just completely gone.

FirstJoinMessage:
Use: true

FirstJoin: '&8[&e+&8] &7[playerDisplayName]'
LogoutCustom: '&8[&c-&8] &7[playerDisplayName]'
LoginCustom: '&8[&a+&8] &7[playerDisplayName]'

from cmi.

Speedspencer avatar Speedspencer commented on July 21, 2024

when CMI Reload Hologram does duplicate until rejoining the server.

#6994

When disabling the hover effect, it is still there. as a duplicated effect. even after deleting the hologram hovering air will still trigger a hover effect.
https://imgur.com/a/BlFH04e

from cmi.

Speedspencer avatar Speedspencer commented on July 21, 2024
[23:59:58 ERROR]: Could not pass event CreatureSpawnEvent to CMI v9.7.0.6
java.lang.NullPointerException: Cannot invoke "org.bukkit.entity.Entity.getScheduler()" because "entity" is null
        at net.Zrips.CMILib.Version.Schedulers.CMIFoliaImpl.runAtEntityLater(CMIFoliaImpl.java:146) ~[CMILib1.4.6.2.jar:?]
        at net.Zrips.CMILib.Version.Schedulers.CMIScheduler.runAtEntityLater(CMIScheduler.java:84) ~[CMILib1.4.6.2.jar:?]
        at com.Zrips.CMI.Modules.AStand.ArmorStandListener.armorStandSpawnEvent(ArmorStandListener.java:129) ~[CMI-9.7.0.6.jar:?]
        at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor159.execute(Unknown Source) ~[?:?]
        at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[folia-api-1.20.4-R0.1-SNAPSHOT.jar:?]
        at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:77) ~[folia-api-1.20.4-R0.1-SNAPSHOT.jar:git-Folia-"25ee657"]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[folia-api-1.20.4-R0.1-SNAPSHOT.jar:?]
        at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:615) ~[folia-api-1.20.4-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.v1_20_R3.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:790) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at org.bukkit.craftbukkit.v1_20_R3.event.CraftEventFactory.doEntityAddEventCalling(CraftEventFactory.java:694) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at net.minecraft.server.level.ServerLevel.addEntity(ServerLevel.java:1885) ~[?:?]
        at net.minecraft.server.level.ServerLevel.addFreshEntity(ServerLevel.java:1807) ~[?:?]
        at net.minecraft.world.level.ServerLevelAccessor.lambda$addFreshEntityWithPassengers$0(ServerLevelAccessor.java:22) ~[?:?]
        at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?]
        at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?]
        at net.minecraft.world.level.ServerLevelAccessor.addFreshEntityWithPassengers(ServerLevelAccessor.java:22) ~[?:?]
        at net.minecraft.world.entity.EntityType.spawn(EntityType.java:447) ~[?:?]
        at net.minecraft.world.entity.EntityType.spawn(EntityType.java:428) ~[?:?]
        at net.minecraft.core.dispenser.DispenseItemBehavior$10.execute(DispenseItemBehavior.java:310) ~[?:?]
        at net.minecraft.core.dispenser.DefaultDispenseItemBehavior.dispense(DefaultDispenseItemBehavior.java:32) ~[?:?]
        at net.minecraft.world.level.block.DispenserBlock.dispenseFrom(DispenserBlock.java:109) ~[?:?]
        at net.minecraft.world.level.block.DispenserBlock.tick(DispenserBlock.java:136) ~[?:?]
        at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.tick(BlockBehaviour.java:1276) ~[?:?]
        at net.minecraft.server.level.ServerLevel.tickBlock(ServerLevel.java:1500) ~[?:?]
        at net.minecraft.world.ticks.LevelTicks.runCollectedTicks(LevelTicks.java:271) ~[?:?]
        at net.minecraft.world.ticks.LevelTicks.tick(LevelTicks.java:162) ~[?:?]
        at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:924) ~[?:?]
        at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1818) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:447) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1657) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:407) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:404) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at java.lang.Thread.run(Thread.java:840) ~[?:?]

from cmi.

Speedspencer avatar Speedspencer commented on July 21, 2024

When Pressing any gamerule in gamerule menu

[09:50:01 WARN]: [CMILib] Entity task for CMILib v1.4.6.2 generated an exception
org.bukkit.command.CommandException: Unhandled exception executing command 'cmi' in plugin CMI v9.7.0.6
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[folia-api-1.20.4-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[folia-api-1.20.4-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.v1_20_R3.CraftServer.dispatchCommand(CraftServer.java:1042) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at org.bukkit.craftbukkit.v1_20_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:680) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at net.Zrips.CMILib.commands.CMICommand.lambda$performCommand$0(CMICommand.java:114) ~[CMILib1.4.6.2.jar:?]
        at net.Zrips.CMILib.Version.Schedulers.CMIFoliaImpl.lambda$runAtEntity$11(CMIFoliaImpl.java:121) ~[CMILib1.4.6.2.jar:?]
        at io.papermc.paper.threadedregions.scheduler.FoliaEntityScheduler.lambda$wrap$0(FoliaEntityScheduler.java:33) ~[folia-1.20.4.jar:?]
        at io.papermc.paper.threadedregions.EntityScheduler.executeTick(EntityScheduler.java:173) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1646) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:407) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:404) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at java.lang.Thread.run(Thread.java:840) ~[?:?]
Caused by: java.lang.IllegalStateException: Cannot modify server settings off of the global region
        at io.papermc.paper.threadedregions.RegionizedServer.ensureGlobalTickThread(RegionizedServer.java:105) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at org.bukkit.craftbukkit.v1_20_R3.CraftWorld.setGameRuleValue(CraftWorld.java:2103) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at com.Zrips.CMI.commands.list.gamerule.perform(gamerule.java:97) ~[CMI-9.7.0.6.jar:?]
        at com.Zrips.CMI.commands.CommandsHandler.onCommand(CommandsHandler.java:401) ~[CMI-9.7.0.6.jar:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[folia-api-1.20.4-R0.1-SNAPSHOT.jar:?]
        ... 12 more

from cmi.

Speedspencer avatar Speedspencer commented on July 21, 2024

CMI Something about mirror

[11:54:54 ERROR]: Thread Region Scheduler Thread #0 failed main thread check: Scheduling chunk load off-main
java.lang.Throwable: null
        at io.papermc.paper.util.TickThread.ensureTickThread(TickThread.java:71) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at net.minecraft.server.level.ServerChunkCache.getChunkFutureMainThread(ServerChunkCache.java:293) ~[?:?]
        at net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:223) ~[?:?]
        at net.minecraft.world.level.Level.getChunk(Level.java:921) ~[?:?]
        at net.minecraft.world.level.Level.getBlockState(Level.java:1225) ~[?:?]
        at org.bukkit.craftbukkit.v1_20_R3.block.CraftBlock.getType(CraftBlock.java:238) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at com.Zrips.CMI.Modules.Mirror.MirrorManager.lambda$2(MirrorManager.java:439) ~[CMI-9.7.0.6.jar:?]
        at net.Zrips.CMILib.Version.Schedulers.CMIFoliaImpl.lambda$runAtLocation$6(CMIFoliaImpl.java:81) ~[CMILib1.4.6.2.jar:?]
        at io.papermc.paper.threadedregions.scheduler.FoliaRegionScheduler.lambda$wrap$0(FoliaRegionScheduler.java:34) ~[folia-1.20.4.jar:?]
        at io.papermc.paper.threadedregions.RegionizedTaskQueue$PrioritisedQueue$ChunkBasedPriorityTask.executeInternal(RegionizedTaskQueue.java:504) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at io.papermc.paper.threadedregions.RegionizedTaskQueue$PrioritisedQueue.executeTask(RegionizedTaskQueue.java:434) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at io.papermc.paper.threadedregions.RegionizedTaskQueue$RegionTaskQueueData.drainTasks(RegionizedTaskQueue.java:263) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1631) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:407) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:404) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) ~[folia-1.20.4.jar:git-Folia-"25ee657"]
        at java.lang.Thread.run(Thread.java:840) ~[?:?]
[11:54:54 WARN]: java.lang.IllegalStateException: Scheduling chunk load off-main
[11:54:54 WARN]:        at io.papermc.paper.util.TickThread.ensureTickThread(TickThread.java:72)
[11:54:54 WARN]:        at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:293)
[11:54:54 WARN]:        at net.minecraft.server.level.ChunkProviderServer.a(ChunkProviderServer.java:223)
[11:54:54 WARN]:        at net.minecraft.world.level.World.a(World.java:921)
[11:54:54 WARN]:        at net.minecraft.world.level.World.a_(World.java:1225)
[11:54:54 WARN]:        at org.bukkit.craftbukkit.v1_20_R3.block.CraftBlock.getType(CraftBlock.java:238)
[11:54:54 WARN]:        at CMI-9.7.0.6.jar//com.Zrips.CMI.Modules.Mirror.MirrorManager.lambda$2(MirrorManager.java:439)
[11:54:54 WARN]:        at CMILib1.4.6.2.jar//net.Zrips.CMILib.Version.Schedulers.CMIFoliaImpl.lambda$runAtLocation$6(CMIFoliaImpl.java:81)
[11:54:54 WARN]:        at io.papermc.paper.threadedregions.scheduler.FoliaRegionScheduler.lambda$wrap$0(FoliaRegionScheduler.java:34)
[11:54:54 WARN]:        at io.papermc.paper.threadedregions.RegionizedTaskQueue$PrioritisedQueue$ChunkBasedPriorityTask.executeInternal(RegionizedTaskQueue.java:504)
[11:54:54 WARN]:        at io.papermc.paper.threadedregions.RegionizedTaskQueue$PrioritisedQueue.executeTask(RegionizedTaskQueue.java:434)
[11:54:54 WARN]:        at io.papermc.paper.threadedregions.RegionizedTaskQueue$RegionTaskQueueData.drainTasks(RegionizedTaskQueue.java:263)
[11:54:54 WARN]:        at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1631)
[11:54:54 WARN]:        at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:407)
[11:54:54 WARN]:        at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:404)
[11:54:54 WARN]:        at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525)
[11:54:54 WARN]:        at java.base/java.lang.Thread.run(Thread.java:840)

from cmi.

Speedspencer avatar Speedspencer commented on July 21, 2024

CMI Mirror Shulker Duplication

javaw_bJbHk3OLcb.mp4

from cmi.

Zrips avatar Zrips commented on July 21, 2024

First error doesn't look to be limited to Folia server, in any case should be fixed with next update.
Second error, first join message does work as of testing, make sure that player who joined actually joined for the first time. You can test this by removing player data file from playerdata folder from your main world folder, then rejoin server.
Hologram issue should receive additional adjustment
Armor stand error should be fixed with next update.
Game rule command error should be fixed with next update.
Mirror issues should be resolved with next update.

from cmi.

Related Issues (20)

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.