I've tried /teleport and /noppes quest <etc> so far, neither of which work.
Edit: Specifically, my initial question dealt with trying to run command block operations from an NPC dialog option.
The teleport function didn't work, so I moved on to other things.
Today, I've been testing to see if I could get a NPC Redstone Block to trigger a command block loaded with a /noppes command. But when I do that, the command block reports that @p is an unknown player -- which brings up the ultimate question:
I've tried /teleport and /noppes quest <etc> so far, neither of which work.
Seems to work fine for me. /teleport is not a function. Try /tp @p 100 100 100 works fine for me. In the current 1.7.10 @p doesnt work for any of the /noppes commands. This will work properly in 1.8 or my next release depending on how long 1.8 forge takes to come out.
Rollback Post to RevisionRollBack
Those who want to chat or hang out, join me on discord
Want to support me? Become one of my patrons:
Seems to work fine for me. /teleport is not a function. Try /tp @p 100 100 100 works fine for me. In the current 1.7.10 @p doesnt work for any of the /noppes commands. This will work properly in 1.8 or my next release depending on how long 1.8 forge takes to come out.
Right, yes. I do know that /tp is the correct command -- I'll check again now. Thanks for the info on @p.
We'll need the crash report to able to help with that.
I can't find the crash report, it's not in the crash-report folder. I also can't seem to be able to recreate the problem. Maybe it was just one of those random things, but I'll make sure to post here if it happens again.
Rollback Post to RevisionRollBack
AKA: OwenConner
Don't be surprised if one day I take over the front page of the Forum Games, and then disappear for months at a time. It happens.
How can i use 64x64 skins for custom skins? Is it possible? Or can i only use 64x32?
Well, you can load a 64x64 skin if you want to, but it won't appear correctly, so you can only use 64x32 properly. Best guess is that support for both skin sizes will come in the 1.8 release or later.
Rollback Post to RevisionRollBack
If you require aid with Custom NPC's give me a shout (In the thread, not PM's). I can read a bit of error reports, know most of the NPC workings (I'm attempting to work on scripting) and have been using it since its 1.0 version. Otherwise I'll help with any questions or problems I can.
A couple pages back there was a report on how annoying blood blocks can be if they aren't attached to anything, thus don't display blood and can "fly", creating an air block the NPC's can see through. Possibly useful yes, but I though of a solution to the "flying" problem.
Could they not be aloud to attach to other blood blocks, but be aloud to attach to every other block. This way you couldn't create any "flying" ones. They could also be destroyed if attached solely to air blocks. Finally, there is bound to be a way to allow mobs ai to see through them.
Rollback Post to RevisionRollBack
If you require aid with Custom NPC's give me a shout (In the thread, not PM's). I can read a bit of error reports, know most of the NPC workings (I'm attempting to work on scripting) and have been using it since its 1.0 version. Otherwise I'll help with any questions or problems I can.
A couple pages back there was a report on how annoying blood blocks can be if they aren't attached to anything, thus don't display blood and can "fly", creating an air block the NPC's can see through. Possibly useful yes, but I though of a solution to the "flying" problem.
Could they not be aloud to attach to other blood blocks, but be aloud to attach to every other block. This way you couldn't create any "flying" ones. They could also be destroyed if attached solely to air blocks. Finally, there is bound to be a way to allow mobs ai to see through them.
I have known why my server crashed . It is because of the plugin "MorePlayermodels".
The plugin can't work properly on 1.7.10 when the customnpc mod is installed.
The bug has abused me for one month.
The plugin doesn't work any more .And it never reports any errors on the console.
When the crash happens , the crash report will say that it can't add class noppes.npcs.entity.EntityCustomNpc!
It never says that the error is from the plugin.
I installed the plugin one month ago.The plugins were copies from my server 1.7.9 (no mod).
I was careless about the plugin.
The error was maiking ticking entity player.
java.lang.IllegalArgumentException: Don't know how to add class noppes.npcs.entity.EntityCustomNpc!
at net.minecraft.entity.EntityTrackerEntry.func_151260_c(EntityTrackerEntry.java:706)
at net.minecraft.entity.EntityTrackerEntry.func_73117_b(EntityTrackerEntry.java:434)
at net.minecraft.entity.EntityTracker.func_85172_a(EntityTracker.java:338)
at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:382)
at net.minecraft.world.World.func_72866_a(World.java:2643)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
at net.minecraft.world.World.func_72870_g(World.java:2596)
at net.minecraft.world.World.func_72939_s(World.java:2408)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:943)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
at java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException: Ticking entity
at noppes.npcs.ai.EntityAIAttackTarget.func_75251_c(EntityAIAttackTarget.java:111)
at net.minecraft.entity.ai.EntityAITasks.func_85156_a(SourceFile:47)
at noppes.npcs.entity.EntityNPCInterface.clearTasks(EntityNPCInterface.java:526)
at noppes.npcs.entity.EntityNPCInterface.updateTasks(EntityNPCInterface.java:535)
at noppes.npcs.entity.EntityNPCInterface.reset(EntityNPCInterface.java:964)
at noppes.npcs.entity.EntityNPCInterface.func_70609_aI(EntityNPCInterface.java:937)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:264)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:157)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1559)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:225)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:34)
at net.minecraft.world.World.func_72866_a(World.java:2043)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2007)
at net.minecraft.world.World.func_72939_s(World.java:1860)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at noppes.npcs.ai.EntityAIAttackTarget.func_75251_c(EntityAIAttackTarget.java:111)
at net.minecraft.entity.ai.EntityAITasks.func_85156_a(SourceFile:47)
at noppes.npcs.entity.EntityNPCInterface.clearTasks(EntityNPCInterface.java:526)
at noppes.npcs.entity.EntityNPCInterface.updateTasks(EntityNPCInterface.java:535)
at noppes.npcs.entity.EntityNPCInterface.reset(EntityNPCInterface.java:964)
at noppes.npcs.entity.EntityNPCInterface.func_70609_aI(EntityNPCInterface.java:937)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:264)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:157)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1559)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:225)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:34)
at net.minecraft.world.World.func_72866_a(World.java:2043)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2007)
-- Entity being ticked --
Details:
Entity Type: CustomNpc (noppes.npcs.entity.EntityCustomNpc)
Entity ID: 12
Entity Name: Kobold Pack Leader
Entity's Exact location: -263.50, 66.92, 76.50
Entity's Block location: World: (-264,66,76), Chunk: (at 8,4,12 in -17,4; contains blocks -272,0,64 to -257,255,79), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, -0.16, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1860)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: IC2-1710
All players: 2 total; [EntityPlayerMP['feralknights'/402, l='IC2-1710', x=-194.70, y=66.00, z=130.30], EntityPlayerMP['TastyBurger76'/168797, l='IC2-1710', x=-188.12, y=68.00, z=136.92]]
Chunk stats: ServerChunkCache: 602 Drop: 0
Level seed: -973788107
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-76,64,196), Chunk: (at 4,4,4 in -5,12; contains blocks -80,0,192 to -65,255,207), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 43362080 game time, 6355795 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 13581 (now: true), thunder time: 6295 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
java.lang.NullPointerException: Ticking entity
at noppes.npcs.ai.EntityAIAttackTarget.func_75251_c(EntityAIAttackTarget.java:111)
at net.minecraft.entity.ai.EntityAITasks.func_85156_a(SourceFile:47)
at noppes.npcs.entity.EntityNPCInterface.clearTasks(EntityNPCInterface.java:526)
at noppes.npcs.entity.EntityNPCInterface.updateTasks(EntityNPCInterface.java:535)
at noppes.npcs.entity.EntityNPCInterface.reset(EntityNPCInterface.java:964)
at noppes.npcs.entity.EntityNPCInterface.func_70609_aI(EntityNPCInterface.java:937)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:264)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:157)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1559)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:225)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:34)
at net.minecraft.world.World.func_72866_a(World.java:2043)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2007)
at net.minecraft.world.World.func_72939_s(World.java:1860)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at noppes.npcs.ai.EntityAIAttackTarget.func_75251_c(EntityAIAttackTarget.java:111)
at net.minecraft.entity.ai.EntityAITasks.func_85156_a(SourceFile:47)
at noppes.npcs.entity.EntityNPCInterface.clearTasks(EntityNPCInterface.java:526)
at noppes.npcs.entity.EntityNPCInterface.updateTasks(EntityNPCInterface.java:535)
at noppes.npcs.entity.EntityNPCInterface.reset(EntityNPCInterface.java:964)
at noppes.npcs.entity.EntityNPCInterface.func_70609_aI(EntityNPCInterface.java:937)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:264)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:157)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1559)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:225)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:34)
at net.minecraft.world.World.func_72866_a(World.java:2043)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2007)
-- Entity being ticked --
Details:
Entity Type: CustomNpc (noppes.npcs.entity.EntityCustomNpc)
Entity ID: 12
Entity Name: Kobold Pack Leader
Entity's Exact location: -263.50, 66.92, 76.50
Entity's Block location: World: (-264,66,76), Chunk: (at 8,4,12 in -17,4; contains blocks -272,0,64 to -257,255,79), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, -0.16, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1860)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: IC2-1710
All players: 2 total; ['feralknights'/402, l='IC2-1710', x=-194.70, y=66.00, z=130.30], EntityPlayerMP['TastyBurger76'/168797, l='IC2-1710', x=-188.12, y=68.00, z=136.92]]
Chunk stats: ServerChunkCache: 602 Drop: 0
Level seed: -973788107
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-76,64,196), Chunk: (at 4,4,4 in -5,12; contains blocks -80,0,192 to -65,255,207), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 43362080 game time, 6355795 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 13581 (now: true), thunder time: 6295 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Yes, I gathered as much from the description of the trace. But it seems the AI configuration he was given caused the issue -- I'm reporting for the sake of reporting, in case it's something that hasn't been seen as of yet with that particular combination of options.
java.lang.NullPointerException: Ticking entity
at noppes.npcs.ai.EntityAIAttackTarget.func_75251_c(EntityAIAttackTarget.java:111)
at net.minecraft.entity.ai.EntityAITasks.func_85156_a(SourceFile:47)
at noppes.npcs.entity.EntityNPCInterface.clearTasks(EntityNPCInterface.java:526)
at noppes.npcs.entity.EntityNPCInterface.updateTasks(EntityNPCInterface.java:535)
at noppes.npcs.entity.EntityNPCInterface.reset(EntityNPCInterface.java:964)
at noppes.npcs.entity.EntityNPCInterface.func_70609_aI(EntityNPCInterface.java:937)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:264)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:157)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1559)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:225)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:34)
at net.minecraft.world.World.func_72866_a(World.java:2043)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2007)
at net.minecraft.world.World.func_72939_s(World.java:1860)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at noppes.npcs.ai.EntityAIAttackTarget.func_75251_c(EntityAIAttackTarget.java:111)
at net.minecraft.entity.ai.EntityAITasks.func_85156_a(SourceFile:47)
at noppes.npcs.entity.EntityNPCInterface.clearTasks(EntityNPCInterface.java:526)
at noppes.npcs.entity.EntityNPCInterface.updateTasks(EntityNPCInterface.java:535)
at noppes.npcs.entity.EntityNPCInterface.reset(EntityNPCInterface.java:964)
at noppes.npcs.entity.EntityNPCInterface.func_70609_aI(EntityNPCInterface.java:937)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:264)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:157)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1559)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:225)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:34)
at net.minecraft.world.World.func_72866_a(World.java:2043)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2007)
-- Entity being ticked --
Details:
Entity Type: CustomNpc (noppes.npcs.entity.EntityCustomNpc)
Entity ID: 12
Entity Name: Kobold Pack Leader
Entity's Exact location: -263.50, 66.92, 76.50
Entity's Block location: World: (-264,66,76), Chunk: (at 8,4,12 in -17,4; contains blocks -272,0,64 to -257,255,79), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, -0.16, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1860)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: IC2-1710
All players: 2 total; ['feralknights'/402, l='IC2-1710', x=-194.70, y=66.00, z=130.30], EntityPlayerMP['TastyBurger76'/168797, l='IC2-1710', x=-188.12, y=68.00, z=136.92]]
Chunk stats: ServerChunkCache: 602 Drop: 0
Level seed: -973788107
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-76,64,196), Chunk: (at 4,4,4 in -5,12; contains blocks -80,0,192 to -65,255,207), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 43362080 game time, 6355795 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 13581 (now: true), thunder time: 6295 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Hi there, I've got a little problem. I used to play in singleplayer and I made world where player was able to purchase guards in his castle. It was just finishing quest for some emeralds which was executing command "noppes clone spawn guar 1 -272,75,1480 Guard" and everything was fine. But now I moved my world to dedicated server and when NPCs execute this command totally nothing happens. I set "enable-command-block" to true, all the other commands work, for example when the execute comand is "say lol" it works, but clone command doesn't. When I use "/noppes clone spawn..." in chat it works, also when I type it in server console. What's wrong? Please help me.
Could you go into the cfg and set NpcUseOpCommands to true
Rollback Post to RevisionRollBack
Those who want to chat or hang out, join me on discord
Want to support me? Become one of my patrons:
Could you go into the cfg and set NpcUseOpCommands to true
This sounds a lot like my issue, where no command I have the NPC trying to execute actually happens. I do have the NpcUseOpCommands set to true in the cfg file.
Yes, I gathered as much from the description of the trace. But it seems the AI configuration he was given caused the issue -- I'm reporting for the sake of reporting, in case it's something that hasn't been seen as of yet with that particular combination of options.
Yes, I gathered as much from the description of the trace. But it seems the AI configuration he was given caused the issue -- I'm reporting for the sake of reporting, in case it's something that hasn't been seen as of yet with that particular combination of options.
Yes, I gathered as much from the description of the trace. But it seems the AI configuration he was given caused the issue -- I'm reporting for the sake of reporting, in case it's something that hasn't been seen as of yet with that particular combination of options.
The crash i have seen. It is because your npc use remote attack. for example ,a npc throw an nbt tool
This sounds a lot like my issue, where no command I have the NPC trying to execute actually happens. I do have the NpcUseOpCommands set to true in the cfg file.
It may be worth resetting the x,y,z coordinates if you haven't already.
If you require aid with Custom NPC's give me a shout (In the thread, not PM's). I can read a bit of error reports, know most of the NPC workings (I'm attempting to work on scripting) and have been using it since its 1.0 version. Otherwise I'll help with any questions or problems I can.
Edit: Specifically, my initial question dealt with trying to run command block operations from an NPC dialog option.
The teleport function didn't work, so I moved on to other things.
Today, I've been testing to see if I could get a NPC Redstone Block to trigger a command block loaded with a /noppes command. But when I do that, the command block reports that @p is an unknown player -- which brings up the ultimate question:
Is @p simply not working?
Thanks!
Seems to work fine for me. /teleport is not a function. Try /tp @p 100 100 100 works fine for me. In the current 1.7.10 @p doesnt work for any of the /noppes commands. This will work properly in 1.8 or my next release depending on how long 1.8 forge takes to come out.
Want to support me? Become one of my patrons:
Right, yes. I do know that /tp is the correct command -- I'll check again now. Thanks for the info on @p.
When you say you can't make Furry NPCs, do you mean you don't have the skin for it, or that you can't get any tails, ears, etc?
AKA: OwenConner
Don't be surprised if one day I take over the front page of the Forum Games, and then disappear for months at a time. It happens.
------------------------------------------------------------------------------
------------------------------------------------------------------------------
I was going to put a list of words of wisdom here, but I think I'll put this here instead
I can't find the crash report, it's not in the crash-report folder. I also can't seem to be able to recreate the problem. Maybe it was just one of those random things, but I'll make sure to post here if it happens again.
AKA: OwenConner
Don't be surprised if one day I take over the front page of the Forum Games, and then disappear for months at a time. It happens.
------------------------------------------------------------------------------
------------------------------------------------------------------------------
I was going to put a list of words of wisdom here, but I think I'll put this here instead
Well, you can load a 64x64 skin if you want to, but it won't appear correctly, so you can only use 64x32 properly. Best guess is that support for both skin sizes will come in the 1.8 release or later.
Could they not be aloud to attach to other blood blocks, but be aloud to attach to every other block. This way you couldn't create any "flying" ones. They could also be destroyed if attached solely to air blocks. Finally, there is bound to be a way to allow mobs ai to see through them.
I have known why my server crashed . It is because of the plugin "MorePlayermodels".
The plugin can't work properly on 1.7.10 when the customnpc mod is installed.
The bug has abused me for one month.
The plugin doesn't work any more .And it never reports any errors on the console.
When the crash happens , the crash report will say that it can't add class noppes.npcs.entity.EntityCustomNpc!
It never says that the error is from the plugin.
I installed the plugin one month ago.The plugins were copies from my server 1.7.9 (no mod).
I was careless about the plugin.
The error was maiking ticking entity player.
java.lang.IllegalArgumentException: Don't know how to add class noppes.npcs.entity.EntityCustomNpc!
at net.minecraft.entity.EntityTrackerEntry.func_151260_c(EntityTrackerEntry.java:706)
at net.minecraft.entity.EntityTrackerEntry.func_73117_b(EntityTrackerEntry.java:434)
at net.minecraft.entity.EntityTracker.func_85172_a(EntityTracker.java:338)
at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:382)
at net.minecraft.world.World.func_72866_a(World.java:2643)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
at net.minecraft.world.World.func_72870_g(World.java:2596)
at net.minecraft.world.World.func_72939_s(World.java:2408)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:943)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
at java.lang.Thread.run(Unknown Source)
你们好 Hello
论坛里有中国人吗?Are there any Chinese on the forum?
I'm certain I used 128x64 in at least one skin.... and at least, it didn't crash.
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 10/13/14 11:31 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at noppes.npcs.ai.EntityAIAttackTarget.func_75251_c(EntityAIAttackTarget.java:111)
at net.minecraft.entity.ai.EntityAITasks.func_85156_a(SourceFile:47)
at noppes.npcs.entity.EntityNPCInterface.clearTasks(EntityNPCInterface.java:526)
at noppes.npcs.entity.EntityNPCInterface.updateTasks(EntityNPCInterface.java:535)
at noppes.npcs.entity.EntityNPCInterface.reset(EntityNPCInterface.java:964)
at noppes.npcs.entity.EntityNPCInterface.func_70609_aI(EntityNPCInterface.java:937)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:264)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:157)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1559)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:225)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:34)
at net.minecraft.world.World.func_72866_a(World.java:2043)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2007)
at net.minecraft.world.World.func_72939_s(World.java:1860)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at noppes.npcs.ai.EntityAIAttackTarget.func_75251_c(EntityAIAttackTarget.java:111)
at net.minecraft.entity.ai.EntityAITasks.func_85156_a(SourceFile:47)
at noppes.npcs.entity.EntityNPCInterface.clearTasks(EntityNPCInterface.java:526)
at noppes.npcs.entity.EntityNPCInterface.updateTasks(EntityNPCInterface.java:535)
at noppes.npcs.entity.EntityNPCInterface.reset(EntityNPCInterface.java:964)
at noppes.npcs.entity.EntityNPCInterface.func_70609_aI(EntityNPCInterface.java:937)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:264)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:157)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1559)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:225)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:34)
at net.minecraft.world.World.func_72866_a(World.java:2043)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2007)
-- Entity being ticked --
Details:
Entity Type: CustomNpc (noppes.npcs.entity.EntityCustomNpc)
Entity ID: 12
Entity Name: Kobold Pack Leader
Entity's Exact location: -263.50, 66.92, 76.50
Entity's Block location: World: (-264,66,76), Chunk: (at 8,4,12 in -17,4; contains blocks -272,0,64 to -257,255,79), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, -0.16, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1860)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: IC2-1710
All players: 2 total; [EntityPlayerMP['feralknights'/402, l='IC2-1710', x=-194.70, y=66.00, z=130.30], EntityPlayerMP['TastyBurger76'/168797, l='IC2-1710', x=-188.12, y=68.00, z=136.92]]
Chunk stats: ServerChunkCache: 602 Drop: 0
Level seed: -973788107
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-76,64,196), Chunk: (at 4,4,4 in -5,12; contains blocks -80,0,192 to -65,255,207), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 43362080 game time, 6355795 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 13581 (now: true), thunder time: 6295 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 3.5.0-54-generic
Java Version: 1.8.0_05, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1004984080 bytes (958 MB) / 4390912000 bytes (4187 MB) up to 5726797824 bytes (5461 MB)
JVM Flags: 2 total; -Xmx6144M -Xms4096M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.84.1217 Minecraft Forge 10.13.1.1217 68 mods loaded, 68 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.84.1217} [Forge Mod Loader] (forge-1.7.10-10.13.1.1217-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.1.1217} [Minecraft Forge] (forge-1.7.10-10.13.1.1217-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
accore{1.2.0} [AbyssalCraft Core] (AbyssalCraft-1.7.10-1.7.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
VeinMiner_coremod{null_build-null} [Core mod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisiscore{1.7.10-0.9.7} [Malisis Core] (malisiscore-1.7.10-0.9.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ChickenShed{1.1.3} [Chicken Shed] ([1.7.2] ChickenShed (v1.1.3).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
abyssalcraft{1.7.5} [AbyssalCraft] (AbyssalCraft-1.7.10-1.7.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IC2{2.2.646-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.646-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ImmibisCore{59.0.3} [Immibis Core] (immibis-core-59.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AdvancedRepulsionSystems{59.0.1} [Advanced Repulsion Systems] (adv-repulsion-systems-59.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AdvancedMachines{59.0.1} [Advanced Machines] (advanced-machines-59.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Aquaculture{1.2.3} [Aquaculture] (Aquaculture-1.7.10-1.2.5.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.7.10R3.0.0B6} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B6-32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Artifice{1.7.10R1.1.4} [Artifice] (Artifice-1.7-1.1.4-296.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bdlib{1.4.5.24} [BD Lib] (bdlib-mc1710-1.4.5.24.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.8.1} [BiblioCraft] (BiblioCraft[v1.8.1][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Turbo{1.2.0} [???e???nMinecraft Turbo] (Turbo-1.7.10-1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BioMaterials{4.1.0} [???2???nBio Materials] (BioMaterials-1.7.10-4.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{3.2.8} [Carpenter's Blocks] (Carpenter's Blocks v3.2.8 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ChestTransporter{1.1.10} [Chest Transporter] (ChestTransporter-1.1.10-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CompactSolars{4.4.37.314} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.37.314-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DeadlyWorld{1.0.2} [Deadly World] (DeadlyWorld-1.7.10-1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DragonsRadioMod{1.6.2} [Dragon's Radio Mod] (DragonsRadioMod-MC1.7.10-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eplus{1.7.10-3.0.0a2} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.0a2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
advgenerators{0.9.2.15} [Advanced Generators] (generators-mc1710-0.9.2.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GraveStone{2.9.7} [GraveStone] (GraveStone 2.9.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IC2NuclearControl{1.7.10.07} [Nuclear Control] (ic2nc-1.7.10-1.7.10.07.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisisdoors{1.7.10-1.1.4} [Malisis' Doors] (malisisdoors-1.7.10-1.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Morpheus{1.7.10-1.5.19} [Morpheus] (Morpheus-1.7.10-1.5.19.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIPlugins{1.1.0.8-unofficial} [NEI Plugins Unofficial] (NEIPlugins-MC1.7.10-1.1.0.8-unofficial.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMultipart{1.1.0.310} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.310-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Core{4.5.0.50} [ProjectRed] (ProjectRed-Base-1.7.10-4.5.0.50.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transmission{4.5.0.50} [ProjectRed-Transmission] (ProjectRed-Integration-1.7.10-4.5.0.50.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenComputers|Core{1.0.0} [OpenComputers (Core)] (OpenComputers-MC1.7.10-1.3.5.67-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenComputers{1.3.5.67} [OpenComputers] (OpenComputers-MC1.7.10-1.3.5.67-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pressure{0.9.5.33} [Pressure Pipes] (pressure-mc1710-0.9.5.33.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transportation{4.5.0.50} [ProjectRed-Transportation] (ProjectRed-Mechanical_beta-1.7.10-4.5.0.50.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Compatibility{4.5.0.50} [ProjectRed-Compatibility] (ProjectRed-Compat-1.7.10-4.5.0.50.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Integration{4.5.0.50} [ProjectRed-Integration] (ProjectRed-Integration-1.7.10-4.5.0.50.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Illumination{4.5.0.50} [ProjectRed-Illumination] (ProjectRed-Lighting-1.7.10-4.5.0.50.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Expansion{4.5.0.50} [ProjectRed-Expansion] (ProjectRed-Mechanical_beta-1.7.10-4.5.0.50.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RPGAdvMod{1.0.0} [RPGAdvMod] (RPGAdvMod-1.0.0_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
secretroomsmod{@VERSION@} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.372.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
securitycraft{v1.6.1} [SecurityCraft] (SecurityCraft v1.6.0 for 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SpecialMobs{3.0.2} [Special Mobs] (SpecialMobs-1.7.10-3.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StorageDrawers{1.1.5} [Storage Drawers] (StorageDrawers-1.7.10-1.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tradeboothmod{1.7.2.3} [Trade Booth Mod] (tradebooth.1.7.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
universalcoins{1.7.10-1.5.7} [Universal Coins] (UniversalCoins-1.7.10-1.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
UtilityMobs{3.1.1} [Utility Mobs] (UtilityMobs-1.7.10-3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
VeinMiner{0.21.0} [Vein Miner] (VeinMiner-1.7.10_0.21.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
VeinMinerModSupport{0.21.0} [Mod Support] (VeinMiner-1.7.10_0.21.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
VillagersNose{1.3a} [Villager's Nose] (VillagersNose-1.7.10-1.3a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
YALSM{2.1.3} [Yet Another Leather Smelting Mod] (yalsm-2.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
McMultipart{1.1.0.310} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.310-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMicroblock{1.1.0.310} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.310-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 2 / 20; [EntityPlayerMP['feralknights'/402, l='IC2-1710', x=-194.70, y=66.00, z=130.30], EntityPlayerMP['TastyBurger76'/168797, l='IC2-1710', x=-188.12, y=68.00, z=136.92]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Kobold Pack Leader delete it
你们好 Hello
论坛里有中国人吗?Are there any Chinese on the forum?
Yes, I gathered as much from the description of the trace. But it seems the AI configuration he was given caused the issue -- I'm reporting for the sake of reporting, in case it's something that hasn't been seen as of yet with that particular combination of options.
Do you get the error often?
Could you go into the cfg and set NpcUseOpCommands to true
Want to support me? Become one of my patrons:
This sounds a lot like my issue, where no command I have the NPC trying to execute actually happens. I do have the NpcUseOpCommands set to true in the cfg file.
The crash i have seen. It is because your npc use remote attack. for example ,a npc throw an nbt tool
你们好 Hello
论坛里有中国人吗?Are there any Chinese on the forum?
Ah-ha. Yes, I know exactly what to do about that. Thanks.
Sure here is my personal changelog. I probably forgot about some things again though.
Want to support me? Become one of my patrons:
It may be worth resetting the x,y,z coordinates if you haven't already.