Skript icon indicating copy to clipboard operation
Skript copied to clipboard

Script development auto reloading on save

Open TheLimeGlass opened this issue 9 months ago • 10 comments

Description

  • Adds structure to denote automatic script reloading per script.
  • Adds entryValidator method to set an EntryValidator for a structure.
auto reload:
        # Cancels out permission node. Define the players that will get reload notifications.
	recipients: "LimeGlass" and "Dinnerbone"

	# Players with this permission will receive reload notifications.
	permission: "skript.reloadnotify"

Target Minecraft Versions: any Requirements: none Related Issues: https://github.com/SkriptLang/Skript/issues/4313

TheLimeGlass avatar Jan 17 '25 18:01 TheLimeGlass