Jump to content

Ikey

Member
  • Posts

    92
  • Joined

  • Last visited

Posts posted by Ikey

  1. Check if you're not using you're full data. If so remove some plugins/files from the File Manager since it can get worse if you have a number of players online with a full server.

  2. Go onto File Manager and go to /plugins. After there go to the folder named UltraCosmetics and go onto the config. I would recommend using Ctrl+F at this point and just searching for 'ender_chest' or something to find it. After then just disable it or move the position.

  3. 1 hour ago, blabs said:

    I have an old realms world that is zipped properly but every time I try to upload it in the worlds menu on the server settings page, it gives me an error and tells me to try again. I also tried /ul world in game but that command doesnt seem to be working either. How can I fix this?

    I'm not sure why but I have never really got the hang of the worlds page of the dashboard. Instead go to the file manager and unzip it and then upload the folder to the File Manager. If you are tying to replace the world make sure to rename it to 'world' and remove the folder already named world.

    Restart the server and you should have the world!

  4. 1 hour ago, MRD54poo said:

    I need help setting up NuVoitier on my server can anyone help me set it on my discord is DarkMockingJay#0024

    Votifier is currently and most likely permanently disabled on minehut. It can not work because of the minehut server communication and ports in pretty sure. 

    Type up on the forums for a better answer as I'm not so sure.

  5. Please make a support ticket on the 'Support' section of the new dashboard. I'm sure they can help you way more than anyone else can on the Forums website 😄

  6. If you have the .jar file for this plugin then just go to the /plugins folder in File Manager and upload this.

    Although this 'more villager' thing sounds like its a mod but if not then go ahead!

  7. 6 minutes ago, NotKaizo said:

    Hey, try using %player's uuid% instead of just %player%. If you use %player%, they can change their IGN and they won't own the warps anymore as it saves their IGN instead of UUID.   

    Ah ok, thanks for the feedback

  8. Made this for yall 🙂

    Rate it in the comments!

    # PLAYER WARPS SKRIPT BY ikeyIX
    # FOR IKEY SURVIVAL
    
    #Options
    options:
       prefix: &8[&3IS&8]
    
    #Main Commands
    command /pwarps [<text>] [<text>]:
       aliases: /playerwarps, /playerwarp, /pwarp
       trigger:
          if arg-1 is not set:
             send "&3Ikey Survival Playerwarps&f:"
             send "&a/playerwarps &7create &6<pwarp name>"
             send "&a/playerwarps &7teleport &6<pwarp name>"
             send "&a/playerwarps &7list"
          if arg-1 is "create":
             set {pwarps.loc.%arg-2%} to location of player
             add arg-2 to {pwarps.list::*}
             set {pwarps.name.%arg-2%} to "True"
             set {pwarps.%arg-2%.%player%} to "True"
             send "{@prefix} &bSuccesfully created a warp named &b%arg-2%&7." to player
          if arg-1 is "teleport":
             if arg-2 is set:
                teleport player to {pwarps.loc.%arg-2%}
                send "{@prefix} &bTeleported to %arg-2%"
             if arg-2 is not set:
                send "{@prefix} &cEnter a valid Player Warp name to teleport to it!"
             if {pwarps.name.%arg-2%} is "False":
                send "{@prefix} &cEnter a valid Player Warp name to teleport to it!"
          if arg-1 is "list":
             send "{@prefix} &bShowing you a list of the warps:" to player
             send "&7%{pwarps.list::*}%" to player
             if {pwarps.list::*} < 1:
                send "{@prefix} &cCurrently there are no warps created." to player
          if arg-1 is "remove":
             if {pwarps.%arg-2%.%player%} is "True":
                remove arg-2 from {pwarps.list::*}
                clear {pwarps.loc.%arg-2%}
                set {pwarps.name.%arg-2%} to "False"
                set {pwarps.%arg-2%.%player%} to "False"
                send "{@prefix} &aSuccessfully remove player warp ""%arg-2%""."
             if {pwarps.%arg-2%.%player%} is "False":
                send "{@prefix} &cYou can not remove a player warp that is not yours!"
    
    #Admin Commands
    command /setmeasowner [<text>]:
       permission: op
       trigger:
          set {pwarps.%arg-1%.%player%} to "True"
    
    command /removepwarps:
       permission: op
       trigger:
          clear {pwarps.list::*}
          send "&cReset all the player warps from Player Warp List"
    
    #Tab Completes
    on tab complete of "/pwarps" and "/playerwarps" and "/pwarp" and "/playerwarp":
    	set tab completions for position 1 to "create" and "teleport" and "list" and "remove"

     

  9. Hey, I want to update my server to 1.17 in a while, all I'm asking is can you download a world on MineHut? I tried using the /dl world world command but it just locks my server in hibernation.

    Is there any other way to download a world? I know that it used to work.

  10. 11 hours ago, aashumc said:

    when i read this I was like "wtf is a ping skript" now when i look at the skript its simple but helpful but iw as wondering if u can make it put an actionbar or screen title for the player who got pinged or will that need a add on.. thanks!

    I was gonna until I saw Boxmonkeys reply xD

     

    9 hours ago, Boxmonkey said:

    i think by doing this it will work

     

    on chat:
       loop all players:
          if message contains "%loop-player%":
             play sound "block.note_block.flute" to loop-player
             send action bar "&c&l%player% &7has pinged you in chat." to loop-player
             send action bar"&7You have pinged &c&l%loop-player%" to player

     

     

  11. Hey, a suggestion for MineHut is to make more categories on the "Appearance" section of the MineHut dashboard. More sections could contain "Survival" for survival servers. There is the "SMP" section but it doesn't really show the survival servers. It would most show the Dream SMP type servers. Another idea for section is something like "Economy" to show its a buying and selling server. Another is "Events" to show there is a current event going on or something. A "Cosmetics" tag would show there is a cosmetics plugin.

    Those are some cool suggestions, but don't know what you guys could think off 😄

    • Like 1
  12. Anyone need a pinging skript? I made one for yall!

    on chat:
       loop all players:
          if message contains "%loop-player%":
             play sound "block.note_block.flute" to loop-player
             send "&c&l%player% &7has pinged you in chat." to loop-player
             send "&7You have pinged &c&l%loop-player%" to player

    Very simple but hope you all liked it 😄

    • Like 1
×
×
  • Create New...