Jump to content

whoswish

Member
  • Posts

    255
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by whoswish

  1. 1 minute ago, _omga said:
    
    command /bigchest:
    	trigger:
    		open virtual chest inventory with size 6 named "My items" to player
    		format gui slot 3 of player with stone named "&6Stone" to close

    So this is currently working for me.

    i can try to make a short skript that like that and see if it works

  2. Just now, _omga said:

    So does the formatting of other slots work? Set slot 0 to just dirt.

    ehh, i dont know right now, i went into my server, reloaded the skript by itself, and now the command itself isnt working, and i have latest updates for skript and all the addons that i have with it

  3. 1 minute ago, _omga said:

    This shouldn't be a problem with Tuske if your other gui slots are working.

    i dont have anything else filled with any blocks yet, I ran into the problem and tried to fix it without adding new slots with different blocks. I can give you the full code if you want to check it out and see anything for your self

  4. 1 minute ago, _omga said:

    Did you do  /sk reload all or /sk reload scripts? Doing either of those commands breaks tuske GUIs. You have to restart your server.

    Well okay, so i have it set so if you do a command it'll pop up a GUI with whatever i want in it, I made it so if you click on said barrier it'll close the gui

    (code: format gui slot 45 of loop-player with glowing barrier named "&4&lCLOSE" with lore "&bClick on this to close the GUI!")

    the command works like I want it but the barrier doesnt even show up in the GUI.

     

    Never had this problem before.

    and no I always do /sk reload skriptname

  5. Hello,

     

    I love to skript and I'm getting the hang of it and have been doing it for about 4 months now, I have been using TuSKe GUI's because that's the only one I have learnt.

     

    Recently it has broken, I have made sure that I've installed the correct version and used the write code. I get no errors whatsoever, and it should work perfectly fine as I've used the code before without having any problems.

     

    I don't know if I should even be posting this on Minehut forums and not my server provider's forums if they have any (I'm not giving out any other server hosters name)

     

    But if you guys can tell me what could be the problem with it besides it being outdated, that would be perfect, thank you!

  6. 2 minutes ago, _omga said:

    Cool skript! Something you can use to shorten the amount of lines in your skript is required arguments.

    
    command test <text>:
    	usage: This will send if arg 1 is not set!
        trigger:
        	broadcast "This will only send if arg 1 is set! %arg 1%"

    ^ Example

    If you want, you can check out my glow skript I posted, it should be below this one if you go back to Script Releases!

  7. 1 minute ago, _omga said:

    Cool skript! Something you can use to shorten the amount of lines in your skript is required arguments.

    
    command test <text>:
    	usage: This will send if arg 1 is not set!
        trigger:
        	broadcast "This will only send if arg 1 is set! %arg 1%"

    ^ Example

    Thank you!

  8. Hello,

     

    I've made a glow skript because one that I had before (I didn't make) was giving the player particles and I really didn't like that so I decided to make my own.

     

    I've never really made something like this skript but it works perfectly fine and it does what I want it to do so I decided to post it here incase anyone who either doesn't know how to skript one or just doesn't want to do it themselves can use it.

     

    commands:

    /glow

    (thats it lol)

    It's toggleable and it has a cooldown which you can remove from the actual skript itself

    preview:

    image.png.43b3d785b94983249d17683a3c9f79e6.png

    how to delete cooldown:

    image.png.c87605dcc5e454d0c3181abb7a011245.png

    delete the circled part of the skript.

     

    Thanks for looking at this skript and possibly using it!

     

    If you have any suggestions on how I could've made the skript better please tell me. I'm new to skripting

    glow.sk

  9. 3 minutes ago, _omga said:

    1. This is in fact a skript.

    2. This is the right place to put it because it is a skript.

     

    Some things I would suggest is not using player variables to store the scoreboard information and using on load: instead of a periodical event. This can help reduce the amount of lag this skript puts on the server. An example would be.

    
    
    on load:
    	set {scoreboard::animation::1::1} to "h"
    	set {scoreboard::animation::1::2} to "he"
    	set {scoreboard::animation::1::3} to "hel"
    	set {scoreboard::animation::1::4} to "hell"
    	set {scoreboard::animation::1::5} to "hello"

     

    he linked a yt vid thats a plugin and a link thats a plugin though lmao

     

    oops, nevermind. u right LOL

  10. On 3/2/2021 at 6:58 AM, CoolProgrammer said:

    Hey there!

    This is a problem with all minehut servers, where all expansions are reset from /plugins/PlaceholderAPI/expansions.

    This is how I deal with the problem (via. Skript):

    
    
    on load:
        wait 5 seconds
        console command "papi ecloud download Player"
        wait 1 second
        console command "papi ecloud download server"
        wait 1 second
        console command "papi reload"

    And maybe, you can do something like that as well, until minehut fixes the problem.

     

    My theory:

    Since Minehut has a plugin manager (to make sure all servers are running latest plugins from their library), it might have conflicted with placeholder expansions (since placeholder expansions are .jar files as well) and removing them every single time the server starts or stops.

    That's just my theory but the problem might even be something else! 😅

     

    P.S. You're not bad at explaining, it's ok!

    Yeah thank you, I just gave up on it and decided to switch server providers with the 15$ i had, glad to hear it was a error in minehut itself and not made on purpose.

     

    Thanks for the help!

  11. 1 hour ago, _Tarna_ said:

    Have you been doing /papi reload after download each of your extensions? Because the last time when I used PAPI, I had to do that after downloading each one. 

    yes i did, it still doesnt work

     

  12. Okay so I've had this problem ever since I started using PlaceHolderAPI and whenever I install all the expansions i want (server, and player for my scoreboard) it works whenever i do /papi reload and everything works perfectly, until i restart it. After I restart it I have to download my 2 expansions again, so on for everytime I restart my server and its annoying

     

    (im bad at explaining things lmao)

  13. 1 minute ago, PorKyDaGreat said:

    Is this happening to any of u?

     

    Just now, _omga said:

    Administrators are working on fixing server starting issues. If you join the Minehut Discord Here you can receive status updates in the channel #announcements. (copy paste message)

     

    my server isnt starting either, its just minehut and its flaws, after all it is a free server provider, you shouldnt expect 24/7 uptime whenever you want it.

×
×
  • Create New...