Posts by LaTrouTe

A new update is now available, introducing seasons and more!
Latest hotfix: 0.8.0.2 (2024-12-30)

    hi all


    how i can remove s is 3 sqlite warning




    [WARNING] [00:35:36] SQLite: WorldInfo key 'snowymountainsdisabled' does not exist!

    [WARNING] [00:35:36] SQLite: WorldInfo key 'spawnclothes' does not exist!

    [WARNING] [00:35:36] SQLite: WorldInfo key 'disablednpcs' does not exist!

    hello I ask my error I increase the number of images per player by default s is 10 images version unity


    I want to increase 50 or 100 image uploads per players


    I added image as an example in the file permission default


    when I connect to the server and check the permissions the image section does not display image section





    setting image permission


    "general": {

    "changeblockshape": true,

    "changegamemode": true,

    "destroyitems": true,

    "dropitems": true,

    "fixedspawn": false,

    "fly": true,

    "godmode": false,

    "instantdigging": false,

    "keepinventory": true,

    "noclipping": false,

    "nofalldamage": true,

    "nohungerthirst": false,

    "nostamina": false,

    "notemperature": false,

    "pickupitems": true,

    "placeitems": true,

    "pve": true,

    "pvp": false,

    "unlockalldoors": false,

    "voip": true

    },

    "image": {

    "delete": false,

    "deleteown": true,

    "maxamount": 50,

    "maxresolution": 512

    },

    "world": {

    "destroyconstructions": false,

    "destroyobjects": false,

    "destroyownconstructions": true,

    "destroyownobjects": true,

    "destroyownvegetations": true,

    "destroyterrain": true,

    "destroyvegetations": true,

    "editconstructions": false,

    "editobjects": false,

    "editownconstructions": true,

    "editownobjects": true,

    "editownvegetations": true,

    "editvegetations": false,

    "placeconstructions": true,

    "placeobjects": true,

    "placeobjectsexception": [],

    "placeterrain": true,

    "placevegetations": true

    },



    screenshoot https://prnt.sc/Tk2Ia4Xspayr

    Files

    • default.json

      (3.16 kB, downloaded 111 times, last: )

    hi all


    problem server or bug ???


    the crops and trees no longer grow... For example, the apple trees where I harvested apples several days ago are not producing any apples again, the same goes for corn

    harvested three days ago, the same for trees planted a long time ago.


    No, after several hours of play, nothing grows... Same in my neighbors' gardens, there is one where the tomatoes have been green for weeks...


    It's only the setting that changes any other setting that I can't find


    ??

    Settings_PlantGrowthDurationFactor=1

    error console new update server


    JavaVM options:

    [0] -Xmx1024M

    [1] -Xms32M

    [2] -Xss1M

    [3] -XX:MaxDirectMemorySize=256M

    [4] -XX:-OmitStackTraceInFastThrow

    JNI: Successfully created new VM (140724206196400)!

    Create new JNIEnv (handle: 1802066035824, thread: 1)

    [Java] INITIALIZED CLASSLOADER

    [Java] Add library: C:/Program Files (x86)/steam2/steamapps/common/RisingWorldDedicatedServer/Data/Java/Libs/snakeyaml.jar

    Initialize C# PluginManager...

    [ERROR] [11:34:48] [JNI exception] java.lang.NoSuchMethodError: Method net.risingworld.api.objects.Player.createMapMarker(ILjava/lang/Object;FF)J not found

    UnityEngine.Debug:LogError(Object)

    JIW.JNI.Wrapper.Env.JNIEnv:CheckException()

    RisingWorld.PluginAPI.PluginManager:RegisterNatives(Type, JNIEnv)

    RisingWorld.PluginAPI.PluginManager:Initialize(GameServer)

    RisingWorld.Server.GameServer:LoadWorld(String)

    RisingWorld.Server.Main:InitServerWorld()

    RisingWorld.Server.Main:InitServerContext()

    RisingWorld.Server.Main:OnPostInitialize()

    RisingWorld.Common.JIWApplication:Update()



    [ERROR] [11:34:48] [JNI exception] java.lang.NoSuchMethodError: Method net.risingworld.api.Server.getCustomRecipe(Ljava/lang/String;I)Ljava/lang/Object; not found

    UnityEngine.Debug:LogError(Object)

    JIW.JNI.Wrapper.Env.JNIEnv:CheckException()

    RisingWorld.PluginAPI.PluginManager:RegisterNatives(Type, JNIEnv)

    RisingWorld.PluginAPI.PluginManager:Initialize(GameServer)

    RisingWorld.Server.GameServer:LoadWorld(String)

    RisingWorld.Server.Main:InitServerWorld()

    RisingWorld.Server.Main:InitServerContext()

    RisingWorld.Server.Main:OnPostInitialize()

    RisingWorld.Common.JIWApplication:Update()



    [ERROR] [11:34:48] [JNI exception] java.lang.NoSuchMethodError: Method net.risingworld.api.World.spawnCustomItem(Ljava/lang/String;IIFFFFFFFZ)Lnet/risingworld/api/objects/WorldItem; not found

    UnityEngine.Debug:LogError(Object)

    JIW.JNI.Wrapper.Env.JNIEnv:CheckException()

    RisingWorld.PluginAPI.PluginManager:RegisterNatives(Type, JNIEnv)

    RisingWorld.PluginAPI.PluginManager:Initialize(GameServer)

    RisingWorld.Server.GameServer:LoadWorld(String)

    RisingWorld.Server.Main:InitServerWorld()

    RisingWorld.Server.Main:InitServerContext()

    RisingWorld.Server.Main:OnPostInitialize()

    RisingWorld.Common.JIWApplication:Update()



    [ERROR] [11:34:48] [JNI exception] java.lang.NoSuchMethodError: Method net.risingworld.api.definitions.Definitions.synchronizeConstructionDefinition(Ljava/lang/Object;)[Lnet/risingworld/api/definitions/Constructions$ConstructionDefinition; not found

    UnityEngine.Debug:LogError(Object)

    JIW.JNI.Wrapper.Env.JNIEnv:CheckException()

    JIW.JNI.Wrapper.Env.JNIEnv:FindClass(String, Boolean, JObject)

    RisingWorld.PluginAPI.Objects.Definitions.DefinitionsAPI:Initialize(JNIEnv)

    System.Reflection.MethodBase:Invoke(Object, Object[])

    RisingWorld.PluginAPI.PluginManager:RegisterNatives(Type, JNIEnv)

    RisingWorld.PluginAPI.PluginManager:Initialize(GameServer)

    RisingWorld.Server.GameServer:LoadWorld(String)

    RisingWorld.Server.Main:InitServerWorld()

    RisingWorld.Server.Main:InitServerContext()

    RisingWorld.Server.Main:OnPostInitialize()

    RisingWorld.Common.JIWApplication:Update()



    [Java] Initialize event handler (net.risingworld.api.events.Listener)

    [Java] PluginManager initialized! JDK 20

    [ERROR] [11:34:48] [JNI exception] java.lang.NoSuchMethodError: Method net.risingworld.api.events.player.PlayerSetSignTextEvent.getSign(J)Lnet/risingworld/api/objects/Sign; not found

    UnityEngine.Debug:LogError(Object)

    JIW.JNI.Wrapper.Env.JNIEnv:CheckException()

    JIW.JNI.Wrapper.Env.JNIEnv:FindClass(String, Boolean, JObject)

    RisingWorld.PluginAPI.PluginManager:RegisterNatives(Type, JNIEnv)

    RisingWorld.PluginAPI.PluginEventHandler:Initialize(GameServer)

    RisingWorld.PluginAPI.PluginManager:Initialize(GameServer)

    RisingWorld.Server.GameServer:LoadWorld(String)

    RisingWorld.Server.Main:InitServerWorld()

    RisingWorld.Server.Main:InitServerContext()

    RisingWorld.Server.Main:OnPostInitialize()

    RisingWorld.Common.JIWApplication:Update()