#off-topic

1 messages ยท Page 814 of 1

sterile parrot
#

and you used the bungee ip & port to connect right

#

and isolated spigot to only allow connections from bungee and nowhere else

fallow crow
#

yes. joined the bungeecord and then did /server survival

#

Yes

#

using ptero for that.

sullen sorrel
#

whats ptero

fallow crow
#

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

sterile parrot
#

and your bungee console is telling you you joined using bungee?

#

also did you restart everything after changing the configuration files

fallow crow
#

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

light scaffold
#

what

#

who did this

#

or is it automatic

barren hatch
#

@viscid lake i dont think thats possible

light scaffold
#

he's bumped it like 3 times now

#

clearly optimistic

tawdry tree
#

Isn't there one available in spigot?

fallow crow
#

Anyone else not able to download JRE from Oracle?

mellow zinc
#

its automatic i think @light scaffold

light scaffold
#

ooh seems to be

mellow zinc
#

it was setup for when fc was gonna beat kyle? i think

#

or aboody

light scaffold
#

specifically adoptopenjdk

light scaffold
fallow crow
#

Whatโ€™s that

mellow zinc
#

?jdk

honest thistleBOT
light scaffold
#

thought i recognised it

#

^^

#

another jdk implementation that isn't oracle

#

and open source

mellow zinc
#

china

#

on a mountain

fallow crow
#

I trying to make my first plugin, donโ€™t I need the JRE not the JDK? Whatโ€™s the difference

light scaffold
#

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

mellow zinc
#

java runtime environment
java development kit

fallow crow
#

Why not use amazons JDK JRE?

light scaffold
#

so unless you want to develop for 1.8 i'd recommend you get 11

#

why would you use amazon's?

fallow crow
#

idk lol

light scaffold
#

ive never used it but most JDK forks have a specific use case

#

openjdk is the best general purpose

sullen sorrel
#

whats difference between oracle, amazon, and openjdk

light scaffold
#

oracle is proprietary
amazon is probably proprietary, i imagine tuned for use on AWS or something?
openjdk is open source and free

fallow crow
#

So all I need to create a spigot plugin is the jar for that version and the openJDK?

light scaffold
#

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

fallow crow
#

who created openJDK? Was it created by a Minecraft community orr?

light scaffold
#

nah it's not a minecraft thing

fallow crow
#

ok thanks ๐Ÿ™‚ !!!

mellow zinc
#

๐Ÿ˜ฎ

light scaffold
#

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

fallow crow
#

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

mellow zinc
#

?jdk

honest thistleBOT
light scaffold
#

not sure about eclipse, haven't used that in years - but it should be as straight forward as extracting and adding to the path

long summit
light scaffold
#

consider using IntelliJ clojuremoon

sullen sorrel
#

IJ has install feature :>

fallow crow
#

but the tutorial im following uses eclipse >.>

light scaffold
#

what's the tutorial

#

there's a very high chance that it's dogshit

#

so just bear that in mind ๐Ÿ™‚

fallow crow
sullen sorrel
#

codedred

fallow crow
#

lol

sullen sorrel
#

I KNEW IT

#

I used his vids when i first started

fallow crow
#

did u use intelliJ?

sullen sorrel
#

which is why I also started using eclipse

#

then switched to intellij

#

because of these people

#

and others

light scaffold
#

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

sterile parrot
#

@viscid lake You have been service muted for repeatedly bumping your posts in #783231033629212672

sullen sorrel
#

๐Ÿ˜ฎ

light scaffold
#

ok tbf, i've just skimmed through and this tutorial doesn't look awful

#

but I'd still recommend IJ over Eclipse

sullen sorrel
light scaffold
#

that's a wide ass sidebar

#

but hot

mellow zinc
#

๐Ÿ™‚

light scaffold
#

eclipse could never

#

๐Ÿ™‚

fallow crow
#

ashjdajksasdasdjkasd

#

anyone know of a good intelliJ plugin tutorial?

sullen sorrel
#

;-;

sullen sorrel
#

i use Atom One Dark Theme

light scaffold
# fallow crow anyone know of a good intelliJ plugin tutorial?

Not any specifically, but I'd recommend 2 paths:

  1. Learn "pure" java with something like HyperSkill, then move onto plugins
  2. 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
velvet crescent
sterile parrot
#

ig too

fallow crow
#

what do i do after i open intelliJ o.o

#

i got my 1.16.4 spigot jar and the JDK installed

light scaffold
#

make a project?

fallow crow
#

yes, i select KotlinJavaRuntime?

light scaffold
#

uh what

#

no

#

what other options are there

fallow crow
#

my two options is that and Groovy

light scaffold
#

hmm

#

can you ss

fallow crow
light scaffold
#

ah right

#

you don't need to select either

mellow zinc
#

those are additional

light scaffold
#

^

fallow crow
#

just press next?

light scaffold
#

yea

sterile parrot
#

no

#

unselect kotlin first

fallow crow
#

kk

light scaffold
#

i mean

#

i kinda implied that

#

you don't need to select either

#

ยฏ_(ใƒ„)_/ยฏ

fallow crow
#

lol i hit next now what

light scaffold
#

you don't need a template

#

so go next again

#

then select the project name

#

and finish

#

or type the project name*

fallow crow
#

Ok sweet i know have a project named HelloWorld XD

light scaffold
#

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)

fallow crow
#

how to add the spigot jar?

light scaffold
#

File > Project Structure > Libraries > hit the + button then Java then select the jar

fallow crow
#

sweeeeet, it already knows the JDK is installed?

light scaffold
#

should do

fallow crow
#

i see it in external libraries so looks like it!

mellow zinc
#

yes

#

it was detected in project sdk from ur ss

fallow crow
#

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! ๐Ÿ™‚

light scaffold
#

no problem

#

feel free to ask if you have any other questions

#

brister mitten plugin tutorial coming soon

#

probably

fallow crow
light scaffold
#

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

fallow crow
#

says class Main is never used: 3

wary willow
#

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

light scaffold
#

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

wary willow
#

oh ye

fallow crow
#

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?

light scaffold
#

also, it won't make too much of a difference but consider not calling your main class Main

wary willow
#

also name your main class something more siginifcant

light scaffold
#

iirc you can just click the hammer in the top right

wary willow
#

in your example HelloWorld

#

or HelloWorldMain

light scaffold
#

you might need to configure an artifact though so ping me if that doesn't work

light scaffold
wary willow
#

ye same

fallow crow
#

how do i full delete a project and make a new one? lol

wary willow
#

folder*

fallow crow
#

thanks

light scaffold
#

436 xp clojuremoon

#

398

mellow zinc
#

๐Ÿ˜ฎ

#

epic

light scaffold
#

crazy stuff

fallow crow
wary willow
#

ok please explain this xD

mellow zinc
#

thats what the parameter is called in equalsIgnoreCase method

wary willow
#

ahhhh

#

lmao didn't even see that

#

I was looking for where it says anotherString

#

ye what Kaliber said then

mellow zinc
#

yeah i was confused at what was the question first lmao

fallow crow
#

why are some parts highlighted?

sterile parrot
#

that's just intelij showing that

#

if you hover over it you can see the warning

fallow crow
#

is there a trusted website to download spigot jars?

mellow zinc
#

spigot repo

#

๐Ÿ™‚

sterile parrot
#

no use buildtools

#

or just use a build tool like maven or gradle

mellow zinc
#

oh the jar itself or the api?

#

i may have misunderstood that

sterile parrot
#

idk good question

fallow crow
#

idk what buildtools is >.>

#

i downloaded a jar from some website GREAAAAAT now probably have a virus

mellow zinc
twin dune
fallow crow
#

oops

twin dune
fallow crow
#

does the JDK change how jars look?

wary willow
#

should I make a ?builds FAQ?

mellow zinc
#

thats the openJDK jar icon

wary willow
#

because I made a ?dm-builds but I seem to be searching for the papi builds a lot as well

mellow zinc
#

u change it the normal oracle icon if u click on the file properties iirc

fallow crow
#

god i was freaking out it looks like a penguin i was like wtf is going on XD

mellow zinc
#

๐Ÿคฃ

#

i hate it myself, had to change it too

light scaffold
#

it is exceedingly ugly

fallow crow
#

@mellow zinc paper will work the same as spigot?

#

like 99% the same?

mellow zinc
#

yes

fallow crow
#

sweeet ty

mellow zinc
#

it is also 99% better

wary willow
#

it is tho

fallow crow
light scaffold
#

alt + enter

fallow crow
#

Looks like you are not adding the bukkit/spigot/paper api jar to your dependencies

#

also

#

Main ๐Ÿ˜ฌ

#

i added the jar tho

mellow zinc
#

does it show up in external libraries under ur files?

fallow crow
#

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?

trim raft
fallow crow
light scaffold
#

yeah use that

fallow crow
#

the top one javadoc.jar? how did you get to that page if i need to find it in the future

light scaffold
#

And as I mentioned you should consider looking into a build tool like gradle once you're a bit more experienced

fallow crow
#

For now just get the "main" one and the sources one

#

whats build tools?

light scaffold
#

BuildTools != A build tool

fallow crow
#

so i will add multiple jars to my project?

light scaffold
#

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

fallow crow
#

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?

light scaffold
#

remove paper jar

#

add paper API jar

fallow crow
#

theres a few .jars on that page i use the top one?

light scaffold
#

no

fallow crow
#

how do i get to that page lol

light scaffold
#

As fefo said, the "main" one and the sources one

fallow crow
light scaffold
fallow crow
#

so ill import both of those jars to my project and should be good to go?

light scaffold
#

Provided

#

Probably*

#

Welp not overtaking cube tonight

#

Gn fellas

fallow crow
#

tytyty!

mellow zinc
#

โ˜น๏ธ

#

gn

fallow crow
#

SO CLOSE

#

bm

light scaffold
#

gn ๐Ÿ˜•

#

ikr

fallow crow
#

just a hundred!

light scaffold
#

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

#

๐Ÿ˜ ๐Ÿฅถ ๐Ÿ˜” ๐Ÿฅฒ clojuremoon

mellow zinc
#

lmfao

light scaffold
#

Even if I did stay up he'd overtake me overnight anyway

mellow zinc
#

true lol

light scaffold
#

Australian "people" and their timezones

mellow zinc
#

australia bad

#

fight me australians

light scaffold
#

clearly

mellow zinc
#

oh wait theyre asleep :clojuremoon:

light scaffold
#

What's even the point of Australia

#

They contribute nothing to the world

fallow crow
#

lol

light scaffold
#

Apart from corrupt and unfair discord bots

mellow zinc
#

clearly

light scaffold
#

ok I'm literally 20 XP away

#

I will stay for a few more minutes for the screenshot

mellow zinc
#

talk talk talk

fallow crow
#

Come on

#

BM

#

I use lombok

#

:]

light scaffold
#

You are a disgusting subhuman

fallow crow
#

Now talk

#

lol

light scaffold
#

AHFBDJAJA

fallow crow
light scaffold
#

LETS GO

mellow zinc
#

pogchamp

light scaffold
#

๐Ÿ˜Ž ๐Ÿ˜Ž

#

life is now complete

#

Gn everyone

mellow zinc
#

indeed

#

gn

fallow crow
nocturne fossil
light scaffold
#

Bruh if this ain't proof Barry is rigged

nocturne fossil
#

@mellow zinc bias

mellow zinc
light scaffold
#

Unfair and unbalanced

nocturne fossil
#

hahaa

#

thats beautiful

fallow crow
#

who tf changed the channel topic ahahaha

light scaffold
#

Barry does it I think

fallow crow
#

oo

woven prairie
woven prairie
fallow crow
#

how do i turn my intelliJ project into a .jar? lol

mellow zinc
#

there should be a green hammer to build the jar in the top right

fallow crow
#

so if there an error it wont build?

fallow crow
fallow crow
fallow crow
mellow zinc
fallow crow
#

Yes I know that's why I asked lol

#

Got it on desktop

#

Updating the app didn't help :C

mellow zinc
#

hopefully theyve fixed the buggy usage of commands and @s/#s on mobile

fallow crow
#

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

#

No clue where that's referring to

#

maybe the chatcolor? i have no clue

#

/shrug

#

Ey

#

EY

#

/shrug

#

:C

#

Doesn't make no sense

brittle steppe
#

Arrebatao dando vuelta en la Jeepeta

fallow crow
brittle steppe
#

Tรบ conoces mi flow mi vida es una movie, dice que es natural pero pa mi que se hizo el booty

fallow crow
#

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

#

check the out folder I guess, im not really sure how IJ builds things without a build tooll

#

where do i get Maven and how do i set it up?

#

@fallow crow

mellow zinc
#

maven is automatically installed with IJ i think

fallow crow
#

dont use maven

mellow zinc
#

but i wouldnt know, because i use gradle ๐Ÿ˜Ž

fallow crow
#

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

fallow crow
#

"Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project testproject: Compilation failure"

sullen sorrel
fallow crow
#

@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

sullen sorrel
#

๐Ÿ‘€

fallow crow
#

๐Ÿ‘€

#

why would it say i have 0 plugins please help

#

no clue

#

you can check the server logs for any errors on startup

#

the server is 1.16.4

#

no, that's no issue

fallow crow
#

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

long summit
fallow crow
#

truee

fallow crow
#

is that an actual page?

eternal apex
#

@fallow crow what do you need to access oracle for?

fallow crow
#

so nobody uses oracle JRE anymore?

eternal apex
#

no

#

use openjdk

fallow crow
#

WHY

eternal apex
#

AdoptOpenJDK provides prebuilt OpenJDK binaries from a fully open source set of build scripts and infrastructure. Supported platforms include Linux, macOS, Windows, ARM, Solaris, and AIX.

#

oracleโ€™s lawyers will hunt you down and kill your career

fallow crow
#

but seriously why isnt no one using oracle jre anymore?

eternal apex
#

thatโ€™s literally the reason

#

oracleโ€™s lawyers will fuck you over

fallow crow
#

whats the difference between them?

long summit
#

Mainly license

eternal apex
#

oneโ€™s shipped by oracle and has questionable licensing

#

the other is not

fallow crow
#

are they both like the same thing tho? Like actual JRE wise

eternal apex
#

functionally you wonโ€™t notice a difference

fallow crow
#

how come oracles lawyers dont fuck openjdk over

eternal apex
#

because they donโ€™t maintain it

fallow crow
#

is there a EASY way to change the .jar icon in adoptopenJDK?

long summit
#

Why does that matter? lol

eternal apex
#

why lol

fallow crow
#

it feels so weird seeing it look different lol

eternal apex
#

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

fallow crow
#

who created openJDK?

eternal apex
#

the community iโ€™d assume

fallow crow
#

somebody from this discord?

eternal apex
#

no lol

fallow crow
#

yes it was piggy

#

OWO

long summit
fallow crow
#

apple?

#

the holy trinity

#

XD

#

its moving to eclipse?

#

eclipse bought it?

eternal apex
#

no

#

adoptopenjdk is just a website that ships pre built binaries of openjdk

#

openjdk != adoptopenjdk

#

@fallow crow

fallow crow
#

whatever as long as its not a virus im cool with it lol

fallow crow
eternal apex
#

nobody in this community is single-handedly responsible for creating the openjdk

#

perhaps there's contributors here but I honestly doubt it

fallow crow
#

What wattage am I generally looking for for psu/

eternal apex
#

depends on specs

fallow crow
#

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

eternal apex
#

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

fallow crow
#

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?

eternal apex
#

You can get something high enough

#

I personally have a 1000 watt psu for that very reason

fallow crow
#

should 850 be good or is it a bit risky?

eternal apex
#

it's impossible to say without knowing exact specs, as the tdp between 20 series cards can differ by over 100 watts

fallow crow
#

hm alright fair enough

#

I want something modular

eternal apex
#

looks fine to me

#

850w is probably enough btw

fallow crow
#

aight

#

now ive gotta make a decision on the gpu lol,.....

eternal apex
#

are you going to be using windows or hackintosh?

fallow crow
#

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

eternal apex
#

the shop I go to is ez

#

you say your budget

#

and they make a pc for u

fallow crow
#

where do you go>?

eternal apex
#

ple

fallow crow
#

never heard of it lol

eternal apex
#

you don't have it in sydney

fallow crow
#

im not in sydney...

eternal apex
#

it's mainly a shop in perth but there's one or two locations in melbourne

#

where are you then?

fallow crow
#

melbourne

#

well

#

like 3 hours out of melbourne

eternal apex
#

you go to school in nsw tho right?

fallow crow
#

yeah

#

i might move schools tho cos of that subject thing

eternal apex
#

so weird

#

yeah honestly do

fallow crow
#

yeah.....

eternal apex
#

because then you can do spec maths which is super fun

#

assuming you move to a school in vic

fallow crow
#

yeah

#

will a 1660 get outdated pretty fast>?

eternal apex
#

yes

#

it's a lower end card

fallow crow
#

yeah

#

how about a 2060

#

cos that still isnt like new...

long summit
#

I'd wait for a 3060 ti if i was you, performance of a 2080 super for $400

fallow crow
#

its not 400 tho

#

itll be like 1k here in aus

long summit
#

I mean probably right now because of scalpers

#

Oh you mean it'll, is it that much more there?

eternal apex
#

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

fallow crow
#

mm

#

hows this

eternal apex
#

what games do you play?

fallow crow
#

its for my brother so idk

eternal apex
#

oh that ram

#

it's eh

fallow crow
#

is it?

eternal apex
#

get 2 8 sticks and 3200mhz

#

ryzen chips benefit from higher speeds

#

and with 2, you've got dual channel benefits

fallow crow
#

that is 2 sticks, its not 3200 tho

eternal apex
#

well try find a higher speed

fallow crow
eternal apex
#

perfect

fallow crow
#

save 1 dollar as well

#

thoughts on the other components?

eternal apex
#

why'd you change the psu?

fallow crow
#

other one was a preorder,and wasnt in stock for a hiwle

eternal apex
#

what other options are there?

#

I'm not sure about aorus as a gpu brand

#

not really their specialty

fallow crow
#

gpu brand?

#

do u mean psu?

eternal apex
#

psu yeah

#

they make gpus which are great

#

mobos too iirc

#

but psus, not sure

fallow crow
eternal apex
#

idk just search up reviews

fallow crow
#

seems good

eternal apex
#

oh uh

#

that cpu

#

what's the price for a 5 5600x?

#

@fallow crow

fallow crow
#

sold out

eternal apex
#

then wait till they're in stokck lol?

#

where are they sold out

#

check another store

fallow crow
#

yeah lol $469 tho

#

so cheaper

eternal apex
#

that's cheaper than the one you've got selected

#

and it's way better

fallow crow
#

o is it

eternal apex
#

yeah

#

what's the price of a 7 5800x?

fallow crow
#

699

eternal apex
#

yeah nvm

#

go for the 5 5600x

fallow crow
#

aight

velvet crescent
#

:sad:

eternal apex
#

@fallow crow might also be worth considering shit that isn't amd

velvet crescent
#

Cpu wise nein

eternal apex
fallow crow
#

is intel still a like decent option money wise?

eternal apex
#

yes

#

I think so

#

not sure tbh

#

i don't follow this stuff closely

#

or at all

velvet crescent
#

i7 seems to be fairly decent

light scaffold
#

neither

#

It's can

#

Je peux = I can / I am able to

#

veux is want

velvet crescent
#

English please

light scaffold
#

This is English

#

Smh

#

Veulent

fallow crow
eternal apex
#

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

fallow crow
#

This

eternal apex
#

ah

#

that's not unlocked, meaning it can't be overclocked

#

but also has a lower clock by default

fallow crow
#

455 vs 527

#

ah

#

I mean I doubt my brothers gonna wanna overclock it

#

Is the lower clock by default significant?

eternal apex
#

it's fairly significant

#

still a great cpu though

fallow crow
#

i mean is it worht the 70 bucks difference to get the K?

eternal apex
#

what does a kf cost?

#

if you're going to the F btw, the ryzen is probably better

fallow crow
#

hm alright

eternal apex
#

check the price of a kf vs a k

fallow crow
#

These are the options for intel i7 10700

eternal apex
#

wtf is a ka

fallow crow
#

with intel ill have to get a cpu coolar as well....

eternal apex
#

oh kf also doesn't come with integrated gpu

#

I think that's the main difference between k and kf

fallow crow
#

ah

#

the ryzens probably better in this case then?

eternal apex
#

what did the 5 5600x cost?

velvet crescent
#

My soul

eternal apex
#

I think the A on that KA model just stands for avengers tbh

#

I'm assuming it's just a K

velvet crescent
#

Avengers makes it so much better

eternal apex
#

yeah

fallow crow
#

469

eternal apex
#

yeah I'd go with that then tbh

fallow crow
#

yeah

eternal apex
#

although

#

do you need this by christmas?

#

because 11 gen releases q1 2021

#

imagine still being in school lol

velvet crescent
#

Imagine not having an online class on bussiness managing right now

#

Couldn't be me

eternal apex
#

imagine having a virus in your country that forces you to do online schooling

#

just come to aus

#

there's no covid here

fallow crow
#

is a Ryzen 5 5600X better than a ryzen 7 2700X?

eternal apex
#

MUCH MUCH better aj

fallow crow
#

ah

eternal apex
#

remember the 5 5600x literally beats out the successor of the 7 2700x (the 3700x)

velvet crescent
#

Piggy, they opened shit for 2 weeks here, which is only gonna make shit worse

fallow crow
#

o

#

lol remember covid

eternal apex
#

all internal borders are open down under

#

unfortunately

#

would've preferred that my state's border stayed closed but oh well

fallow crow
#

nsw might have something starting up again atm

#

like 6 new cases in 48 hours

#

big yikes

eternal apex
#

at least it's not america

velvet crescent
#

Germany and Austria seem to have the best systems here

eternal apex
#

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

mellow zinc
#

UK also doing stuff right ๐Ÿ’ฏ

light scaffold
#

Just move to Greenland fingerguns

velvet crescent
#

Way too late yea, but they kept shit closed proerly efe

light scaffold
velvet crescent
#

Just move to Antarctica

mellow zinc
#

yes

light scaffold
#

Boris will save Christmas

mellow zinc
#

since when has bj ever got anything wrong

light scaffold
#

So noble ๐Ÿ˜”

velvet crescent
eternal apex
#

that someone will be boris

light scaffold
#

Someone probably already has

#

well yes

#

Makes a song congratulating himself

velvet crescent
#

Why not Slovenia efe :(

mellow zinc
#

๐Ÿ˜‚

eternal apex
#

I said boriws

velvet crescent
#

That's a good thing

eternal apex
#

no one has ever heard of slovenia efe

mellow zinc
#

it doesnt exist

velvet crescent
#

I mean our politicians did 90% of shit wrong, but they got the spirit!

mellow zinc
#

frosty doesnt exist

velvet crescent
#

Lmaoo

eternal apex
#

I wonder how the covid deaths in america rank against history's massacres

#

surely like top 5 by now

mellow zinc
#

maybe

fallow crow
#

lol america

eternal apex
#

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

boreal escarp
#

Fr

eternal apex
#

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

velvet crescent
#

Quite curious what's gonna happen with the vaccine

eternal apex
#

trials were cancelled in aus because it gives people hiv

velvet crescent
#

The virus is just gonna mutate and then we're fucked even more

eternal apex
#

lol

#

idk america's policy of do nothing and let herd immunity happen will probably work eventually

velvet crescent
#

Btw Piggy, thanks for suggesting IDB (aikars db), it makes shit so much easier

mellow zinc
#

eventually kek

velvet crescent
#

The strong shall proveil or what's the saying lmao

eternal apex
#

survival of the fittest?

velvet crescent
#

Hell yea Piggy

#

There was no zombies tho, I sad

mellow zinc
#

yes

#

the syringe itself kills u

eternal apex
#

fun fact it's scientifically proven that vaccinated people are more likely to be autistic

#

because the ones who aren't vaccinated are dead

mellow zinc
#

lmao

velvet crescent
mellow zinc
#

they had us in the first half, not gonna lie

velvet crescent
#

They'll glance over it

vernal surge
velvet crescent
#

With our luck you know which one it'll be lmao

velvet crescent
#

Just disable it?

vernal surge
#

First rule never update
Second rule if you update apply rule one

๐Ÿ™‚

barren nacelle
#

fax

velvet crescent
#

@woven prairie ๐Ÿฅบ

woven prairie
#

hmmmm

velvet crescent
#

Stop slacking

woven prairie
#

It's. 11:45am pls, I'm in bed

velvet crescent
#

I've been up since 6 am fam

vast fossil
#

๐Ÿ˜Š

magic summit
#

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?

eternal apex
#

there's no change, it's always been illegal

#

jail though, no

#

just a big fine

#

and probably their twitch being deleted

light scaffold
#

Pretty sure some senator is trying to make it jail

fallow crow
#

I dont think it will ever get to the point where people will actually be put in jail because of it tho

eternal apex
#

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

magic summit
fallow crow
#

So would alot of other copyright claims that get filed

vernal surge
#

Maybe working with extinguishing fire with fire? ๐Ÿ™‚

velvet crescent
#

Slovenian please

wooden monolith
#

whats that

#

xd

#

turkish bro

#

yeah im turkish xd

#

i know either

velvet crescent
#

What did you put in google translate

wooden monolith
#

now i see difference changed the method

velvet crescent
#

Should be Ti si slab

wooden monolith
#

between hashset and config

velvet crescent
#

but mk, good enough

wooden monolith
#

what

#

is it a language

velvet crescent
#

bruh

#

"Slowenisch"

#

No clue what "odlazak" is, but yea i do

wooden monolith
#

whats going on

#

:d

#

i cant understand anything

#

lan

#

he is swearing

#

pls ban

velvet crescent
#

English please from now on

#

Before I whip out google translate

wooden monolith
#

config is 1200ms
and hashset is 450ms
for 10000 times loop

#

and i just use contains

light scaffold
#

What

fallow crow
#

"config"?

fathom pawn
#

how do i download a file from filezilla to my desktop?

#

also is there any good free anticheats?

fallow crow
fathom pawn
#

doesnt work

#

dont worry i found out

wooden monolith
fallow crow
woven prairie
#

That service. tho

fallow crow
#

I will try to get you 1 or 2 Partners a day
that's a lot of partnerships a year lol

nocturne fossil
#

someone give me a math calculation which breaks javascript bots

woven prairie
#

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

nocturne fossil
#

thankyou

nocturne fossil
#

sorry thats 3 words

#

tried it, it returned NaN

#

Like please u aint my nanny

#

ill try it

#

or thats just me

eternal apex
#

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

woven prairie
#

thanks

#

gn

nocturne fossil
#

ngl i still think mines better

fallow crow
#

yaml dev
ACOSP_what

wary willow
#

xD

velvet crescent
wary willow
#

oh yeah

#

that's what he meant.

fallow crow
#

2015 was a simpler time

eternal apex
#

yeah clearlagg is the best way to optimize your server

#

obviously

magic summit
#

Nah. Deleting System32 is the best way

eternal apex
#

equally effective

velvet crescent
#

Just burn the host machine

#

Works best

woven prairie
#

๐Ÿ˜ฎ

#

@velvet crescent I'm about to test ๐Ÿ˜ฎ

wary willow
#

๐Ÿ˜ฎ

velvet crescent
#

:O

fallow crow
#

suddenly had like ttwo people coming in saying my server is breaking eula ๐Ÿ˜‚

velvet crescent
eternal apex
#

no

#

it's not

woven prairie
#

pls @velvet crescent ๐Ÿ˜ฆ 10mb plugin

velvet crescent
#

Why the hell do they have a login tho

#

Gian

#

Blame Brister

wary willow
#

Frosty

#

don't log in

#

going to steal your account

fallow crow
#

Yeah i thought

eternal apex
#

easiest way to find out if it's a scam or not is via a whois

velvet crescent
#

Already logged in with your account Blitz

eternal apex
woven prairie
#

@velvet crescent !!!!

#

Pls handle

#

java.lang.RuntimeException: The JDA was null, failed to continue initialization!

handle and don't let error xoxo

eternal apex
#

cardinal sin frosty

wary willow
#

frosty how could you

eternal apex
#

have I taught you nothing

velvet crescent
#

Well yea that's supposed to happen lol, setup the bot properly

#

Why would I gracefully handle the main feature of the plugin

woven prairie
#

so it doesn't error out

eternal apex
#

lol don't worry I do the same thing

woven prairie
#

idm the log

#

But not an error. `!!!!

eternal apex
#

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

velvet crescent
#

Should probably mention to check bot token in brackets on that one, but yea setup the bot properly and you gucci

woven prairie
#

Ik the fix

#

But

#

Still

eternal apex
#

smh

velvet crescent
#

Smh Gian

#

I much prefer an error being thrown at enable, than having unknown issues cause I miss a single line in the console

woven prairie
#

o

#

don't hate on shared

velvet crescent
#

That is entirely discords fault for having a jucky permissions system :))

eternal apex
#

does jda have the new command api yet

woven prairie
#

also, genning a new code on each ping/login attempt. no cache?

eternal apex
#

smh frosty

#

such bad devzor

woven prairie
#

Everything else works tho

sharp sky
#

Ok YT is recommending me a lot of users talking about Dream's accusation of fake speedrun right now

nocturne fossil
#

same

woven prairie
#

@velvet crescent ๐Ÿ˜„ Pls limit whitelists to 1/disc (or conf) cause it's unlimited ๐Ÿ˜ฆ

sharp sky
#

As i go through them, it seems like 97% of videos aren't motivative at all

velvet crescent
#

Huh Gian?

#

Wdym by that

sharp sky
#

The best quote so far in all videos: "dream is god, he doesn't cheat"

woven prairie
#

I have 2 MCs added tomy disc

sharp sky
#

Those are just kids doing research thonking

velvet crescent
#

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

eternal apex
#

what are these codes you speak of

wary willow
#

sponsor codes

#

or whatever

#

I forgot

velvet crescent
wary willow
#

ah nvm then

eternal apex
#

frosty pls

#

i don't want to look through the code

#

just tell me what these codes are

wary willow
#

:)))

#

the code

#

to know its you

#

the one that linked

#

I assume

#

like a confirmation code or whatever

eternal apex
#

oh

velvet crescent
#

Player listener, and CodeBuilder

#

Player listener, and CodeBuilder

eternal apex
#

(isn't this what discord oauth2 is for)

woven prairie
#

Welk

#

That's effort

eternal apex
#

surely less

woven prairie
#

Gotta also remember, it's for kids ๐Ÿ˜ฎ

#

And it's to join a MC server

#

And it's to join a MC server

eternal apex
#

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

woven prairie
#

Tend to avoid using links when doing stuff for <16yr olds.

eternal apex
#

as a 9 year old I don't think that's necessary

velvet crescent
#

Kek

#

Piggy, these people can't click a channel which says "ticket support" and is 1 bellow the channel they ask in

woven prairie
#

We had a better retention by using this to Google Auth for something Roblox related ๐Ÿ˜ฎ - Can't risk this xD

velvet crescent
#

How many robux you payin me Gian

woven prairie
#

Oh

#

@eternal apex

#

Small issue

#

I needa use my personal CC

#

Buisness debit was declined

#

Gimme 1. day

eternal apex
#

I don't see any details don't worry

woven prairie
woven prairie
velvet crescent
#

scam

woven prairie
#

$15 if you make the bot not compile. and. dl ar runtime

eternal apex
#

download at runtime??

#

what for

woven prairie
#

10mb plugin ๐Ÿ˜ฆ

#

I don't want

eternal apex
#

gian this is a private plugin

velvet crescent
#

Bruh, now I'm sad

eternal apex
#

not a spigot ploogin

#

well

#

private isn't the right word seeing as it's open for the world to see

velvet crescent
#

Non distribution

wary willow
#

๐Ÿ™‚

velvet crescent
#

Gonna go into severe depression now, cya

woven prairie
#

Pain

fallow crow
#

Is there maybe a way i can report the users and discord user

#

for trying to scam

velvet crescent
#

Message @honest thistle

fallow crow
#

thats a bot ?

velvet crescent
#

Yes

fallow crow
#

Just like a private message or

wary willow
#

ye

fallow crow
#

reported

#

thanks

velvet crescent
magic summit
#

?

wary willow
#

he's probably talking about the difference between pc and phone

#

for the list

fading grove
#

he just realized...

wary willow
#

xD

fading grove
#

Lol

wary willow
#

I mean I don't use discord on phone just very rarely

velvet crescent
#

Pulse, I just updated discord

wary willow
#

so I'd probably be surprised of a few things

#

like I was withe the code blocks

velvet crescent
#

That's why I only just noticed

wary willow
#
like this looks bad on phone```
velvet crescent
#

It's hideous

wary willow
#

well not rly

#

it just needs the outline

#

to be a bit darker

fading grove
#

Yeah

wary willow
#

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

#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

proper fableBOT
#

โ”ฌโ”€โ”ฌ๏ปฟ ใƒŽ( ใ‚œ-ใ‚œใƒŽ)

wary willow
#

โ”ฌโ”€โ”ฌ ใƒŽ( ใ‚œ-ใ‚œใƒŽ)

fading grove
#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

proper fableBOT
#

โ”ฌโ”€โ”ฌ๏ปฟ ใƒŽ( ใ‚œ-ใ‚œใƒŽ)

wary willow
#

||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

mellow zinc
#

๐Ÿฅฒ

velvet crescent
#

Nah I'm good thanks

wary willow
#

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

velvet crescent
#

Blitz

wary willow
#

9-7

#

yes?

velvet crescent
#

Stop sucking

wary willow
#

I stopped last round

#

sorry dad

mellow zinc
#

blitz

#

shut up

velvet crescent
#

np son

wary willow
#

no

#

I won't shut upo

#

what do you think you can shut my mouth? you communist !

mellow zinc
#

yes

#

i will personally come to romania

velvet crescent
#

This man just called someone a communist

#

Poggers

wary willow
#

let me have my own opinions and share them with the world

#

my opinion is that the score is 9-7

#

I changed my opinion