• 0

    posted a message on [1.2.3][NEWS] The Seasons Mod
    Any way you could patch this to be compatbile with minecraft forge as well?

    Link:
    http://www.minecraftforum.net/topic/514000-api-minecraft-forge/

    The reason I ask is because it is a major API for buildcraft related mods, and you are such a nice and active modder. :smile.gif:
    Posted in: Minecraft Mods
  • 0

    posted a message on [Software] SimpleServer Wrapper 8.4.7 [1.4.6]
    Quote from sadimusi

    Are you using ! as command prefix? If you o make sure you don't activate it on Bukkit too, SimpleServer translates all commands. I will test and fix the whole Bukkit code as soon as I find time.


    University keeps me pretty busy, but I will look into this issue.


    I already fixed it by using fwdMsgFormat = true :smile.gif: look at post 1150:
    http://www.minecraftforum.net/topic/309373-software-simpleserver-wrapper-834181/page__view__findpost__p__9340682
    Posted in: Minecraft Tools
  • 0

    posted a message on [Software] SimpleServer Wrapper 8.4.7 [1.4.6]
    Quote from sadimusi

    ...

    Are you using the newest version of SimpleServer (8.3.4)?

    ...


    Yeah, the funny thing is, it all worked with the last round (MC 1.7.3 and SS/CB for that version). Maybe there is some property in the config I am missing?

    EDIT: playing around with settings, I now have myself as an admin with full command abilities, and forwardAllCommands as false. Then i toggled forwardUnknownCommands to false for myself. Now i get 'unknown command' for any non-SS command. But when I toggle fUC back on for me, I see nothing when there are other commands. Then i set fAC to true and the same thing happens. hmmmm

    EDIT2: Ok, so I figured it out, I ended up backing up my config.xml, then deleting it so SS created a new one. Then edited properties one by one. Apparently it was the 'useMsgFormats' property - when this is false there is no communication between SS and CB. WHEW FINALLY!!
    Posted in: Minecraft Tools
  • 0

    posted a message on [Software] SimpleServer Wrapper 8.4.7 [1.4.6]
    Quote from sadimusi

    The item names are all stored in give-alias-list.txt and items from mods are not in there by default. You can either put crazierinzane in there or use its ID instead of the name.


    Did you even set alternateJarFile? It sounds like CB is not even running...


    Yeah the simpleserver.properties is set up correctly, the server starts up, loads the plugins i have, states it found craftbukkit version blah blah, and completes boot and does an autosave and autobackup. Once that is done i can log into the server. The only problem I am having is that commands are not going through.

    EDIT: I can verify Bukkit is running because i have not, nor has SS downloaded the minecraft_server.jar :smile.gif:
    Posted in: Minecraft Tools
  • 0

    posted a message on [Software] SimpleServer Wrapper 8.4.7 [1.4.6]
    I am still having trouble with SS and CraftBukkit. I cannot get any commands to forward to Bukkit plugins. Right now i have forwardAll on as well as forwardUnknown for my group (owner). I tested the plugins with only Bukkit server running and everything was fine, thus i know it is not a plugin issue. Things I have tried:

    Toggling forwardAll and forwardUnknown between true and false.
    Creating a command in config.xml with the same name and trying forward, forwardonly and neither.
    Creating a new command with an alias of the same name and trying forward, forwardonly and neither.

    None of these got me any results, the console says nothing, the in-game says nothing. There is no response - as if I had never typed anything. Additionally, all SS commands work fine, i even had success setting them all up with permissions and everything through config.xml. As of now I am completely stumped as to why no commands are being fed between SS and CB. If anyone has any ideas, please let me know!! I would like to get this up and running!!
    Posted in: Minecraft Tools
  • To post a comment, please .