Max No Relax: A Facepunch Hardcore Minecraft Server. ITS BACK
196 replies, posted
You can eat food, it just take a long time. I average at 20 seconds.
But yeah, it is practically unplayable. I just spent 2h cutting that double stacked spruce tree near spawn while waiting for my laundry. Took me all that time to cut my way to the top due to having to wait for removed blocks to be registrered by the server. Might finish it off if a solution for the lag problem is found.
Also claimed one of the abandoned village houses for now.
Yeah I just logged on twice and both times the only thing that loaded was the skybox before I timed out
Any word as to why this lag issue isn't fixed? Takes all the fun out of a hardcore server when you're battling lag more than anything else.
https://files.facepunch.com/forum/upload/218846/467a1530-325d-46ce-83ab-a247fab89279/image.png
Can't get in, might need to re-forward the port?
thread needs count and names of people banned
If I had the names, would I be able to?
I'm not looking to do it, but knowing how busy Breakfast Buddy can be at times, I figure we would need a back up guy.
The server appears to be megadead. Maybe it too will be revived on Friday?
Hello everyone, yes I am busy but I can do un bans!
Still trying to figure out unbans, but for now, can you send me your uuid from here:
Minecraft UUID / Username Converter
Just type your minecraft username and PM me that ID. I will unban you ASAP and will respond to your PM
Server should be up, it WAS down, no idea why
-bb
Why not write a script that clears/deletes the ban list every Friday?
There's no PMs so
3e0e5162-495a-486d-867a-d0ce2770acc1 he's my UUID
6fccd919-28e3-403c-80f0-649795dd4186
f838a3ad-9183-4979-aabb-a18631ae1b66
Does deleting the banned-players file not work?
So why is it taking so long to remove the banned players list?
@Breakfast Buddy Few folks need the un-ban (me too: f16588ad-5b5d-4686-a192-b2a8af1377e7)
but also i do I.T. for a living and work with servers so if you need some advice or even remote help i might be able to help. I have Splashtop Business w/ SOS
Galaxy on Discord said they could run the server for free with space on their VPS. Maybe it would be best to transfer the map and player data to him?
I was interested in this but it seems like Breakfast Buddy has no damn idea what he's doing and doesn't seem to care either... So many people in this thread are asking simple questions and are even offering to host the freaking server for him for free, and he's just ignoring all of it... I'll pass.
If this does die, I intend to bring it back in a permanent form. It would be kind of a shame for this to go down like this after everyone put time and effort into it for a week.
Now whitelisted.
It seems like you don't really have the time to be running this server right now. And from what I've gathered you're hosting at mcprohosting.com correct? I'm not sure how much you are paying but I'd suggest trying to get a refund, they're not exactly spectacular but very expensive. If you could somehow send me a zip file with your server's files, I've got a team of active people willing to run this thing and as mentioned earlier I've got a server setup and ready to go. People are really interested in this server but they need a server that works and an admin that has time available.
If you do end up doing this can we get a biome mod? The vanilla biomes are a little boring
Probably not gonna happen if we're playing on 1.14.
Fuck I forgot
To solve your auto-unbanning woes, I've written a Python script that will wait until midnight of Friday and then blank out banned_players.txt and banned_players.json:
from datetime import datetime as dt
from datetime import timedelta
from time import sleep
def seconds_until_friday():
daydiff = (4 - dt.today().weekday()) % 7
midnight = timedelta(hours = 0, minutes = 0, seconds = 0)
cur_hour = timedelta(hours = dt.now().hour, minutes = dt.now().minute, seconds = dt.now().second)
hourdiff = midnight - cur_hour
delta = (daydiff * 86400) + (hourdiff.seconds)
return delta
print("Starting auto-unban script at", dt.now())
while True:
suf = seconds_until_friday()
print("Waiting until next Friday,", (suf//60)//60, " hours from now.")
sleep(suf)
print("Clearing banlist...")
bl1 = open("banned_players.json", "r+")
bl1.truncate(0)
bl1.write("[]")
bl1.close()
bl2 = open("banned_players.txt", "r+")
bl2.truncate(0)
bl2.close()
print("Banlist cleared at", dt.now())
Should be platform independent (and very lightweight), but it's based on the server's system time. Simply copy the code into a Python file in the same directory as the ban lists and execute it.
Do we have a discord, or do we just use the main FP one?
Everything is happening in the Facepunch Minecraft discord it seems.
I unbanned those IDs. Sorry there was a delay. Anyone more people dead, just post your uuid in the thread.
Still dead. Kali_Aryanna
Unbanning isn't the problem - spectator mode is. When people are banned on hardcore, they're put in spectator. There seems to be no way to disable this. This is a problem because you'd have to convert everyone back to survival mode. Also in spectator you can just straight up look for shit in caves and find people's secrets. Kinda lame.
It seems the best workaround is to actually disable hardcore and have a script that automatically bans players upon death. This is something being worked on right now, but there have been a few issues. If you can figure out how to do that, that would be great.
https://discord.gg/wM6zTu5
Do the server logs record deaths? If I can have a sample log, I might be able to make an auto-banner.
Sorry, you need to Log In to post a reply to this thread.