#off-topic
1 messages ยท Page 814 of 1
yes. joined the bungeecord and then did /server survival
Yes
using ptero for that.
whats ptero
i'm using Ptero for setting it up.
So i use the 127.18.0.1 to connect to the survival server. And the bungee is using the machine ip.
it's pterodactyl
it has a built in isolation thingy to do that to help with bungee
and your bungee console is telling you you joined using bungee?
also did you restart everything after changing the configuration files
Yes, everything was restarted :)
And Yes. It was telling me that i joined thru Bungee.
I have a plugin on the "survival" server that doesn't allow direct connecting. So i cant, even if i try
@viscid lake i dont think thats possible
Isn't there one available in spigot?
Anyone else not able to download JRE from Oracle?
its automatic i think @light scaffold
ooh seems to be
use openjdk
specifically adoptopenjdk
ah yeah that makes sense
Whatโs that
?jdk
thought i recognised it
^^
another jdk implementation that isn't oracle
and open source
I trying to make my first plugin, donโt I need the JRE not the JDK? Whatโs the difference
you need the JDK to compile java, it also includes the JRE
you need the JRE to run java, but can't compile
newer java versions (i.e 11) just have both in the same binary
java runtime environment
java development kit
Why not use amazons JDK JRE?
so unless you want to develop for 1.8 i'd recommend you get 11
why would you use amazon's?
idk lol
ive never used it but most JDK forks have a specific use case
openjdk is the best general purpose
whats difference between oracle, amazon, and openjdk
oracle is proprietary
amazon is probably proprietary, i imagine tuned for use on AWS or something?
openjdk is open source and free
So all I need to create a spigot plugin is the jar for that version and the openJDK?
Corretto [Amazon JDK] has tweaks that are specific to performance (e.g. for server or cloud applications), and also additional bug fixes that users can take advantage of that aren't necessarily in OpenJDK proper yet.
that's the minimum you need yeah
who created openJDK? Was it created by a Minecraft community orr?
nah it's not a minecraft thing
ok thanks ๐ !!!
๐ฎ
as far as I know:
oracle made their JDK have a commercial licence* for enterprise use after java 11, targeting businesses with certain features and tweaks
OpenJDK is a separate JDK implementation that's open source
in terms of features they're pretty much exactly the same, it's just a licensing thing
could u hook me up with the download link? also eclipse will know i have it installed? im just trying to find a replacement for the JRE basically since the download isnt even working
?jdk
not sure about eclipse, haven't used that in years - but it should be as straight forward as extracting and adding to the path
@viscid lake No bumping in #783231033629212672 please
consider using IntelliJ 
IJ has install feature :>
but the tutorial im following uses eclipse >.>
what's the tutorial
there's a very high chance that it's dogshit
so just bear that in mind ๐
Howdy all and welcome to my all-new series for Plugin Development! New videos every Monday. Join my discord for help and more :)
Download Eclipse: https://www.eclipse.org/downloads/packages/release/2019-03/r/eclipse-ide-java-developers
Download Java Jre: https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html
Down...
codedred
lol
did u use intelliJ?
which is why I also started using eclipse
then switched to intellij
because of these people
and others
bear in mind there's not a huge difference between the 2 - you're still writing the same code, IJ just has a lot more features, looks nicer, etc
@viscid lake You have been service muted for repeatedly bumping your posts in #783231033629212672
๐ฎ
ok tbf, i've just skimmed through and this tutorial doesn't look awful
but I'd still recommend IJ over Eclipse
colorful intellij
๐
Official video for "WITHOUT YOU" by The Kid LAROI.
Listen & Download "F*CK LOVE (SAVAGE)" out now: https://TheKidLaroi.lnk.to/Savage
Amazon Music - https://TheKidLaroi.lnk.to/Savage/amazonmusic
Apple Music - https://TheKidLaroi.lnk.to/Savage/applemusic
iTunes - https://TheKidLaroi.lnk.to/Savage/itunes
Spotify - https://TheKidLaroi.lnk.to/Sa...
i use Atom One Dark Theme
Not any specifically, but I'd recommend 2 paths:
- Learn "pure" java with something like HyperSkill, then move onto plugins
- Keep on with that tutorial, it doesn't really matter what IDE they're using - the process is gonna be pretty similar, and any differences we can probably guide you through
Monkas (Messenger)
ig too
what do i do after i open intelliJ o.o
i got my 1.16.4 spigot jar and the JDK installed
make a project?
yes, i select KotlinJavaRuntime?
my two options is that and Groovy
those are additional
^
just press next?
yea
kk
lol i hit next now what
you don't need a template
so go next again
then select the project name
and finish
or type the project name*
Ok sweet i know have a project named HelloWorld XD
awesome
ok you'll probably want to add the spigot jar now (in future consider a build tool like gradle or maven, but this will do for now)
how to add the spigot jar?
File > Project Structure > Libraries > hit the + button then Java then select the jar
sweeeeet, it already knows the JDK is installed?
should do
i see it in external libraries so looks like it!
Ok im gonna try and follow codereds tutorial might have to find a new one for intelliJ if i cant find my way around. Ill probably be back to ask some more questions, thanks! ๐
no problem
feel free to ask if you have any other questions
brister mitten plugin tutorial coming soon
probably
whats this .iml for? do i need it? https://prnt.sc/w497op
it's the project file for IJ
so yeah you'll need it
can't remember what the eclipse equivalent is, i guess .classpath and .project
you should be able to hide it from showing up if it's too annoying
i noticed a error, is there an issue or this is normal? https://prnt.sc/w49ad2
says class Main is never used: 3
well its just a warning
you'll still be able to compile
its just letting you know that that class is not used
its going to do the same for methods
yeah IJ will warn you about things much more than eclipse does, better start getting used to that lol
also this is one problem I did have with that tutorial - package names should be full lowercase
me.bristermitten.projectname
oh ye
ok thanks was just wondering if i was missing something, this is my first time trying to make a plugin lol. Lastly when im done with my plugin how do i turn it into a jar?
also, it won't make too much of a difference but consider not calling your main class Main
also name your main class something more siginifcant
iirc you can just click the hammer in the top right
you might need to configure an artifact though so ping me if that doesn't work
this is good imo, i usually just call it the plugin name
ye same
how do i full delete a project and make a new one? lol
folder*
thanks
crazy stuff
why is it showing "anotherString" before the "Hello" https://prnt.sc/w49s0u
ok please explain this xD
thats what the parameter is called in equalsIgnoreCase method
ahhhh
lmao didn't even see that
I was looking for where it says anotherString
ye what Kaliber said then
yeah i was confused at what was the question first lmao
why are some parts highlighted?
is there a trusted website to download spigot jars?
idk good question
idk what buildtools is >.>
i downloaded a jar from some website GREAAAAAT now probably have a virus
papermc.io ๐
does the JDK change how jars look?
should I make a ?builds FAQ?
thats the openJDK jar icon
because I made a ?dm-builds but I seem to be searching for the papi builds a lot as well
u change it the normal oracle icon if u click on the file properties iirc
god i was freaking out it looks like a penguin i was like wtf is going on XD
it is exceedingly ugly
yes
sweeet ty
it is also 99% better
it is tho
whats the easiest way to import? https://prnt.sc/w4a33t
alt + enter
i get this when i alt+enter https://prnt.sc/w4a48b

Looks like you are not adding the bukkit/spigot/paper api jar to your dependencies
also
Main ๐ฌ
i added the jar tho
does it show up in external libraries under ur files?
it was working before i tried paper
yeah uuh no, the paper server jar doesn't contain the api
ugh where can i get the jars EASILY
because the paper server jar contains the patches and buildtools thingus for spigot
paper is a bit more complicated
lemme
sec
how do i use buildtools whatever that is to get the jars?
Twitch now says that you can no longer call others 'simp', 'incel', and 'virgin' as they are now against TOS, along with any emotes relating to the term simp
Twitch baby, what is you doing?
2611
37797

Ideally you would use something like maven or gradle to handle dependencies but you can just get the paper api jars from here https://papermc.io/repo/service/rest/repository/browse/maven-public/com/destroystokyo/paper/paper-api/1.16.4-R0.1-SNAPSHOT/1.16.4-R0.1-20201216.222035-69/
yeah use that
the top one javadoc.jar? how did you get to that page if i need to find it in the future
And as I mentioned you should consider looking into a build tool like gradle once you're a bit more experienced
BuildTools != A build tool
so i will add multiple jars to my project?
BuildTools is a program used for getting the spigot jars in a legal way, since you're not supposed to distribute them
Build tools are programs that help with dependency management and compiling / building - the most common 2 are Gradle and Maven
ohhh ok i get it. but im wondering do i keep the paper jar that i have and add another one? or delete the paper jar i have and only use the one you guys linked?
theres a few .jars on that page i use the top one?
no
how do i get to that page lol
As fefo said, the "main" one and the sources one
those 2 jars (not the crap in between)
you'd go to the paper repo URL and navigate to the paper API resource
so ill import both of those jars to my project and should be good to go?
tytyty!
just a hundred!
But so far ๐
If I go to bed any later than now I'll be dead in the morning
So
Not worth it
Barry corrupt
๐ ๐ฅถ ๐ ๐ฅฒ 
lmfao
Even if I did stay up he'd overtake me overnight anyway
true lol
Australian "people" and their timezones
clearly
oh wait theyre asleep :clojuremoon:
lol
Apart from corrupt and unfair discord bots
clearly
ok I'm literally 20 XP away
I will stay for a few more minutes for the screenshot
talk talk talk
You are a disgusting subhuman

LETS GO
pogchamp

damn u
Bruh if this ain't proof Barry is rigged
@mellow zinc bias
disgusting scums
who tf changed the channel topic ahahaha
Barry does it I think
oo
how do i turn my intelliJ project into a .jar? lol
so if there an error it wont build?
do i have to fix these? https://prnt.sc/w4bm9p i dont understand, i copied it exactly from a tutorial ๐ฉ
๐
Mobile too?
add a ; where it wants it,
either add an if or remove the else
that is mobile
Yes I know that's why I asked lol
Got it on desktop
Updating the app didn't help :C
hopefully theyve fixed the buggy usage of commands and @s/#s on mobile
Of the what
Oh yeah I know what you mean
how do i fix the else? this is how codered did it in the video
You have an extra { at the end of the longest line
thanks! oof now this https://prnt.sc/w4bs6o
No clue where that's referring to
maybe the chatcolor? i have no clue
/shrug
Ey
EY
/shrug
its highlighting this when i jump to the error https://prnt.sc/w4bt34
:C
Doesn't make no sense
Arrebatao dando vuelta en la Jeepeta
Tรบ conoces mi flow mi vida es una movie, dice que es natural pero pa mi que se hizo el booty
I just excluded it from the 'Build' and now its built. How do i get the .jar file?
@fallow crow
howd you build?
clicked the green icon in the top right
what does that use? Just artifacts?
i have no clue
this is my first plugin
it made this orange folder https://prnt.sc/w4c48u im just wondering how to get the .jar from here
check the out folder I guess, im not really sure how IJ builds things without a build tooll
https://prnt.sc/w4c5ab whats a build tool?
where do i get Maven and how do i set it up?
@fallow crow
just download this? https://maven.apache.org/
maven is automatically installed with IJ i think
dont use maven
but i wouldnt know, because i use gradle ๐
what does gradle do where can i get it
i need to get this .jar already ๐
@mellow zinc what do i do after i get gradle?
anyone know? would really appreciate some help
im trying maven because its already installed with intelliJ but im getting this https://prnt.sc/w4cof6
"Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project testproject: Compilation failure"
gradle is also already installed in intellij
@sullen sorrel ok i finally figured out how to compile the code into a jar using maven, but when i put it on my test server it shows theres 0 plugins o.o
๐
๐
why would it say i have 0 plugins please help
no clue
you can check the server logs for any errors on startup
maybe this is the problem https://prnt.sc/w4dd9q
the server is 1.16.4
no, that's no issue
.
my server log?
yes
/FirstPlugin has been compiled by a more recent version of the Java Runtime (class file version 59.0), this version of the Java Runtime only recognizes class file versions up to 52.0
i think thats it
it says thats why it could not load
yea that's it
your server is running on Java 8 but you compiled your plugin for Java 15 I think that is
how do i change that >.>
ok ok ok o ko k ok o k lkk
omg lets goooooooooo
my first plugin is working all thanks to this discord channel lol
anyone know how to change the openJDK .jar icon?
i prefer the old look ;P
Why is this here and not on #development? xD
truee
@fallow crow what do you need to access oracle for?
so nobody uses oracle JRE anymore?
WHY
oracleโs lawyers will hunt you down and kill your career
but seriously why isnt no one using oracle jre anymore?
whats the difference between them?
Mainly license
are they both like the same thing tho? Like actual JRE wise
functionally you wonโt notice a difference
how come oracles lawyers dont fuck openjdk over
because they donโt maintain it
is there a EASY way to change the .jar icon in adoptopenJDK?
Why does that matter? lol
why lol
it feels so weird seeing it look different lol
I think you can change it relatively easily in the registry
but itโs pointless
also openjdkโs icon is arguably more java than oracleโs icon
openjdkโs is the java mascot
oracle is coffee
who created openJDK?
the community iโd assume
somebody from this discord?
no lol
According to google
apple?
the holy trinity
XD
what does this mean? https://developer.ibm.com/languages/java/announcements/adoptopenjdk-has-a-new-home-and-name/
its moving to eclipse?
eclipse bought it?
no
adoptopenjdk is just a website that ships pre built binaries of openjdk
openjdk != adoptopenjdk
@fallow crow
whatever as long as its not a virus im cool with it lol
Why not
nobody in this community is single-handedly responsible for creating the openjdk
perhaps there's contributors here but I honestly doubt it
What wattage am I generally looking for for psu/
depends on specs
something around like an amd ryzen 7 3700x for the cpu or whatever then probably a 20 series graphics card
just in that ballpark probably
you'll want to know the exact specs first
calculate the wattage needed for all your components, and add an extra 200 watts on top
and that should suffice
er... if i dont know the exact specs rn can I just get somtehing high enough that should cover most things or do i really need to know the exact specs?
You can get something high enough
I personally have a 1000 watt psu for that very reason
should 850 be good or is it a bit risky?
it's impossible to say without knowing exact specs, as the tdp between 20 series cards can differ by over 100 watts
hm alright fair enough
this is what im looking at rn https://www.centrecom.com.au/cooler-master-v850-full-modular-gold-850w-power-supply
idk if its any good
I want something modular
are you going to be using windows or hackintosh?
and cpu lol
windows
im really stuck on the graphics card
because I could go for like a 1660 then get a better cpu, or i could go for like a 2060 then have less on the cpu
where do you go>?
ple
never heard of it lol
you don't have it in sydney
im not in sydney...
it's mainly a shop in perth but there's one or two locations in melbourne
where are you then?
you go to school in nsw tho right?
yeah.....
because then you can do spec maths which is super fun
assuming you move to a school in vic
I'd wait for a 3060 ti if i was you, performance of a 2080 super for $400
I mean probably right now because of scalpers
Oh you mean it'll, is it that much more there?
yes
it's a lot of money
aj it'll probably be more like 700
or even 600 if you're lucky
400 usd = ~530 aud
but they don't include tax, so add a bunch more money
what games do you play?
its for my brother so idk
is it?
get 2 8 sticks and 3200mhz
ryzen chips benefit from higher speeds
and with 2, you've got dual channel benefits
that is 2 sticks, its not 3200 tho
well try find a higher speed
How about 2 of these?
perfect
why'd you change the psu?
other one was a preorder,and wasnt in stock for a hiwle
what other options are there?
I'm not sure about aorus as a gpu brand
not really their specialty
idk just search up reviews
seems good
sold out
then wait till they're in stokck lol?
where are they sold out
check another store
o is it
699
aight
:sad:
@fallow crow might also be worth considering shit that isn't amd
Cpu wise nein
is intel still a like decent option money wise?
i7 seems to be fairly decent
English please
Do you know the difference between the 10700K and t he 10700F? The 10700F is alot cheaper
do you mean 10700kf?
no they're literally the exact same as far as I can tell
you should definitely go with the kf if it's a large cost margin
ah
that's not unlocked, meaning it can't be overclocked
but also has a lower clock by default
455 vs 527
ah
I mean I doubt my brothers gonna wanna overclock it
Is the lower clock by default significant?
i mean is it worht the 70 bucks difference to get the K?
hm alright
check the price of a kf vs a k
wtf is a ka
with intel ill have to get a cpu coolar as well....
oh kf also doesn't come with integrated gpu
I think that's the main difference between k and kf
what did the 5 5600x cost?
My soul
I think the A on that KA model just stands for avengers tbh
I'm assuming it's just a K
Avengers makes it so much better
yeah
469
yeah I'd go with that then tbh
yeah
although
do you need this by christmas?
because 11 gen releases q1 2021
imagine still being in school lol
Imagine not having an online class on bussiness managing right now
Couldn't be me
imagine having a virus in your country that forces you to do online schooling
just come to aus
there's no covid here
is a Ryzen 5 5600X better than a ryzen 7 2700X?
MUCH MUCH better aj
ah
remember the 5 5600x literally beats out the successor of the 7 2700x (the 3700x)
Piggy, they opened shit for 2 weeks here, which is only gonna make shit worse
all internal borders are open down under
unfortunately
would've preferred that my state's border stayed closed but oh well
nsw might have something starting up again atm
like 6 new cases in 48 hours
big yikes
at least it's not america
Germany and Austria seem to have the best systems here
they've probably got like 600k cases in the last 48 hours
jesus I wasn't even far off ~200k cases per day for america
UK also doing stuff right ๐ฏ
Just move to Greenland 
Way too late yea, but they kept shit closed proerly efe
Obviously
Just move to Antarctica
yes
Boris will save Christmas
since when has bj ever got anything wrong
So noble ๐
Can't wait for someone to make a song about that
that someone will be boris
Why not Slovenia efe :(
๐
I said boriws
That's a good thing
no one has ever heard of slovenia efe
it doesnt exist
I mean our politicians did 90% of shit wrong, but they got the spirit!
frosty doesnt exist
Lmaoo
I wonder how the covid deaths in america rank against history's massacres
surely like top 5 by now
maybe
lol america
they didn't get 900k infections in a day
900k people just got tested positive in a day
unless they test their entire population on a daily basis
Fr
yeah that's the reason you see the spikes
the spikes are only there because that's when the testing is happening
I mean there are actually probably spikes in the infection rate, but nothing as pattern-like as in the graphs you get from google
Quite curious what's gonna happen with the vaccine
trials were cancelled in aus because it gives people hiv
The virus is just gonna mutate and then we're fucked even more
lol
idk america's policy of do nothing and let herd immunity happen will probably work eventually
Btw Piggy, thanks for suggesting IDB (aikars db), it makes shit so much easier
eventually kek
The strong shall proveil or what's the saying lmao
survival of the fittest?
fun fact it's scientifically proven that vaccinated people are more likely to be autistic
because the ones who aren't vaccinated are dead
lmao
https://paste.helpch.at/inanedibiw.md FactionsX is the cause of this right? Cause there's also tab mentioned, but it can't be that (alongside protocollib)
they had us in the first half, not gonna lie
They'll glance over it
A virus can mutate two ways, not always get worse. Many virus mutate to normal cold.
With our luck you know which one it'll be lmao
Just disable it?
First rule never update
Second rule if you update apply rule one
๐
fax
@woven prairie ๐ฅบ
hmmmm
Stop slacking
It's. 11:45am pls, I'm in bed
I've been up since 6 am fam
๐
Uh.... Is it true that DMCA tries to push a change that allows people to file claims for people like Streamers, for using copyrighted music in their stream, which can get them in jail?
there's no change, it's always been illegal
jail though, no
just a big fine
and probably their twitch being deleted
Pretty sure some senator is trying to make it jail
I dont think it will ever get to the point where people will actually be put in jail because of it tho
what you want to give away?
yeah sure
classic or full
yep
might stick you in on dec 23
not sure yet
eh whatever might do it 24 actually
hope i added that to the doc correctly
yes
I mean... Fair use exists and streaming would be part of it
So would alot of other copyright claims that get filed
Maybe working with extinguishing fire with fire? ๐
Slovenian please
What did you put in google translate
now i see difference changed the method
Should be Ti si slab
between hashset and config
but mk, good enough
config is 1200ms
and hashset is 450ms
for 10000 times loop
and i just use contains
What
how do i download a file from filezilla to my desktop?
also is there any good free anticheats?
just..... drag and drop?
Fileconfiguration.isSet()
Vs
HashSet.contains()
it works perfectly fine... not sure how you're trying to do it tho
That service. tho
I will try to get you 1 or 2 Partners a day
that's a lot of partnerships a year lol
someone give me a math calculation which breaks javascript bots
Someone be a lad and give descriptions (2-3 sentences) for Plugin Development, Plugin Configuration, Full Server Setups, Server Optimisation, Game Design and Project & Community Management. I'll send you a letter if you do xoxo
thankyou
A dying career
sorry thats 3 words
tried it, it returned NaN
Like please u aint my nanny
ill try it
seems to go smaller
or thats just me
plugin dev: intellij go vrrroooom
yaml dev: sublime text 3 or notepad++ go vrrroooooom
full server setups: mc-market go vrrrroooom
server optimisation: clearlag go vrrroooom
game design: vote rewards go vrrooom
project & community management: we'll release before dyescape i promise guys sorry for delay
@woven prairie
ngl i still think mines better
yaml dev
xD
You mean https://yaml.dev
2015 was a simpler time
clearlagg? You for real?
Nah. Deleting System32 is the best way
equally effective
๐ฎ
:O
is mojangreports.com legit
suddenly had like ttwo people coming in saying my server is breaking eula ๐
pls @velvet crescent ๐ฆ 10mb plugin
Yeah i thought
easiest way to find out if it's a scam or not is via a whois
Already logged in with your account Blitz
companies like mojang won't use privacy shit lol https://www.namecheap.com/domains/whois/result?domain=mojangreports.com
@velvet crescent !!!!
Pls handle
java.lang.RuntimeException: The JDA was null, failed to continue initialization!
handle and don't let error xoxo
cardinal sin frosty
frosty how could you
have I taught you nothing
Well yea that's supposed to happen lol, setup the bot properly
Why would I gracefully handle the main feature of the plugin
so it doesn't error out
lol don't worry I do the same thing
gian as long as there's a message explaining why it's fine
an error is attention grabbing
"excuse me ma'am something might've went wrong in jda but i'm too scared to print an error to tell you" isn't
Should probably mention to check bot token in brackets on that one, but yea setup the bot properly and you gucci
smh
Smh Gian
I much prefer an error being thrown at enable, than having unknown issues cause I miss a single line in the console
That is entirely discords fault for having a jucky permissions system :))
does jda have the new command api yet
also, genning a new code on each ping/login attempt. no cache?
Everything else works tho
Ok YT is recommending me a lot of users talking about Dream's accusation of fake speedrun right now
same
@velvet crescent ๐ Pls limit whitelists to 1/disc (or conf) cause it's unlimited ๐ฆ
As i go through them, it seems like 97% of videos aren't motivative at all
The best quote so far in all videos: "dream is god, he doesn't cheat"
I have 2 MCs added tomy disc
Those are just kids doing research 
Also I thought I was caching the codes, didn't test that so I guess I'm not ๐
Oh yea I didn't even think of that, will fix
what are these codes you speak of
ah nvm then
frosty pls
i don't want to look through the code
just tell me what these codes are
:)))
the code
to know its you
the one that linked
I assume
like a confirmation code or whatever
oh
(isn't this what discord oauth2 is for)
surely less
Gotta also remember, it's for kids ๐ฎ
And it's to join a MC server
And it's to join a MC server
discord oauth is arguably simpler
click link
usually browser will automatically log them in
otherwise, they open their phone and scan the qr with discord
Tend to avoid using links when doing stuff for <16yr olds.
as a 9 year old I don't think that's necessary
Kek
Piggy, these people can't click a channel which says "ticket support" and is 1 bellow the channel they ask in
We had a better retention by using this to Google Auth for something Roblox related ๐ฎ - Can't risk this xD
How many robux you payin me Gian
Oh
@eternal apex
Small issue
I needa use my personal CC
Buisness debit was declined
Gimme 1. day
I don't see any details don't worry
$10 worth
I'm not ๐ฎ
scam
$15 if you make the bot not compile. and. dl ar runtime
gian this is a private plugin
Bruh, now I'm sad
not a spigot ploogin
well
private isn't the right word seeing as it's open for the world to see
Non distribution
๐
Gonna go into severe depression now, cya
Pain
Message @honest thistle
thats a bot ?
Yes
Just like a private message or
ye
The fuck is this abomination
?
he just realized...
xD
Lol
I mean I don't use discord on phone just very rarely
Pulse, I just updated discord
That's why I only just noticed
like this looks bad on phone```
It's hideous
Yeah
wait
they changed it?>
I remember it being worse
that shows how much I use discord on phone xD
also that spacing
is weird on phone
after the code block
how do you guys like the new command suggestion box tho?
which is not that new
but still
feels quite chunky
(โฏยฐโกยฐ๏ผโฏ๏ธต โปโโป
โฌโโฌ๏ปฟ ใ( ใ-ใใ)
โฌโโฌ ใ( ใ-ใใ)
(โฏยฐโกยฐ๏ผโฏ๏ธต โปโโป
โฌโโฌ๏ปฟ ใ( ใ-ใใ)
||test||
just making friends
@fallow crow this is how a nice game of cs:Go feels like
xD
instead of warming up we were trying to jump on the highest box on dust 2 warmup arena xD
late. this is why u should stay up later. i posted this yesterday
๐ฅฒ
Nah I'm good thanks
8-3 for us and I'm at 3 kills xD
I'm doing just fine
8-5
not that fine anymore
8-7
its getting worse boys
Blitz
Stop sucking
np son
