Jump to content

Frecklestainer

Member
  • Posts

    28
  • Joined

  • Last visited

Posts posted by Frecklestainer

  1. 10 hours ago, ChronicleGaming said:

    Doing that doesn't work though. I did that but my server still wouldn't open

     

    Okay, bud. Don't just complain about an error. DESCRIBE IT

    Doctors don't just say "he has a cough", they say "he has chronic bronchitis and inflammed alveoli"

    EXPLAIN THE ISSUE

  2. 16 hours ago, rigs4296 said:

    Edit: This Isn't Really Just Specifically for you but for like everyone who has an issue like this

    You shouldn't give OP to anyone who claims to be "Minehut Staff"

    these are usually never Minehut Staff just trolls trying to break your server of some way 

    Its not likely that a staff member would visit your server for any reason but to look around

    if this person is still trying to convince you that they are part of the staff team you should ask them for verification 

    [Discord Needed]
    Make them prove they are staff by asking them to send a message to you from the Minehut Server and check if they have the staff role
     

    if they say they dont have discord just don't give them op

    and ignore any threat they say like 
    "I'm Going To Remove This Server If You Don't Give Me OP"

     

     

    Please Stop Typing Like This Because It Looks Really Annoying And Makes Your Post Obnoxious Also Try To Use Punctuation Because I Have No Idea On When I Can Breathe Or When Context Is Supposed To Be Separated Thanks

  3. I was on the Minehut discord server, and saw that the #count-to-1mil was only at ~95k.

    I made a graph to record the end of every month.

    image.png.1904520ebcd30215be56fe04a32a264f.png
    This is how I collected data.

     

    After I collected all the numbers, I put them into a rapidtables graph, and....

    image.png.4bc91b925184e30564acd97ffb88329a.png

    Yeah, pretty slow. The initial launch of the channel resulted in the count landing at 6,416 at the end of July, and at the end of August? 19,062. A 297% increase.

    After August 2019, the climb slows drastically. This is probably why we aren't at 100k yet.

    The 297% increase we talked about in 1 month? Between August 2019 and April 2020 we only had a 288% increase.

    image.png.205c3374af8d294e96a5e6c94c56f5f6.png

    Anyway, between July 19th, 2019 (the start), and October 22, 2020 (the date of making this), is 461 days.

    image.png.bc951dd4afea62d157614c1859891c46.png

    We are currently at 94607. (as of 4:14PM NZDT).

    image.png.9142d1b13bafbd3fdfb1eb82d3c17a7f.png

    1,000,000/94,607 = 10.57

    image.png.472890e3cd979e9cd32996fd64ac3a45.png

    And 461 * 10.57 = 4,872 days.

    image.png.0df011a0ff2f9aba850e140ae4798447.png

    In 4,872 days it will be Friday, 24 February 2034

    image.png.72ca728de42c5f2a4db78e52a0bc3b6f.png

    It will take 13 years to complete the count.

    See you then.👋

    image.png

    • Like 3
  4. on load:
        set {i::*} to all items
        remove barrier and command block from {i::*}
    
    every 20 seconds:
        {give} isn't set
        set {_i} to a random item out of {i::*}
        loop all players:
            give loop-player 1 of {_i}
            
    command /toggle:
        description: enable/disable users receiving items periodically
        permission: op
        trigger:
            if {give} isn't set:
                send "&aEnabled &7periodic items."
                set {give} to true
            else:
                send "&cDisabled &7periodic items."
                delete {give}
    

     

×
×
  • Create New...