Skip to content

SE-Extended/Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maintainer

SE Extended Scripts

Welcome to the SE Extended Scripts repository!, Here you can upload your scripts and download scripts created by other users

How to Download a Script

  1. Browsing the ScriptList:
  2. Downloading a Script:
    • Mobile/Tablet:
      • Hold down on Download Script.
      • Click Copy link address.
    • Desktop/Laptop:
      • Right Click on Download Script.
      • Click Copy link address.
  3. Importing a Script:
    • Open SE Extended.
    • Navigate to Scripts Tab.
    • Click Import from Url.
    • Paste the Script link.
    • Click Import.
  4. Enabling The Script: Click the toggle next to a Script.

How to Create a Script

  1. Following Documentation: Start by following the documentation That is found here.
  2. Ide:
    • Choose an IDE for creating your javascript file.
    • Mobile/Tablet:
    • Desktop/Laptop:
    • Create the file.
    • Save the file.
    • Add your .js (JavaScript) file to your scripts directory.
    • Open SE Extended.
    • Head to the scripts tab.
    • Pull down to refresh.

Your Script should now be loaded in

How to Contribute a Script

  1. Fork this Repository: Click the 'Fork' button at the top right of this page to create a copy of this repository on your account.
  2. Upload Your Script:
    • Go to your forked repository.
    • Navigate to the Scripts/ directory.
    • Click on Add file and select Upload files.
    • Upload your Javascript file.
    • Commit the changes.
  3. Updating the Script list:
    • Navigate to The SCRIPTLIST.md.
    • Scroll down to the bottom.
    • Add the following:
    ## Name of script
    - **Description:** description of the script
    - **Version:** version of the script
    - **Author:** Your name or Github name 
    
    - [Download Script](https://raw.githubusercontent.com/SE-Extended/Scripts/main/Scripts/scriptfilename.js)
    
    • Commit the changes.
  4. Create a Pull Request:
    • Go back to SE-Extended/Scripts
    • Click on Pull Requests and then click New Pull Request.
    • Select your forked repository and the branch with your Script.
    • Create the pull request.

Your Script will be reviewed and merged into the repository.

Guidelines

  • Ensure your Javascript file is working!
  • In the Pull requests title Type feat(script): "script name".

Thank you for contributing!