#general
3141 messages · Page 446 of 4
@unreal quarry, what's the alternative?
Don't think there really is one.
its been reported countless times, but has fallen on deaf ears
its not open
^^
thats a shame
Else it would've been made into CoreProtectX over a year ago.
Call it CoreGuard or BasisProtect.
not like its a paid plugin
CoreDefender lol.
The next version was supposedly being Open Sourced, but development stopped almost a year ago on it afaik.
GriefProtect, CoreProtect, -> GriefDefender, CoreDefender.
It's just the natural progression of plugins here.
Soon I'll be making NoBedDefender lol.
It's just hard to improve a plugin that's not open source, which is a real shame, because that is a highly used plugin.
And starting something from scratch would take ages.
i dont think you understand how licensing works 😛
someone should resurrect prism
I was thinking about that earlier.
fuck, that was a good plugin
That and LogBlock were highly used back in the day.
Wasn't Prism special because it supported WorldEdit back in the early days?
Fair enough.
LogBlock was definitely used back in the day but I've never seen/used Prism.
One thing I really liked about CoreProtect was how UNCONFIGURABLE it was.
@fallen oracle did you end up doing anything with that project yesterday?
You put in your plugins folder, and you did nothing else.
No messages to configure, nothing to configure really, it just worked.
Yup. Simple got a solid start on it last night. We talked through ideas for a few hours.
noice
Prism on the other hand I heard was super configurable and tough to get started with, how was it for you, Glare?
Still got a lot of work to do though. We need to do some code cleanup and design a WebApp for it.
wanted to make something similar but might aswel just wait for you nubs to finish it instead
Also need to get more background designs and font options cause the ones we've tested so far are ugly.
Brian I honestly don't remember. This was around 5 years ago. I think I used it for a few months so it probably was pretty easy for me to understand because that was before I got into plugin development.
What pröject, Glare?
Yeah we were originally going to create our own backgrounds (and we still might) but we found some nice banner templates and customized them to our needs. We just have a lot to go still. But in all fairness, we've only put like 3 hours of work into it.
We're remaking the ResourceBanner project.
Hm?
I currently host the mirror for it since the original author's host wasn't reliable and he quit doing development on it.
Last night we dug deeper into the code and realize how inefficient it was so Simple and I are rewriting it from the ground up.
oof imagine working with simple
They generate the banners that you see on the forums that look like this.
Simple is actually very nice to work with. He's intelligent and he also knows how to fuck around and have fun at the same time while working.
@void void is this true?
So why's he so rude to everyone during his stay here at Discord? ;p
He's intelligent
lol you had me for a second there
o right I used those ugly banners myself
City, what's Kvantum?
what's GitHub?
Glare how's using Java for things on the web?
It's not bad. Though I'll be happy to move away from what it's currently using.
This is a super rough draft of our new system.
Still have a lot of work to go.
It's amazing :D
You'll be able to choose the color, font, etc.
5 stars?
You'll have lots of backgrounds to choose from.
brian don't rate my old posts 😦
The current one kind works but it's just messy.
it's creepy
I hated the rounded corners of the old version
looked bloody dumb
also @austere ivy star the github repo if you're going to stalk me!
But yeah the old ones look like this
dropshadows + rounded corners was like very questionable
We're going to have a very nice WebApp design so you can easily create your own banners and use them.
does it just use the spiget api?
Yeah
coolio
We wrote our own client for it.
Great! We're just getting started so I'm sure you'll like the end-product a lot better.
And this time, the code will be readable.
And not something like this... https://github.com/Spookit/Septo.io/blob/master/Septo.io/src/thito/septo/io/HttpField.java
okay but wtf
the entire septo source code is dumb
Kvantum >>>>>> whatever that is, to be fair. I should really start working on Kvantum again, it was fun
also httpfield?? what even, those are headers
making it an enum is super dumb too
now I'm upset
Correct. It took me over an hour just to get the project to compile under maven. I only changed minimal things to make it work.
Didn't bother doing too much since I had planned to rewrite it awhile back
We're using Spring this time around and it's so much nicer. No CPU / Memory leaks so far.
I hate those sImPle WeB sErVeR prOjeCts
either do it properly or use something that works
Ikr
I wouldn't even use Kvantum, and that shit isn't simple
and it's been proven to work
Yeah I guess the guy just wrote his own little webserver for it.
if you want to do anything at all, just use something established. Spring being the best option
But yeah, CPU leaks.
people do dumb shit like that all the time
making a web server work properly is hard
there are so many edge cases
making it perform well is even harder
it took me ~3 years to get something that works somewhat well lol
Well apparently the guy was also making it into a JPanel GUI and then converting that into an image.
I have absolutely no idea. Simple showed me how it is actually supposed to work and I just laughed looking back at the older stuff.
why not just just one of those infinitely many javascript libraries for making images out of css
would have been way easier to style too
Hell, why not just do it in PHP at that point
Also there was originally no cache, it would ping SpiGet every time a banner was requested (as in loading a forum thread with someone's signature as a banner)
So it would be doing up to 50 requests to SpiGet a minute.
...
I will say though, at least I tried to use OOP principles
Lol
Anyways so yeah the only thing I really changed on my mirror was adding a cache.
Lol
I suppose php might work too but we've already started an planned stuff out with what we have so it'll probably be what we stick with.
Ye I prefer java for all my web stuff
https://athion.net/ISPaster/paste/view/2972d7a84ac24a61a1a74e9ac8f18635
I made this design as a joke and apparently we're using it for both fawe and plotsquared now
Buuuut it's running on kvantum. I'm so famous. google should hire me
What'll be fun is if we do testing against our new version and the old and time test to see which does better. Already is faster from what I've seen and we haven't even started on cache yet.
Just straight image generation each time is faster. Almost faster than cached on the other.
so the funny thing is that the site does no real filtration of the content. XSS injections would be ezpz
or well, I do realllllly basic shit
What is the site for? Just for reporting / debugging PlotsSquared?
ye
How long do you guys save the schematics that people can save in game?
and FAWE, I guess
I don't know, I think Jesse kept them indefinitely
then he ran out of space and the service went down for a couple of months
That's not good.
I was working on a more reliable alternative but then I got bored
I strive to provide 100% uptime for everything I fun
Run*
I even keep an extra 6 months worth of credit on my OVH account in case something were to happen to me and I had to disappear
I was too lazy to implement a database for the debug pastes
so it just saves them in a json file
I mean that's not super bad.
my rationale was that I wasn't going to deploy it myself and that Athion would hide to deal with the cleanup. This was after i was threatened with a GDPR suite
it's super bad because it does no cleanup
cleaning is for girls anyway /s
How much is it used? I know the plugin has a lot of users.
But like, is it going to get like 10,000 files a day or something?
idk not that much
wait what
we added insane rate limits after a while
what does GDPR have to do with this?
I suppose you could add in an expiry but yeah I guess also a database would help
@ViewMatcher(filter = "paste/view/<paste>", name = "incendo-paste-main")
public void servePaste(final AbstractRequest request, final Response response) {
final String pasteId = getNullable(request.get("paste"));
final boolean raw = request.getQuery().getParameters().containsKey("raw") &&
request.getQuery().getParameters().get("raw").equalsIgnoreCase("true");
sometimes I forget how sexy this API is
Yeah
Oh well if it turns out to be a problem they can fix it
Exactly.
I'm kinda moving away from minecraft development altogether
so I'm not going to waste time future proofing a service I don't really give two fucks about
That's totally understandable.
but scamming 12 year olds :/
Turns out that you can make more money by scamming adults
I'm not really sure what I want to do yet. I do know though that over my winter break I have to do a bunch of life extending bugs so I can slowly move away if I need to.
Bug fixes*
If I can do a solid 5 hours a day for about a week, I'll probably finish most things on my list.
"life extending bugs" thats a new one
Hidden features
I mean it’s been fun and shit but we’re launching our server soon and then I’m going to focus mostly on system administration. That’ll be the extent of my minecraft work
That's fair
I need to focus on uni and thesis work and shit instead. And like, making money
Yeah I've been focused more on school so I barely touch my PC during the semester
My college is literally programming so thats nice
I’ve no idea if our server will take off or not but I get paid so 🤷
well programming and networking
During that time all the 12 year olds be yelling at me saying my stuff don't work and 90% of the time it's due to something they did.
It’s a cool idea but the competition is good and it’s a niche market
Honestly tho doing computer engineering at uni then programming as a hobby and then programming at work... it’s losing the appeal
yeaahh same actually
i'm at the point where i need to learn fucking kotlin and i dont want to
xD
not yet another language
Why would I work on a homework assignment programming for 5 hours a day and then want to come home and do the same thing for MC
Like yeah it’s cool and all but taking a break doesn’t feel like taking a break anymore
It’s just the same thing all over again but for a different purpose
100%
That’s why I got really into photography instead
I love photography I just don't know much about it
Turns out that’s a bloody expensive hobby tho
It is
so do lenses
My phone takes good photos though
Does anyone know of a Forge Mod Loader discord server?
lmao
????
I should unblock dark
it's annoying having to open all messages
and now that I've blocked so many people I actually want to not see it's confusing
they should have different tiers of blocking
like "hide this person a little" and "remove this person from the universe"
and also an option to make messages stand out, so that all messages from kashike are super noticeable
hmmm
https://youtu.be/--GB9qyZJqg i love this guy his video's
I created a little generator for coming up with (mostly terrible, but occasionally interesting) game ideas. I then tried making a little game based on a generated prompt about ghosts and beekeeping.
You can try the idea generator online here: https://seblague.github.io/ideag...
(DiscordBot) Coding Adventure: Game Idea Generator - length 9m 25s - 698 likes, 3 dislikes (99.6%) - 4,837 views - Sebastian Lague on 2019.12.14
he only uses one monitor so I like him already
people with more monitors have less brain capacity, it's been scientifically proven by God
disables 2 other monitors
why is his CSS better than 99% of self proclaimed web developers
Got fucking dammit
ikr
Ryan Reynolds just cited Eminem in this move
This movie is such a meme
I love it
@fallen oracle thank you.
https://timings.aikar.co/?id=72ab6ba9cfd74814a74689c6c80c80fd
So can anyone help me please?
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
what movie?
lol everything on netflix is a meme these days
Basically, Ryan Reynolds in his best form
It's amazing
No, this is a blockbuster Action movie
Directed by Micheal bay (duh)
A frustrating game about peace that takes place during a terrible disaster, where you play as a courageous gamer who wants to rescue a wizard with a debilitating fear of small spaces.
It's so over the top
I would play this
"A game about hacking that takes place on the back of a good-looking whale, where you play as a faction of ants with a controversial opinion on education who will stop at nothing to eat more healthily."
o yes
A game about engineering set during an alien invasion, where you play as a pyromaniac with a tendency to spontaneously combust who desperately wants to repair the armageddon-device.
this makes a lot of sense
Are there any benchmark comparisons for 1.15 Vs 1.14 performance out?
Definitely
But you need to be ok with watching dum shit
It's just so over the top
But it's a great movie
Just finished it
The way they ended it they left an part two open, let's see ^^
D:
Demote wiz
*Delet
Ping*
lol I started to look for the discord to see what's new today and couldnt find it
what did i do :o
no
looked like some eta style joke
I made a eta joke?
1.16 when
A quick search suggests that you did. yea 
i was authorized to use deadly force ¯_(ツ)_/¯
@unreal quarry @fallen oracle https://discordapp.com/channels/348680641560313868/471507285399830563/655535254626500609
ACF updated to JDA4 :^) https://pomf.nachtraben.com/u/DFWJqqAa.png
r i p
I'll make him a site. But I'll hold it ransom until he fixes the potion meta bug
intake has run on JDA4 for ages
pfft
plenty of people used intake for all sorts of things tbh
i think someone forked it now
Intake?
and is doing some other stuff with it
pretty sure I tried to take a look at it a good few years ago
What's Intake?
command framework sorta thing originally written for worldedit
Didn't bother with it because either >reading or lack of docs and being super dumb back then
(Not that much has changed there)
I was just looking for something new and annotation driven
i mean
Don't fuck with wiz
and acf was the only alternative I was aware of to our inhouse one
my cat is sitting on my feet
sk did annotation driven commands since 2011
Jesus I was hella scrolled up
such a wonderful feeling
It's ok, cat. We're all dumb. We live around a fucking kids game
But the point stands
then rewrote it as intake around 2014 for moar power
and then octy wrote piston recentlish to modernize everything
You'd be surprised how many non-kids like Minecraft though, just look at the sidebar ;p
There's a non-exhaustive list.
Almost went to go pester her about docs, but figured I'd be nice; lol
yes, we would all be very surprised
it's on her list...eventually
The unfortunate thing with ACF though is that it hasn't really been updated.
That's what we where saying about the paper docs too 
Our inhouse was really really nice, but the og dev doesn't understand that I need more functionality to write effective code.
told me "Its outside of the scope of the project"
It has been updated! Slightly! :D
anyway i'm planning on migrating WG soon™️ so i'll probably be giving piston a lookover as i copy what's in worldedit
I mean, Aikar just had to click the button
Outside scope is just an excuse we use to be lazy
My PR still hasn't been accepted and it's just example docs.
(Billy is just salty about NBT)
I tried to make the example docs helpful because goodness gracious I was so confused with their examples, they don't tell you how to do things.
Still hasn't been looked at but you can still look there if you need help with ACF.
We need a context of where a command comes from on discord but his response was why can't you just parse the string
ACF ain't really all that complex
But, like; I'm also the type of person who delves into the code if I don't understand wtf it's doing, sooo
ACF seems like black magic to me so I just haven't dared to look inside.
Acf seems like overkill to me
One thing is I don't understand why they don't just rewrite parts of the Bukkit API.
Change the command system.
yea piston has some pretty crazy internals
I like that GitHub can diff image changes: https://f.jacob.engineer/XNO3izSN.png
An API has to change just like Minecraft is changing, breaking changes have to come sometime, and it's like a bandaid, rip it off and you're done for the foreseeable future.
Man Simple how wide is your monitor??
that was like, less than half of it
Bukkit isn't going to ditch a system that works
Be glad we got mojang to add the ask_command suggestion type 😛
Anyone have a link to piston, having issues finding it.
I mean ask_server
enginehub/piston
Could you explain what that is? Sounds interesting.
REE
What's up, sam?
if you ree one more time i'm kicking you
Oh btw cat
And well, bukkits command system is dumb
I’ll kick you to saturn
But like, it works
The old banner system that everyone is using for resources
Oh boy, where's the docs x'D
TO make the banner
It's using
fucking JPanel
and then painting the JPanel to a BufferedImage
what docs
did you miss the convo nightraven
we were literally just talking about the lack of docs
We should just join forces and start our own block game. We can call it PaperTale and make an announcement about it next week. Then we just sit back and let the donations pour in while we just shoot out screenshots of random stuff with vague descriptions to ensure people stay focused
No I didn't, was more joking around with it.
Billy that sounds genius.
But we need a studio to go along with it.
What will the name be?
But, at the same part, you can't really add a much more complex system without making an opinionated framework
PaperStudios
No way.
opinionate!!!
Electronic could you elaborate on what ask_server is btw?
Sponges system is more close to brigadier, but like, people get upset with how "complex" it is
getCommand("").setExecutor() is for scrubs
tf do you think it means?
Name the game studio Trash Generation Incorporated
It literally asks the server for the completion response vs using a built in from the client
briagadier suggestions are client-sided
It does
I ol
well I guess it does because if it was constantly asking the server it'd be laggy and slow
Paper Incorporated Software Studios
understandable so why is ask_server useful, then?
just means that it'll .. ask the server?
Bone was going to make all completions client side before a.ikar harrased him for weeks
Yes...
how would the client get that information in the first place?
e.g. So you can use plugins to provide a response
How does the client get the information on command suggestions in the first place?
Is it like.. every so often? When the player joins? When the server sends a signal?
We were chatting in irc for a while with bone
The server literally sends the command structure to the client
Then the client caches it?
Yes
Yes
Yes
Yes
Yes
No
Smh mini
Maybe
Is that a yes or a no? I'm kind of getting mixed feelings here.
maybe
Perhaps
idk what the question even was
Poor wiz constantly confused.
The question was is wiz a dum dum
Red Velvet have released their first full album "The Red" .
https://itunes.apple.com/album/the-red-the-1st-album/id1037732950
Red Velvet Official
http://redvelvet.smtown.com
http://www.youtube.com/redvelvet
http://www.facebook.com/RedVelvet
http://www.instagram.com/redvelve...
(DiscordBot) Red Velvet 레드벨벳 'Dumb Dumb' MV - length 3m 23s - 1,024,909 likes, 41,370 dislikes (96.1%) - 123,535,472 views - SMTOWN on 2015.09.08
Uuff
Get that weeb shit out
mfw
Weeb shit
Electronic so you seem knowledgable.
!kick MiniDigger mffw
At least they're real girls and not some cartoon bs lol
Player joins, server sends a packet of the command tree, client caches it.
In the command tree is there information about whether or not it's ask_server and if it is, the client then again asks the server?
Is that kinda right or..?
That did hurt
The command structure contains information about arguments
one of those argument types is "ask server"
the only thing more amusing than weebs defending their weebness is people justifying hating on weebs
🍿

Go look at the protocol docs or something
wiki.vq whatever?
.vg
I too prefer to turn JPanels into images.
That doesn't have any functionality of regular Minecraft server but just at least sends packets to the client.
And maybe mess with them a bit.
Took me 2 days
.g minicraft GitHub MiniDigger
(MiniDigger) https://github.com/MiniDigger/MiniCraft -- MiniDigger/MiniCraft: Clean room implementation of the ......: "Clean room implementation of the minecraft server (and client!) using java and netty - MiniDigger/MiniCraft."
The hardest part was packet decoding and encoding, then it's just implementing packets
1080ti cause 20 series sucks
RX 590
Gtx 970 here. Nothing worth upgrading to yet. Not at current prices at least
But like, it's amd
They need like 5 years to catch up
But many, Dem ryzen corez man
Minidigger.
Man*
FreeBSD
Nice job.
Cheap knockoff Linux.
Onboard graphics beat everything!!!
It has "better" networking support... For Intel only cards.
What did you want Brian?
probs just wanted 2 sai dat ur bad
Not us bad us u dtho
Mini where's your main in that project?
Dun mek mi com over der
restarts electroniccat's speech module
Layout is kinda a mess 😂
Originally it was server only
What is it now?
But if you got the low level packet handling adding a client is easy
I'm forking it and calling it TehCraft, lol.
You should really try to do packet handling yourself
I'm very good at chopping code down and making it look nice but I'm not good at writing code, this is perfect lol.
It's a great learning experience
You're right I should.
That project was my first time dealing with netty
God, reminds me, I really need to go over the netty book thingy
I'm waiting for Shev to give us PS 1.7.3, so I can finally use TrueCraft.
Is netty useful?
one of the many things on my todo list when/if i get better
Oh yeah.
Made this a long time ago, it's in the middle of a "refactor" that I never got around to.
So it's all messed up.
But it actually worked once!
Anyways, I gotta go sleep, want to waste a bunch of time overclocking this 12 core monster tomorrow
then I think I broke it.
nite
o/
Mini wait
I'm pretty sure you have a nice monster but
trust me
overclocking this bad boy
I get at least 60 fps in minecraft
You made me come back to took at disgusting apple hardware? Pfff
so uh if you want any help, feel free to contact me
I'll just annoy @Micheal to help me
how does this relax my eyes exactly?
Don't really know, but counting them seems to work.
my eyes? yea it usually stops after 2
mienkraft?
JAJAJJAA
no
Minecraft: Addiction
Second Life's official website. Second Life is a free 3D virtual world where users can create, connect, and chat with others from around the world using voice and text.
@heady spear thoughts?
@granite salmon i was listening to this song "bla bla bla" and it was saying "ja ja ja ja" as you typed it xD
that was quite funny
simple that thing is fucking blinding
Lel
ow
the inconsistent margin triggers me
those lines literally leave an afterimage, wtf did you do
which lines lmao
vertical stripes
I must be blind, cant seem em
THE LINES
that also has lines
REEEE
ARE THERE LINES
yes
WHAT
Wtf
Look above the cost
The plugin
i wonder if it's the antialiasing i just applied
Look closely at the background
no features
hold on lol
is there any public trusted travertine fork that cancels the book exploit of jessica?
god fuckin' damn it simple
Oh shit yeah if you zoom in, I see lines too.
simple working on a 240p monitor
okay i can see them lol
Our biggest struggle right now is finding good backgrounds for the banners.
i fucked with the colors so you can see them
lmao WTF
Have those always been there? The heck?
@fallen oracle i can make you some if you want
Pls tell me why a voteparty is worth $10
you could generate them though
it's not the antialiasing is it? it has to be the banner template we're using lol
usually slight gradiant offsets work fine
Yeah it's the template
and some not harsh colors
Dear God
yea lines still there
We're scraping thsoe
i turned it off to see if that's where the lines were from lel
but okay we'll change the bgs
Alright back to the drawing board for backgrounds
this game literally lets you play music from an online radio in-game
i used to have a minecraft radio mod
What are your guy's thoughts for backgrounds? Should they be solid colors or what?
i prefer or what tbh
@fallen oracle https://i.imgur.com/uSyhuQH.png
that's my background (terminal is transparent)
Not bad
We just need a nice banenr style that would work in multiple colors
Redcarred2: discord name?
what's your discord name?
Wiz probably went mad
gimme a sec
@fallen oracle you could make some little overlays and stick them on there, like the stars from the current banner
its !!!!!!!Jolly_Santa#8317
why?
☑ Lord of the REKT
.rekt
☑ Eat, sleep, REKT, repeat
you get the idea
lmao
Well wheres the ban appeals?
Alright yeah we're scraping all our current backgrounds
definitely no by ban evading through irc
🗑️
You gotta be pretty rart to get banned here tbh.
"hey i probably broke the rules why don't i just evade the ban" 
I’ve been kicked 3 times and im not banned
oof
no u
Whoa dude
Ban
Uncalled for.
Like your mother on her death bed
Banned
Wiz favourite time
Sometimes I'm wondering what's wrong connected in some peoples minds smh
He says in a block game discord
!kickban Redcarred2
How to get banned from IRC 101.
now f off
Can you not pl0x 🤦♀️
Lmao.
ugh i opened IRC for nothing
aww, i was actually reading that
Welcome to the Spigot IRC, where all the magic happens
bruh moment
runs
drama 🍿
Looks like I came in at a bad time.
its the time of the month again
always a bad time to join a block game discord
that's rich coming from you
Wtf is a block game
I need sleep
me: lets do the thing
compiler: 
30m till sunday quick break rules
I realized what he meant right after I hit send.

Not in public man
Well... erm....
I hope you like my gif
this game is great
there's music
and santa is the DJ
no
Second Life's official website. Second Life is a free 3D virtual world where users can create, connect, and chat with others from around the world using voice and text.
reee kashike is sending tiddies in general
hey what's wrong with animated tiddies bro
I got no my space on my drive dedicated to that
3D > 2D
@spare venture im checking if images contain parts of other images
actually, this discord has so many people that im sure some of you fuckers unironically enjoy minecraft porn
Just make a neural network
Dang, calling him out.
lol
and i'm not sure my sample pool is large enough
yeah dark this is def. NN work
NN's are just if statements anyway so if i write enough if statements it'll become sentient by default
isn't second life some porn sim?
That's probs why he joined
i bet he logs on just to piss them off
The more I read. The more intrigued and concerned I become.
not going near that part of it barty lol
tbh second life is strange
you can avoid it
inb4 "the furry zone" is a thing
or at least was 5 years ago
Eventually the concern goes away, and you're just left with intrigue and self-doubt
What is the furry zone?
should i give it another try kash?
I logged into my 2009 account I think, clicked delete account, went back to home page, logged in again, now I can't click the delete account option again.
Good game, don't play it.
I’ve never played second life tbh
just need to stay away from certain areas if you don't want to see certain things
met any cute grills?
is it free or subscription? i forgot
pphardlife
Just be a furry in real
Don’t google
google tracks
free @zealous knot
oh epic
but it has premium apparently
i should try it again
last time i did was like 5 maybe 7 years ago
i didn't understand what to do
Does it run on Mac that’s the real question.
its a browser game im pretty sure
Browser games don’t do well on macOS
why is that in java though
Now it’s just
bruh those are the most default backgrounds you could make
yeah i didnt make em
Lmao
downloaded, scaled
Browser games tend to trigger macOS’ built in energy saving features.
kk good feedback thx bb
And get flagged as a potentially problematic webpage.
but not great
trust me i have a degree in design
you have a degree in being a kaasop
3.6 roentgen
or whatever it was
*kaaskop
freepik blocked me from downloading
and thats stef smh
they're on to me
kek
I just change my IP when they stop me
then do it for me
Got examples?
what's radial lol
no
What is freepik
bruh this isnt google search
I'll send you $5 if you make us like 8 random solid color radial bgs 300x100 @worn ember
Interesting
BRUH 😩
You brought it up so of course I’m going to ask you
freepik is an image asset download site
I kinda like these
png pl0x
oh right Yafa
Just stick a resource image in the middle here and call it good https://www.freepik.com/free-vector/retro-background-with-rays-label_5432148.htm#page=2&query=radial+background&position=21
wow
bruh
this is the ugliest image iv'e seen in a while
It’s time we have a chat.
it's even worse than leaf's last pfp
@void void dimensions?
300x100
should i buy a server for like 100 or pay monthly for one?
neither
i mean are you gonna collocate if you buy it
you should give up because you will never recoup that wasted money doing minecraft servers
i dont care about profit
and i like the idea of having a room thats too loud to go in
not sure i'm following you
ok
zoomer
ill just buy a few servers off of a blowout sale or something
im liking this new cloudflare analytics page
what sites do you tun?
many
my cloudflare doesnt show any info for my mc server
because cloudflare is for websites
yeah is there a better dns management thing for servers?
bruh moment
i haven't ventured elsehwere tbh
dns really has nothing to do with it
Thing here is that CF acts as a proxy for websites, so it gets to see all that info
domain management my bad
counting DNS queries, etc; would be unreliable due to how DNS works
yeah but he probably has an SRV record for his server
Hmm how do you get it to show analytics for all sites at once?
there are tools like plan, however; for analytics
i have mc.(my domain) to 25565 and ptpanel.(my domain) to 443
electro
which one of you has papermc on their cloudflare account?
like the website
z
ah
they probably use like a digital ocean or an OVH VPS
or some other questionable VPS provider
Some fucking what?
Sounds like i need it
wow you almot sound like my 80 year old grandpa
they also have a cream you can use instead of a patch
i use it on my shins a lot after running
but i fucked my neck up somehow when i woke up yesterday
still hurting D:
I fuck my neck up all the time help pls
grandaddy simple!
.kill electroniccat
slices electroniccat's limbs off with a polished axe.
.kill electroniccat
puts electroniccat into a sack, throws the sack in the river, and hurls the river into space.
Did you sleep incorrect?
my neck gets fucked up from all the pussy im eating
I mean, simple doing something correct, lol
i got a few so far
wtf
Rart
Fun fact: Matrix is womb in Latin. So you literally be putting your numbers inside a wemen 
inside a wemen
yis
zeeeeeeeeeeeee
animal abuse
dw she can hold it
https://imgur.com/a/kuyD8bB Can I get some feedbackz now?
These designs are ala @worn ember
Going to do some realignment bc its triggering him but, color wise?
me: makes anything
whole server: dies
r u mojang?
"color wise"
Do you have a good font suggestion, wiz?
am gonna say no just cos fuqu
brb registering a really long username
move the image to the right a bit more
yeah wiz thats a problem
same for resource names
However I can write something to determine length of text w/ font choice and resize the text down
Or truncate it
Or make that an option
other than that it looks alright i think
yeah
god that font looks aweful
well, taking recommendations. Still a problem we're facing
now you could move the text left a bit so it has the same margin as the image and border
Roboto is nice
and so overused
might aswel use arial then kek
i made that joke already :<
I have roboto in the project lul, let me try it
imagine making the same joke 3 times
