StaffChatSk

Script StaffChatSk 1.0

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Seems to do as advertised, but there's a few things I'd change
- Namespace your variables. For example {staffchatsk.staffchat::*} instead of just {staffchat::*}.
- Use lists. Lists are wonderful and make the lives of both you and the end-user much easier. In a lot of cases, using lists can be done simply by replacing . with :: - Lists provide all kinds of useful features, such as getting or clearing all elements of a list
- Use UUIDs. Names can be changed by the player, which is both a vulnerability and storage issue. UUIDs persist through name changes, and in most cases, you can easily replace %player% with %player's uuid% and have your script remain unaffected (except better).

Overall, although there's some things I'd change, it's an alright script and it has potential. Keep going! :)
WolfyGameYT
WolfyGameYT
Thanks! I'll try and improve my future scripts.