- Contributors
- EmirhanTr3
- Supported Minecraft Versions
- 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.
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
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