Skript

Skript

743k Downloads

Remove skript: from commands created in skript (config option)

EquipableMC opened this issue ยท 8 comments

commented

Suggestion

Remove skript: from commands created in skript (config option). If the config option is set to true to disable it, it will remove it from all current and new commands created with skript.

Why?

I feel like it's weird having skript: as a tab completion for your custom commands. It would be cool if there was a way to "disable it".

Other

This config option would be set to "false" by default

Agreement

  • I have read the guidelines above and affirm I am following them with this suggestion.
commented

pretty sure commands NEED a namespace, like even minecraft commands have minecraft:

commented

pretty sure commands NEED a namespace, like even minecraft commands have minecraft:

oh didnt know that

commented

How would disabling it work?

commented

Pretty sure all plugins do that

commented

How would disabling it work?

Most likely would require a server restart and whatever skript does to add the tab completions for skript:test for the test command, they can add a check if x is true

commented

Pretty sure all plugins do that

i've seen some that dont

commented

Name one and we can go look at their code

commented

Adding onto what's been said: you can use the prefix: entry to change a command's prefix