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

Major Update

Hey guys, updating Skonic today with a bunch of changes for Citizens.

Changelog:

  • Created On Citizen Create Event
  • Created On Citizen Spawn Event
  • Created On Citizen Despawn Event
  • Created On Citizen Remove Event
  • Created On Citizen Death Event
  • Created On Citizen Right Click Event
  • Created On Citizen Left Click Event
  • Created On Citizen Create By Player Event
  • Created On Citizen Create By CommandSender Event
  • Created On Citizen Damage Event
  • Created On Citizen Damage By Entity Event
  • Created On Citizen Damage By Block Event
  • Added Condition for whether a Citizen can be attacked.
  • Expression of vulnerability of a citizen
  • Changed Expressions for name and entity type of citizen to allow setting of values.
  • Added expression for the Look Close trait of a citizen.
  • Added NPC Spawn Reasons and NPC Despawn Reasons type classes. (#4 )

Full Changelog:

https://github.com/NagasonicDev/Skonic/compare/1.0.7..1.1
This release brings a bunch of changes to patterns and syntax within the expressions and effects. It also adds some elements to the citizens component of the plugin.

Changelog:

- Added "is navigating" condition
- Added citizen pathfind effect
- Added effect to change citizen's skin by the skin type.
- Added an expression for all citizens
- Added expression for citizen with a specified ID
- Changed all applicable citizen effects/expressions to allow an array of npcs. (Issue:#2)
- Added expression for a head from a skin.
- Changed player skin value and player skin signature expressions to include all skins.
- Added skin from url expression.
- Added expression to get the url within a skin value.

Full Changelog:
- https://github.com/NagasonicDev/Skonic/compare/1.0.6..1.0.7
Quick Patch

Changelog:

  • Removed Packet console error (didn't really do anything but can look bad)
Changelog:

  • Fixed all major errors in v1.0.4
  • Re-did some patterns in citizen and skin elements
  • Improved player head expressions
  • Added UpdateChecker class (Will not work for previous versions)
  • Added better addon loading, shows element loading in console.
  • Changed ExprCitizenEntity -> ExprCitizenEntityType, as Citizen handled Entity as name, for some reason.
Notes:
This update was majorly delayed by a lack of effort on my part, and for that, I apologise. If there are any errors in this update, please let me know at https://github.com/NagasonicDev/Skonic/issues.
!!SMALL FIX!!

Changelog:
- Fixed error logging
- Fixed NPE in effects.
!!QUICK UPDATE!!!
Changelog:
- Fixed all NullPointerExceptions
‼SMALL UPDATE‼

Changelog:
- Added effect to download a player's skin.

New Effect:
'Download Player's Skin'. Will save a png file of the player's skin in the Skonic/skins/player's name directory. ⚠⚠If this directory does not exist, it will automatically create it. DO NOT CREATE YOUR OWN DIRECTORY ⚠⚠
Changelog:
- Added Syntax for Skins
- Added Update Checker
- Updated All Other Syntaxes
- Added Head From Player Syntax
Change Log:

- Added expression to get a player head from a player.
- Added expression to get the owner of a player head.

WARNING: THIS IS NOT A COMPLETE VERSION, SOME CHANGES MAY HAVE BUGS OR ERRORS