#general
3141 messages · Page 171 of 4
leaf
if I had two remaining braincells
and one of them was dying let's say
and you offered to lend me one of yours
not only would I reject that offer but I'd be surprised you'd offer your last remaining braincell
u fuking retard
lmao
meh, pigs drown in water too and apparently it was a bug in minecraft :S https://bugs.mojang.com/browse/MC-134755 now I "just" need to figure out how they fixed it xD
ok, wow, they just make all entities 0.15x higher to avoid that...
whats the context of this kash
Quick question; Anyone know how to call a string from another class?
you'll have to elaborate
That makes no sense
as a field or what?
I want to get another class to read that string value
ClassName.fieldName
either make it public, or create a getter
.define insanity
(DiscordBot) This command requires an API key from wordnik.com.
.yt definition of insanity
(DiscordBot) Far Cry 3 - Definition of Insanity Cutscene Gameplay (Xbox 360) - length 2m 31s - 14,504 likes, 268 dislikes (98.2%) - 1,396,358 views - GameSpot on 2012.12.01 - http://youtu.be/rKMMCPeiQoc
Voss tells Jason what crazy is, in this cutscene from Far Cry 3. Follow Far Cry 3 at GameSpot.com! http://www.gamespot.com/far-cry-3/ Official Site - http://...
for @static badge
wat
2GB ram fine for a 2 player forge server?
also @cosmic raft apparently the bot needs an API key
2g for modded? depend on how many mods, and what they do
rip, thought that was Korobi for a sec
I've had a few drinks
ALSO I'm running out of mead, which makes me sad
Attack of the B team
why does that sound familiar?
So it kind of works! But I'm not yet sending chunk data.
Attack on the B team could be fine, the pack seems to be on the lighter side
limit chunk loading places with lots of machines
It's fine I have 4GHz
Tux - how are you going to handle worldgen?
my chicks no longer drown! \o/ (but now you can't drown them anymore ;_;)
fucking hell my feet hurt
these new shoes are wrecking my feet
and I sit most of the day, if that puts anything into perspective...
why don't you just take them off?
because I bought them to help my foot problems
but clearly they aren't helping
so that was wasted money
time to find something different
@wide hazel probably because a bunch of youtubers played it
that is indeed the case
@ancient bolt maybe that means they're working?
wzrd: yeah, that's an open question. I just now downloaded a vanilla beta 1.7.3 jar to examine myself. It's from MediaFire so it's sketch af maybe
going to run it in a Docker container
that way it won't hose my actual system
lol to withdraw my XLM it had to go to USD -> ETH -> CAD -> bank
and somehow in the process I made $3
u sure
Tux why didn't you use the jar that the offical client downloads?
I guess he's looking for the server jar and not the game
I'm dumb
12" hand tossing 
lol
god, the landscape was barren, but the generation is superb
#paper-dev
In what version did you guys start playing?
1.8.1 beta
beta 1.7.3
intravenous nostalgia shot
I accidentally burned my friends house down and got banned cx
alpha 1.2.4?
Technically it was the update before that one
That image is why I bought it though
I started pretty late. 1.2.5 (release) for me
interesting
I bought it in beta 1 but played with friends since alpha 1.2.6
still remember when they added command blocks in 1.4 and it was a total game changer
pfft, I remember when pistons crashed the server
Oh I remember adventure maps using a special "adventure mode" client at one point
The piston dupe bug in beta 1.7.1 was pretty epic too
back when Hypixel was only a map maker
Imagine playing that mc ripoff thing hypixel is working on hytale 
lol it turns out I had that amount worth of BTC in that account
from forever ago
and it sold that too
@marble summit I wouldn't say I'm hyped for it but I'm pretty excited to see how the game turns out
Good since it's probably dead by now.
Hytale i am not exited for whatsoever
Minecraft is good as it is and does not need another rip off
And also why play hytale when you already have fuckin minecraft 
And why play hytale when they have a minecraft server that is obviously going to be way superior than that game they're making
So, I got chunks loading! 😄
nice
Exactly there no point if your already a Minecraft player. Beside maybe the mods' API as they said they would have a better intergation for that or something.
But if you aren't a minecraft player why play hytale
Cause there is Minecraft already there 😂
Turns out that needs to happen after sending Login/Spawn Position/Initial Player Position and Look
Not if they didn't buy it yet in which case both games would have similar back end features.
Just with different coats of paints (rendering, play style, etc etc etc)
they will need to launch the game with something really good to keep the playerbase
like servers
If they are smart they are already working on porting their server to Hytale
Ehh
That's probably why they making the game lol.
No one would play hypixel if they moved it from mc to their stupid ripoff
since it's expensive as heck to make one.
They probably aren't going to close it in one hit they probably going to have people "gracefully" move from games over months if not a few years.
Especially since hytale is gonna cost money to play
Exactly people aren't going to play it until the reviews and such comes out.
Which is especially gonna make people not want to play it if they move hypixel to hytale
Cause then it would be a paywall
to play a ok server
Mfw a spigot plugin dev has the ips of all ops/admins on my server and I wasn't made aware of it
🤠 yeehaw
So it would very stupid to close Minecraft servers at least for months to come after release.
spigot PLUGIN dev, correction*
you know Minecraft also costs money, right?
knew it was that vic
They already have minecraft
there's only one spigot dev boi round here
He/she means AFTER they already brought Minecraft.
They don't need to spend another 20$ to play a crappier minecraft
I think their game will at least be more technically competent
and is that the retail price?
The plugin still sends the ips of all online ops/admins to the dev
For a ok server
why's it do that vic boi
That's not alright cash.
wat plugin is it too
am wanna see it for myself
That's a drop in a bucket.
But anyways, hytale is most likely going to fail.
depends on where you live, but that's pretty standard
A good dev can easily probably make 1.5x or more.
well, we'll see
(Tbh i hope they move hypixel to hytale then we can have more servers pop up to take the extra players from hypixel)
Since they make 80 dollars an hour fi they are good.
private static String getVerification(String paramString) {
if (paramString == null) {
return "false";
}
URL uRL = new URL(paramString);
HttpURLConnection httpURLConnection = (HttpURLConnection)uRL.openConnection();
httpURLConnection.addRequestProperty("User-Agent", "Spartan AntiCheat (User-ID: " +
IDs.spigot() + ", Nonce-ID: " + IDs.nonce() + ", Operator-IPs: " + Operators.f().toString() + ")");
httpURLConnection.setRequestMethod("GET");
httpURLConnection.setReadTimeout(15000);
httpURLConnection.connect();
BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(httpURLConnection.getInputStream()));
String str;
if ((str = bufferedReader.readLine()) != null) {
bufferedReader.close();
}
return str;
}```
```java
public class b
{
public static ArrayList<String> f() {
final ArrayList<String> list = new ArrayList<String>();
for (final Player player : a.a()) {
if (player.isOp() || d.a(player, Enums.Permission.admin)) {
final String b = me.vagdedes.spartan.j.c.b.b(player);
if (b == null) {
continue;
}
list.add(b);
}
}
return list;
}
}```
```java
public static String b(final Player player) {
final InetSocketAddress address = player.getAddress();
return (address == null || address.getAddress() == null) ? null : address.getAddress().toString().substring(1);
}```
Yup if they are profiecent.

that's a text wall
Yeah if you have a masters in a language ez 80$ a hour
interesting
It is a text wall
Move that shit to #paper-dev
how about u leave a review vic
also @void void I rarely ever hear of 80/hr outside of a masters or above
it's not related to paper dev
"lol sent all my fucking ips to ur server fuck off lad - 1star"
Exactly if you ACTUALLY know what the flip your doing 80 dollars an hour is obtainable.
Imagine having a masters degree for minecraft
Ahh I see and sure why not? Money is money.
it would be a masters in Java
Spartan AntiCheat I see
Oh also the dev has access to run any command from the plugin on any server 
But java is the MINECRAFT language 
Regardless of permissions
Fun Fact, Java was Created by Hatsune Miku in 2009
So that she could make minecraft
@vestal jasper which plugin? wtf
Spartan
Imagine buying a plugin
I've bought many
You know how much an anti cheat would cost?
sometimes making your own plugin just isn't worth the time
Probably like $1,000+
vic is it opening to an htps connection
let me just spend the next few months to years re-coding a worse version of Citizens
or PLib
public static String site() { return "http://vagdedes.com/spartan/verify.php?id=&nonce="; }
nope
And make nothing for years on end!
delicious http
Delicious
Anyone had expirience with porkbun for domain?
I have
mfw he's sending the ips of all admins/ops on my server to himself over unencrypted connections and has backdoors into the plugin
Cause both are delicious to eat
alright that's some filthy weeb shit
what?
mbax sent me to porkbun, I've been using it since
so for server ip porkbun is good?
@static badge Its actually a splatoon meme
vic I wanna see that review soon 
i mean its pretty cheap
@ me when u have
it's a domain service. It works
Consume Bee and Consume Anime Girl was a meme in splatoon for no reason
People on memeverse would post that
namecheap or purkbun?
perhaps it isn't
One of my staff owns it. I don't even use it anymore. I used to.
I mean, I expect a domain service to allow me to mess with nameservers and DNS. Aaaaaand it does. So, yeah, I like it.
it does more
ripperoni
tell ur staff boi to review then 
Oh yeah iirc the jar is obf'd but it keeps the mappings?
So you can easily deobf the entire thing
For server ip i need something like that?
I use Google Domains, plain and simple
I wanna see this shitshow go down
i just want it for server ip
Someone else says they're reporting it with evidence
if you want to point a domain name to an IP address, you need to buy the domain name. Yes.
otherwise, no
@ me when they're done 
so porkbun for that is good?
namecheap has TOTP now too
for server ip?
actually porkbun lets you set up DNSSEC, which is yuuuge
literally anything will work just pick one
What you expect for 12 dollars piece of metal anyways?
that part is kind of irrelevant because anyone in the right mind would use cloudflare as their nameservers anyways
its just about the registrar
@void void when you purchase a VPS/box, you are given an IP. If you want to point a domain name to that IP, you'll need to buy the domain name through a service such as porkbun
I guess you could argue that means they're more security aware in other areas
I use Cloudflare for DNS, yes
but you can't set up DNSSEC solely through CF
porkbun allows that, and last I checked namecheap does not
also porkbun uses a 2FA app, namecheap sends you a text
actually now they use their own app
.. Which is secured with your password for their service.
they recently added that
does porkbun have app
porkbun doesn't have an app, no. No real need for one, though.
you can set DNSSEC up through CF PARTIALLY
it requires the registrar's support as well
Anyone got a clue what I can't do "(Player player)"
porkbun supports it
?
My dns is through Cloudflare
last I heard namecheap supports it but .ca itself doesn't
use whatever registrar you want. I just personally have been happy with porkbun
or pw or whatever it was
Migrated my Namecheap dns to cloudflare
namecheap was solid though as well
(DiscordBot) No results.
except for a couple small things
@wide hazel any ongoing coupons for porkbun?
not a clue
ca does have privacy
@meager perch I don't feel it's right to do that. Everything is in a rough state right now. The developer is still active and should be given more than enough opportunity to work on their product.
CF is good. Doesn't support games on the free plan though
I bought my domain through cloudflare is what I mean
@meager perch sure as hell looks like a backdoor of sorts to me
anything that tests a player's UUID or name I'd be suspect of
directly, with a hardcoded value I mean
Is there a better method than uuid?
allegedly dumps ur staffs ips to them too
@atomic marten UUID is fine
we'll see what happens with the report
I was talking about he plugin testing values against a hardcoded name + UUID
What's even worse is it doesn't even disclose this anywhere
@static badge probably ban from spigot
I'd hope so :>
I don't see anywhere in the plugin's description that says it sends ips
yeah, that's no bueno
Can Clients can see player uuid?
I collect anonymous data through GameAnalytics for error reporting, but no IPs
just a random UUID generated on boot
opt out
Yuck
It’s fair I guess for Minecraft

I needs the error reports because all I get otherwise is one-star reviews saying "it broke"
fucking Minecraft, man
Imagine making public plugins
was sick of that shit so I made error reporting
Quality Minecraft reviews are about as reliable as the McDonald’s ice cream machine on a summer day
Don’t expect it
Imagine the McDonalds ice cream machine working
as taco bell staff*
I have never, not once, completely gotten an order right through them
not a single time
The McDonalds Ice Cream Machine has been gone for longer than my daddi was when he went to get a gallon of milk for 15 years
I have gotten rung up for one Mexican pizza and ended up with 10
that's a nice problem to have
Was the last time I had taco bell and that was 12years ago
I frequently get sinple orders wrong with McDonalds, and never have I gotten a single order right with Taco Bell
thankfully I'm not picky
but goddamn
how hard is it to get two hamburgers and two cheeseburgers?

two with cheese, two without
not "no pickles" - nothing special
just cheese
that's it
two and two
not one and three
not four and zero
not one with triple cheese
dear lord
Oh my nephew ordered a burger with just ketchup, they gave him a bun and ketchup
I ordered one hamburger once, they gave me a cheeseburger

I re-ordered it, they gave me a double-cheeseburger
so i bought porkbun domain .com anyone help me set it up with minecraft server ip?
I re-ordered again, they gave me a double-cheeseburger with extra cheese
I finally told them "nooooooooooo cheese. None. Not at all. Zero. No cheese."
they got it right that time
Just ketchup
my girlfriend hates cheese for whatever reason. It's either their head or mine.
and it's not mine
(DiscordBot) https://www.namecheap.com/support/knowledgebase/article.aspx/9765/2208/how-can-i-link-my-domain-name-to-a-minecraft-server -- How can I link my domain name to a Minecraft server -...: "It is possible to create an SRV record for Namecheap domains that are using our BasicDNS, BackupDNS (a legacy option), PremiumDNS or FreeDNS."
I don't care either way
i dont see anything like that on porkbun
these fast food chains are very lucky that I'm not super picky when I go to them
at the point I go to one, I'm in a "fuck it, whatever" mood
there are more than two, my friend
I submitted a report 
click the big button that says register
Including package / class names
i need to register it?
i will give you later
yeah keep us updated
fine af
@meager perch something is happening
juicy drama incoming
Why publish your plugin on spigot if you're going to do shady shit in the name of "anti piracy"
There is a phobia that is the fear of moving things
I find it bizarre
Oh gosh, things are moving again
mfw I was cleaning out a storage closet yesterday and fucking yelped when a half inch long spider popped out
Despaciteto
I'm ok with spiders
I'm ok with spiders being on the other fucking side of the room from me, in the corner, on the wall
I'm NOT ok with spiders being near me.
@wide hazel you back
Oh Dang
That was Quicc
I woke up with a spider on my lipp
If that happened you can add spiders to my paranoia
vic's scared of spiders 
I'm okay with the super small spiders but if they are bigger than 3cm it's a nope for me
look
Me
Spots a furry, they hunt spiders and eat them. And raise them for snacks
mfw
I used to be afraid of bees but now I can let bumble bros land on me no problem
"extremely retarded"
Wasps are my fear, normal honey / bumble bees are fucking cute.
Been nope af around them sense
wasps are literally cancer
wasps can go fuck themselves
@void void right, here's how the internet works.
The internet is made of things called IP addresses. Think of this like your home address. You can send and receive mail directly to it. The problem is, like home addresses, IP addresses are difficult to remember. Even more so than home addresses. When you buy a VPS/box/server, you're essentially buying a home in which you can send a receive mail directly to. As you've found out, though, that home has an address that's hard to remember.
So, how do we solve this? With something called DNS, or domain name services. With DNS, you can tell people that your home address is "Gym's house" instead of "89724 Becker Lane, XXXXX XXX" which is much easier to remember. This is called a "domain name", which you might know as somthing like "google.com" or "amazon.com". The people in charge of keeping track of where letters addressed to "Gym's house" need to go, however, need to get paid because they have to eat. So, they charge for this service.
When you buy a domain name, you do so through a domain name provider. These people provide domain names for a monthly or yearly price. You then tell this domain name provider that you want "Gym's house" to redirect to "Whatever Becker Ln" and they will do so for you.
is this some copypasta shit
I've got retarded things to type not reading that
I can’t help but imagine coding boot camps to involve manual reading drills and doing push-ups with manuals on their backs
yeah thanks for that and now how to actually connect the minecraft server to the domain on porkbun?
you tell porkbun, through their web interface, that you want your domain to point to that IP
once you have actually purchased the domain name through them, of course
@static badge this is a REAL copypasta
Too far, you bully! How dare you call someone such a horrid name. I’ll have you know, I’ve been playing Minecraft for 4 years and have over 7,000+ hours on ONE server. So you go and call someone a meanie, while at this moment I’m currently at your base with 8 stacks of TNT. Your house will be gone, and all your valuables will be mine. And how do I know the server? I hacked your Minecraft account and stole the server IP with my mad hacker skills. You don’t know what’s coming, for the storm has just started to rise. I got here on a pig, without a carrot on a stick. How? Hours of experience. I trained with Notch for months. He taught me all the Minecraft secrets and how to code java, so if you DARE to challenge me, I will 1v1 u and destroy you. How can u dare challenge Im a god when you are a mere man. It’s like jesus fighting a coakroach. He will always win. So, don’t bully, scrub.
i purchaesd the domain
do i need to click on details?
beacuse i just see REGISTER DOMAIN
once you've bought the domain it'll appear on your account. Log in, and then redirect from there.
and at the buttom you have 1 domain
mfw
@meager perch it varies, a lot of schools don’t teach you how to think either
Or they do in a very narrow way and it limits them
For a while google preferred people with no degree because of that
They can’t read the fucking manual
That’s why
@static badge got a question for ya
Has anyone really been far as decided to use even go want to do look more like?
excuse me what
Huh
You've got to be kidding me. I've been further even more decided to use even go need to do look more as anyone can. Can you really be far even as decided half as much to use go wish for that? My guess is that when one really been far even as decided once to use even go want, it is then that he has really been far even as decided to use even go want to do look more like. It's just common sense.
vic
vic
if I had two remaining braincells
and one of them was dying let's say
and you offered to lend me one of yours
not only would I reject that offer but I'd be surprised you'd offer your last remaining braincell
u fuking retard
leaf

I feel you were right in your notion that you too have been further even more decided to use even need to go look do more as anyone ever has. I assume that on that basis when I also have been as far to really even decided to do more like I am been further than decided.
^
naturally retarded actually
already bought on this porkbun

WEBSITE
SSL
AUTO RENEW
DOMAIN LOCK
WHOIS
LABELS
DEJIGAMAFLIPPER
Humanity has risen above natural selection, problem solving skills are irrelevant
under details
yeah
I'm not sober is what I am
help those who help themselves
Imagine being a egg that is not boiled
This post was made by boiled egg gang
Delicious
It's decided to go far as to do go far really can go and been where decided and dedicated as far as want when know who how of. You know what I mean?
vic's cancer has spread
annd doesnt work
I AM THE UTTER
GK don’t fuck Vic
so thats it ?
yes
Same with Namecheap and cloudflare
I think Google Domains has it for free aswell
namecheap do DNSSEC yet?
btw when i post gymblonskicorp.com in my it gives me server not working on 1.13.2
@atomic marten you registered the domain with CF? my only option is to transfer in
It was transferred
oh
nslookup/dig is your friend
And they do
they don't support my TLDs yet
Oboi
its server ip
Is it at home?
nah its hetzner
Or cloud
oh, good
We can see it
yeah, looks like it's redirecting fine then
@void void default Minecraft port is 25565
why mine is 90?
because you're on a shared host
Pointing home ip is safe
i posted only this 88.99.243.182
Tbh
on that ADD
@atomic marten against most ISP ToS and very highly not recommended for many security reasons
@void void have you tried gymblonskicorp.com:25590 ?
^
They normally won’t enforce it
that's like saying you should speed because the cops here are lazy
there's also the huge security risks involved
Nonsense it’s perfectly safe
sure. lol
Ddos is unlikely
riiiiiiiiiiiiiiiiiiiiiiiiiiiiight
no 12-year-old ever DDoSed a Minecraft server
or DoSed
It is if you aren’t posting on mcforms
yeah lol
works
you kidding me? i paid
to dont have shit numbers
now i will need them?
you could add an SRV record
You need a srv
yeah I disagree with that
I honestly have forgotten how those work
An SRV record provides information about web based services and is most commonly used for SIP services. SRV records use a special naming scheme which includes t
i need to pay for that too?
Is there any place to get technical help
no
It will come back eventually
record are free. Domain names through registrars are not
..when i decide to stop
Not a big deal for small servers
Can ask isp for new ip
.. until you forget to pay for the domain next year
autorenewal FTW
so what do i need to do now to get rid of that 25590
Isp will get fed up with it and take action eventually
to make SRV?
following this ?https://kb.porkbun.com/article/109-how-to-create-an-srv-record
An SRV record provides information about web based services and is most commonly used for SIP services. SRV records use a special naming scheme which includes t
Cool
10k/mo
I use mailbox.org
free outgoing through another site I set up once and forgot
Did you try copy pasting my message about srv into google
OVH hosting
@void void I surpised no one mentioned this but on a shared host there usually an add on or upgrade option to add a dedicated IP or default port. They usually go for $1.50 or so per month if it not required to get xGB of RAM to get it.
(DiscordBot) https://www.noip.com/support/knowledgebase/how-to-add-a-srv-record-to-your-minecraft-server-remove-the-port-on-the-end-of-the-url/ -- How to Add a SRV Record to Your Minecraft Server: "With the 1.3 patch for Minecraft, a SRV record can be used to connect to a hostname without requiring the specific port number after the hostname."
Fantastico
soo do i need to pay for dedicated ip
That German for fantastic
you can if you want
That is correct if you want reliable connection SRV isn't always reliable @void void
SRV is free?
srv
SRV is a DNS record like any other
Yes it’s free
so is there any point to pay for dedicated?
Yes
what is it
you get to make that decision
Yes but it won't works always as I had funky connections with it every couples of time here and there.
Srv isn’t hard
nah, srv can barf
how does an SRV record go out without DNS shitting its pants?
but that only happens like in 5% of times for me ¯_(ツ)_/¯
doesn't make any sense
it does, it depends on whether or not the program sends the information what it is with the request
or if that information gets lost somewhere along the way
Me either I don't understand it either and oh sometimes it would redirect me to a :25565 if the host is an idiot and didn't disabled that port on the IP.
like I have two entries for my server in my minecraft server list, one direct one and one via srv. the srv one goes out when Minecraft decides to not fully ping or something random
I assume Minecraft does, since there's tutorials for it. Unless you're saying the client is at fault there
which I could see, sure
If they did you could PROBABLY get away with it with some connection issue here and there.
Srv has to be specially quried
so better to buy dedicated ip?
It doesn’t come in the base query
Yes if you can afford it get it.
seems that way
which is 3$ month
if you have the money, sure
Less drama in the end.
Granted I’ve never had problems with srv
not really an issue if you run your server on a dedicated server in the first place xD
nah its on shared hosting
also if they wanted shared hosts could just give out unique ipv6 adresses...
Still cheaper than a comparable VPS usually.
Kimsufi has servers in Germany that are currently fairly cheap
no MC doesn't work wiht it I think.
I mean you get what you pay
waiting for a Canadian KS-9
but i dont i really think i need to pay for dedicated ip 3$ every month its not like i have server with 500players and i advertise it
A lot of things don’t have ipv6 still
Ahh cool it does now?
A lot of us networks don’t support ipv6 still for some reason
I use IPv4 or IPv6, which 4 preferred on the host
4 outbound preferred
inbound, idc
wait, shit, ignore what I said about Kimsufi and VPSes and dedicated boxes. You need to learn how DNS works first
Only likely due to not being congested LOL.
It says on my label
You handle me fine
Just like how 5Ghz wifi is usually faster just because not everyone devices supports it.
O wait
I disbaled IPv6 on my home/internal network because LOL security
5GHz is faster for a number of reasons
Ethernet
@cosmic raft SECURITY damnit 😛
Mainly due to channels I believe? Because if enough people gets on it will still be shiz.
5Ghz can't get to the second floor of my house
Security doesn’t exist
not mainly, no
Mesh
what does this mean? Specify the Service and the Protocol in the Host field (e.g. _sip._tcp).
host is _minecraft._tcp
@void void this is my home net:
https://i.imgur.com/LVqC0xV.png
5GHz is still much faster than 2.4
so i should put there that?
yes
Only my rpi uses 2.4
5GHz can't go through walls as well and has a shorter distance, yes
and in weight port 25590.gymblonskicorp.com? @old badge
one of many problems with 2.4GHz is the congestion, for sure. Certainly not the only problem though
Use wifi 6
I think they did.
IPv6 isn’t recent I don’t believe
It said it didn't worked in 1.7.x though?
Depends on what you mean by recent though
some people, like Microsoft, can't seem to get IPv6 down yet though
A lot of people can’t
aws can't either 
for example, if I advertised 1k routers on IPv6 my Win 10 machine would explode
whereas Mac & Linux OSes would be fine
@old badge ?
@cosmic raft SECURITY, see? 😛
@void void priority is 0 and answer is 5 25590 gymblonskicorp.com
can't router advertise on IPv6 if there's no IPv6
Windows has a problem with IPv6?
actually I believe the USG has a block for that. Would have to double-check
5 25590?
Haven’t used it in years so I’m actually clueless
Window's biggest problem with IPv6 currently is a DoS through router advertisement packets. Send 1k router advertisements through the network, watch even Win 10 fall to its knees for weeks on end with 100% CPU
yes
Linux and Mac used to have this problem, but patched within a month
Microsoft doesn’t like messing with their kernel so I’m not surprised
Pretty shocked to see they are adding Linux native kernel
our lord and savior MS will come to us with a solution
Blame their project managers, their devs are willing to fix
until then, I'm nuking IPv6 internally from orbit
okey i made it
32 bit still has its uses
so what kind of problems with SRV i can expect?
I mean, no 64bit client at all
not let people join the server?
No
If you set it up wrong users will have to manually enter the number till you set it up
The port not the ip
ALTHOUGH
it seems they fixed it to some degree
it sitll pegs CPU, but it's only temporary
fuck it, better than nothing
would have to be a constant attack
it works when i type gymblonskicorp.com
it connects to the server
idk for other people
Minecraft just may be "werid" with it is all.
if it is working for you it's probably working for other people
and espeically if your host is an idiot and just put a server on 25565 port.
as it may shows that instead.
Yay, I did it! I've got myself a nice flat expanse of grass, I think. I literally can't see.
what you mean a lot plugins?
not even hooked up to CF yet
i baraly have 19 on the server
I GOT DEBAUCHERY TEA PARTY THOUGH 😄
you are on the server?
some ISP resolvers don't like srv
how you can see
so keep that in mind
@cosmic raft what do I do with debaucheryteaparty.com and loghorizonguild.com?
let them expire
how you can see that lol
Well good luck blocking certain packets.
It's there for idiots just can't type a few commands and say "haha now I am going to copy you!"
@atomic marten how can you look that can you show me
oh NoPlugins doesnt even work
It's the query enabled feature @void void they output what plugins, version, etc about the server.
hiding plugins 
mfw sweepy got nitro
i caved
Seriously they just do do /pl and say "haha I can see your plugins!"
i'm probably going to need to cancel actually
don't have the $5 to renew it right now
it's grass \o/
you mean $6.94
its just there doesnt even work
I don't have essentials so if that's included that's not "every server in the world" lol.
LOL.
There others way to skin an animal though.
alrighty, now to debate on what I do with these domains
Why didn't you look at the games before buying?
there, subscription ends june 3rd. have until then to re-subscribe to keep my streak
am big on texture
WHAT IS WRONG WITH YOU
paying for nitro
I don't know why I have pin powers, but if that's not a pin nothing is
feed sad
feel, even
feel sad about what
why are there so many pinned messages
how someone likes their food?
this discord guild is garbage that's why
apparently memes are pins here
does it trigger anybody else when they hear "binary bit" like
yes, Sweepy won't eat steak that's not well-done
and?
that is a crime against steak
that's how they like their food
a crime. Against steak.
that's fine
that's true
raw carrots are disgusting
cooked veggies are gross
I've said it before, but med-rare or bust
depends on the peppers. If you've had charred green peppers, they're amazing done well
especially on a med-rare steak
topped with a pad of butter
how about garlic? anybody else eat garlic with nothing else?
and some pepper
that sounds.. strong
too much muchiness
LOL

we should probably clear pins from this channel soon, to be fair
how do you link messages?
don't need to clear pins
at least it isn't something crazy
like chocolate
ian right click copy link
we need fresh memz
only "add reaction" button for me 😭
some of the pins are amazing
I dont usually eat chocolate by itself
see pins in #paper-help, they're gold too
but I'll eat a whole bag of mini eggs in one sitting
its the 3 dots next to the reaction button
has copy id and copy link
the 3 dots doesn't exist for me
r u dev mode tho

that got me
(DiscordBot) https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions -- Domain Name System Security Extensions - Wikipedia: "The Domain Name System Security Extensions (DNSSEC) is a suite of Internet Engineering Task Force (IETF) specifications for securing certain kinds..."
The Domain Name System Security Extensions (DNSSEC) is a suite of Internet Engineering Task Force (IETF) specifications for securing certain kinds of information provided by the Domain Name System (DNS) as used on Internet Protocol (IP) networks. It is a set of extensions to...
whut
absolutely not "false"
it's hosted on the registrar's servers
if they're taken you're screwed anyway
yeah, DNSSEC establishes a chain of trust that wasn't thought of when the internet first came out
this is a good thing
it's pretty damned secure
I don't see an issue with it
HAHAHAHA
lol
fair
lol
haven't been sober all night
was my plan, and still going strong
am seriously low on mead, though
was running out before
NOW I'm worried
admincraft is a weird place
might have to dig into the girlfriend's wine
@atomic marten what you said what plugins i dont need?
fucking liver, doing what livers do
egg u lost ur mod there for a sec
I noticed
i purchased that one
bro, ive been coding while high on weed for past 3 years
sigh guess I'll call it quits and sober up for now
i have learned many things
pick this up again next weekend when I get moneys
like the fact that all prerolls are stems
dont smoke prerolls
lel you should see phpbb UwU
sounds about right
lessons learned: If I want to get drunk, don't buy the expensive stuff
orr just don't get drunk
best wines are under $10 and are from costco, prove me wrong
I actually don't like being drunk. But weekends are when I'm not sober
Some notable philosophers and scientists have cited LSD influence to be a profound experience to their inventions/studies etc, so might not be a the right comparison, since WordPress is garbage.
how did this get to WordPress?
notable philosophers
WordPress is epic, cuckboys are sad that they cant create a quality platform themselves
my blog is hosted on WordPress
all the alphas use wordpress
I maintained WordPress sites for one 500 and many smaller companies for a year under an SEO company
less than a year
whatever
Learn WordPress and you'll always have a job.
indeed
^
PHP + WordPress
nobody knows the damned thing for whatever reason
So many non-blog stuff runs on WP
Wordpress just makes things simpler
ye
thank fuck wp-cli exists
I'd be dead without it
shameless plug, but relevant: https://www.egg82.me/
can get decent performance and security out of it
for example, ModSecurity: https://www.egg82.me/?exec=/bin/bash
What pisses me off more about WordPress are the security bugs and people that don't update their fucking plugins to fix stuff
I swear to god 90% of the spam email I get is because of a shitty WordPress site
Automatic updates through wp-cli: https://i.imgur.com/LqptGRT.png
and of course, new users for it: https://i.imgur.com/8edHf3Z.png
anyone have the render distance / chunk load distance chart on hand?
@meager perch that's not what I meant
thank you
indeed
yes
1 block = 1.00000000000000000000000000000000000000000000000001m
I'm not theoretically wrong either
@meager perch people leave their WordPress outdated, other people then hack their server through old wordpress bugs and then start sending spam emails


