1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon SharpSK [1.8 - 1.12+] 1.6.3

Made for supporting alot of your favourite plugins for use in skript

  1. SharpSK 1.6.3 Update - Major update

    Sharpjaws
    General:
    Fixed incompatibility with some plugins causing sharpsk to be non-functional.
    More minor bugfixes


    WorldEdit:

    Fixed nullpointer in schematic pasting syntax
    Added:
    Code (Text):
    1.  
    2. Effects:
    3. [sharpsk] [worldedit] save clipboard of %player% (to|as) [schem[atic]] %string%
    4. [sharpsk] [worldedit] save [selection] p[oint][ ]1 %location% p[oint][ ]2 %location% [with origin %-location%] to clip[board] of [player] %player%
    5.  
    mcMMO:
    Added offlineplayer support for almost all...
    bertek41 and Acenox like this.
  2. SharpSK 1.6.2.2 Update - Minor update

    Sharpjaws
    SharpSK 1.6.2.2 (Minor update):
    You can now get event-timespan from a timer tick event
    Code (Skript):
    1. [/B]
    2. on timer tick:
    3.        event-timespan // returns the timespan works for both tick and normal timers
    4. [B]

    Added a new event:
    Code (Skript):
    1.  
    2. on (remote|rcon) (server|console) command:
    3.      event-string: the command
    4.  

    PermissionsEx:

    Updated some PermissionsEx syntaxes to have offlineplayer support

    New changed PEX effects:
    Code (Skript):
    1.  
    2. pex (remove|delete)...
    bertek41 likes this.
  3. 1.6.2.1 Update - Loads of stuff and lots of stability bugfixes Part 2/2

    Sharpjaws
    The wait is finally over and this update has been finally released. Enjoy!

    Added 1.12 compatibility support
    Tons and tons of bugfixes:

    Fixed critical timer thread errors when running async. They should be working fine now.
    Fixed On Transfer event Throwing error when calling Event-block for Minecraft hopper minecart (Use event-entity for that instead)
    Fixed InventoryTransferEvent throwing errors on minecarts. You can now get them with event-entity
    FIxed mcMMO powerlevel expression...
    bertek41 and KingAlterIV like this.
  4. 1.6.2 Update - Loads of stuff Part 1/2

    Sharpjaws
    This update has been split into 2 parts since this big update introduces support for 3 new plugins that are going to be fully implemented in the next update, probably in 1.6.2.1 which is going to be part 2 with the support for the 3 plugins fully complete.

    General:

    Fixed silly syntax names in worldguard syntaxes (Will adjust all changed affected syntaxes in the docs later)
    Fixed more broken PirateSK stuff.

    WorldEdit:
    Added feature to exlude air for pasting schems:...
  5. 1.6.1.5 Update

    Sharpjaws
    SharpSK 1.6.1.5:

    General:
    Minor bugfixes

    Timers:
    Fixed a NPE when not specifying if a timer is active or not.

    AuthmeReloaded:
    Added some player checks for player is authencicated.

    Worldguard:
    Fixed all PirateSK worldguard syntaxes beign completely broken.

    PirateSK's
    Code (Skript):
    1.  [(wg|worldguard)] [all] wg regions in %world%
    is no longer a single value and will be recognized as a list of regions.


    Added LogBlock support (Thanks to...
    Snow-Pyon, Goetheus, Mr_Simba and 2 others like this.
  6. 1.6.1.4 Update

    Sharpjaws
    MythicMobs:
    Mythicmobs 4.x.x Support

    Added On MM Skill [cast]: for old 2.x.x versions.
    The event cannot be used in 4.x.x versions since the author removed it from the api.

    Authmereloaded:
    Removed old 5.0 support
    Added support for 5.3 snapshot builds
    Added %player% is authenticated

    JobsReborn:
    Fixed old broken 2.x.x compatibility.

    Timers:
    You can no longer create a timer when there is already one running with the same name. This is to avoid conflicts.

    Fixed...
  7. 1.6.1.3 Minor update

    Sharpjaws
    General:

    Changed:
    Code (Skript):
    1. create timer %string% for %timespan%
    to:
    Code (Skript):
    1. create timer %string% for %timespan% [keep active %-boolean%]
    When keep active is true then the timer will be paused and temporarily saved when the server stops and resumed after the server restarts.

    Fixed a syntax error with the All Timers expression
    iRegalia and it_twit like this.
  8. 1.6.1.2 Update

    Sharpjaws
    MythicMobs:

    Added event-string to mythicmob spawn event so you can get the mythicmob's internal name

    General:
    Added new command /sharpsk timers so you get the amount of active timers that are running

    Merged PirateSK into SharpSK
    All the syntaxes will stay the same. So you can use PirateSK things in SharpSK

    Credits:
    Piratejsk for making the original piratesk addon
    @Blade for updating it and giving me his source code.:emoji_thumbsup:

    Added...
  9. 1.6.1B Update

    Sharpjaws
    Fixed a bug with the armor equip event throwing errors with 1.7-1.8.8 versions

    Mythicmobs:

    Added event-entity to On Mythicmob spawn.


    mcMMO:

    Added:
    [sharpsk] [mcmmo] remaining %skilltype% [e]xp[erience] of %player%
    [mcmmo] power[]level cap[acity]


    JobsReborn:
    Added Support for 3.8.X+

    Fixed a bug where the "jobs of %offlineplayer%" expression if used repeatly in a broadcast effect it would keep duplicating the message.

    Added "[the] level of job %job% of...
    Snow-Pyon and iRegalia like this.