Skript
Skript copied to clipboard
Command Prefix
Description
This PR adds a prefix entry to the command structure making it possible to change the default "skript:" prefix to whatever the user wants. Example:
command /test:
prefix: custom_prefix
trigger:
wait 1 tick
Target Minecraft Versions: any Requirements: Depends on Structure API (Must be merged first - see https://github.com/SkriptLang/Skript/pull/4108) Related Issues: Unless I missed it, I don't believe there are any (surprising honestly)
Is this being pulled to the right branch? Seems like an awfully large diff of unrelated changes for command prefixes...
It's probably pulled from structures PR, therefore it needs to wait for that PR so we don't see all these changed files
At a quick glance of the actual changes, this looks pretty good. I'll do a proper review after Structure API is merged.