Author Topic: Any way to disable server building?  (Read 1376 times)

Me: /setrules Dont build, A player: Im just gonna build. Me: No, That's against the rules. Him: -building sounds like planting and stuff- Me: Fine.



In otherwords, Is there any way to disable building in vanilla -unmodified- blockland?

Minigame you can choose to disable building
Look up slayer it has good options for this use and slayer lets you leave and build without players getting kicked from the minigame.

So... The solution is to download slayer?

vanilla -unmodified- blockland?
I'm confused here

And yes, get Slayer, set the minigame to default, disable building and painting, this means you can leave the minigame but no one else can't unless you set that option.


To clarify, that "nope" is at needing slayer and a minigame to prevent this.

Oops, forgot about that add-on, should of also said something about it too

I'm confused here

And yes, get Slayer, set the minigame to default, disable building and painting, this means you can leave the minigame but no one else can't unless you set that option.
I meant without modifying the games files, Not without custom, i love custom

We aren't modifying game files here, but what Shift Kitty gave is your best option

You could use admin controls manager and set buybrick and plantbrick to admin-only....

You could well just make a minigame, without Slayer necessary, which disables building and do
Code: [Select]
$DefaultMinigame = findclientbyname("Username").minigame;

Noedit: That, however, will block people from making new minigames, unless admin, or leaving the minigame to join another admin's minigame, unless admin again.

If that is going to be a problem for what you want to accomplish, try what Shift Kitty linked you.

Noedit again: If the code in the first post doesn't work, try this instead:
Code: [Select]
$DefaultMinigame = findclientbyname("Username").player.minigame;
In addition, modifying the game's source is absolutely illegal.
The source code cannot be modified, but non-encoded files can be edited freely without consequence.

Use admin controls manager for RTB, edit the .txt file in config/server/adminControls to restrict the /plantbrick command

It's literally that easy