Jump to content

Pryzmm

Moderator
  • Posts

    1,924
  • Joined

  • Last visited

  • Days Won

    33

Posts posted by Pryzmm

  1. On 5/22/2022 at 6:01 PM, EmptyRooms_ said:
    command /lobby:
        trigger:
            send " "
            send " "
            send " "
            send " "
            send " "
            send " "
            send " "
            send " "
            send " "
            send " "
            send " "
            send "&3Sending you to the lobby"
            teleport player to spawn of world "world"

     

    doesnt minehut just override any commands that have /lobby or /hub

  2. On 5/30/2022 at 4:54 PM, LindaW said:

    Explain, please, what is a social spy? Are you talking about the spying features on the phone? I am very afraid of this and even regularly delete messages so that no one reads them remotely, since if necessary I can restore them more information about this here. See this source for details on how to do this. It turns out it's not difficult at all.

    1. SocialSpy tracks commands sent by players and console. Based on your message, I assume that you've been browsing the web and saw this and don't play minecraft.

    2. Don't necropost on posts older than 1 month.

  3. On 5/25/2022 at 9:03 PM, WorstAndBest said:

    how do i op my self? i just started today but im confused on how to op my self

    image_2022-05-26_120318640.png

    From that page, click Manage Server. Go to console and type "op <YOUR NAME>"

  4. 14 minutes ago, yapotato123 said:

    So I haven't used minehut in long while and tried to play one of my old servers. I tried to reload all the scripts but skript is ignoring all of it. I tried to write new skripts but skript is still ignoring. I also checked if I disabled the plugin but doesn't seem like it. I don't really wanna reinstall skript since I'm scared of losing all of the data.

    you can download your files to save them to your desktop. Once youve done that, delete skript. Then go to the skript giithub and download the .jar file. Go to your 'file manager > plugins' and upload the .jar file. Restart your server, and readd the files that you've previously downloaded/

  5. 19 hours ago, LittleSkyDude said:

    Why is it that when you want to get a free plugin, you have to go through the entire shop and act like you're purchasing it? It's free!

     

    Why do I get a tracking number for free virtual items? Why does it list a payment type? Atleast it doesn't force you to put one in, though. Why does it email you like you actually bought something when you just got free plugins? Next time I might just install the plugins manually.

     

    I don't mean to be rude, I just find this ridiculously complicated for free items.

    You can upload .jar  files from SpigotMC or whereever else you get plugins and upload them through the file manager.

  6. 5 hours ago, Ultiyahyaa said:

    i got blacklisted from minehut because i turned on my VPN, and i tried to join but The New Public IP i had matched with one that was blacklisted, i tried contacting support but they keep denying me but i have evidence to prove that i didnt bot :////
    ples help this is my second false perma ban

    Message any admins on the discord.
    Send proof via a screenshot of your VPN and the connected IP.

  7. 12 minutes ago, aqootik said:
     

    everytime i start up my server it goes offline by itself and says this in console

    /home/minecraft/signal/start_cmd: line 1: 1285 Killed /opt/java/11/bin/java -Xmx${SERVER_RAM} -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -DIReallyKnowWhatIAmDoingISwear -Djline.terminal=jline.UnsupportedTerminal --illegal-access=permit -Dlog4j2.formatMsgNoLookups=true -jar server.jar

    9 times out of 10 this is a RAM issue. If you have too many plugins or worlds this will happen.

  8. On 5/29/2022 at 11:32 AM, DragonTheBetta said:

    There is a new update made to ImageOnMap that allows you to use the maps normally in 1.17 and 1.18. I would like ImageOnMap to be updated because it is a hassle to have to go onto /maps and take each individual piece of my image into my inventory. Thank you.

    You can download the .jar file and upload it in your plugins file.

    Here is the link: https://dev.bukkit.org/projects/imageonmap/files

  9. Just now, Block_BoyZ said:

    i'm using version 2.6.2 though

    I havent used 2.6.2 before, though if you're using a 1.18 plugin on a 1.17 server, then that's probably why. Try downgrading to 2.6.1, works for me.

  10. 47 minutes ago, Block_BoyZ said:

    I joined my server one day, tried one of my custom commands, and it didnt work. This worked before and i am confused. My server is a 1.17 server.

    If youre using 2.6, then change to 2.6.1. 2.6 is really buggy on minehut.

  11. 47 minutes ago, JupiterBlooper said:

    I'm trying to make a sethome skript that limits the number of sethomes you can have, by using permissions. For some reason the limit part of it wont work, when the rest of it is functioning fine. No errors are showing in chat. Can anyone help out and tell me what i did wrong/how i fix it?


    command /sethome <text>:
        trigger:
            if {homes::%uuid of player%::%arg-1%} is set:
                send "&cYou have already set a home to &3%arg-1%&r"
            if {homes::%uuid of player%::%arg-1%} isn't set:
                set {homes::%uuid of player%::%arg-1%} to location of player
                add arg-1 to {%uuid of player%.homeList::*}
                send "&aSet a home to &3%arg-1%&r"
            if {sethomes::%uuid of player%} is 3:
                player does not have permission "4th.house":
                message "&cYou cannot set more than 3 homes! Buy more in &3/shop"
            if {sethomes::%uuid of player%} is 4:
                player does not have permission "5th.house":
                message "&cYou cannot set more than 4 homes! Buy more in &3/shop"
            if {sethomes::%uuid of player%} is 5:
                player does not have permission "6th.house":
                message "&cYou cannot set more than 5 homes! Buy more in &3/shop"
            if {sethomes::%uuid of player%} is 6:
                player does not have permission "vip":
                message "&cYou cannot set more than 6 homes! Get 1 more with &6VIP &3/buy"
            if {sethomes::%uuid of player%} is 7:
                message "&cYou cannot set more than 7 homes!"

    Try using "else if" or stop

     

  12. On 5/30/2022 at 4:11 AM, LoesungFaun said:

    User Name:

    > IGN: TheFabo_YT

    > Previous IGN: LoesungFaun

     

    Age:

    > Im 19 Years Old!

     

    Previous Staff Experience:

    > I had a Server with +150 Players!

     

    Other Information:

    > I Really love Minehut and I play it since 2015! Im a Legend Rank and I dont Auto AD Or Botting I just like and Enjoy the Servers! (Mods Really Nice)

     

     

    you dont apply here.
    Also thats a small application.

×
×
  • Create New...