Resource icon

Addon ClassySK 1.0.0-pre2

  • 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 community!

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

Potentially Breaking Changes
Class Options have been outright removed. I decided to remove them while the addon is still in pre-release since they were sort of a bandaid solution for things that should really be fleshed out features. I have plans to incorporate the same functionality in better ways (like additional keywords.. etc)

Other Changes:
  • Added -> to the method return pattern so now you can do public myMethod() -> boolean
  • Instead of if {_instance} is an instance of MyClass you can now also do if {_instance} belongs to MyClass
  • Fixed a bug with the cleanup manager where it would throw an exception if the script of a class was deleted or renamed without reloading the script.
  • Now checks the case sensitive config option rather than case-insensitive variables for if classes/methods/fields should be case sensitive.
  • Internal rework of the class structure, better entry validation and actually fails to parse if there was an error. Additionally, SecMethod and EffField are no longer registered globally. In theory this should ensure conflicts dont happen and slightly reduce parse times.