Jump to content

Pigeuon

Member
  • Posts

    25
  • Joined

  • Last visited

Posts posted by Pigeuon

  1. I was wondering how I would remove the tooltips like attack speed, attack damage from an item in a gui. 

    Here is a gui that I want to remove the tooltips from:
           

    set {_gui} to chest inventory with 3 rows named "&8Kits"
            set slot 0 of {_gui} to golden sword

    Thanks

  2. If you have seen my recent post, the issue with plugins timing out is still happening. I got on this morning to my server and it was greifed because somehow worldgaurd is disabled. I am paying for my server and this is the terrible service minehut returns? Can some staff help me fix my server?

  3. So for some background, I was in my server afking, then came back and it said that the server timed out. I go to minehut to check console as the server is restarting, and this error comes up for every single plugin when starting up:

    [03:59:53] [Server thread/WARN]: java.net.ConnectException: Connection timed out

    and 

    [03:59:53] [Server thread/ERROR]: Error occurred while enabling SuperVanish v6.2.7 (Is it up to date?)

    except the error happens for every plugin while loading up.

  4. If you didnt create a backup of the world, there is no way to roll back your server. This was most likely caused by server crashing or server corruption. Use backups more often to avoid this issue.

  5. Usually youll see this when your server is book banned. But most likely I dont think this could have happened on your server. So I would assume your server's ram is to low for the size of your server, or your server is corrupted, and otherwise, you will have to reset the world. If that doesnt work, try resetting the server. And if none of those work, I would try contacting minehut directly with their support page on the minehut site. It can also be that your server is crashing when it starts.

  6. Your file manager is empty because the server is crashing before it can download your server files. Your console is also blank because you may have exited out of the tab when it crashed and it didnt update. Your server may be crashing from a Server Ram overload or corrupted plugin/server settings. I would reset either the world or the entire server to fix this issue.

  7. Estou usando o google tradutor porque eu não falo português, mas posso te ajudar. 
    Seu problema pode ser que seus servidores antigos estejam corrompidos.
    Eu tentaria redefinir o servidor, isso também pode ser porque a memória RAM do seu servidor é muito baixa para o tamanho do seu servidor antigo.
     
     
     
  8. Get spigot on your server if you havent already and download the Skript plugin. When you installed it, go to your server files where it says plugins, then click on the Skript folder, go to scripts folder, then click create file, then name it whatever you want but with a .sk at the end, (ex. spawn.sk) then click create. Then click on that file and copy and paste this text:

    command /setspawn:
        trigger:
            if player is op:
                set {global.survival.spawn} to player's position
                send "&6Spawn: &7The Global Survival Spawn has been set."

    command /spawn:
        trigger:
            set {_waitedcommandspawn} to difference between {spawn.teleport.%player%.lastused} and now
            if {_waitedcommandspawn} is less than 30 seconds:
                message "&6Spawn: &7You cannot use this command &7for &a%difference between 30 seconds and {_waitedcommandspawn}%&7."
                stop
            else:
                if {global.survival.spawn} is set:
                    teleport player to {global.survival.spawn}
                    set {spawn.teleport.%player%.lastused} to now
                    send "&6Spawn: &7You was teleported to the Spawn Zone."
                else:
                    if player has op:
                        send "&6Spawn: &cThere is no spawn. Create one using &e/setspawn"

     

    After that click save, then go back to your minecraft and make sure you joined your server, and run the command: (/sk reload thenameofthefile.sk) and then boom. You can use /setspawn and then use /spawn to tp to that location!

    Issue

    use /whitelist list (i think that is the command) make sure their username on there. If its not just /whitelist add them. If it is still not working it can be that the server doest recognize the players uuid which means you may have to reset your server files cus they may be corrupted.

  9. Try this:

    command /setspawn:
        trigger:
            if player is op:
                set {global.survival.spawn} to player's position
                send "&6Spawn: &7The Global Survival Spawn has been set."

    command /spawn:
        trigger:
            set {_waitedcommandspawn} to difference between {spawn.teleport.%player%.lastused} and now
            if {_waitedcommandspawn} is less than 30 seconds:
                message "&6Spawn: &7You cannot use this command &7for &a%difference between 30 seconds and {_waitedcommandspawn}%&7."
                stop
            else:
                if {global.survival.spawn} is set:
                    teleport player to {global.survival.spawn}
                    set {spawn.teleport.%player%.lastused} to now
                    send "&6Spawn: &7You was teleported to the Spawn Zone."
                else:
                    if player has op:
                        send "&6Spawn: &cThere is no spawn. Create one using &e/setspawn"

  10. This is caused by a plugin/mod you have installed on your server conflicting with microsoft's "safe chat system". This is most likely caused because your server version is before the 1.19.1 update and microsoft cant utilize /report or the report system on your server. I would say try updating your server or getting viaversion.

  11. Thats wierd your build arent there unless you didnt download all the dependencies required for a mc world. I would make sure that you have all the dependencies and playerdata downloaded or you might run into some issues. 

  12. Either you have a older version that doesnt support your server version you put, or you have a skript conflicting with skripts commands. For example, if you have a skript that has command name skript then it would conflict with usual skript commands, but in both scenarios, I would uninstall the version you have and get latest version that supports your server's version.

    • Like 1
  13. Recently I installed Matrix Anticheat on the server and noticed the server will shutdown during world generation with this error: 

    /home/minecraft/signal/start_cmd: line 1:  1571 Killed                  /opt/java/17/bin/java -Xmx${SERVER_RAM} -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -

    I have deleted the plugin but the same error is happening? What can I do?

    Ive tried resetting world but it just crashes again image.thumb.png.b2a3f5230173caa7a925ac7c0dabdd06.png

    Its also on/off so sometimes it opens and then shuts down later with that error.

  14. I have contacted both minehut support and Xsolla support about purchasing on their sites, both not of any help. Minehut support just tells me to contact Xsolla support, but the people at xsolla have only asked for my email associated with the account and have not messaged me any further after I replied them back. Please solve this issue, this is very frustrating to deal with as no one can help with these issues I am getting. (I get errors when I try purchasing:

    3032: Sorry, the payment cannot be completed now. Please try again later or contact Xsolla customer support

    )

×
×
  • Create New...