Jump to content

whoswish

Member
  • Posts

    255
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by whoswish

  1. On 2/10/2022 at 6:50 PM, Gastles_2 said:

    Hi, I'm Gastles_2 and I am working on a Hypixel Skyblock-related server, but I can't do it without you! Must be an advanced skripter who knows how to properly use the plugin. If you would like to join this awesome skript team, DM me on Discord. My disc is Gastles_2#7171. I look forward to seeing you!

    Im not qualified for this but I wish you goodluck!

  2. hey so yeah i've been developing on minehut since early 2019 (March 14th) and I've never introduced myself so here I am

     

    I skript, code discord bots in pycord (fork of discord.py since it got deprecated)

    im 13 (about to turn 14 on march 8th)

    and yeah thats about it ig lol im pretty boring unless you really get to know me

  3. On 2/10/2022 at 7:30 AM, Captain_Rex_CT_756 said:

    it is far out of date on minehut with the version available on the 1.1 version of the plugin while the most updated version of it is 2.0,  I personally use it on my server with my friends and it has become increasingly buggy with each minecraft update, thank you for your consideration.

    Hey, if you would like to get it updated faster then you can manually do it yourself! (Not in the rude way)

    Download the plugin from its spigot link (spigotmc.org/resources/quality-armory.47561/), go-to your server's addon manager and uninstall the Quality Armor addon thats already there, after doing so, go-to your file manager and into the plugins folder and upload the plugin into the folder and then you can restart your server!

    I hope I helped, if you didn't understand something I said then please reply back to me and I'll explain it again!

  4. On 2/10/2022 at 2:16 PM, ArcadeKid said:

    I've seen a few replies that tell me to do the same thing, type /dl world <world name>, but the game doesn't seem to recognize the command as valid. Can someone help me understand what's happening here?

    Hey! Minehut has removed those commands so they are no longer able to be used on your server by default, if you would like those commands back then you would have to goto the Marketplace and download "Minehut Helper", I'll leave a link to it for you!

    https://shop.minehut.com/products/minehut-helper
     

    On 2/10/2022 at 8:16 PM, Punish said:

    That command was available before Minehut was Unleashed, Now you have to manually download Multiverse and download the world from there.

    For future reference, if someone asks this question again, you can respond with what I said instead as its the best answer.

  5. 40 minutes ago, Iron_Kevin said:

    I have a 1.16.5 server.

    command /pshop:
        trigger:
            open virtual inventory with size 3 named "&9&lPrestige Shop" to player
            format gui slot 10 of player with name tag named "&d&l2X perm booster" with lore "&e10 prestige coins"

    This skript isn't working. It just says Unknown Command. Reloading the skript doesn't give any errors.

    I have the following skript addons on my server:
    SkBee
    Skellett
    skript-gui
    TuSKe
     

     

    Hey so I personally don't think you should use TuSKe as it break's other plugins and is very unreliable and easily can be manipulated.

    I also don't think you need skript gui, you should use vanilla gui using Skript I believe.

    an example is something like this;

    command /buy:
        trigger:
            set metadata tag "storegui" of player to chest inventory with 3 rows named "&9&lStore"
            set slot 0,1,2,3,4,5,6,7,8,9,10,11,12,14,15,16,17,18,19,20,21,22,23,24,25 of metadata tag "storegui" of player to gray stained glass pane named "&f "
            set slot 26 of metadata tag "storegui" of player to glowing barrier named "&4&lCLOSE"
            set slot 13 of metadata tag "storegui" of player to glowing feather named "&b&lRanks"
            open (metadata tag "storegui" of player) to player
     
    on inventory click:
        if event-inventory = (metadata tag "storegui" of player):
            cancel event
            if index of event-slot is 26:
                close inventory of player
                stop
            if index of event-slot is 13:
                send ""
                send "&7If you would like to purchase a rank, please click <link:store>&9&lHERE<reset>"
                send ""
                close inventory of player
                stop
  6. 10 hours ago, Ron23456 said:

    I installed dynmap and got it configured, but it just doesn't work like it does on other hosts. is this a minehut issue that blocks dynmap from working?

    Dynmap doesn't work on Minehut, I believe you need ports or something for dynmap last time I used it and Minehut doesn't offer that so I dont know how you somehow got it configured but it doesn't work with Minehut.

  7. 5 hours ago, Gam3rBoi said:
    on place of diamond block:
    	set {_loc} to event-location
    	while block at {_loc} is not air:
    		wait 2 ticks
    		set block at {_loc} to white wool
    		wait 2 ticks
    		set block.. #ect

    That's what I would do, it isn't tested howerver.

    It works but you cant remove the block, it just stays there and keeps changing colors even if u try breaking it

  8. On 2/8/2022 at 5:20 PM, TheKingCreeper said:

    Alright so i wanted to make a server kind of like hypixel with lots of minigames and stuff so i needed a name i want it to have a plant name In it

    Okay so I have a couple ideas, but first, you shouldn't even attempt to make a server like Hypixel on Minehut because of the things Minehut limits you to and how expensive it is.

    But if you insist on making a Hypixel like server on Minehut, theres 2 websites I'd like to recommend. 

    http://khaozstudios.weebly.com/the-automatic-random-minecraft-server-name-generator.html

    https://minehub.de/en/tools/minecraft-server-name-generator/

    They both seem like good MC server name generators. (I don't have any Ideas from me but since everyone that's replying to your topic isn't even responding to it and instead is asking for staff, this is better than nothing.)

×
×
  • Create New...