This Skript allows players to easily edit specific lines of a sign in Minecraft. Players can use the command /edit <line_number> <new_text> to modify the text of a sign they're looking at. The line number must be between 1 and 4, and the skript ensures that the player is targeting a sign.
Key Features:
Command: /edit <liner> <text>
Permission: sign.edit
Usage Example: /edit 1 Hello World
Validation: Ensures the player is looking at a sign, and the line number is valid.
Requirements:
Skript
Addon Required:SkQuery or Skellett (for block manipulation, including sign interactions).