Jump to content

Recommended Posts

Posted

I'm trying to blacklist strongboxes to eliminate the item duplication glitch, but every time I change the file, it seems to blank out the entry when I start the server.

drawbridge {

    # Add block or item IDs that should not be placed from the drawbridge

    S:"Drawbridge Blacklist" <

     >

}

I'm changing that to read

drawbridge {

    # Add block or item IDs that should not be placed from the drawbridge

    S:"Drawbridge Blacklist" <
          1970:1
          1970:2
          1970:3
          1970:4

     >

}

But it won't take. What stupid mistake am I making? Is that the wrong way to express the list of blocks? if so, what's the right one?

Posted

I don't know if it will accept the metadata (is that the right word? I think it is...).

But if the strongboxes are all on 1970, it should be sufficient to just list 1970. I hope.

 

That did it. Thank you muchly!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...