ComponentBlocker
Moved
Total Downloads: 2,274 - First Release: Oct 18, 2015 - Last Update: Feb 4, 2017
- 5/5, 11 likes
-
Hey, thank you for your continued work on this addon.
For some reason no matter my efforts when I type /blocker (any item) it doesn't recognize the command /blocker saying "unknown command /blocker"
I'm fairly tech illiterate so I have no idea if I can send you any more info and it's probably me doing something wrong but I was wondering if this is a common error and how to fix it? -
Is there anyway I can use this to remove the recycler already in the world?
-
-
Anyone that can help me out? I'm trying to remove all Junk piles and barrels from the map But its not working
Code:"assets/bundled/prefabs/autospawn/monument/airfield/loot-barrel-1.prefab", "assets/bundled/prefabs/autospawn/monument/airfield/loot-barrel-2.prefab", "assets/bundled/prefabs/autospawn/monument/airfield/loot_barrel_1.prefab", "assets/bundled/prefabs/autospawn/monument/airfield/loot_barrel_2.prefab", "assets/bundled/prefabs/autospawn/monument/lighthouse/loot-barrel-1.prefab", "assets/bundled/prefabs/autospawn/monument/lighthouse/loot-barrel-2.prefab", "assets/bundled/prefabs/autospawn/monument/lighthouse/loot_barrel_1.prefab", "assets/bundled/prefabs/autospawn/monument/lighthouse/loot_barrel_2.prefab", "assets/bundled/prefabs/autospawn/monument/mining/loot-barrel-1.prefab", "assets/bundled/prefabs/autospawn/monument/mining/loot-barrel-2.prefab", "assets/bundled/prefabs/autospawn/monument/mining/loot_barrel_1.prefab", "assets/bundled/prefabs/autospawn/monument/mining/loot_barrel_2.prefab", "assets/bundled/prefabs/autospawn/monument/production/loot-barrel-1.prefab", "assets/bundled/prefabs/autospawn/monument/production/loot-barrel-2.prefab", "assets/bundled/prefabs/autospawn/monument/production/loot_barrel_1.prefab", "assets/bundled/prefabs/autospawn/monument/production/loot_barrel_2.prefab", "assets/bundled/prefabs/autospawn/monument/radtown/loot-barrel-1.prefab", "assets/bundled/prefabs/autospawn/monument/radtown/loot-barrel-2.prefab", "assets/bundled/prefabs/autospawn/monument/radtown/loot_barrel_1.prefab", "assets/bundled/prefabs/autospawn/monument/radtown/loot_barrel_2.prefab", "assets/bundled/prefabs/autospawn/resource/loot/trash-pile-1.prefab", "assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-1.prefab", "assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-2.prefab", "assets/bundled/prefabs/autospawn/resource/loot/loot_barrel_1.prefab", "assets/bundled/prefabs/autospawn/resource/loot/loot_barrel_2.prefab"
-
-
-
How can I remove all c4 in game?
-
EDIT: I think it might actually be "timed explosive charge" for C4? So /blocker "timed explosive charge"
Make sure to include the quotes if the item name has spaces. -
If anyone wants to do primitive on their server, I just finished making this list for our upcoming primitive week. Be careful and dont load this in on a current wipe as obviously it doesnt just block it from being crafted, it also removes it from the server, you've been warned.
Attached Files:
-
-
The plugin is blocking hide pants even though they're not in the block list
messing with our autokit
it's blocking longsleeves when not in block list -
I've tried installing this on the Fragnet server. following their support page where you put in the plugin id, server identify and plugin name etc. i'm obviously missing a step because for the life of me i cant get the mod to load in game. any advice you can give ? thanks.
-
if i add item to the black list it wil lbe remove completly or i can chose from what this item is removed (for example supplydrop,crates,barrels) ??
-
hello i edited
object OnStructureUpgrade(BuildingBlock block, BasePlayer player, BuildingGrade.Enum grade)
{
if (player.net.connection.authLevel >= 1)
return null;
...
}
To permit the admin to upgrade anyway regardless the block; any better way to permit blocked stuff /upgrade to admin ?
Actually seems that the plugin stop using stuff whatever who is the player;
I would like to allow some item only if spawned by an admin and to be used picked up by anyone only if an admin put those inside a chest or something similar ;
anysuggestion ? -
Hi, I have tried as many combinations as I can think of to block C4 (explosive timed, timed explosive charge etc) and I can still spawn them into my Inventory?? Everything else I have blocked does not go into it though. Any idea's?
-
As of the most recent update to Rust, component blocker is no longer working. Is there a new version that needs to be downloaded?
-
Wulf Community Admin
-
-
-
I am trying to get it to remove all ore nodes from the server and have did all the"/blocker assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab" for the 9 different types yet they are still around. Even after restart of mod and the server. Anyone got any ideas?