[Skript Java Addon] Skellett icon

[Skript Java Addon] Skellett -----

All your Skript needs in one addon!



Bug fixes, Pastebin, skull owner and more
Added:
- 1.8 pvp reverter (Basically this turns 1.9+ pvp into 1.8 pvp all that built in)
- Skull owner
- Spigot material name getter
- Clicked row expressions
- Pastebin

Fixed:
- Made the cooldown syntax accept multiple players.
- Cooldown not accepting Numbers.
- Added support for 1.11+ ShulkerBox's in some inventory clicking syntax.
- Changed a debug message to be understood easier.
- Fixed a possible socket issue?
- Fixed a bug in 1.8.4 and lower 1.8 versions
- Added a doc generator for Mathhulks docs. Doesn't work at the moment, only preparing.
- Added a pastebin API generator
- Fixed a packet sending issue
- Changed a debug message for SkellettProxy to be easier to understand.

Todo:
- Working on a system to auto update Skellett

Syntax:
Code (skript (Unknown Language)):
#Expressions:
 
    #Changers: set (OfflinePlayer)
    #Info: Gets the offline player linked to the skull.
    #Info: This can only be set at the moment for some reason.
    [the] skull[ ]owner of [skull] %block%
    [skull] %block%'s skull[ ]owner
 
    #Info: Returns a spigot material name of a aliases https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
    [the] [spigot] material [name] (from|of) %itemtype%
    %itemtype%'s [spigot] material [name]
 
    #Info: Calculates the row that was clicked in the inventory clicking event.
    [the] click[ed] row
 
    #Info: create a pastebin. This returns the link of the pastebin.
    #You can get and find your pastebin API key at https://pastebin.com/api
    [(get|make|create)] [a] paste[ ]bin [link] with (data|lines) %strings%[(,| and|with)] (title|header) %string%[(,| and|with|for)] [api] key %string%
 
#Conditions:

    #Info: Checks if a slot is within a row of a defined inventory.
    #If the inventory isn't set, it assumes it's a chest.
    #Supported inventories: Player, Chest, ShulkerBox, Enderchest, Dropper, Dispenser, Workbench and Hopper.
    #Any other inventory will be calculated and guessed apon it's inventory size.
    [slot] %number% (1¦is|2¦is(n't| not)) (within|of|in) row %number% [(of|in|from) [inventory] %-inventory%]
Examples:
Code (skript (Unknown Language)):
on inventory click:
   cancel event
   broadcast "&6%clicked row%"
   if clicked slot is within row 2 of clicked inventory:
       broadcast "&a&lYes"
   if clicked row is 2:
       broadcast "&a&lDoes same thing :P"
Code (skript (Unknown Language)):
on rightclick on anything:
    set {_material} to material from player's tool
    if player hasn't got a cooldown for {_material}:
        set the cooldown of {_material} for player to 100
    wait 2 ticks
    if player has a cooldown for {_material}:
        broadcast "yes"
command /skull:
    trigger:
        broadcast "%skull owner of target block%"
Info:
- One of the syntax can be used outside of the inventory clicking event and the other can't.
- I added this as it made some of my GUI animations faster and cleaner. :p
- Have any suggestions send them my way, I can look into adding it.
- Thanks for 1.5 million players in Skellett's database!
- If you find any bugs please report them to me by PM or tag me anytime :D

Skript community discord: https://discord.gg/eFgxASt
----------, May 6, 2017
Resource Information
Author:
----------
Total Downloads: 134,004
First Release: Jan 6, 2017
Last Update: Feb 21, 2024
Category: ---------------
All-Time Rating:
88 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings