Skript Files Hub

Script Skript Files Hub v1.0.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!

Contributors
EmirhanTr3
Supported Minecraft Versions
  1. 1.19
What is Skript Files Hub?

Skript Files Hub (Also known as S.F.H.) is a Skript file that lets you download files easily into your scripts folder.
All you have to do is load the data in and check the GUI to check any of the Skripts. It adds the command /skriptfileshub (or /sfh), which pops up a gui, allowing you to choose any file to download onto your scripts folder. (IF NOTHING IS SHOWN, RELOAD THE SFH FILE).

How to upload your files onto the skript?

If you want a file on the list, you must create a link to a raw version of the file, recommended to do this using GitHub or Pastebin, then making a file with the format below. You also have to join the discord (click here for link) in order to create a ticket and request to upload a file.

Code:
@ Info
    Name: [name of file here]
    Owner: [your name here]
    Description:
    - You can put as many
    - lines in here
    - up to 10
    Version: [server version]
    Dependencies: # NOT REQUIRED, YOU CAN REMOVE THIS PART
    - Skript-reflect
    - SkBee
    # You don't have to set dependencies, this is just incase your
    # file requires any other plugin.
    Item: [item you want displayed ingame here]

@ Code
<your code here>

Code:
@ Info
    Name: Example
    Owner: KingDooms
    Description:
    - This is a test file
    - used in the SFH discord
    - for people to take use of.
    Version: 1.19.4
    Item: Nametag

@ Code
command /insertingthismightwork:
    permission: *
    trigger:
        send "worked" to player

If you're having trouble on how to upload files, click here to check out a video with a clearer explanation.

Installation

Download it from releases
Plugins required:
- Skript 2.7 or newer
- SkBee
- Skript-Reflect
Author
KingDooms
Downloads
773
Views
773
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from KingDooms

Latest updates

  1. Bug fix

    forgot to change the version
  2. Super small update

    + Added a new option, sorting system