Jump to content

Recommended Posts

Posted

How do I remove World Anchor from being used? I am restricting use of certain things to keep the world running smoothly. I saw a thread about someone talking about restricting it, how do I do this?

Posted

If you go into your RailCraft configuration (config > railcraft > railcraft.cfg), then do a search for 'cube.world.anchor=true'. You can change this to false and users won't be able to craft anchors. If users have already crafted them, you could use a plugin called 'NoItem' to stop users placing them. You can also disable TNT carts and anchor carts in this configuration, just search the config for 'anchor' and 'tnt'. NoItem can also stop crafting of anchors, but I like to keep my permissions as simple and clean as possible, so I'll do it in the mod config if possible.

Also, for disabling anchor carts, you have to just change the '1' which means true to '0' which is false. Different to disabling the anchor block.

Posted

if you use admincmd I believe the command is /air 214 [world size] I did that on mine it removed 8/9 of them but unfortunately im forced to search for the last one as I believe the air command uses sphere so you would need to repeat at each level to ensure you get them all.

Also as an added alternative (so you can let certain players use the items or allow them in set worlds) try using worldguard and adding 214 to the blacklist with on-aquire=deny and on-place=deny this means you can deny by world rather than completely or using modify world in the perms - -modifyworld.blocks.place.214 this will allow you to deny them to certain groups instead (remember to turn inherit off or if you disallow to lower levels it will auto deny to higher)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...