The Bukkit Consulting Firm - Solving all your Bukkit-related challenges!

Discussion in 'Bukkit Help' started by M1sT3rM4n, Aug 25, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Mspeers

    No. He's the owner, and has no idea what's going on. The console syas I'm typing them, but nothing happens, just "Unknown command" It only happens to me.
     
  2. Offline

    M1sT3rM4n

    Do you use a permission handling system?
     
  3. Offline

    Fyre

    Does it say "Unknown command" or does it say "Unknown command. Type "help" for help."

    Also when you say that he has no idea what's going on, do you mean that he isn't aware of it? Or that he doesn't know why it's happening?

    Have you considered the possibility that this friend may be trolling you?

    This just seems strange to me, normally if this happens it would happen to everyone on the server.
     
  4. Offline

    M1sT3rM4n

    Something probably broke. If he can't toggle commands it should have said insufficient permission.
     
  5. Offline

    Fyre

    You're probably right, but the fact that's it's happening to him and only him is just plain bizarre.

    Mspeers
    Were any changes made to the server files around the time it broke for you? Perhaps a change in configuration, or the adding/removing of a plugin?
     
  6. Offline

    M1sT3rM4n

    Unless there's a chat toggle modifier for command executions that I am unaware of, that shouldn't be happening.
     
  7. Offline

    Fyre

    There isn't, I can only think of a few possible reasons for this:
    1) A plugin is not loading properly. Some of the commands he mentioned are Bukkit defaults.

    2) A command registration issue. Same as reason 1.

    3) A permissions issue. He said he's an Op, and that doesn't explain the "Unknown command" messages.

    4) A plugin that uses PlayerCommandPreprocessEvent is for some reason altering the command he typed. The commands he typed are visible in console (meaning they weren't altered using PlayerCommandPreprocessEvent).

    5) Bukkit is having an internal issue where it can't intercept the command. (Bukkit doesn't handle commands like plugins do, so it's possible for it to cause this) It only happened for him. And if this is the case there's nothing we can do about it but tell him to update craftbukkit.

    6) It's intentional.
     
    tyzoid and M1sT3rM4n like this.
  8. Offline

    Mspeers

    Yes, it says unknown comamnd type help for help, and I seriously know he isn't trolling me. This has happened b4 on a different map, so I seriously doubt it was intentional. My other friend has console access and he didn't see anything funny. I heard it was just a funny glitch.
     
  9. Offline

    tyzoid

    Try having him removing his playername.dat file from the main world's players directory.

    i.e. delete /world/players/<playername>.dat

    Edit:
    WARNING:
    This will clear his inventory.

    For the same reason as I posted above, it could be a problem with his playername.dat file...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  10. Offline

    Lying_Cake

    Can any of you fine gents help me with this? Basically, I have an error that always starts out with "Failed to check session lock, aborting". The server runs perfect until about 10 minutes in (It varies), and then I hit that error. All details are listed with other info in that thread up above. Running latest RB, have already tried running that world as a Vanilla server with the same result. Have also run bukkit with no plugins and have run worlds through Chunkster.

    Thanks!!
    ~Lying_Cake
     
  11. Offline

    RumbleIV

  12. Offline

    M1sT3rM4n

  13. Offline

    tyzoid

    Did you try opening and re-saving the world in MCEdit?
     
  14. Offline

    M1sT3rM4n

  15. Offline

    teetor

    ?
     
  16. Offline

    tyzoid

    That's his way to bump a thread without saying "Bump"
     
  17. Offline

    Retricide

    Potatoes?
     
    garrett2smart87 likes this.
  18. Offline

    M1sT3rM4n

    Potatoes.
     
    garrett2smart87 likes this.
  19. Offline

    Retricide

    Ahhhh.

    I love the mashed variety.
     
    garrett2smart87 likes this.
  20. Offline

    Wolf3141

    Has anyone here figured out how to get ANSICON working? Not really a bukkit issue but I'm stumped. I go to cmd and type cd C:. Then cd Software. Then cd ANSICON and cd x86. Then I type "ansicon.exe -i" and it give me an error. It alsmost seems like it is installed, but now everytime I open the cd at the very top (including the start.bat) it says "ANSICON: cmd.exe: unsupported process.

    Thanks :D
     
  21. Offline

    tyzoid

    Did you try double clicking ansicon.exe?
     
  22. Offline

    Wolf3141

    Yes, and then I can type 'ansicon.exe -i' and i get a blank println. I assume its installed, but then when I go to my cmd on anything else, it gives that "ANSICON: cmd.exe: unsupported process."
     
  23. Offline

    tyzoid

    try "start ansicon.exe"
     
  24. Offline

    Wolf3141

    That just opens up a new window with the exact same thing. I even tried unisntalling -u and installing -i again.
     
  25. Offline

    Crowdy199(9)

  26. Offline

    Crowdy199(9)

    GUYS PLZ HELP I AM LOOKING FOR A PLUGIN FOR MY SERVER THAT SHUTS IT DOWN AND STARTS IT BACK UP EVERY 3HR (RESTART PLUGIN) BUT EVERY PLUGIN I FOUND SHUTS IT DOWN BUT DOESN T TURN IT BACK ON
     
  27. Offline

    Retricide

    When did you learn to use caps-lock so well?

    If you weren't so busy capitalizing your letters, you probably could have searched "automated server restarts" on google and found any of the following results, which I have used before and can confirm do work, if setup correctly:
     
    tyzoid and jtjj222 like this.
  28. Offline

    Wolf3141

    Hello, I'm looking for a mod that allows me to see /tell messages for obvious reasons. Have you seen any?

    Thanks again :D
     
  29. Offline

    TheBeast808

    My server has been randomly crashing anywhere from 2 to 16 hours after I start it. Nobody has been able to tell me what this is from.
    Code:
    2012-05-20 12:11:41 [SEVERE] java.lang.NullPointerException
    2012-05-20 12:11:42 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:63)
    2012-05-20 12:11:42 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
    2012-05-20 12:11:42 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
    2012-05-20 12:11:42 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-05-20 12:11:42 [SEVERE] Unexpected exception
    java.lang.NullPointerException
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:63)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-05-20 12:11:56 [INFO] Read timed out
    2012-05-20 12:12:49 [INFO] Read timed out
    2012-05-20 12:13:02 [INFO] Connection reset
    2012-05-20 12:13:38 [INFO] Read timed out
    2012-05-20 12:14:26 [INFO] Read timed out
    2012-05-20 12:15:59 [INFO] Read timed out
    
    "Read Timed Out" continues on and on for ever.
    Memory usage is normal,
    Code:
    14:46:08 [INFO] Available total memory: 6135.0 MB
    14:46:08 [INFO] JVM allocated memory: 4475.0 MB
    14:46:08 [INFO] Free allocated memory: 2623.0 MB
    Processors aren't being strained:
    Code:
    Cpu0  :  0.3%us,  0.7%sy,  0.0%ni, 99.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
    Cpu1  :  1.3%us,  0.3%sy,  0.0%ni, 98.4%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
    Cpu2  :  0.0%us,  0.3%sy,  0.0%ni, 99.7%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
    Cpu3  :  0.3%us,  0.0%sy,  0.0%ni, 99.7%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
    And disk IO isn't over the top.

    There are no further errors. Does anybody know what could be causing this? It doesn't seem to be related to a plugin, since only bukkit methods are mentioned in the stack trace.
    Here are my plugins just incase
    Code:
    13:27:42 [INFO] Plugins (37): World Portal, Minequery, NoCheatPlus, Buycraft, Spout, AutoGamemode, Vault, LogBlockQuestioner, Multiverse-Core, PermissionsEx, dynmap, AntiGrief, MineBackup, iConomy, boosCooldown, BKCommonLib, mcbans, ScheduledAnnouncer2, Modifyworld, Votifier, FalseBookCore, MyWarp, Residence, WorldBorder, ChatManager, WorldEdit, FalseBookBlock, CommandBook, VanishNoPacket, LogBlock, Jail, WorldGuard, Honeypot, LimitedCreative, NoLagg, FalseBookIC, FalseBookExtra
     
  30. Offline

    tyzoid

    Not quite sure whay that is caused by, but I had that too. I installed that when I installed spaceBukkit. SimpleRTK autoattically restarts every 2 hrs.
     
Thread Status:
Not open for further replies.

Share This Page