Block remove skript

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

This is probably a stupid question, but what is a command sign? Like what plugin is allowing players to create command signs in the first place?
 
This is probably a stupid question, but what is a command sign? Like what plugin is allowing players to create command signs in the first place?
Command signs are signs and if you right click them it runs commands as admin. There is no plugin allowing people to use command signs. Heres an example of how people would get one. /give @p minecraft:sign 1 0 {BlockEntityTag:{Text1:"{\"text\":\"Minecraft Tools\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"example\"}}"},display:{Name:"Custom Sign"}}
 
Could you just do something like
code_language.skript:
on command " /give @p minecraft:sign":
    cancel event
    send "NO NO" to player
 
Try this:

Requires skstuff

code_language.skript:
On place of sign:
   Add “{BlockEntityTag:{}}” to nbt of event-block