Jump to content

Make it so certain players can only see certain blocks


Nd_

Recommended Posts

Is there a way to make it so certain players can see certain blocks? Like

on join:
      if {%player's uuid%.hub} is true:
            show {blocks.hub} to the player
      else:
            hide {blocks.hub} from the player
on place:
      if {%player's uuid%.hub} is true:
            set event-block under {blocks.hub}
on break:
      if {%player's uuid%.hub} is true:
            set event-block under {blocks.hub}

 

(not using it for that)

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