Posts by yahwho

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

    Yeah when testing I have removed myself from the admin list firsts.


    I've tested this by trying the command object workbench2 1 - which as expected I get a a "you don't have permission" message in red. Other commands are blocked too as you would expect.


    I then go to my workbench (seen in second screen capture) and the workbench2 isn't listed as locked and you can still make/craft it.


    I've also tried this for other objects and they too seem to display the same "symptoms" i.e. message on the console and ability to craft the item in game. counter1, counter2, counter3 etc

    So the YAML has been a bit of a learning curve. But I'm getting its quirks now I think. I've managed to block the creation of items using:



    Code
    items:
    crafting:
    deny:
    - lumber


    Can anyone show me the syntax for denying the workbench2 object?


    I've tried the following but neither of them work :(



    Code
    objects:
    crafting:
    deny:
    - workbench2
    items:
    crafting:
    deny:
    - workbench2

    Thanks for the reply but that doesn't really help.


    The server is online and working. The config file segment is like


    Code
    items:
    crafting:
    deny:
    - tnt


    As soon as I modify *just* the tnt text bit to say "radiator" such as:



    Code
    items:
    crafting:
    deny:
    - radiator


    I'm getting "WARNING: Permission for item id radiator not found"

    For future reference you can always press Ctrl+F on your keyboard and search for a string like the word "search" (in this instance). I often use the 'find' facility to navigate websites quickly.

    Hmm still struggling with this. ;(


    I'm getting warning messages such as: WARNING: Permission for item id counter1 not found


    As a test I just replaced the tnt text under crafting deny to counter1 and I got the above warning message, I've also tried it for things like workbench2 and radiator.

    OK I've worked it out! Thanks to Red post on Steam :thumbsup:


    Here's the file if anyone else is looking for the answer too



    Hmm this is my test permissions file (default.permissions)


    Lines 20-24 create a NullPointerException?

    Hi, I've read the post that Red's done here - Permission system


    In it he says at the end "One final note: You cannot change the permission files during runtime yet. In other words: You have to restart the server once you have done some changes to any of the permission files "


    I previously had omitted any pvp statement so the default was on. I've now added pvp false and restarted the server but the server is still showing up as pvp enabled on the server list?

    Great thanks migdyn!


    Ahh I see that console commands are disabled by default :) I guess people need access for options like "hud"



    You know when you create a new world with the server there is an option for ore "server_world_oreamount=3" (default)


    Do you know if a smaller integer means more ore or less? I've set mine to "server_world_oreamount=2" as I want the ores to be more hard to come by. . . but I've just found some silver right up on the surface so I'm not sure if I should have set it to server_world_oreamount=4?