Author Topic: Brick restrictions  (Read 870 times)

A mod that restricts certain bricks like vehicle spawns spam etc.
I was thinking that this could help merps and servers that don't want spam everywhere


If we can get a programmer like Metario or whatever. This would be a great add-on


why is this not already a thing


https://www.dropbox.com/s/zfxy5pi19ut7abg/Script_WrenchLimits.zip?dl=1

makes rtb prefs for the following (to make host/superadmin/admin/everyone accessible)

  • emitters
  • lights
  • items
  • vehicles
  • music

or through variables:


   // 0 = everyone, 1 = admin, 2 = super admin, 3 = host
   $WrenchLimits::AdminReq=0;
   $WrenchLimits::BlockEmitter=0;
   $WrenchLimits::BlockLight=0;
   $WrenchLimits::BlockItem=0;
   $WrenchLimits::BlockVehicle=0;
   $WrenchLimits::BlockMusic=0;

https://www.dropbox.com/s/zfxy5pi19ut7abg/Script_WrenchLimits.zip?dl=1

makes rtb prefs for the following (to make host/superadmin/admin/everyone accessible)

  • emitters
  • lights
  • items
  • vehicles
  • music

or through variables:


   // 0 = everyone, 1 = admin, 2 = super admin, 3 = host
   $WrenchLimits::AdminReq=0;
   $WrenchLimits::BlockEmitter=0;
   $WrenchLimits::BlockLight=0;
   $WrenchLimits::BlockItem=0;
   $WrenchLimits::BlockVehicle=0;
   $WrenchLimits::BlockMusic=0;

Did you even read the OP? This isn't at all what he wanted.

He wants a mod that restricts players from planting certain bricks.

https://www.dropbox.com/s/zfxy5pi19ut7abg/Script_WrenchLimits.zip?dl=1

makes rtb prefs for the following (to make host/superadmin/admin/everyone accessible)

  • emitters
  • lights
  • items
  • vehicles
  • music

or through variables:


   // 0 = everyone, 1 = admin, 2 = super admin, 3 = host
   $WrenchLimits::AdminReq=0;
   $WrenchLimits::BlockEmitter=0;
   $WrenchLimits::BlockLight=0;
   $WrenchLimits::BlockItem=0;
   $WrenchLimits::BlockVehicle=0;
   $WrenchLimits::BlockMusic=0;

By the way that will not save, don't even think about making your own saver lol

Did you even read the OP? This isn't at all what he wanted.

He wants a mod that restricts players from planting certain bricks.

Misunderstood, read "don't want players making vehicles"

Okay I think I made what you want?
Adds two commands
restrictedBricks - Lists the restricted bricks.
restrictBrick - adds or removes a brick from the restrict list.
Also adds a pref for admins to bypass everything, set to 1 as default.