Jump to content

kingsander123

Member
  • Posts

    30
  • Joined

  • Last visited

Posts posted by kingsander123

  1. Hello,

    I recently started a new Minecraft survival world with the plugin Slimefun. It's really fun!

    But I miss some extra addons that will improve the gameplay.
    I wanna ask if the addons "Barrels" can be added for Slimefun on the plugin list.
    Link: https://dev.bukkit.org/projects/slimefun-barrels

    Hope someone reacts back soon!

    Sander.

  2. Hello,

    Can someone give me a quick example for how to create or make a NPC with Skript with Skellett or other addon. Because I'm having problems with loading it in. Can also tell me other ways how to create NPC with Skript if it's possible.

    If it's not possible please notify me.

    Thanks.

  3. Hello,

    I'm in search for Builders, Helpers, Developers and Writers.
    The server is a parkour/PvP server! The objective is to parkour for loot and than PvP to other players or bosses.

    Needs:
    - Discord (can call (UTC+1) )
    - Can build fantasy/kingdom style builds
    - At least be 12 years old

    Returns:
    - Get a Builder rank on Minecraft server / Discord server
    - Get some special cosmetics when the server is fully live
    - Get hired for new projects
    - Be in the staff team
    - Be able to join when the server is whitelisted for updates

    Get first a look on the server so you know the building style or get more interested in the offer. (BiepBoop.minehut.gg)
    You can also look at the photos I added in this post.
    You can contact to reply on here or add me on Discord (SanderOpDiscord#1696).

    Kind regards,

    kingsander123.

     

    2020-06-22_10.15.37.png

    2020-06-22_10.15.48.png

    2020-06-22_10.15.59.png

    2020-06-22_10.16.40.png

    2020-06-22_10.17.09.png

    2020-06-22_10.17.32.png

    2020-06-22_10.15.13.png

    2020-06-22_10.15.25.png

  4. Hello,
    I have a problem with setting a variable with %player's uuid% and I don't see what the problem is. Do I need to add a addon?
    I wrote this:

    Code (Text):
    1. variables:
    2. {parkour.Snow.level.%player's uuid%} = 0

    And the error is this:

    Code (Text):
    1. Can't understand the type 'player's uuid'

    I asked on the Skript Forums but they said I needed to use this:

    Code (Text):
    1. %uuid of player%

    but it still didn't work can someone help me fix this? It maybe is because of the Skript version that Minehut uses.

    Code (Text):
    1. Can't understand the type 'uuid of player'

    Thanks!

  5. 7 hours ago, ReportCards said:

    Once you've deleted a whole file on the Minehut file system, you won't be able to find it again.

     

    If you've kept the script on your system (Completely Recommended for safety reasons like this), if you have one on your OS you should be able to find it in the "Recycle Bin" as long as you haven't cleared it yet.

    Yea, now i'm using that... I have learned!

  6. I will not make it because I need to do also other stuff but I can show you a video that can help you it's dutch but you only have to understand the skript and without not understanding anything of Skript you can learn in the meantime

     

  7. You will have to make a variable list named {blocks::*}

    add barrier to {blocks::*}
    ...

    with block names into it and then pick a random element from it with a event of 

    On every 20 seconds:
        loop all players:
            set {block} to random element out of {blocks::*}
            give player {block} to loop-player

     

×
×
  • Create New...