Jump to content

UntitledGoose

Member
  • Posts

    465
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by UntitledGoose

  1. On 12/8/2020 at 5:54 PM, BingoBongo500 said:

    "Free, full-package minecraft servers"
    So, on your website, you state that this is what we would be receiving a full-package minecraft server which keep in mind on other websites includes:
    - Free Plugins
    - Free Server hosting
    - Free Support (if the server breaks or questions need to be asked, there are no charges for info)

    But at least on of these claims is untrue, according to multiple users of the platform, there are payment-required access issues involving the plugins (meaning they would have to pay for certain plugins)

    THIS IS A SCAM AND HE ISN'T LEGALLY ALLOWED TO DO THIS!

    All plugins are free, you don't have to pay for a plan if you don't want to, and we don't charge you for support

  2. On 12/5/2020 at 12:07 PM, Mesyl2 said:

    I don't give myself credit in any of my skripts as I do them for the community not for selling
    I will never charge for any of them no matter how annoying it is to make

    I respect people who do this. Nice work!

  3. I'm gonna be honest, bots can solve GUI captchas as easily as command captchas. They have access to everything the Minecraft client has access to, so you'd often need something special like Maptcha or making the messages super randomized, or not having a captcha at all, or abusing the weird quirks of bots.

    Regardless, I've made you one anyways. I haven't tested it, but here you go: https://parser.skunity.com/5888c579

  4. 20 hours ago, CoolProgrammer said:

    I assume you meant this:

    "How do I use Skript variables in quotation marks?"

     

    This is how you do it:

    
    command /cooltest:
        trigger:
            set {cool} to "%player% is really cool"
            send "%{cool}%" to player

     

    Basically, if you want to use a variable in quotation marks, you surround the curly braces {} with %%

    Like soo: "%{yayMyVariable}%"

    Expanding on this:

    If you don't actually want a variable to be represented, throw out the percentage signs. Skript only looks for a variable in a string if it is wrapped in percentage signs.

    set {epic} to "honk"
    send "%{epic}%"
    # Resulting string: "honk"
    set {epic} to "honk"
    send "{epic}"
    # Resulting string: "{epic}"

     

  5. M I N E H U T  C O M M U N I T Y  F A Q

    WHAT IS THE PURPOSE OF COMMON SKRIPT ADDONS

    REQUIREMENTS: Skript

    Introduction

    Ever wondered what Skript addons were for? This will answer that question, as well as provide some clever uses for them!

     

    What do Skript addons do?

    Skript addons are plugins that you can install to expand Skript, so you can do lots more in your scripts. You'll often see addons being used, because they make day to day use of Skript much easier and more convenient.

     

    Common Skript addons

    SkBee - Allows you to modify the NBT of blocks, items, entities, etc

    Skellett - Provides general purpose effects, like modifying maps, scoreboards, tablists, as well as general purpose events.

    SkQuery - Focused on covering more of the Spigot API. This provides events like on any move, on flight toggle, on horse jump, etc.

    TuSKe - Provides a good way to manage inventory GUIs, also hooks into plugins so you can manage them with Skript, and covers more of the Spigot API.

    Vixio - Provides full support for the Discord API, allowing you to make your own Discord bots that link between Minecraft and Discord.

    skDragon - Allows particles to be utilized to make wonderful scenes and animations in Minecraft


     

    How do I install Skript addons?

    You can install them from your panel, just go into the Plugins tab, search 'Skript', and then you have a list of all the addons available on Minehut! I'd recommend reading this CFAQ if you don't know how to install plugins.

     

    Examples
     

    # This command uses the addon SkBee, which you can use for modifying NBT of blocks, entities, items, etc.
    command summonDummy:
    	permission: admin.dummy
    	trigger:
    		summon zombie at player’s location with nbt "{NoAI:1b,CustomNameVisible:1b,CustomName:'{""text"":""Dummy"",""color"":""blue"",""bold"":true}"
    # This command will spawn a test dummy that doesn't take any knockback, hurt players, or make noises.
    # This command uses the addon skRayFall, for its Shiny Item expression! This expression makes an item have an enchantment glint, without any enchantments showing.
    command shinyItem:
    	trigger:
    		give player shiny diamond sword named "Ooo.. shiny!"

    Require further assistance?

    If you need more help on this topic, head over to this section of forums, or join our Discord!

    Compiled by the Minehut Staff Team

    • Like 3
  6. Since skript-mirror allows people to use Java, that's a large security issue for Minehut, so I suspect it will likely not be added. Also considering that this has been requested many times before, and the addon was never added.

  7. On 11/11/2020 at 4:09 AM, Artem said:

    but he is fly with a cheat

    You could try installing an anticheat (like Matrix) and configuring it to focus on flight hackers and try to prevent them from doing so, while still allowing normal cheats like KA and whantot

×
×
  • Create New...