Jump to content

zKoro

Member
  • Posts

    574
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by zKoro

  1. 6 hours ago, Up1x said:

    Awesome! just one thing, when I put it into my server it came back with errors:

    can't understand the type 'players's uuid' in {playerlevel::%player's uuid%} = 1

    can't understand the type 'player's uuid' in {playerexperience::%player's uuid%} = 0

    I tried looking into this issue but could not find anything

    I suppose you could replace it with:

    on first join:
        set {var} to 0
        set {var2} to 1

     

  2. You can't have an if statement on it's own, it has to be in an event or after a trigger.
    Also, I would suggest changing your variables, because right now experience is just being added to a variable, it's not being added to the player's own experience. Here's a small fix

    variables:
       {playerlevel::%player's uuid%} = 1
       {playerexperience::%player's uuid%} = 0
    
    
    on mine:
        if {playerexperience::%player's uuid%} = 1:
            add 1 to {playerlevel::%player's uuid%}
            set {playerexperience::%player's uuid%} to 0
        else:
            add 0.1 to {playerexperience::%player's uuid%}
    
    # Fixed the variables so that it's not just adding it to a variable, it adds to the player's variable
    #
    # Also fixed up the mine event
       

    If you have any further issues, don't hesitate to reply to this thread and I or someone else will try and help you.

  3. Did you give anybody else console access who might have deleted your server? I don't believe there is any way of recovering your server unfortunately 😞 Sorry about the situation you are currently in, it must be really upsetting to see such time and effort disappear without a trace. Good luck with any other servers you start, keep at it and I'm sure you'll be able to release another successful server ❤️

  4. 6 minutes ago, Ad_the_cursed said:

    ok... I just played over hour without lag  

    i was in nether helping to build a bridge

    after i got to overworld i got timed out

    any idea why this could hapen?

     

    I'm not too sure, if it works for other people then the problem is most likely on your end, on not on Minehut's

  5. Try checking your logs, there might be some undetected issues with the plugin, which might result in it not registering on /plugins. If you can't find anything in the logs then try reinstalling the plugin. Remember that you need to restart your server for the plugins to take effect

  6. Do you mean the prefix before "Colour successfully changed?" Try making an option for it

    Options:
        colorPrefix: "&8&l[&6&lColor&8&l]"
    
    # Then add it in to your code by doing the following:
    
    send "{@colorPrefix} Yada yada yada"
    

     

  7. It's been a brilliant year on Minehut, many great things have happened that have spread like wild-fire throughout the community. But as well as that, what has your personal favourite moment been? 

×
×
  • Create New...