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.

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!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...