simple skript help

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

matin

Member
Mar 6, 2020
4
0
0
20
hey, how would i deny someone from breaking or placing blocks in a certain location like is there any cords i can do? something like

on break
if players x y z = 25 64 246
cancel event
(this is probs nowhere near correct)
 
Code:
On break:
   If location of event-block is location 0.5, 0.5, 0.5 in world world of player:
      Cancel event

On break:
   If x-coord of event-block is 0.5:
      If y-coord of eve...