Resource icon

    DPDDs StarMade Wrapper 1.0.1

    Update 1.0.1:
    Rewritten the Property System, no changes from outside, also "Kajability Tools.dll" no longer Required
    Extended the TimeBasedAction.Class you can now add and remove Jobs dynamically at runtime
    Added TimeBasedActions, a possibility for you to execute specific methods every x minutes
    Fixed DailyAutoUpdater
    Fixed a bug that the auto restarter dont worked right
    As there was a bug with the mono framework here an updated running version, if you should have still problems pull the code from GitHub, and Compile on your own.

    Added more automated Logs
    Added Vote System to the Wrapper, Actually its grant no rewards.
    You Can Access is by register the
    C#:
    SMWrapperLib.Vote.onVoteReceived
    Event, it Contains the Player who voted.
    Plugin System Extended with BeforeServerStart and AfterServerStart Method

    Few little fixes
    Added new Custom EventSystem, not fully tested
    Added Logging System access with
    C#:
    SMWrapperLib.Logger.LogEntry(logMessage, LogType, LogLevel, Plugin);
    little Bugfixing
    A bit of Bugfixing in this Version, Wrapper Commands should now work right and started with Custom Event Support