What means this error?

  • It is complaining about an error in your definition.xml for the SunnyScript. Each lua script that isn't included in other lua scripts (a standalone script to be loaded by the server) must have a definition.xml file so that the server knows how to load it. Can you post your definition.xml file for the SunnyScript?


    This is an example of how one should look:


    Code
    <Lua-Script>
    <Name>AreaProtection</Name>
    <Description>A script used to define and protect areas</Description>
    <File>areapro.lua</File>
    <Author>KingGenius</Author>
    <Team>JIW-Games</Team>
    <Website>http://www.concept-game.net</Website>
    <License>MIT</License>
    </Lua-Script>
  • <Lua-Script>
    <Name>SunnyScript</Name>
    <Description>This is a script for the Sunny Rising Server</Description>
    <File>sunnyscript.lua</File>
    <Author>Maxey and Seya</Author>
    <Team>Sunny Rising Team</Team>
    <Website>None</Website>
    </Lua-Script>


    oh mabe It's because I forgott the License :|

Participate now!

Don’t have an account yet? Create a new account now and be part of our community!