Search results

  1. mikec

    Solved Plugin Problem

    I see a lot of places in the logs where you ran the command with no arguments. But I don't see any "/plan on" or "/plan off" or any other commands. [8/2/2014 2:43:38 PM] [Debug] [CHAT-CMD] "Doctor" executed "/plan" Are you logged in as RCON admin? It will show you the help if you are. "Use...
  2. mikec

    Solved Plugin Problem

    When something isn't working, it helps a lot finding the problem if you describe how it isn't working, like this: I ran the command "/command a b c" and expected such-and-such to happen. Instead something else happened. Describe "such-and-such" and "something else" as best you can. Thanks.
  3. mikec

    Most of plugin not working

    Ok, this doesn't apply to your plugin. If you are running a 1.0.4 pre-release, change all .Length to lower-case .length.
  4. mikec

    Important Pluton for Experimental Branch

    PLUTON https://github.com/Notulp/Pluton Hooks On_Chat(Chat msg) On_ClientAuth(AuthEvent ae) On_Command(Command c) On_CorpseDropped(CorpseInitEvent cie) On_CorpseAttacked(CorpseHurtEvent che) On_BuildingComplete(BuildingPart bp) On_BuildingUpdate(BuildingEvent be)...
  5. mikec

    Most of plugin not working

    Do you mean you added a comment "// fougerite" to the first line of the script? That's only for scripts that have been adapted not to need Magma compatibility fixes. Leave it out if you are running scripts written for Magma.
  6. mikec

    Jint 2.2 vs Jint 0.9+Magma

    Fougerite + Jint 2.2 Magma + Jint 0.9 Arrays always have .length property, never .Length Only Javascript arrays have .length, C# arrays have .Length C# method .ToString() works only if C# object has that method .ToString() and .toString() are faked for any object Javascript method .toString()...
  7. mikec

    Friday: Open Rust Server To All

  8. mikec

    Important Jint 2.2 update was merged today

    The next release of Fougerite will contain Jint 2.2, a significant upgrade from Jint 0.9. I have merged the Jint2 branch I had been working on. It's ready for everyone else to start testing. Most plugins will work without any changes under the new Jint. Plugins that use classes in namespace...
  9. mikec

    MagmaFires - MagmaFires

    /fires on - empty fires ignite at dusk and burn through the night /fires off - no fires ignite automatically /fires restrict <steamID>- only empty fires owned by <steamID> ignite automatically /fires clear <steamID>- remove all material in fires owned by <steamID> /fires clear restrict - remove...
  10. mikec

    Important How To Setup Fougerite on Your Server

    It won't ask to enter 0 if you supply -1 and/or -2 cmd line args. It will just Do It.