Jump to content

Can someone give me an skript that removes bedrock when player places it.


PumpEdva

Recommended Posts

  • 3 weeks later...
  • 1 month later...
3 hours ago, Simsamcalle said:

 


on place of bedrock:
	if player is not op:
    	cancel event

This makes it so only op's can place bedrock

 

`cancel event if player is not op` for all those one liner nerds out there

Edited by TheGoose

VIP since January 7th, 2020

Support since September 19th, 2020

Helper since November 3rd, 2020

Moderator since March 8th, 2021

unknown.png

5.png.e14b1bf83edf0ac2edc1bfb822177184.png

image.png.fe30b7b2c0be5a541ba4ed2187b23030.png

Link to comment
Share on other sites

On 7/15/2020 at 2:00 PM, AndrewVW said:

Is there a way to disable spawn eggs like with the way you disable bedrock?

on right click holding spawn egg:
	cancel event if player isn't op

are you making one of those random item every x seconds + dupe servers

VIP since January 7th, 2020

Support since September 19th, 2020

Helper since November 3rd, 2020

Moderator since March 8th, 2021

unknown.png

5.png.e14b1bf83edf0ac2edc1bfb822177184.png

image.png.fe30b7b2c0be5a541ba4ed2187b23030.png

Link to comment
Share on other sites

  • 1 year later...
On 7/15/2020 at 10:00 PM, AndrewVW said:

Is there a way to disable spawn eggs like with the way you disable bedrock?

on right click holding any spawn egg:
    cancel event
    message "&c&lHey! &4Eggs Are Disabled In This Server!!!"
    delete player's held item

Edited by brainasf
Link to comment
Share on other sites

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