#off-topic

1 messages · Page 515 of 1

rough river
#

wow after 2 years finally this rule ❤

boreal escarp
velvet crescent
#

lol

fallow crow
#

Well I come back empty handed

#

Didn’t get it

velvet crescent
#

L

fallow crow
#

They said I didn’t have a credit score

#

So I couldn’t get it

velvet crescent
#

kek

fallow crow
#

Actually annoyed but eh

boreal escarp
fallow crow
#

HAHA

#

Prob cuz it also means Fuck The Police

boreal escarp
#

that's what I'm saying

#

Why isnt the og song the first result smh

fallow crow
#

Hahahaha oh

#

I don’t know

#

Thought you was looking for FTP stuff

boreal escarp
#

I mean, it has more views, likes and comments that that shit

fallow crow
#

Rofl

fallow crow
#

might buy myself airpods instead

rough river
#

there is better music artist

#

yzomandias , ptk , darewin , germany one , french one , albania one

velvet crescent
#

wut?

rough river
#

giving just suggestion on new aritist what u can check out guys

woven prairie
#

There's also Clip smh

jagged pollen
#

o

fallow crow
#

lol.. 😐

velvet crescent
#

poggers

fringe sigil
#

when you deploy your new web service

#

and forget recaptcha

elfin minnow
#

@thot

fringe sigil
#

@bronze compassn

#

o

velvet crescent
#

oh god

boreal escarp
fringe sigil
#

Now that is awesome

elfin minnow
#

woah

boreal escarp
#

ikr

fallow crow
#

Woah who made that

#

That’s so cool

#

@elfin minnow didn’t get my pro rip

boreal escarp
#

check the contact tab

elfin minnow
#

why

fallow crow
#

Didn’t have a credit score

#

So wasn’t able to buy

boreal escarp
#

noob

fallow crow
#

I’m not as bothered as I was earlier

#

Cuz tbh it’s near the same just minor stuff, but I wanted it

elfin minnow
#

f

fallow crow
#

yolo

boreal escarp
#

Anybody here also get errors from material design ui (or how it's called) when you switch from a project to another in IIJ?

#

Cant even report it because the author doesnt have a report link or whatever

long summit
#

Sometimes i do yeah

velvet crescent
#

@fallow crow ^

fallow crow
#

@velvet crescent Hahahaha if he wants to buy me a new iPhone sure

#

He can have it😂😂😂

fringe sigil
#

What does everyone want to be when their older?

fallow crow
#

not depressed n sad

#

😂

#

for fr tho, I'd love to be able to dev from home

#

and make nice cash

eternal apex
#

probs some sort of business programmer

#

fuck games, fuck websites, backends is where it's really at

fallow crow
#

I have many nice ideas but eh I struggle, i have domains doing nothing

#

and social handles

naive barn
#

anybody know any good ways to advertise a minecraft platform for the mass public?

fallow crow
#

minecraft platform

#

Explain further

eternal apex
#

define platform

fallow crow
#

But usually word of mouth

#

Are you talking about like globalization?

#

towards like Minecraft in general?

eternal apex
#

if it's a server, usually I'd say streamers, but I've seen gian mention "facebook ads" multiple times on here, and I've got no clue if he's joking or not. Might be worth a go though

fallow crow
#

or towards a specific topic like mod packs, gameplay etc.

#

Potentially work on a huge project, that would showcase and go towards advertisement?

#

tho something I've learnt is

#

your projects wont just get big over night

#

Example. I am currently working on a custom cave generator to generate new caves, but have normal biomes.

#

I'm taking things slow with MCP

#

ye.

#

It'll take awhile, but potentialy start moving and going around discords maybe if you want to get a discord big.

#

Yeah

vague walrus
#

I mean Instagram is going to be your target platform if you can find a way to push advertisements there.

fallow crow
#

I did a bunch of advertisement in the past few days on YT videos talking about better caves for Minecraft and got over 100+ friend requests.

#

after talking about a cave generator.

#

Just need to know where to post it, and where to get the most advertisement

velvet crescent
#

guessing on mumbo's vid :p

fallow crow
#

Hmm?

#

This is sad near end

naive barn
#

minecraft platform
Minecraft platform catered to servers, such as spigotmc, mc-market

tired garden
#

Just going to pop that there.

velvet crescent
#

Stefatorus, I think you we're trying to say, Join McPlugins.io

eternal apex
#

I assume you're referring to the grammatical errors, I'll inform cube swalbert

elfin minnow
#

DaBaby carries everysong

#

nocap

boreal escarp
#

BSP was made free, lol (?)

fallow crow
#

sexyyy

boreal escarp
#

o

fallow crow
#

I'll prob reword the add tho

#

Friend request from Siri, ACCEPT or DENY.

#

Siri sent a friend request.

#

Click to ACCEPT or DENY request.

#

repeating friend request tho

fallow crow
#

dat boi

jagged pollen
#

Noice

fallow crow
#

hot

woven prairie
#

Facebook ads are really good

jagged pollen
#

o

#

||cuz they track u in everywhere to give u good ads||

fallow crow
#

Am I able to send a pic here and ask for opinions from the design?

jagged pollen
#

Yes?

fallow crow
jagged pollen
#

the plus has some kind of effect but star dont?

fallow crow
#

Are you talking about the 3d look?

jagged pollen
#

No, the color doesn't quite match

boreal escarp
#

I mean, if you add glow to the plus, why not add it to the text as well GWcmeisterPeepoE

fallow crow
#

How would I run part of my code async? I need to call a url async and then use the response

#

ProfileUtil.PlayerProfile playerProfile = ProfileUtil.lookup(name);

eternal apex
#

u using bukkit?

#

@fallow crow tagging so u see

fallow crow
#

@eternal apex ty idm tag, and yeah

eternal apex
#

use the scheduler?

fallow crow
#

because rn I get

#
Caused by: java.lang.IllegalStateException: Asynchronous effect add!```
#

from another plugin

eternal apex
#

paste ur current code

fallow crow
#

think i fixed

#

I made my runnable sync and

#
 ExecutorService executor = Executors.newFixedThreadPool(1);
                    Future<ProfileUtil.PlayerProfile> playerProfileFuture = executor.submit(() -> ProfileUtil.lookup(name));
                    ProfileUtil.PlayerProfile playerProfile = null;```
#

did this

eternal apex
#

too much brain usage :/

boreal escarp
#

I only see some T, K, U, S's 😹

eternal apex
#

just some generics abuse

fallow crow
#

piggy u good with vault api

eternal apex
#

i haven't used it for a while

#

so no

boreal escarp
#

he's the god of piggybanks

eternal apex
#

gaby, that code allows me to do this

#

imagine u have a player manager

#

with a map inside

#

UUID, Player

#

Player has a getter called getName

fallow crow
#

In vault I use this

eternal apex
#

my code, would allow you to get a player based on uuid or name

boreal escarp
#

o

fallow crow
#

Chat#getPlayerPrefix

eternal apex
#

get("piggy"), or get(UUID) would both work

#

and it's expandable

fallow crow
#

but it doesnt consider player prefixes

#

/pex user Siri prefix Blah

eternal apex
#

see how the vault expansion does it charlie

fallow crow
#
  public String getPlayerPrefix(OfflinePlayer p) {
    if (chat.getPlayerPrefix(getWorldName(), p) != null) {
      return chat.getPlayerPrefix(getWorldName(), p);
    }
    return "";
  }```
#

Ok nvm so it does work, but only for players who already joined

long summit
#

Piggy, had to go through the same thing when I was working on my framework, had no idea how to do anything with generics xD

fallow crow
#

So you need help?

#

Charlie.

#

The task issue seems like you are trying to add a player effect, which has to be sync

fallow crow
#

ye I sorted it ty bro

velvet crescent
fallow crow
#

Knowing the mc community, prob real lol

velvet crescent
#

@dull oar Don't do that please. if you don't intend on paying just put it in #617569044928790539 lmao

dull oar
#

?

#

I’m willing to pay for everything

#

Oh I see

#

I misstyped 20

#

@velvet crescent thanks for pointing it out, I have changed it

fallow crow
#

@torpid shale send me your full timings report in a pm

velvet crescent
#

@dull oar gucci

dull oar
#

:p

fallow crow
#

idk whether to stick with <my domain>.net or buy a .dev as my main ugh

magic summit
#

I personally use a .dev domain for my Java wrapper... Waste of money I know but whatever xD

fallow crow
#

@magic summit hahah, it’s becsuse I have the .net and .io to my personal / nickname.

I want to redo my site completely, and redirect spoof.gg and other domains to <personal>/projects/spoof.gg

#

I was debating buying the .dev as it makes more sense but eh

magic summit
#

.dev just requires you to have proper SSL setup

fallow crow
#

Yeah that’s gucci I’m fine with that, cloudflare SSL

magic summit
fallow crow
#

Haha, yeah I wanna redirect all my project domains to my main domain for SEO

#

And overall would be cleaner

magic summit
#

/docs is a exception of domain

#

It links to the Javadocs

jagged pollen
#

i like .net and had it before .dev was a thing.
too lazy to switch so no, but thought about having both but meh... i dont need 2

fallow crow
#

Yeah I don’t need all my extensions I’ll prob get rid of them and keep with ones I like .dev but .net better for SEO and such

naive agate
#

.cc

#

Lol

clever silo
#

Which is better? Paper spigot, or Regular? @ me

eternal apex
#

@clever silo paper

clever silo
#

thx bb

upper seal
#

Hey

#

what placeholder works for tps?

#

not to show 1m 5m and 15m

#

but just the current tps

#

@ me

fallow crow
silver radish
#

I’m willing to pay anything @fallow crow

arctic raptor
#

@fallow crow

fallow crow
#

Hahaha @arctic raptor good, it reminds me of when you use tnt to jump islands

arctic raptor
#

Fireball jumping is the best strat

fringe sigil
#

I seriously don’t know what I want to do when I’m older

arctic raptor
#

@fringe sigil what interests you

fringe sigil
#

Programming

#

Defense

arctic raptor
#

Defense?

#

Like military?

fringe sigil
#

Yes like millitary systems

arctic raptor
#

Aren't you the one who made that Air Traffic radar tracker

fringe sigil
#

Yeah that’s me

arctic raptor
#

You could work as a developer pretty much anywhere tbh

fringe sigil
#

Also aircraft are cool

arctic raptor
#

If you're fluent in HTML, css, and java

#

You can be paid hundreds per hour

fringe sigil
#

😮

#

You see

#

I kinda want to move around

#

Have a taste at variety of things

arctic raptor
#

Like someone on the field?

eternal apex
arctic raptor
#

Not a desk job essentially

eternal apex
#

could be worth talking to

fringe sigil
#

Oh bobcat

#

I remember seeing something about that yeah

arctic raptor
#

And yeah, you can go create the software that literally flys our planes now

#

Or work and manage the air traffic control systems

fringe sigil
#

Yeah I’ve done work experience in that field so that’ll help

#

But I don’t know wether to go to university

#

I havnt thought about uni much and it’s getting late

arctic raptor
#

You can create all the systems for the FMC / FMS, AP, VNAV/LNAV, NAV, ILS, etc

#

Literally the core of the plane

#

and you can be the one we blame for pulling a 737-800 MAX

fringe sigil
#

Ok let me have a go at what they stand for

arctic raptor
#

jkjk

fringe sigil
#

Lol

#

Ils is instrument landing system

arctic raptor
#

Yes

fringe sigil
#

Fms is flight management system

arctic raptor
#

I'm an aspiring pilot lol

fringe sigil
#

Fmc is Flight management computer?

arctic raptor
#

Thinking of pursuing a career in ATC, and getting my private pilots license

#

Yes

fringe sigil
#

That would be cool

#

Uh is Nav just navigation?

#

Those the only ones I know

arctic raptor
#

Yep

#

LNAV is lateral navigation

fringe sigil
#

V vertical?

arctic raptor
#

VNAV is vertical yes

#

Ap is just auto pilot as a whole

fringe sigil
#

Oh

#

Lol

arctic raptor
#

But there is more to the auto pilot than what the pilot controls

fringe sigil
#

I guess the companies building these sort of systems are Airbus and Boeing?

#

Lockheed Martin, Northrop Grumman for millitary?

arctic raptor
#

The plane has complex systems programmed into it to do certain things in specific situations

#

Yes kinda

#

All planes will have navigation and most will have auto pilot

#

But it's centered around commercial and military

#

Military craft just has a more advanced system of navigation that allows direct coordinates as well as way points and jet ways, and radars

fringe sigil
#

Yeah

arctic raptor
#

Or hell you could go program shit for a space craft lmao

#

Come work for spacex/nasa

#

I'm off to bed again it's 4am lol

fringe sigil
#

Ok thank you for the advice

#

For my career path I think I’d like to take I want to know C and C++

#

The languages themselves really interest me, just haven’t got round to learning them yet

fair island
#

I wish there was a way that I could stop being linked to any ISP. :/

velvet crescent
#

make ur own :p

fair island
#

how

fringe sigil
#

What do you mean?

fair island
#

my ISP tracks every single move i hate it so much

fringe sigil
#

It depends if the stuff is sensitive

#

Well I mean, a lot of it would be

#

Best solution there is a VPN

fair island
#

I got well pissed off yesterday saying that a lot of us have to use a vpn etc to download a movie for entertainment what affects nobody. Yet there's some really horrible people out there getting away with some disgusting things and they don't get in trouble 1 bit.

fringe sigil
#

Idk, but yeah some ISPs will know if your torrenting

fair island
#

Oh our one sends us a monthly letter 😂

#

they're like "this is your final warning bla bla bla".... i just destroy the letters now

fringe sigil
#

Oof

fair island
#

I'd love to see them send me to jail. Good luck them even finding me, lol.

fringe sigil
#

Im sure they could though?

fair island
#

I jump between 4 or 5 homes (different family members) (also in different countries)

fringe sigil
#

Ah

#

I have a vpn but I don’t actually use it for anything specific

#

Mainly for checking out a dodgy link to be honest

eternal apex
#

i use mine for clients

fair island
#

I mean, if i wanted to I could fly to america, spain, australia, mexico a lot of places

fringe sigil
#

Not an IP grabber or something

#

@eternal apex For clients?

eternal apex
#

going back to this question, UntouchedOdin0Today at 5:41 PM how
I'd actually like to know, how on earth do you make an isp?

fringe sigil
#

As in... people clients or minecraft client

eternal apex
#

people clients

#

sys admin jobs mainly

fringe sigil
#

Ah

#

Yeah about the ISP thing, how would you?

#

I think a lot of them rent of if BT

eternal apex
#

I've briefly looked into it and I couldn't find much on the topic

fair island
#

I've seen it done before. I'm not talking a massive one, there's just ways to do it privately. 🙂

velvet crescent
#

HelpChat ISP soon™ ?

eternal apex
#

I'm not sure which locations such an isp would provide to

velvet crescent
#

Aus

eternal apex
#

which parts of aus?

velvet crescent
fringe sigil
#

Australia

#

Where the server is the client and the client is the server

velvet crescent
boreal escarp
#

looks bad

fair island
#

not enough color

boreal escarp
#

and that black part it's weird, make it more rounded

proper jungle
#

s

fallow crow
#

oof

velvet crescent
boreal escarp
#

bad

velvet crescent
#

ye but what should I change..

boreal escarp
#

the black part

velvet crescent
#

kinda hard to change it if you just say it's bad pepo_sad

eternal apex
#

make it pink

boreal escarp
#

not the color it's the problem xD

eternal apex
#

and anti aliased

muted fern
#

wot is that frosty jesus

#

So pixelated

#

bit of anti aliasing would be nice

velvet crescent
#

cube, paint OP

muted fern
#

o god

#

use gimp at least

velvet crescent
#

fock is gimp

muted fern
#

Free basic photoshop

#

I say basic, but you can still do a lot

velvet crescent
#

deffo a lot more than paint :p

muted fern
#

I used it a bunch before forking out for ps

fallow crow
#

I prefer cyan thonking

#

@velvet crescent that's why you use Paint 3D

#

not regular Paint

velvet crescent
#

don't got that on mah pc

fallow crow
#

what windows you got?

#

7?

muted fern
fallow crow
#

report it and maybe you'll get the bug finder badge.

#

If they can do it again.

muted fern
#

Just seems our invites list is broken

#

scrolling just breaks

#

Seems to only be helpchat (from the servers I can check)

velvet crescent
#

ye 7 Kyle

#

@muted fern report it, might be cuz this discord so OP they can't handle it 😉

sterile parrot
#

nah it is not only helo chat

#

help*

fallow crow
#

Ye it happens in Welp Chat too

sterile parrot
#

at discordsrv we have it too

#

it was fixed by deleting lots of invites by code iirc

fallow crow
#

The trick is to run an invite competition right

#

And use code to kill the invites after

#

also a joke, don’t try.. it won’t work 😂

velvet crescent
#

still waiting for my snowman rank which I requested a couple months ago pepo_sad

fallow crow
#

Oof

fringe sigil
#

Hi

#

It will now connect to global radar and local radar

velvet crescent
#

you forgot step 4

fallow crow
#

Imagine

velvet crescent
#

do I make it format like this or? (the curent items will be static (item name), the rest will be dynamic)

jagged pollen
#

gui.display_name?

#

Isnt that title

velvet crescent
#

ye

fringe sigil
#

Looks good to me

#

Although if it was me id use display-name

velvet crescent
#

I can use a list to get multiple slots right

fallow crow
#

Yeah

#

You could be smart

velvet crescent
#

that's tough for me charlie

fallow crow
#

Check if it’s a list

#

If it isn’t

#

Treat as single

velvet crescent
#

do it like dm does it ye

fallow crow
#

Oh DM does that? Wew

velvet crescent
#

kek

#

ye u can have either

slot: 10

-----
slots:
- 1
- 2
- 3
fallow crow
#

new call of duty

#

is fire

safe meadow
#

🤢

#

I’m to slow for fps’s

boreal escarp
#

ikr

safe meadow
#

Gimme some slow action minecraft xD

#

Way better

fringe sigil
#

Ok

#

It's side ways isnt it?

#

Oops I put lat as X

#

Right

#

Now Y seems inverted

safe meadow
#

Lol

#

What does your program do though? Is it like flightradar24?

fringe sigil
#

Yeah pretty much

#

Re building this from scratch because the UTM projection was wrong

safe meadow
#

Oh I see, but with internet connection right?

fringe sigil
#

My old version didnt need internet as it could connect straight to a decoder connected to an antenna

safe meadow
#

Yea loved that idea

fringe sigil
#

This version currently does require internet for global coverage,, but it ll support both eventually

safe meadow
#

Okay thats cool, and will it be publically available at the end?

fringe sigil
#

Not too sure yet

#

May be open-sourced or sold

safe meadow
#

Okay

velvet crescent
fringe sigil
#

Ok get ready guys

boreal escarp
#

🙂

fringe sigil
#

OH YEAH

#

It worked but with ultimate lag

echo badge
#

Each time I play on a minecraft server, I just record my gameplay just so I don't get falsy banned or I can report others. This is what I saw after a few weeks

#

102GB of ingame footage

boreal escarp
#

lol

vague walrus
#

But why

boreal escarp
#

Security level 69

vague walrus
#

Just stream to twitch and save footage there.

#

Saves space

#

🤠

fallow crow
#

I wouldn't bother recording lol

#

nowadays people use ghost / injected / invisible clients anyway

vague walrus
#

I just use cheat engine like a l33t haxor

fallow crow
#

You should really just have a small program that compresses the videos.

#

Which does lossless compression.

#

Meaning it won't take up as much space after videos.

velvet crescent
#

or just don't record GWcmeisterPeepoShrug

magic summit
#

You have any recommendations for using Vault with MySQL?

vague walrus
#

That's not what lossless compression means 🤔

#

That's just regular compression

magic summit
woven prairie
#

Vault is just an API, you'd need a third party for it

magic summit
#

Which is why I just asked

woven prairie
#

The reviews are, eh

magic summit
#

Any suggestions then?

velvet crescent
#

quick question, so I have an item for pages, and I need an item if there is no available page, where should I allow them to define that item? inside the same section where they define the page button or it's own seperate thing

fallow crow
velvet crescent
#

@rare wedge That's not allowed.

#

Charlie, I didn't even see that :p

fallow crow
#

hahaha

#

i saw dyno bot say no invite links

#

and then it got posted

rare wedge
#

am i not allowed to do that?

velvet crescent
#

No you aren't

rare wedge
#

but am i allowed to say pm me if your interested then send an invite link?

fallow crow
#

well if the bot says no invite links

rare wedge
#

link

fallow crow
#

then sending the invite code is the same, no?

velvet crescent
#

That you are yes

#

Charlie, even if you spelled out the code it's still deemed as a link

fallow crow
#

rofl

boreal escarp
#

Edit it or I will remove it.

velvet crescent
#

dang that period

vague walrus
#

How many $ for someone to setup, run, and maintain an mc server.
Looking for someone to do all the work but send 80% of profits my way. 🤡

velvet crescent
#

Lmao

magic summit
#

@rare wedge Also, you more or less animate people to crack XenForo which is also not allowed (by their guidelines and ToS afaik) unless they have a legit version and you have your own one... If you don't have your own XF license, don't ask for a XF setup

boreal escarp
#

And they will keep the 20% + how much you pay them weekly / monthly?

#

@vague walrus

#

Basically a manager

rare wedge
#

we own a license

#

dont accuse and insult people whilst being ignorant

magic summit
#

wow.

velvet crescent
#

Take it to dms if you intend to argue

boreal escarp
#

Ppl using cracked stuff, especially XF isnt smth new, dont take it personal LOL.

boreal escarp
#

Dont make a drama out of a simple question.

rare wedge
#

i dont even own xenforo, only the people working on it.

velvet crescent
#

gaby, mind checking out the placeholder issue in #general-plugins don't own ezp so can't test for myself

boreal escarp
fallow crow
#

Honestly most mc servers use “bad versions”

velvet crescent
#

Charlie including you

boreal escarp
#

ofc

velvet crescent
#

fallow crow
#

I meant XenForo

velvet crescent
#

ah

fallow crow
#

I only use genuine ty

velvet crescent
#

was talking about mc version pepo_sad

fallow crow
#

1.8 is solid tho so shh

#

@boreal escarp wym?

#

api.

#

I don't use token enchant shit lol

#

for supporting level tools

#

not even close

boreal escarp
#

ah, thought you did.

fallow crow
#

nope.

#

I just use NBT plus my skills of managing lore

velvet crescent
#

how does one make an int into a list..

echo badge
#

I always do String string = 5 + "";

velvet crescent
#

I'm legit confused rn

echo badge
#

But that's probably the worst method

velvet crescent
#

Trying to set an item in a gui, but it has to be a single list, and I'm trying to do what dm does

slots:
- 1
- 2
- 3
#

should I just add it to a list and then loop it?

echo badge
#

Ah, just use

for(int slot : config.getIntegerList("slots")){
//Your code

}```
#

And now you can just do java inventory.setItem(slot, youritem);

velvet crescent
#

ah okay so another loop

#

gucci

echo badge
#

Sorry, it was getIntegerListnot getStringList

velvet crescent
boreal escarp
#

@magic summit have you removed the math expansion repo from papi org?

magic summit
#

You're quite late to that.
I moved it to my own account, because how should I be able to edit a repo, that I don't have write access to?

velvet crescent
fallow crow
#

when a new big server releases

#

gotta buy a rank

arctic raptor
#

Caveman seems like more of a default rank than a upgrade lol

fallow crow
#

ye it does

#

but eh

split basalt
#

oh

sterile parrot
boreal escarp
#

a wat

velvet crescent
#

wow, where that guy at

boreal escarp
#

you got the d frosty, nice 😹

fallow crow
#

😏

#

frosty loves that

sterile parrot
#

just so you know @rare wedge that is a really really low budget

vague walrus
#

50-100?

sterile parrot
#

yea

rare wedge
#

@sterile parrot i didnt make it

sterile parrot
#

that isn’t what i am saying xD

rare wedge
#

i asked the owner what his budget was and he said 50-100

#

so i put it there xD

fallow crow
#

@elfin minnow majority of my teslas done now, only got bomb towers, air sweepers, traps n walls 😂 hype

#

also clan games started now

elfin minnow
#

gay

fallow crow
#

Oof no u

boreal escarp
#

Was like "did you got a tesla??" 😂😂

woven prairie
#

I wanna get a Tesla

vague walrus
#

Support the furry, anime daddy, Elon Musky Husky and buy a tesla today!

fallow crow
#

Yeah I’d love a Tesla’s

#

Tesla**

woven prairie
#

They aren't a thing in SA 💔

fallow crow
#

Wait rly 😮

vague walrus
#

A lot of states have banned them from being bought, and in some even owned IIRC

boreal escarp
#

Imagine buying it from state or idk and when you add your address they wont deliver it lol

#

Idk why they arent allowed but sounds bad

vague walrus
#

Uhh taxes I believe

#

State can't tax things where there's not a distribution site in-state

magic summit
#

@boreal escarp Doppelgänger = impersonator/duplicate (if you didn't google it already)

rare wedge
#

Best recommendation I’ve ever had

fallow crow
pale grotto
boreal escarp
#

@magic summit my version sounds btter xD

fallow crow
#

First time seeing gaby addicted to IntelliJ woagcat

boreal escarp
velvet crescent
#

Nice legs 😏

fallow crow
#

Lol

#

The legs are open bois

#

Female legs in front

boreal escarp
#

ty frosty, ty

split basalt
#

arctic raptor
#

Lmao

velvet crescent
#

I have FJ's gui finished but I'm scared to test it pepo_sad

cobalt wyvern
#

gl

boreal escarp
#

too stupid to learn web design smh

velvet crescent
#

I'm also stoopid pepo_sad

#

@muted fern GIMP doesn't want to work for me, everytime I click something it just crashes, so big rip

long summit
#

@boreal escarp I'll pass on web dev xD

boreal escarp
#

Haha xD

magic summit
fallow crow
#

ye from spigot lol

#

well NMS

magic summit
#

But does that mean it will always throw those exceptions when I want to use them (i.e. respawn a player)?

vague walrus
#

Why is it depreciated if it's not even implemented thonking

magic summit
#

That is a good question

#

Also, that naming

#

boolean -> getCollidesWithEntities

#

Like instead of the usual isCollidingWithEntities

#

Which sound 10 times better

vague walrus
#

The solution is to use Sponge 🤠

magic summit
#

and makes sense

velvet crescent
#

the solution is to turn of the spigot so you don't get a leak

magic summit
#

You sure?

#

Seems a bit crazy to do

fallow crow
#

@magic summit from what I remember, those methods aren't added until higher vers

#

I found it confusing when decompiling

magic summit
#

Yeah

#

I remember that f.e. PlayerDeathEvent#getEntity().spigot().respawn(); was possible on spigot servers

fallow crow
#

ye thats possible

#

I remember seeing that cuz I wanted to add 1.7 support to spoof and saw those methods

vague walrus
#

I hate you so much

fallow crow
#

xDDD

vague walrus
#

My config is becoming cluttered and I hate it

#
# Setting a module as true means that it will check the player for permissions. If the module is set as false it will check everyone regardless of permissions set
modules {
    "Check permission for Craft"=false
    "Check permission for Pickup"=false
    "Check permission for Use"=false
    "Check permission for binding on inventory click"=false
    "Check permission for keeping soulbound items after death"=false
    "Check permission for preventing soulbound items from being naturally cleared"=false
    "Check permission on for Use"=false
}```
Specifically that part
fallow crow
#

Hire a yaml dev

#

@velvet crescent yaml dev man!!

vague walrus
#

I hate yaml

#

this is hocon

fallow crow
#

rofl

boreal escarp
#

was ab to ask wtf yaml is that

fallow crow
#

o god

#

im tempted

#

yaml is yml

boreal escarp
#

o

#

do it

fallow crow
#

imagine I buy yml.dev and have it as my personal page

boreal escarp
#

and make a setups team out of it :)))

fallow crow
#

"Hi, I'm Charlie."

velvet crescent
#

tf is hocon lmao

vague walrus
#

a fork of Json basically

boreal escarp
#

with yaml highlight @fallow crow

velvet crescent
#

and that looks horrible lmao

vague walrus
#

I just hate the clutter

fallow crow
#

yml.dev

"Hi, I'm Charlie."
"No.. I'm a Java Developer"

vague walrus
#

Probably going to separate into separate actual modules

velvet crescent
#

What is that for btw

vague walrus
#

My config?

velvet crescent
#

why not use yml?

vague walrus
#

Hocon is easier, and setting up the config is stupid simple this way.

velvet crescent
#

@fallow crow up to 4 sales GWseremePeepoHappy

#

But it looks ugly af lmao

vague walrus
#
    @ConfigSerializable
    public static class USE {
        @Setting (value = "Bind Upon Use", comment = "IDs in this list are bound when an item is used. Should be formatted as such: mod:id")
        public List<String> BindOnUse = new ArrayList<String>() {{
            add(ItemTypes.DIAMOND_SWORD.getId());
        }};

        @Setting (value = "Check permission for Use")
        public boolean UsePermissions = false;
    }```
This is going to be the changed format
fallow crow
#

@velvet crescent poggers

vague walrus
#
use {
    # IDs in this list are bound when an item is used. Should be formatted as such: mod:id
    "Bind Upon Use"=[
        "minecraft:diamond_sword"
    ]
    "Check permission for Use"=false
}

That looks a lot better

#

I need to change the name and comment it, but the baseline is there

velvet crescent
#

That looks horrible tho..

vague walrus
#

How so

#

Do you just not like hocon? lol

fallow crow
#

Yeah it looks horrid

#

Reminds me of skript

vague walrus
#

Hocon it pretty standard for sponge stuff

#

¯_(ツ)_/¯

velvet crescent
#
use:
  item:
    material: 
      - diamond_sword
    permission: false
vague walrus
#

Material is a list

#

ah

#

that's not bad

#

I still like hocon better though

#

Pretty configs aren't going to be the breaking point

#

You see it once or twice maybe

velvet crescent
#

ex:

items:
    info:
      material: Knowledge_Book
      display_name: "&r"
      lore:
        - "&8» &cInformation"
        - "&r"
        - " &9* &7Here you can view the amount"
        - " &9* &7of available formats."
        - "&r"
        - " &9* &7Available Formats&8: &f"
        - "&r"
      slot: 31
vague walrus
#

I mean for something that's configured a lot I can see it being nice

#

but this won't be physically touched outside of first setup more or less

#

Adding items is mainly done with commands.

elfin minnow
velvet crescent
#

y u mad

fallow crow
#

@elfin minnow should I buy yml.dev

elfin minnow
#

yes

fallow crow
#

rofll

woven prairie
#

blockgame.dev

vague walrus
#

I've never understood people who pay for ptero panel install.
the panel guide is pretty much copy paste, and they have pretty good support in general there

fallow crow
#

Eh I disagree there

#

Sometimes it’s better to pay someone to do it properly

#

The same way a server owner would rather pay someone to make a proper plugin

vague walrus
#

That's a bit different

fallow crow
#

Than attempt themselves and it ends up not the nice end result

vague walrus
#

Plugins are dynamic and require knowledge of a language

#

the guide is pretty much copy paste, basic linux knowledge required

velvet crescent
#

I disagree

#

although yes, but if you encounter an issue you're pretty much focked, you could try yourself, but it's sometimes better to hire people who are experienced

vague walrus
#

I setup the panel with absolutely no knowledge of linux 🤔

#

and if you encounter an issue, ptero discord support is free.
I guess I can see how you may want it done right now, but an extra 24 hours wouldn't kill you y'know?

#

To each their own wallet I suppose

magic summit
velvet crescent
#

why would that be fake

vague walrus
#

If you assume downloads are unique that's a very small margin of votes

#

.04%

velvet crescent
#

Think for a bit..

#

1mil downloads on a help gui

vague walrus
#

Still a small margin of votes considering

#

¯_(ツ)_/¯

#

I don't use spigot, so I don't know what the avg, is, just pointed it out since andre made a case for it.

velvet crescent
#

(totally legit reviews)

vague walrus
#

8% reviewed, that's not weird

velvet crescent
#

have you seen the reviews tho .p

vague walrus
#

Oh that's based on version

velvet crescent
#

:p*

vague walrus
#

I dunno, not that odd. I wouldn't trust gracious reviews anyway.
Critical reviews are the only things that matter ngl

fringe sigil
velvet crescent
#

Why would this

format = new ItemStack(Material.valueOf("gui.format.unlocked.material"));

give me a
Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.gui.format.unlocked.material

fringe sigil
#

Your not getting it from the config

velvet crescent
#

Why am I so rarted

woven prairie
#

Cause you're parsing a direct String over a path

vague walrus
#

The way you work with configs look scary

velvet crescent
#

ye I know I'm stupid

sterile parrot
#

use Material#matchMaterial over Enum.valueOf

#

@velvet crescent

velvet crescent
#

I'll change it, lemme see if this works tho

#

perks of trying to code at night :p

vague walrus
#

I usually code drunk

velvet crescent
#

kek

fallow crow
#

I just use Chapi with my great exception handling :3

sterile parrot
#

tf is chadi

#

chapi*

velvet crescent
vague walrus
#

Anyone know of a commonly enchanted vanilla item that isnt a tool or armour?

velvet crescent
#

wdym by that

sterile parrot
#

a book

vague walrus
#

perfect

velvet crescent
#

use Knowledge_Book

vague walrus
#

Just a regular book is what I need 😉

velvet crescent
#

It's like a regular book but it's green

vague walrus
#

Yeah whatever, I'll use it

velvet crescent
#

-.-
No enum constant org.bukkit.Material.Gray_Dye

vague walrus
#

It's just a placeholder anyway

velvet crescent
#

@fallow crow ur smart, tell me 4 medieval crate naems

#

names*

vague walrus
#

Ye' ol' Crate 1
Ye' ol' Crate 2
Ye' ol' Crate 3
Ye' ol' Crate 4

ez

fallow crow
#

@velvet crescent

Go with the standard Rare, Common etc

#

And maybe a “Treasure” key

velvet crescent
#

Gotta say, I'm actually dumb

#

I forgot like 10 different paths

woven prairie
#

o

velvet crescent
#

what warning do I need to use for null

fallow crow
#

???

velvet crescent
vague walrus
#

Just use optional

boreal escarp
jagged pollen
boreal escarp
#

:))

fallow crow
#

yml.dev

#

Im@still tempted to register it

boreal escarp
#

lukas.dev

vague walrus
#

lmao

boreal escarp
#

my-name-is-lukas-and-im-a.dev

vague walrus
#

Aha

fallow crow
#

Haha you’re from the mc community

#

I doubt that ;)))

#

Dw

#

But imagine you buy to try make me buy for $200 and I say lol no

#

Rip you

#

Imagine

vague walrus
#

Imag

fallow crow
#

lukasisabad.dev

vague walrus
#

I forgot where my domain was from

#

:I

#

I mean that's not why i'm here

#

I just do that

fallow crow
#

imagine being a.dev

vague walrus
#

.xyz

#

I just hate setting srv records with .xyz

woven prairie
#

Only Nitro since 2018?

#

xD

boreal escarp
#

why are ovh domains so cheap?

#

I mean, they are in GBP (for me) but still cheap 😮

#

eg gabytm.me it's 8.69 GBP (11 USD) and I pay ~20 😮

#

Is it for ever the same price?

#

wdym?

velvet crescent
#

Lukas

#

wanna gift me a month of regular nitro?

fair island
#

@velvet crescent you want nitro?

velvet crescent
#

Yes

fair island
#

what plan and how long

velvet crescent
#

regular, 1 month

fair island
#

what is the regular one sorry

fallow crow
#

I didn’t bother with nitro anymore

#

Rip off

velvet crescent
#

Normal nitro I'm guessing it's called

#

ah it's classic

fair island
#

I might just buy the 9.99 nitro for a year to flex 😂

velvet crescent
#

I mean they're reworking it, so I'm interested in what they're going to add

vague walrus
#

beans

fair island
#

discord is removing games

vague walrus
#

1 can per month right to your door

velvet crescent
#

Ye they are, but they're supposibly(or whoever tf this is spelled) adding new features

fair island
#

scam

vague walrus
#

supposedly

velvet crescent
#

I mean noone really plays (some people do but the majority doesn't)

vague walrus
#

too bad you lost your right to sue discord

fair island
#

Don't you hate it when you leave your pc running all day to connect to the 2b2t server and mc crashes just as you get on?

velvet crescent
#

Why would you sue discord?

vague walrus
#

¯_(ツ)_/¯

#

but you can't if you need to

velvet crescent
#

If you don't like it, don't use it GWcmeisterPeepoShrug

vague walrus
#

Like if they mis-handle your data

velvet crescent
vague walrus
#

Like they did last time

velvet crescent
#

Confused where the null is

vague walrus
#

Use breakpoints

fair island
#

@velvet crescent Caused by: java.lang.IllegalArgumentException: Name cannot be null

velvet crescent
#

Ye I know, but can't find where :p

fair island
#

at me.frosty.frozenjoin.utils.GUI.<init>(GUI.java:121) ~[?:?]

#

we need more than a short error log to help

velvet crescent
#

I mean that's the entire error log so :p

woven prairie
#

Paste that class

boreal escarp
#

ez

vague walrus
#

Are you actually able to use breakpoints in spigot?

velvet crescent
#

u no steal my whole class pepo_sad

fair island
#

yes

velvet crescent
#

It usually says on what line the null is..

#

Not this time tho

vague walrus
#

Then stepping through the code would be ideal

woven prairie
#

Work backwards...

fair island
#

I pointed it out @velvet crescent

velvet crescent
#

(if only spigot had errors as well organised as sql has)

fair island
#

at me.frosty.frozenjoin.utils.GUI.<init>(GUI.java:121) ~[?:?]

#

121

velvet crescent
#

line 121 is an itemstack tho pepo_sad

woven prairie
#
at me.frosty.frozenjoin.utils.GUI.<init>(GUI.java:121) ~[?:?]
at org.bukkit.Material.matchMaterial(Material.java:4275) ~[patched_1.14.4.jar:git-Paper-186]
at org.bukkit.Material.matchMaterial(Material.java:4259) ~[patched_1.14.4.jar:git-Paper-186]
#

From that

#

you can get it

velvet crescent
#

I see the error of my ways

woven prairie
#

😮

fair island
#

both.

boreal escarp
#

.dev.com

fair island
#

you need to have both so you can flex 🤷

boreal escarp
#

lukethe.dev

fallow crow
#

.com for SEO, .dev to be cooler

fair island
#

SEO?

#

Search Engine Optimization

#

you a nerd

fringe sigil
#

id like to speak to the SEO of racism

fair island
#

he's below this message

velvet crescent
#

frostythe.idiot

fallow crow
#

Ohh

fringe sigil
#

.dev has been released?

boreal escarp
#

🔝

#

was this emoji updated?

woven prairie
#

Long time ago

boreal escarp
#

yes @fringe sigil on ovh it's ~8GBP

#

niallthe.dev it's available

#

sadly niall.dev it's took 😦

#

Is Niall your real name?

woven prairie
#

Namecheap stole gianluca.dev from me and I was pissed

boreal escarp
#

rip

woven prairie
#

They said they had to refund me cause a guy claimed it on a trademark

fallow crow
#

Rofl rip

boreal escarp
#

wtf lol

woven prairie
#

I'm just tryna realise who tf owns Gianluca™

boreal escarp
velvet crescent
woven prairie
#

Mark Who?Used to be a radio personality & station manager.  Now a full stack LAMP/MERN developer.  Mark also teaches a Coding Boot Camp at UC Berkeley Extension.What I'm Doing Now (2019 - present)Takeoff Technologies / San Francisco CA - Lead DeveloperWhat I'm Also Doing No...

#

was taken

vague walrus
boreal escarp
woven prairie
boreal escarp
#

wut

velvet crescent
#

kek

boreal escarp
#

how did you bought it and now isnt yours anymore?

vague walrus
#

Some guy named Mark Carelson owns it now

woven prairie
#

Same as gianluca.dev

vague walrus
woven prairie
#

Some trademark

boreal escarp
#

l o l

vague walrus
#

He trademarked his own name?

velvet crescent
woven prairie
#

I had gianlu.ca but then couldn't renew it cause canada

boreal escarp
#

so unlucky with domains :))

woven prairie
#

I mean, with this whole thing, they credited my account for all my domains for 1 year, so, it was okay

boreal escarp
#

my full name ends in ru and I want a .ru domain if I will ever use it haha

woven prairie
#

I have the .gg and .sh tho

velvet crescent
woven prairie
#

ooo

velvet crescent
#

just confused as to why this doesn't translate the color codes

public static String colorize(String s) {
        return ChatColor.translateAlternateColorCodes('&', s);
    }
boreal escarp
arctic raptor
#

Oh my

fringe sigil
#

?

velvet crescent
#

@fair island so no nitro for me?

fallow crow
#

DENTIST: Remember to floss!

ME:

  😔          😔            😔
  /  /         \  \         /  /
....||.........||..........||......```
vague walrus
#

You'll get it soon

fallow crow
#

ROFL

velvet crescent
#

gotta get the placeholders done now

obtuse sparrow
rough river
#

8gb ram atleast today :/ not worth 4gb

safe meadow
#

Depends what ya wanna do with photoshop, but running photoshop and discord at the same time will be hard lol

vague walrus
#

Just today? What about tomorrow?

#

maybe if discord didn't package all of chrome into its application

rough river
#

i would go for 8gb ram today no less just my opinion

velvet crescent
#

Y'all nerds complaining about 8gb ram while I'm here with 3gb kek

vague walrus
#

How tf you only got 3

fallow crow
#

yikes how

#

y'all nerds complaining about 3gb ram while I'm here with 32gb <whatever emoji that is>

sterile parrot
#

y'all complaining yet my infrastructure is more than you guys together

fallow crow
#

but do u own it

sterile parrot
#

yes

fallow crow
#

Whats your infrastructure then

#

cuz betttttttt porkies

sterile parrot
#

it's less than 3 meters away from me

fallow crow
#

why do u have an infrastructure tho

sterile parrot
#

hobby

fallow crow
#

oh

sterile parrot
#

a lot gets unused ;p

fallow crow
#

i can bet 😂

#

"yeah lemme just own a $20k infrastructure for shits n giggles"

sterile parrot
#

but it's just for fun and it's quite useful for me too

fallow crow
#

inb4 you're part of lizard squad

sterile parrot
#

lol

#

I wouldn't be wanna part of them but I'd love to have their skills

fallow crow
#

samee!!

#

I'd use it for whitehat to earn money

sterile parrot
#

yeah same.

fallow crow
#

Just join bug bounty programs, that shit is ez cash

#

i wish I knew how to

sterile parrot
#

I have a friend

#

who can hack his way into anything

fallow crow
#

geeez, wish I could

#

My friend got $8k from a twitter bug bounty

#

pretty crazy

sterile parrot
#

he sucks at programming in a good way (following principles good oop etc) but he's very good in the hacking part itself

fallow crow
#

but part of me feels like udemy courses wont get u anywhere

sterile parrot
#

yeah they won't

#

never used udemy but I can tell you that already lol

fallow crow
#

rofl imagine

#

"learn this udemy course get rich"

#

"take down zuckerburg"

vague walrus
#

They'll get you the basics, but you really need to understand networking very well to exploit issues for the most part

#

You can exploit existing ones, sure

#

but most big companies make protections against stuff like that already

fallow crow
#

ye

sterile parrot
#

my friend cracked hawk authentication like 2 months ago

#

crazy

#

"take down zuckerburg"
lol I read over that and just read it lmao

fringe sigil
#

Friend: are you radar?
Me: 😐

[sonar noises] did you hear that? Noradar[ultrasound sounds] ow

fallow crow
#

What I find funny / interesting is how the dude who made twitter (jack) got hacked

#

Like surely you'd have proper security??

fringe sigil
#

Mlat mlat ppm offset mlat timezone

vague walrus
#

what

fringe sigil
#

Lol

sterile parrot
#

they must've been brute forcing his password constantly and swim swapped as soon as they knew the password

fringe sigil
#

Just put random words together

fallow crow
#

niallsversionoffeatherboard

#

secure asf

fringe sigil
#

🤨

vague walrus
#

I make all my passwords super simple because why would hackers take time guessing easy passwords

#

checkmate

sterile parrot
#

they don't guess em

vague walrus
#

No shit

sterile parrot
#

they use rainbow tables

fringe sigil
#

They usually have a list of common they will check first

#

I’d assume

sterile parrot
#

and combo lists ;p

fringe sigil
#

Are random character passwords more guessable by a computer

fallow crow
#

Just use a pass manager

#

they randomise as fuck

fringe sigil
#

My password manager is not internet connected

fallow crow
#

o

vague walrus
#

Kinda depends per site as well

fringe sigil
#

Paper

vague walrus
#

If the website is min 4 max 8, then I can set my tables to work around that

#

Requirements are a blessing and a curse

fallow crow
#

but if your pass has random special chars

#

u wont get it

vague walrus
#

Not true

#

It's harder

fallow crow
#

the site will hit u off

#

before u have a chance

sterile parrot
#

proxies

fallow crow
#

ye ig

sterile parrot
#

believe me they have so many ways to bypass anti bot

vague walrus
#

One of my passwords is like 256 characters long, with special characters, but that doesn't make it impossible to crack.

sterile parrot
#

recaptcha's are a joke for them

fringe sigil
#

Zodiac is say that’s pretty impossible

vague walrus
#

Improbable, not impossible.

fringe sigil
#

Unless someone’s got their hands on a quantum computer or something

#

Or guesses lucky lol

vague walrus
#

If a computer can generate it once, it can generate it again

#

¯_(ツ)_/¯

fringe sigil
#

😵

#

Make your password a UUID

vague walrus
fringe sigil
#

Computer will never generate it ever again!

sterile parrot
#

Only after generating 1 billion UUIDs every second for the next 100 years, the probability of creating just one duplicate would be about 50%. Or, to put it another way, the probability of one duplicate would be about 50% if every person on earth owned 600 million UUIDs.

fallow crow
#

geez

sterile parrot
#

but uuids are about being unique

#

not secure

fringe sigil
#

Yeah I know jokes ha

#

Lemmo this aircraft map is getting good

sterile parrot
#

yeah ik

#

show me

fringe sigil
#

I’m on mobile at the moment

split basalt
#

Ah yes

fringe sigil
#

Basically got world countries plotted

fallow crow
#

So your new aircraft map means...

fringe sigil
#

Need to re add zooming at mouse pos, currently pivots at 0

fallow crow
#

Niall Eleven

fringe sigil
#

No 🙄

sterile parrot
#

aura becoming pretty neat too 😮

fringe sigil
#

What is Aura?

fallow crow
#

kll aura

#

jk

sterile parrot
#

a content management project for customers, projects etc

#

admin panel for analytics and more

fringe sigil
#

Oo what Lang?

sterile parrot
#

php

fringe sigil
#

Nice

fallow crow
#

laravel

sterile parrot
#

yea I choose laravel cause I prefer it over spring

fringe sigil
#

Spring session has an issue, something about duplicate keys, they don’t plan to fix it