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.
Tags:
  1. FunkyMoneyMan
    Supported Minecraft Versions:
    • 1.11
    Unknown-1.png

    Author:
    FunkyMoneyMan
    Version: 1.2
    Skript Version: 2.2-dev28c

    --

    Description:
    This skript adds Energy into minecraft through solar panels or other means.

    --

    Known Addons:
    - Reqn (1.2.0)
    - SharpSK (1.6.3+)
    - Skellet (1.9.1+)
    - Skript-Yaml (1.1.2)
    - Skript-Mirror (0.7.1+)
    - SkQuery (3.6.0)
    - SkUtilities (0.9.0)
    - Tuske (1.8.2)

    --


    What you can do:

    [√] Charge Energy cells
    [√] Solar panels
    [√] Jetpacks
    [√] Armor and cells (not use for them yet)
    [√] Can add your own cells and armor
    [√] Custom crafting recipe for armor and cells

    What to add:

    [ ] Machines
    [ ] Tools
    [ ] Conduits

    --
    Custom Recipes:
    Format:
    Code (YAML):
    1. <path name>:
    2.     name: '<display name>'
    3.     energy: <integer>
    4.     maxenergy: <integer>
    5.     block: <item>
    6.     recipe: <item>,<item>,<item>,<item>,<item>,<item>,<item>,<item>,<item>
    Example:
    Code (YAML):
    1. coal:
    2.     name: '&8Coal Cell'
    3.     energy: 0
    4.     maxenergy: 80
    5.     block: Coal Block
    6.     recipe: coal block,coal block,coal block,iron ingot,air,iron ingot,stone,stone,stone
    Keep in mind you can also have an item that doesn't require a crafting recipe by putting "none" instead of ingredients. This can be used for example servers that sell items for irl money.
    Screen Shot 2018-01-24 at 8.03.17 PM.png
    --

    Troubleshooting:

    I'm getting an error with "on armor equip":

    If you are having troubles with
    Code (Skript):
    1.  on armor equip
    and you have MundoSK, then change the code to
    Code (Skript):
    1.  Sharpsk on armor equip
    My custom recipes aren't working:
    If your custom recipe isn't showing up when trying to craft then first check your code to make sure in the `recipe` tab there is no spaces after commas:
    Code (Skript):
    1. recipe: coal block,coal block,coal block,iron ingot,air,iron ingot,stone,stone,stone
    If your recipe is still not showing up then try changing all the items to their minecraft id's. This is not needed for all items but things like glass and other things do:
    Code (Skript):
    1. recipe: 173,173,173,265,air,265,1,1,1
    I'm not able to click the update link:
    If you are not able to click the link when it says in chat that there is an update for this skript. Then head to the config.yml for skript and set parse links in chat messages to strict.
    Code (YAML):
    1. parse links in chat messages: strict
    ChisleLP and FUZIK like this.

Recent Updates

  1. Jetpacks
  2. Pastebin
  3. Crafting

Recent Reviews

  1. _ProSavage_
    _ProSavage_
    5/5,
    Version: 1.3
    Great skript, worth making into a java plugin good job Funky <3