Has anyone been able to successfully use the command block options in a Dialog?
I have the "use op commands" feature enabled in the config but I cannot get any of the command block functions to work. I've tried it as a dialog option > command and as a separate dialog entry with the console command option, but nothing happens.
I've tested the commands separately through a vanilla command block and as a console command as op, but the NPCs can't seem to trigger the same command as requested.
Is there an extra step I'm missing?
I've been continuing to plug away at this issue, to no avail. Should I fall back on normal command blocks, or does someone have a more elegant solution?
I've been continuing to plug away at this issue, to no avail. Should I fall back on normal command blocks, or does someone have a more elegant solution?
Do this: Make the dialog run a /setblock x y z redstone_block 0 replace
that'll spawn a redstone block. you just gotta place the coords of a redstone circuit, or by some command blocks to trigger them.
If you want to delete it, set a command block that WILL be triggered AFTER THIS redstone block that does
/setblock x y z air 0 replace
Version is 1.7.10b, and unless I'm mistaken your mod version matches the current Minecraft version. Download - That should be the file you requested from the world the issue first occurred in. Let me know if there is an issue with that, it's possible something was accidentally confused or misplaced in my attempts to resolve it myself.
Ok so your recipes aren't lost, but you have 726 recipes.... I did not expect people to make that much and the packet has become too big to be send :P. There is no easy fix and will require me rewrite it a bit. So Im afraid Im not fixing this for 1.7.10, but you'll have to wait for 1.8 for the fix probably.
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:
Ok so your recipes aren't lost, but you have 726 recipes.... I did not expect people to make that much and the packet has become too big to be send :P. There is no easy fix and will require me rewrite it a bit. So Im afraid Im not fixing this for 1.7.10, but you'll have to wait for 1.8 for the fix probably.
That's fine, I understand completely.
Thank you for looking into it and considering a later fix. I'll keep the limit in mind if we do a second attempt and try to condense things as much as possible.
I appreciate that your mod has this feature at all, it and the NPC related things are all quite nice and interesting.
Do this: Make the dialog run a /setblock x y z redstone_block 0 replace
that'll spawn a redstone block. you just gotta place the coords of a redstone circuit, or by some command blocks to trigger them.
If you want to delete it, set a command block that WILL be triggered AFTER THIS redstone block that does
/setblock x y z air 0 replace
Messy but it works
I wonder if my issues are stemming from the fact that it doesn't seem to want to recognize @p. Is there another variable I should be passing to CustomNPCs instead of 'nearest player?' I tried triggering a similar command with the CNPC Redstone Block attached to a Command Block and it complained about not recognizing the player @p.
I wonder if my issues are stemming from the fact that it doesn't seem to want to recognize @p. Is there another variable I should be passing to CustomNPCs instead of 'nearest player?' I tried triggering a similar command with the CNPC Redstone Block attached to a Command Block and it complained about not recognizing the player @p.
What kind of command are we trying to run?
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:
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.
I've been continuing to plug away at this issue, to no avail. Should I fall back on normal command blocks, or does someone have a more elegant solution?
(Really feel like it is though.)
Do this: Make the dialog run a /setblock x y z redstone_block 0 replace
that'll spawn a redstone block. you just gotta place the coords of a redstone circuit, or by some command blocks to trigger them.
If you want to delete it, set a command block that WILL be triggered AFTER THIS redstone block that does
/setblock x y z air 0 replace
Messy but it works
Ok so your recipes aren't lost, but you have 726 recipes.... I did not expect people to make that much and the packet has become too big to be send :P. There is no easy fix and will require me rewrite it a bit. So Im afraid Im not fixing this for 1.7.10, but you'll have to wait for 1.8 for the fix probably.
Want to support me? Become one of my patrons:
That's fine, I understand completely.
Thank you for looking into it and considering a later fix. I'll keep the limit in mind if we do a second attempt and try to condense things as much as possible.
I appreciate that your mod has this feature at all, it and the NPC related things are all quite nice and interesting.
I wonder if my issues are stemming from the fact that it doesn't seem to want to recognize @p. Is there another variable I should be passing to CustomNPCs instead of 'nearest player?' I tried triggering a similar command with the CNPC Redstone Block attached to a Command Block and it complained about not recognizing the player @p.
What kind of command are we trying to run?
Want to support me? Become one of my patrons:
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{@[email protected]} [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.