Jump to content

FnnF

Market Creator
  • Posts

    92
  • Joined

  • Last visited

Posts posted by FnnF

  1. I like simplified versions of "The Pit", I go on The Pit sometimes on Hypixel but the enchants just are to confusing for my small brain:) But recently there have been a couple of remakes of Pit, and I have been playing those for a long time.

  2. Minehut needs to pay their hosting in someway, this is not free. Also, you can perfectly make a good, working server without paying. First off, learn how to skript (takes about 3 months to get decent at), second, if you are talking about max amount of players, you can use one of your 12 plugins for BuyCraft, and then use that money, to reinvest with the server.

  3. Minecraft Username: 

    FFandF

    Discord Username (EXAMPLE: Discord#1234): 

    !FaithfulandFree#9207

    What do you enjoy about minehut & why should you get the rank?:

    The thing that I enjoy most about Minehut, is probably the staff and their events. It's so fun being in those and fun to participate in them, especially UHCs! I should want this rank because it is nice to have, I don't really promote servers, which I'm sure that is some people's responses, but I just like talking, and as I am able to talk without a rank, it is nicer to be able to be seen more often. Thanks for doing this giveaway, it keeps the community active.

    • Like 1
  4. function refreshLevelLB():
      set {bodies::*} to sorted {Level::*} from highest to lowest with format "@index"
      set {_ind} to 0
      loop {body_lbs::*}:
        loop {_bodies::*}:
          if {_ind} < 10:
            add 1 to {_ind}
            set {_pl} to "%loop-value-2 parsed as offline player%"
            set {_ul} to {Bodies::%loop-value-2%}
            set line (1 + {_ind}) of loop-value-1 to "&4&l%{_ind}%&7. &f%{_pl}%&7: [&c%{_ul}%&7]"

    command /holoset [<text>]:
        permission: rank.admin
        trigger:
            if arg-1 is not set:
                send "&c/holoset <level>"
            else if arg-1 is "level":
                create new hologram with line "&7» &b&lBodies Leaderboard &7«" and store in {body_lbs::*}
                send "&aCreated a new hologram with id &c%size of {body_lbs::*}%"

    command /refreshlb:
        trigger:
            refreshLevelLB()
            send "Done"

     

     

    This is all I have

  5. 21 minutes ago, Spiderlogical said:

    You could create a command like /refreshlb that runs refreshLevelLB() and then also setup an event like every 5 minutes: refreshLevelLB()

    to remove a hologram:

    
    command /holoremove [<text>]:
    	permission: somepermhere
    	trigger:
            if arg-1 is not set:
                send "&c/holoremove <id>"
            else:
                delete hologram {body_lbs::%arg-2%}
                delete {body_lbs::%arg-2%}
                send "&aDeleted hologram with ID &c%arg-2%"

     

    But this only says one line, the title.

  6. On 5/19/2020 at 3:48 PM, Caulk_Strong said:

     

    SERVER RELATED QUESTIONS:

     

    5)  How much time have you put into the server?

    I can't say for sure, but I think about 4-5 days before the Season two update started.

     

     

    This is supposed to be how much hours can you put per week/day.

  7. 8 minutes ago, Vinixs said:

    @Waifer make sure you add this function, and make sure you run it in either a command or timed event

    What do you mean?

    This is what I have @Vinixs

    function refreshLevelLB():
        set {bodies::*} to sorted {Level::*} from highest to lowest with format "@index"
        set {_ind} to 0
        loop {body_lbs::*}:
            loop {_bodies::*}:
                if {_ind} < 10:
                    add 1 to {_ind}
                    set {_pl} to "%loop-value-2 parsed as offline player%"
                    set {_ul} to {Bodies::%loop-value-2%}
                    set line (1 + {_ind}) of loop-value-1 to "&4&l%{_ind}%&7. &f%{_pl}%&7: [&c%{_ul}%&7]"

    command /holoset [<text>]:
        permission: rank.admin
        trigger:
            if arg-1 is not set:
                send "&c/holoset <level>"
            else if arg-1 is "level":
                create new hologram with line "&7» &b&lBodies Leaderboard &7«" and store in {body_lbs::*}
                send "&aCreated a new hologram with id &c%size of {body_lbs::*}%"
                refreshLevelLB(player)

  8. command /holoset [<text>]:
        permission: rank.admin
        trigger:
            if arg-1 is not set:
                send "&c/holoset <level>"

            else if arg-1 is "level":
                create new hologram with line "&7» &b&lBodies Leaderboard &7«" and store in {body_lbs::*}
                send "&aCreated a new hologram with id &c%size of {body_lbs::*}%"
                refreshLevelLB(player)

     

  9. ALright guys so I have this server and I want the players to when they join for the first time they join into the group defualt. whats the command to set this? THe

×
×
  • Create New...