Beiträge von Shoe73

Due to human (non-bot) spam the first contribution of a user has to be reviewed and activated manually, all further contributions do not require this.
As long as a user does not have at least one reviewed and activated contribution, the user is unable to edit his profile, set a avatar, title picture or a signature.

    Shoe73 added a new file:

    Shoe73
    9. Oktober 2020 um 09:30

    Shoe73 added a new file:

    Shoe73
    9. Oktober 2020 um 09:20

    Shoe73 added a new file:

    Shoe73
    9. Oktober 2020 um 09:00

    Shoe73 added a new file:

    Shoe73
    23. September 2020 um 01:56
    Zitat

    Tired of players getting a book from the research table just to hand scrolls out to everyone? Want to make your server more challenging? This mod will not allow books to be made on the research table, only scrolls, thus stopping players from making too many scrolls and giving them away.

    Place and overwrite the files in Mods\AutoGen\Tech\

    * Be sure and backup the files before you overwrite them.

    Join us on Discord @ https://discord.gg/CtFBGWK

    Join Our Game server @ econoverse.com:3000


    I just wanted to report, I have the same issue as @Minikea

    Same issue here.

    **HOWEVER** I have verified the durability and the repair station DOES work with the config!

    Acts like it is not reading the config file.

    Here is my file...

    {
    "IronBigShovel": {
    "$type": "Kirthos.Mods.BigShovel.ToolStorage, BigShovel",
    "durability": 99999.0,
    "calories": 1.0,
    "repair": {
    "item": "IronIngotItem",
    "quantity": 1.0
    },
    "craft": {
    "enable": true,
    "table": "AnvilObject",
    "craftMinutesTime": 0.5,
    "ingredients": [
    {
    "item": "BoardItem",
    "quantity": 1.0
    },
    {
    "item": "IronIngotItem",
    "quantity": 1.0
    }
    ]
    }
    },
    "SteelBigShovel": {
    "$type": "Kirthos.Mods.BigShovel.ToolStorage, BigShovel",
    "durability": 99999.0,
    "calories": 1.0,
    "repair": {
    "item": "SteelItem",
    "quantity": 1.0
    },
    "craft": {
    "enable": true,
    "table": "AnvilObject",
    "craftMinutesTime": 0.5,
    "ingredients": [
    {
    "item": "BoardItem",
    "quantity": 1.0
    },
    {
    "item": "SteelItem",
    "quantity": 1.0
    }
    ]
    }
    },
    "ModernBigShovel": {
    "$type": "Kirthos.Mods.BigShovel.ToolStorage, BigShovel",
    "durability": 99999.0,
    "calories": 1.0,
    "repair": {
    "item": "FiberglassItem",
    "quantity": 1.0
    },
    "craft": {
    "enable": true,
    "table": "AssemblyLineObject",
    "craftMinutesTime": 0.5,
    "ingredients": [
    {
    "item": "FiberglassItem",
    "quantity": 1.0
    },
    {
    "item": "SteelItem",
    "quantity": 1.0
    }
    ]
    }
    }
    }


    Which older version are you using?
    currently 1.0.3 crashes when loading up 8.0.6 on a private server

    i'm also getting that error as mentioned above

    Code
    [02:00:57] Server Initialization finished in 9,096.4ms
    [02:00:57] Failed to load server, Exception was Exception: ArgumentException
    Message:An item with the same key has already been added.
    Source:mscorlib
    
    
    System.ArgumentException: An item with the same key has already been added.
       at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
       at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
       at Eco.World.BlockManager..cctor()


    1.01

    You can get it here

    [URL unfurl="true"]https://forum.play.eco/resources/carry-cheat.146/history[/URL]

    This is not working with 8.0.6

    Throwing this error

    [03:30:02] Exception: MissingMethodException
    Message:Method not found: 'Eco.Simulation.Agents.Plant Eco.Gameplay.Plants.PlantBlock.get_Plant()'.
    Source:EcoWorldEdit

    System.MissingMethodException: Method not found: 'Eco.Simulation.Agents.Plant Eco.Gameplay.Plants.PlantBlock.get_Plant()'.
    at Eco.Mods.WorldEdit.WorldEditBlock.CreateNew(Block pBlock, Vector3i pPosition, Nullable`1 pSourcePosition)
    at Eco.Mods.WorldEdit.WorldEditCommands.Stack(User user, String pDirectionAndAmount)