on place event

  • 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!

  1. C

    Basic code, strange errors

    I wanted to creat a script that would forbid people from placing a block, messaging 'It's not allowed to place a block.' This is what I wrote. My codes: on place: message "It's not allowed to place a block" cancel event This is a very basic set of codes as you see, but when I...
  2. C

    disable placing player heads

    Category: UHC Suggested name: phead Spigot/Skript Version: Paperspigot 1.8.8. Skript 2.2-dev36 What I want: When people right click player heads while holding it in their inventories, I want it so it can not be placed at all on the ground or walls or anywhere. This is what I have currently...
  3. H

    Help with block placing skript

    Hi there! I am trying to make a Skript for my mini game which allows players to place obsidian that will be removed after 40 seconds. However, I do not want players to be able to destroy the map by placing obsidian in water sources, grass, flowers, etc. I ONLY want the player to be able to place...