Suggestion
Skript has conflicting addons, for example SkQuery and default skript both share "hide player" EXACTLY.
I would like the ability to specify which addon to use the code from:
Skript.hide player from all players
Or
SkQuery::hide player from all players
Or
Skript hide player from all players
SkQuery hide player from all players
Why?
As more addons get added, text conflict becomes inevitable. There needs to be a namespace scheme, this is a common practice in all languages because of issues like the above. Right now my hide player skript is opening the players inventory and making players invisible which implies it's using both scripts.
Other
No response
Agreement
Suggestion
Skript has conflicting addons, for example SkQuery and default skript both share "hide player" EXACTLY.
I would like the ability to specify which addon to use the code from:
Skript.hide player from all players
Or
SkQuery::hide player from all players
Or
Skript hide player from all players
SkQuery hide player from all players
Why?
As more addons get added, text conflict becomes inevitable. There needs to be a namespace scheme, this is a common practice in all languages because of issues like the above. Right now my
hide playerskript is opening the players inventory and making players invisible which implies it's using both scripts.Other
No response
Agreement