#off-topic

1 messages · Page 458 of 1

velvet crescent
#

$300+ for a xenforo design

#

bc pages are easy so that's free

boreal escarp
#

if you know some php and css you can make it pretty fast

#

talking ab Gian's request

#

maybe even without php

velvet crescent
#

I have some neat page designs, don't know where they are tho :p

fallow crow
#

@woven prairie ill make it if it can be open sourced 😉

boreal escarp
#

rude

woven prairie
#

Deal

fallow crow
#

ez

#

it can be done without PHP but imma make it php anyway

#

as a config

woven prairie
#

XD

jade oasis
#

im fucking desperate to get out of the house and do something

#

but theres nothing i can do

#

no one i know that lives close wants to do something, and i have no way of going somewhere, even if i did i would have nothing to do if it was just me

#

and im going fucking insane sitting at home in bed all day

velvet crescent
#

Why are you in bed all day

boreal escarp
#

why not lol

velvet crescent
#

I mean I'm on my cozy "chair" on my pc

sterile parrot
#

@fallow crow as long as you don’t use jquery

#

that’s the real garbage

fallow crow
#

nah

boreal escarp
#

I have finally finished my workout oof

fallow crow
#

pure js

#

😊

boreal escarp
#

took only 1h O.o

velvet crescent
#

@jade oasis Download Crossout, and let's play some games

#

Gaby, y u complaining

#

you chose to do it <o/

boreal escarp
#

Im not

#

tried smth different today

#

80 push-ups

velvet crescent
#

meh

#

Piggy said he was gonna play build battles with me, but he still hasn't pepo_sad

fringe sigil
#

@sterile parrot I use hquery

#

It does make the Ajax calls nice and easy

sterile parrot
#

oh god no niall

fringe sigil
#

In fact it makes all things nice and easy

#
  • you get more MS points in your website
sterile parrot
#

=faq nojquery

honest thistleBOT
#
Unknown FAQ:

I couldn't find anything for: nojquery

sterile parrot
#

oh did I not make that one

jagged pollen
#

lol

#

wait a sec

fringe sigil
#

So I can say my website has more ms than you 😛

boreal escarp
#

=faq add nojquery FUCK IT

velvet crescent
#

=faq add nojquery Why you shouldn't use jQuery

  • jQuery is a legacy library. Standardized features like querySelector, CSS animations, and fetch make many of its features obsolete.
  • Using jQuery over standard features is a waste of bandwidth.
  • Because jQuery is so bloated, using jQuery often means using jQuery for everything, which means you learn less about standard web development.
  • jQuery has fallen out of fashion, and full frameworks (React, Angular, Vue) are more popular.
  • jQuery's cross-browser support can be substituted with the few polyfills you actually need. This also makes it easier to update when features become better supported.
  • If you really just want a shorthand for querySelectorAll, consider bling dot js
honest thistleBOT
#
FAQ Answer:

Why you shouldn't use jQuery

  • jQuery is a legacy library. Standardized features like querySelector, CSS animations, and fetch make many of its features obsolete.
  • Using jQuery over standard features is a waste of bandwidth.
  • Because jQuery is so bloated, using jQuery often means using jQuery for everything, which means you learn less about standard web development.
  • jQuery has fallen out of fashion, and full frameworks (React, Angular, Vue) are more popular.
  • jQuery's cross-browser support can be substituted with the few polyfills you actually need. This also makes it easier to update when features become better supported.
  • If you really just want a shorthand for querySelectorAll, consider bling dot js
velvet crescent
#

better :p

sterile parrot
#

no

boreal escarp
#

😛

sterile parrot
#

**Why you shouldn't use jQuery**

  • jQuery is a **legacy** library. Standardized features like `querySelector`, CSS animations, and `fetch` make many of its features ***obsolete***.
  • Using jQuery over standard features is a **waste of bandwidth**.
  • Because jQuery is so **bloated**, using jQuery often means using jQuery for *everything*, which means you **learn less** about standard web development.
  • jQuery has fallen **out of fashion**, and full frameworks (React, Angular, Vue) are more popular.
  • jQuery's cross-browser support **can be substituted** with the few polyfills you actually need. This also makes it easier to update when features become better supported.
  • If you really just want a shorthand for querySelectorAll, consider bling dot js
velvet crescent
#

yes.

#

oh

sterile parrot
#

without the \’s

#

\’s*

boreal escarp
#

no

#

it will escape it

fringe sigil
#

I object

#

fetch api is not supported on all browser

sterile parrot
#

read last lone

#

line

fringe sigil
#

I see it

#

Know java script do I? Not

#

This is why in my eyes, Java web apps are superior

boreal escarp
#

ofc rust isnt on sale anymore

sterile parrot
#

buy COD

boreal escarp
#

buy a new pc THEN buy cod

sterile parrot
#

@fringe sigil anyway what projects hahe you been working on lately?

velvet crescent
#

Buy ps4 then buy cod

sterile parrot
#

nah buy a playstation

#

is much cheaper

velvet crescent
#

way better

sterile parrot
#

and just generally nicer

jagged pollen
#

mhm

#

dont like console but mhm

velvet crescent
#

Niall, still waiting for that kiteboard 😉

sterile parrot
#

pc’s are better

boreal escarp
#

😛

fringe sigil
#

I have been:
Working on nagario client
Restructuring some of the Nagario database.
Building a new game

sterile parrot
#

I’ll update kiteboard :p

velvet crescent
#

They are better, but console is nicer when it comes to gaming imo

fringe sigil
#

I will release an update Friday probably

sterile parrot
#

yeah that’s my opinion too

boreal escarp
#

not used to controllers tho

velvet crescent
#

(some games, not most ofc)

fringe sigil
#

@sterile parrot I got the spatial hash done

#

It was super easy actually

velvet crescent
#

I have a ps3 and it's dank to game on it, fucked up the cd-reader but oh well

fringe sigil
#

And it works so good

boreal escarp
velvet crescent
#

😮

#

heck yes

sterile parrot
#

the algorithm isn’t that complex

fringe sigil
#

Although now the largest cpu time is actually clearing the hash maps

sterile parrot
#

lmao

fringe sigil
#

which I’m using

#

(I’m on mobile so give me a minute)

#
for (Set<Entity> bucket : bucketMap.values(){
bucket.clear();
}```
#

This is quite intensive since there is around 1000s of sets

#

Also how to find the perfect balance for the cell size?

sterile parrot
#

use a TreeMap

#

that is O(1)

#

and a HashMap is O(n)

fringe sigil
#

Really?

sterile parrot
#

yes

fringe sigil
#

I did not know that, thanks

sterile parrot
#

HashMap’s implementation uses an array

#

TreeMap’s uses a LinkedList

#

the array you need to set every index to null

#

for the treemap/linkedlist you get rid of the headnode

velvet crescent
#

@boreal escarp lemme know once you're in game

fringe sigil
#

Yeah

boreal escarp
#

does it require an account or steam works too?

velvet crescent
#

steam works

boreal escarp
#

@sterile parrot get your thread design smh

velvet crescent
#

just chose login with steam

sterile parrot
#

@boreal escarp I haven’r had time uet

boreal escarp
#

ok

sterile parrot
#

nor do I know what to do tbh

#

:p

#

might as well pay someone for it

boreal escarp
#

get a designer and give them the text

sterile parrot
#

what text tho 😛

boreal escarp
#

gave you someone already if you dont remember

sterile parrot
#

yeah ik

boreal escarp
#

smth ab you, experience, services etc

velvet crescent
#

What do I offer? nothing completely nothing

jagged pollen
#

Nah

velvet crescent
fringe sigil
#

Lol

velvet crescent
#

Only $399.99 for a package of nothing*

*shipping not included and will be paid seperately!

sterile parrot
#

lmao

velvet crescent
sterile parrot
#

it is better than bath water

velvet crescent
#

Much better

sterile parrot
#

:p

velvet crescent
#

no cooties included 😉

#

She's selling a whole bucket now

#

not just litle containers

sterile parrot
#

omfg

fallow crow
#

gamer guy water

velvet crescent
#

jesus

fallow crow
#

hahah

velvet crescent
#

I mean she's selling lewds for $25+ a month, like why..

boreal escarp
#

lol

fallow crow
#

so many people are my dads work loving my keyboard

#

ROFL

#

another guy just commented

velvet crescent
#

for $2,5k a month you can get a custom lewd photo-shoot

#

like Whytho

#

Gaby, you in the game?

boreal escarp
#

next step, prostitution

velvet crescent
#

I mean that's basically what she's doing

#

virtual

#

just not physical yet™

sterile parrot
#

by all means

#

it is smart

#

but weird as fuck

velvet crescent
#

I mean ye she has a fuck ton of money

#

but like why..

sterile parrot
#

gotta please the pervert

velvet crescent
#

You're selling yourself on the internet

boreal escarp
#

Doing the tutorial

velvet crescent
#

It's worse than prostitution, cuz in prostitution you atleast see the person

sterile parrot
#

I mean one day she’ll end up in that region

#

porn etc

velvet crescent
#

mhm

fallow crow
#

she already has

#

made an acc and posted vids

boreal escarp
#

how do we play together @velvet crescent ?

sterile parrot
#

@fallow crow she didn’t tho

fallow crow
#

she made vids

#

go check

sterile parrot
#

not porn

fallow crow
#

its on PH tho

boreal escarp
#

🍆

fallow crow
#

but they are troll vids

sterile parrot
#

yea another smart idea to make money

#

all pervs going to buy the premium vids

boreal escarp
#

videochat

fallow crow
#

LOL

sterile parrot
#

gaby calm your testestorone or how you spell it

velvet crescent
#

sec lemme finish this game

boreal escarp
#

lmao lemon

#

you are not my mother!

velvet crescent
#

done

#

dang this took 13 min to complete this raid 😮

#

What's your name @boreal escarp

boreal escarp
#

idk xD

#

give me yours

velvet crescent
#

look top right

#

where it says your lvl and points

boreal escarp
#

GabyTM___Pvpro_c hope I can change it lol

velvet crescent
#

accept my friend request

fallow crow
#

og name

boreal escarp
#

ikr

sterile parrot
#

wüst game

#

what*

velvet crescent
#

Crossout

#

Gaby got shreked

sterile parrot
#

what do you do

velvet crescent
#

You build shit and you battle

boreal escarp
#

guns and cars

velvet crescent
#

Absolute unit

boreal escarp
#

omg :))

velvet crescent
#

2/3 of it is just armor

boreal escarp
#

xD

sterile parrot
#

what is handelsuren lije

#

gameplay like*

velvet crescent
#

It's decent, very intense

velvet crescent
#

Be back in a sec @boreal escarp just restarting my pc

#

Cuz this is aids

boreal escarp
#

k

velvet crescent
#

back already

velvet crescent
#

rip gaby

boreal escarp
#

enough for today xD

velvet crescent
#

kk

#

Wait till you're at 4k+ 😂

boreal escarp
#

😛

#

I got a server to work on first

velvet crescent
#

Made a 2.5k neat build, so when you're there lemme know, also need help? thonkerguns

boreal escarp
#

no, ty ❤

sterile parrot
#

lemmo know

velvet crescent
#

what does lemmo know?

jagged pollen
#

everything

sterile parrot
#

I wish

jagged pollen
#

shh

fallow crow
#

gl leakers

#

they cant pull classes out of jar

#

or use decompilers

jagged pollen
#

isnt it os?

fallow crow
#

not anymore

jagged pollen
#

ah

fallow crow
#

and cuz lemmo forked, its kinda public but

jagged pollen
#

well then good 😄

fallow crow
#

src is broken

#

im going back to my old ways

#

as now i can overcome the leakers

fallow crow
#

Bokkit plugin

naive agate
#

Anyone wanna call soyoustart for me I can give information been waiting like 3 4 days for my support ticket to be replied too ;/

woven prairie
#

Call yourself?

fallow crow
#

^ 😦

#

I’m waiting on my refund from them

boreal escarp
#

what happened

naive agate
#

@boreal escarp I cant

#

@fallow crow why?

boreal escarp
#

asked charlie

fallow crow
#

Cus they wouldn’t validate me

#

And I’m happy with shared

boreal escarp
#

ah

fallow crow
#

7 - 10 peeps on, 1gb used

naive agate
#

@woven prairie I cant*

boreal escarp
naive agate
#

Citizens

#

and tempfly

boreal escarp
#

I said fix not what cause it xD

naive agate
#

Idk

boreal escarp
fallow crow
#

ROFL

naive agate
#

Paying 1 dolla or somethin if you guys can call for me ❤

sterile parrot
#

@boreal escarp can you disable tempfly's autosave?

#

or set the interval of it

boreal escarp
#

default it's 5m

fallow crow
#

u know mc is on the rise when ur namemc views are flying up again

naive agate
#

Anyone wanna call soyoustart for me I can give information been waiting like 3 4 days for my support ticket to be replied too ;/
paying if needed

willow oracle
#

hi

velvet crescent
#

hi

willow oracle
#

bai

velvet crescent
young temple
woven prairie
#

$10 and you have a deal

naive agate
#

@woven prairie 10 bucks...

#

you rip off 😛

velvet crescent
#

$40 and you have a deal

woven prairie
#

Why can't you call? 😛

velvet crescent
#

antisocial af <o/

naive agate
#

cuz I didnt pay my phone bill this month

boreal escarp
#

welp xD

woven prairie
#

Use Skype lmao

boreal escarp
#

lmao what

woven prairie
#

It's a US Toll Free line

naive agate
#

fuk no

#

xD

velvet crescent
#

dang you're like me except mine hasn't been payed for like 4months cuz I use the interwebs to call

woven prairie
#

Then PayPal me $10 😉

boreal escarp
#

call them on whatsapp

#

😛

velvet crescent
#

call them on PH

naive agate
#

ill pay $3 bucks

#

😛

velvet crescent
#

ScAm

naive agate
#

there support is ass they dont reply to there tickets

boreal escarp
#

gian's voice it's to sexy for their callcenter

naive agate
#

;p

velvet crescent
#

I agree with Gaby

naive agate
#

Gaby then u do it

boreal escarp
#

mine is sexy too but not as much as gian's

naive agate
#

so u do it

#

😃

woven prairie
boreal escarp
#

damn gian

woven prairie
#

@muted fern can confirm. My build mockups are dank

boreal escarp
#

I will pay you 200 penny for that

velvet crescent
#

Gian, I hope you got a more modern design than that

woven prairie
#

I haven't sent it off yet xD

velvet crescent
#

Are you just making the design, or are you making the site aswell?

woven prairie
#

I made that (extremely professional) mockup, and then I send it to the guy making the design/theme

boreal escarp
velvet crescent
#

DOn't

#

heck outta

#

here

#

now

sterile parrot
#

lol terfs sketchy

velvet crescent
#

Gaby

#

just don't

#

plz

boreal escarp
#

IT'S NOT SONGODA'S

#

you dumb, read

velvet crescent
#

wait what

naive agate
#

@sterile parrot ?

velvet crescent
#

From the page it looks decent

sterile parrot
#

‘can someone call for me’
proceeds to not want to use skype and other services

jade oasis
#

@velvet crescent

sterile parrot
#

and the reason is not paying your phone bill

velvet crescent
#

Wow a ping

jade oasis
#

be stealing my nothing joke

sterile parrot
#

just an odd thing in general 😛

velvet crescent
#

Yes, you get 20% profit for every 5th product sold

naive agate
#

@sterile parrot wanna pay for skype credits?

#

for me

#

and wym other services?

jade oasis
velvet crescent
#

what is u on about

jade oasis
#

nothing is my service

boreal escarp
#

scholtes

jade oasis
#

thief

boreal escarp
#

make me a logo ❤

jade oasis
#

a logo for what

boreal escarp
#

I will pay with hugs

#

server

jade oasis
#

what server

boreal escarp
#

mine

velvet crescent
#

Scholtes, nothing comes in many different formes

boreal escarp
#

mc I mean

velvet crescent
#

forms*

jade oasis
#

you own a server

boreal escarp
#

why so many questions

#

smh

young temple
#

gaby

jade oasis
#

or ur selling a server?

young temple
#

how old r u

boreal escarp
#

17

young temple
#

old

velvet crescent
#

ahmad

boreal escarp
#

WIP but not selling @jade oasis

young temple
#

yes?

velvet crescent
#

how old r u

young temple
#

12

boreal escarp
#

you were 12 the last year as well boy

jade oasis
#

what u need in logo

young temple
velvet crescent
#

He just doesn't age

young temple
#

Exactly

boreal escarp
#

do you do esports style too or only hand drawn?

young temple
jade oasis
#

hand drawn. i have a friend who does that style

boreal escarp
#

kek

velvet crescent
#

Gaby want some art?

boreal escarp
#

👀

#

Im broken rn boy, will talk to you another time xD

#

just wanted to know if you are willing to

sterile parrot
#

gaby u need a host right

velvet crescent
boreal escarp
#

ofc

#

omg frosty

#

is that foot drawn?

velvet crescent
#

mouse drawn

boreal escarp
#

close

arctic raptor
#

foot drawn

#

huh

velvet crescent
#

wow r00d people

boreal escarp
#

@sterile parrot was planning to use sparked until I get money for smth bigger / better =/

#

low on budged for momento

velvet crescent
boreal escarp
#

almost readable

velvet crescent
#

My mouse is so shitty that's the nicest I can get it to be :p

boreal escarp
#

o

velvet crescent
#

ye I need a new mouse

#

But I can't order it online, cuz a mouse would cost around $25 and the shipping would be another $25

boreal escarp
#

I feel you

sterile parrot
#

who uses a mouse

boreal escarp
#

p.p

#

lemmo and his touchpad fetish

velvet crescent
#

btw you can't change the islands with that plugin gaby

#

it has very litle features atm

boreal escarp
#

wasnt planning to use it tho

#

just asking around

velvet crescent
#

cough should tell gian to finish his plugin, and only give it to relevant people <o/

boreal escarp
#

ikr

velvet crescent
#

So not me ofc leldog

boreal escarp
#

lmao

#

self roast

twin dune
#

any PHP experts in the house?

fringe sigil
#

I like to call myself an expert

honest thistleBOT
#
FAQ Answer:
sterile parrot
#

@twin dune ^

boreal escarp
#

why were you asking @sterile parrot 👀

sterile parrot
#

just wondering, might be able to help but don't count on me

boreal escarp
#

ok dw

velvet crescent
boreal escarp
#

oo

velvet crescent
carmine viper
#

bad

#

xd

velvet crescent
#

"bad"

#

that's beauty

carmine viper
#

ahahha

fallow crow
#

All you need is a fit bird holding one of those

#

Complete 😉

velvet crescent
#

"fit bird" what the heck

fallow crow
#

Ye?

carmine viper
fallow crow
#

Like Lara Croft 😂

velvet crescent
#

Chinese lmao

carmine viper
#

who will win?

#

xd

velvet crescent
#

the gun

#

you blow yourself up

#

<o/

carmine viper
#

nah

pale grotto
#

title of a certain adult film

velvet crescent
#

instead of a normal launcher, it shoots a nuclear bomb

#

now who wins

pale grotto
#

"blow yourself up"

carmine viper
#

ahhaaha

velvet crescent
#

Cole 🤣

carmine viper
#

noone

fallow crow
#

Looks like I’m buying another domain

#

😂

velvet crescent
#

we both win cuz you can't fit a nuclear bomb into that smart

carmine viper
#

hahahha

#

you think?

#

give me few days GWcorbinTopKek

pale grotto
#

hello thin layer of ice on a solid surface, which forms from water vapor in an above freezing atmosphere

#

how are you today

fringe sigil
#

Does this look good?

pale grotto
#

The thing in the top is far to crammed

#

player one under leaderboard needs to be a super thin text

fringe sigil
#

Yeah its a squashed window

pale grotto
#

Move the gun options over while you're at it

#

my bad

#

Design is my thing

velvet crescent
#

gun option should be bottom left

pale grotto
#

Right

#

Bottom right

#

Don't be a fool

fringe sigil
#

Sure?

fallow crow
#

Soon another .gg domain to my collection

#

😂

sterile parrot
#

which

fallow crow
#

Buying it rn with the guy

carmine viper
fallow crow
#

Ahah, I’m gonna try make it a service

#

You register page, enter your YT name and it shows it all

velvet crescent
#

Chinese, I'd say something but it's innapropriate

#

Charlie

fallow crow
#

Frosty

velvet crescent
#

^

fallow crow
#

Hahaha

carmine viper
#

og domain

#

only 100000000000$

#

xd

fallow crow
#

😂

boreal escarp
fallow crow
#

epic store

#

Lol

velvet crescent
#

nothing

fallow crow
#

Twitter is down

jagged pollen
#

rip

velvet crescent
#

Is it just me or do people really not know how to read these days

jagged pollen
#

not new thing for me ... :p

velvet crescent
#

btw, would it be wise to rework some of the menus on wiki to fit the latest version?

boreal escarp
#

bad boy

velvet crescent
#

why

#

<o/

#

@boreal escarp ||8min in and he already slaughtered someone using a book||

woven prairie
#

oof

young temple
velvet crescent
#

That's a nice pfp you got there @woven prairie parrot

woven prairie
#

lol

velvet crescent
fallow crow
#

Bye Twitter kappa

boreal escarp
#

yea yea

velvet crescent
#

ain't nobody care

fallow crow
fallow crow
velvet crescent
#

Why the heck can't you use a maestro card when linking it to paypal lol

sterile parrot
#

you csn?

boreal escarp
#

tried as well frosty but it say the card isnt compatible with instant transfers GWczeWhat

sterile parrot
#

add it as a bank using the card

boreal escarp
#

that option isnt available here 😒

sterile parrot
#

oh weird

#

you csn’t add babes?

#

banks*

boreal escarp
#

o nvm lol

#

last time wasnt 🤔

#

But to get that IBAN I need to go to the bank or make a call idk

sterile parrot
#

iban is on your card

#

you have a bank card right

boreal escarp
#

really?

sterile parrot
#

yes

boreal escarp
#

credit card

jagged pollen
#

here they give u another card that have all the info including the iban... should be everywhere i guess

#

and its not the same as credit card

velvet crescent
#

I like how my entire discord goes to shit if someone dms me

boreal escarp
#

xD

sterile parrot
#

@jagged pollen yeah just a bank card

jagged pollen
#

yeah

sterile parrot
velvet crescent
#

Mine is s omuch fancier

fallow crow
#

I don't even know that brand lol

velvet crescent
#

You're US thien?

fallow crow
#

No

velvet crescent
#

Where u from?

fallow crow
#

Vietnam

boreal escarp
#

guess they mean ING

fallow crow
#

Guess you already know that place :p

velvet crescent
#

I mean it's mostly eu card :p

boreal escarp
#

that's how they kinda look here

#

and this is an IBAN RO49 AAAA 1B31 0075 9384 0000

velvet crescent
#

that's a mastercard tho

#

we talking bout maestro

jagged pollen
#

thats the card u use to get $$, here theres another one that just have some info

boreal escarp
#

ik talking ab mine

velvet crescent
#

30 parts

#

2,5k PS

boreal escarp
#

looks like a RC car xD

#

nice

velvet crescent
#

@split basalt Fr0zen Kingd0m

split basalt
#

ffffrcsty

#

is that enough ice for u @velvet crescent

velvet crescent
#

No more fr0zen kingd0m :c

#

All must be frozen

split basalt
#

i c e

velvet crescent
#

Join @boreal escarp

velvet crescent
#

@eternal apex I thought that was my internet :p

sterile parrot
#

@boreal escarp that is a credit card and you can link it to paypal

fallow crow
#

piggy needs to move helpch.at site from 000webhost

boreal escarp
#

lmao

fallow crow
#

Formula 1 this weekend, woo

sterile parrot
#

boring

fallow crow
#

first time i ever went was when i was young

#

got invited to go this weekend, so 🎉

boreal escarp
#

O,o

fallow crow
#

ez

#

@boreal escarp i saw u had an interesting chat on clan xd

boreal escarp
#

xD

velvet crescent
#

Who's spike btw?

boreal escarp
#

a cool guy

fallow crow
#

xD

#

what he said its true, we held back from telling clan for a while

#

but yup thats my dad

velvet crescent
#

I saw the chat, hence I was wondering

fallow crow
#

a lot of the clan are older

#

thor is my barber irl, he is like 50 I think
nibs is from canada, and he is 40

#

starminator is 40 or so, he is an employee at my dads work

#

same with seb, but seb is younger

sterile parrot
#

sick

velvet crescent
#

very suck

boreal escarp
#

as I said, I come from a clan where 70% where adults

#

35+

fallow crow
#

oh ye I saw that

#

So our clan is more personal, most people I actually know

boreal escarp
#

imagine getting fired for not attacking at war GWmythiBlobLUL

fallow crow
#

funny enough

#

my dad wanted to do that with seb

#

(jokingly ofc)

boreal escarp
#

xD

fallow crow
#

cuz seb is a shit attacker

#

😂

#

then star has a few accounts himself

#

As i've generally never asked, how old r u both 😂 @velvet crescent @boreal escarp most in clan I know, but not you guys

sterile parrot
#

Classified

boreal escarp
#

17

velvet crescent
#

^

muted fern
boreal escarp
#

eh

#

dont have those

fallow crow
#

#

im so happy with that design

muted fern
#

_ stopped blinking which is quite rude

fallow crow
#

Of course I thank you for mockup

#

and then me for turning into code r/woosh

muted fern
#

i did change a couple of things

#

smoothed the animation and added some underlines on nav hover

#

<o/

fallow crow
#

omgg u have proper descriptions now

#

looks so sexy

sterile parrot
#

code review booting...

fallow crow
#

instead of lorem ipsum

#

😂

sterile parrot
#

kiddinn

fallow crow
#

was earlier xd

#

Wanted to see how it appears o many devices

#

we made changes since

sterile parrot
#

what did u use

fallow crow
#

so that was a while back

#

for multi device?

sterile parrot
#

no

fallow crow
#

tailwind css

muted fern
#

does need padding just fyi, cause if the text isnt ~270 characters everything goes out of wack

sterile parrot
#

to show how it looks on multiple devices in one screen

fallow crow
#

$7 a month

#

but so cool

sterile parrot
#

jquery tho

#

and why does everybody use that typing thing lol

muted fern
#

cause i like it

#

fite me

fallow crow
#

i didnt have it originally

#

but he wanted it

#

so had to add jquery

sterile parrot
#

you don't need jquery

fallow crow
#

well i used code he had b4

#

so

honest thistleBOT
#
FAQ Answer:

Why you shouldn't use jQuery

  • jQuery is a legacy library. Standardized features like querySelector, CSS animations, and fetch make many of its features obsolete.
  • Using jQuery over standard features is a waste of bandwidth.
  • Because jQuery is so bloated, using jQuery often means using jQuery for everything, which means you learn less about standard web development.
  • jQuery has fallen out of fashion, and full frameworks (React, Angular, Vue) are more popular.
  • jQuery's cross-browser support can be substituted with the few polyfills you actually need. This also makes it easier to update when features become better supported.
  • If you really just want a shorthand for querySelectorAll, consider bling dot js.
sterile parrot
#

;p

fallow crow
#

hahah

muted fern
#

@honest thistle dont listen to lemmo

honest thistleBOT
#

@muted fern, LemmoTresto is a member of the trusted team, and a developer.

fallow crow
#

LOL

muted fern
#

smh

fallow crow
#

@honest thistle Chazza promo when

velvet crescent
#

@honest thistle dont listen to funnycube

#

are you a builder tho @muted fern

magic summit
#

@muted fern Why does everyone use that typewriter?
That is so lame

fallow crow
#

he likes it

fallow crow
#

so keep it

magic summit
#

Everyone and I mean EVERYONE does use this typewriter

muted fern
#

Do i look like i care?

magic summit
#

I thought you wouldn't follow trends

sterile parrot
#

I don't

fallow crow
#

pretty weak argument tho

#

cuz like

#

if he wants it

#

keep it

#

its his site 😂

#

Typewriters are nice, there's nothing bad about what another guy wants, as it's not your site lmao

magic summit
#

It gets boring when you visit the site of your host, see the typewriter, visit another site, see this again, then go to a third site and again

sterile parrot
#

I have a bootiful moving background ;P

velvet crescent
#

lemmo give link

magic summit
#

I have a static image for my servers site

muted fern
#

Next you'll hate how I have the title as funnycube. with a doot

fallow crow
#

All Funnycube needs now is a sub domain extension to view his art portfolio (instead of using imgur) even tho there's no issue with it.

magic summit
#

Didn't even notice that

#

Thanks for pointing it out

muted fern
#

yw fam

magic summit
#

My personal website loads slow af

#

But it's because it's from weebly xP

muted fern
#

not as slow as some of the helpchat services currently <o/

magic summit
#

Saw it

muted fern
#

roasting myself?

#

oof

magic summit
#

I still like my servers site

fallow crow
#

Is it just me or when it shows "I own TestPlugins & HelpChat with Clip" that it goes forward after removing the &?

magic summit
#

And are happy I finally have one for it

sterile parrot
#

@velvet crescent my name .com

fallow crow
#

Ah never mind

#

it shows &a when it brings up that text line when removing

velvet crescent
#

dang that's noice

sterile parrot
#

unifinished though

magic summit
#

@muted fern btw: "I do some cool building!"
Wouldn't "I do some cool buildings!" be better? Not sure

#

Also yeah @fallow crow it slowed down after the "with" and when it removed stuff it acted weird at the &

fallow crow
#

ye.

sterile parrot
fallow crow
#

Not like it matters, but shouldn't all the projects be on the same level.

magic summit
fallow crow
#

Looks alright, but might've been better to do it in a dark cube

sterile parrot
#

you should color the button

fallow crow
#

with the white text

sterile parrot
#

and a bit darker background on the text

magic summit
#

Is a HTML5Up design

sterile parrot
#

an example of the dark background cube

magic summit
fallow crow
#

Time for the grammar ninja for Power Plugins brb

boreal escarp
#

o.o

young temple
#

O.O

sterile parrot
#

I'd say that aren't shown elsewhere

fallow crow
#

You should change somewhere else to anywhere else.

#

as it's a passive misuse.

magic summit
fallow crow
#

ye im not a fan of the power plugins site

#

It's like a weebly site, I was going to say this awhile ago

velvet crescent
#

The banner is amazing and then you see the site..

fallow crow
#

ye

#

Looks like one of the ones you get off a site builder

#

to have text hard to read

#

over a large background

magic summit
#

@fallow crow M8. Mention stuff that wasn't already discussed

fallow crow
#

Why get salty?

#

I'm giving you feedback

fallow crow
#

You went at funny for his site

#

So I gave u feedback as you posted pics of yours

magic summit
#

For use of something that is used on every second site

fallow crow
#

lol

magic summit
#

@velvet crescent What banner are you talking about?

fallow crow
#
PowerPlugins was founded by Andre_601, originally for spigot plugin AntiBotDeluxe, redesigned for unique plugin showcases.

vs

The server was created by Andre_601 and was originally made for the spigot plugin AntiBotDeluxe but later was repurposed to be a place for unique plugins that aren't shown somewhere else.
#

Just my own opinion, but not hating on how you worded it.

magic summit
#

Gramarly doesn't work in the file editor 🤷

fallow crow
#

I'm sorry?

magic summit
#

xP

fallow crow
#

I'm not using grammarly lol.

magic summit
#

I have the Grammarly browser extension

fallow crow
#

Nice. I usually use it for my reports (Premium).

magic summit
#

Can't remember how long I run the server now

#

It's at least 2 years for sure

sterile parrot
#

do many people join and what plugins are shown there btw.

magic summit
#

Idk how many join... It's random

#

And Plugins like Animatronics, BannerBoard and ItemsAdder are shown

sterile parrot
#

how many join a week then

#

ah okay cool.

magic summit
#

1 at most I guess

#

I don't really care about joins and players

sterile parrot
#

you shouldn't care about it so that's good.

magic summit
#

Was a huge pain to make the site work

fallow crow
#

now im curious on mine

#

😮

magic summit
#

Like I had a webhosting (that I only used for having E-Mails) but I needed to add the domain to it....

fallow crow
#

ye yours is insanely high in last 24h

#

whats your last 30d like

magic summit
fallow crow
#

dang

#

ROFL

#

yours is higher by a lot

velvet crescent
#

ur bad charlie <o/

fallow crow
#

then again rn my site is near nothing

#

but soon™

velvet crescent
#

what site?

fallow crow
#

im getting a design made soon

#

then ill code design, and actually promote it

muted fern
#

hope its by someone good

fallow crow
#

should be, hopefully they get it sorted

velvet crescent
#

Should put FJ on there <o/

fallow crow
#

really hyped to be doing it

#

FJ?

velvet crescent
#

Take a wild guess reeee

fallow crow
#

idfk

sterile parrot
#

I beat you all lol

velvet crescent
#

wow heck outta here, not even familiar with my plugins, sad times pepeA

fallow crow
#

OH

#

frostyjoin

sterile parrot
#

I used to actually have a site which had like 100k a month

velvet crescent
#

frozen join

#

not frosty join

sterile parrot
#

which he still hasn't open sourced

velvet crescent
#

still waiting for you to finish the FC one :c

fallow crow
velvet crescent
#

Lemmo, I tried, but it won't work for some reason..

#

spent like 2 hours trying to do it..

fallow crow
#

2 separate domains, they do well 👏

sterile parrot
#

why won't it work

#

what did you try etc

velvet crescent
#

tried making a new repository, but it doesn't want to make it

sterile parrot
#

what did you do to make a new repo

#

do you use intelij btw?

velvet crescent
#

nope

sterile parrot
#

what then

velvet crescent
#

eclipse

sterile parrot
#

use intelij

magic summit
#

I can't really check my other domain, because I don't handle DNS through cloudflare (Grey cloud)

velvet crescent
#

Can't be bothered setting it up

sterile parrot
#

dumb

magic summit
sterile parrot
#

could also just use git cmd line

fallow crow
#

LOL

#

one of the above is traffic from og.plus

#

crazy

muted fern
fallow crow
#

LOL

magic summit
#

seems legit

fallow crow
#

+1 for taking time to do that

magic summit
#

B for effort

muted fern
#

no idea what ur talking about

#

its real

velvet crescent
#

It's real nerds

muted fern
#

o

magic summit
sterile parrot
magic summit
#

damn

#

I wonder how many requests my database now has after I added caching for a lot of stuff to my bot

fallow crow
#

lemmo which 1 is that

#

thats crazy

magic summit
#

It's past 30 days

fallow crow
#

i know

magic summit
#

When it was past 24 hours then it would be crazy

fallow crow
#

one of my domains, mcstats.io has good traffic (and hasnt ever been advertised)

#

like wtf lmao

boreal escarp
#

o

fallow crow
#

it needs a revamp

magic summit
#

Nice stats

fallow crow
#

ez

muted fern
#

ez flex

boreal escarp
#

wut is that

muted fern
#

an app i have on the Microsoft store

boreal escarp
#

o damn

muted fern
#

45.5k download

boreal escarp
#

what does it do?

muted fern
#

giving 0 information

boreal escarp
#

damn boy

muted fern
#

cause its linked to irl stuff

boreal escarp
#

can we see it? GWcmeisterPeepoE

muted fern
#

ofc not

#

smh

boreal escarp
#

smh

muted fern
#

I'm so lit im a Microsoft partner <o/

velvet crescent
boreal escarp
#

cool

#

helpchat-the.game when

fallow crow
#

@muted fern since when did u do microsoft stuff

velvet crescent
#

helpch.at-the-game when™

fallow crow
#

like apps

muted fern
#

i do lots of things

fallow crow
#

o wew

#

detective funny

boreal escarp
#

subtle flex

muted fern
#

the app is banned in korea

boreal escarp
#

lol

muted fern
#

its quite funny

fallow crow
#

even my personal isnt ever advertised and has nice traffic

#

weird

muted fern
#

o shit

#

its clip

fallow crow
#

HE IS ONLINE

magic summit
fallow crow
#

dang

muted fern
#

why is spigot being weird

#

just built it and its already throwing errors

#

java.lang.NoClassDefFoundError: net/minecraft/server/v1_14_R1/ICommandListener

#

sure

boreal escarp
#

the best part

#

what site do you guys use for that?

muted fern
#

google analytics it looks like

#

(except andres latest one)

boreal escarp
#

ah cool

split basalt
#

meow

#

am cat

jagged pollen
#

o

split basalt
velvet crescent
#

What are you doing to that cat AkashiSweat

fallow crow
boreal escarp
#

damn

#

Nice @woven prairie 👏

woven prairie
#

😄

fallow crow
#

@woven prairie have toggle for them to expire

#

would be cool

#

or a cooldown

velvet crescent
#

what if there isn't any spigot's near me?

boreal escarp
#

you are fked

fallow crow
#

then you say "fuck it, i'll get my bukkit with my sponge from the waterfall."

woven prairie
#

The plugin is aimed at being basic, the apis/events can let you do that

boreal escarp
#

does the mask run commands on equip or there's like mask types?

fallow crow
#

if its action types, then naturally cmd support

#

[console] x

boreal escarp
#

I meant mask types*

split basalt
#

im too addicted to clean design

fallow crow
#

crazy

#

recent domain sales

boreal escarp
#

o

velvet crescent
#

wait

#

that's thousands 👀

fallow crow
#

yep

boreal escarp
#

what's 8T tho

fallow crow
#

its a 2 character domain

#

im waiting on my $$$$ offer for og.plus kappa

boreal escarp
#

ah

#

nice

jagged pollen
#

shouldnt it be $$$$$ ?? :p

fallow crow
#

sure why not

#

ive got it listed atm with graphics so eh

boreal escarp
#

o

twin dune
#

Anyone want to pay my nitro for this month? Im a little skint

velvet crescent
#

no.

fallow crow
#

no.

sterile parrot
#

maybe.

jagged pollen
#

lol.

sterile parrot
#

anyway I have a request

velvet crescent
#

Lemmo drop a code here

#

so I can yoink it :p

sterile parrot
#

I already paid yours for this month smh

boreal escarp
#

lol xD

velvet crescent
#

gian payed for next month :p

twin dune
#

Lemmo, can you pay for mine?

velvet crescent
#

dropped one in chat and I yoinked lel :p

sterile parrot
#

@twin dune why are you not boosting this server yet smh

boreal escarp
#

boosting DSRV I guess?

sterile parrot
#

yea

boreal escarp
#

also

twin dune
#

cause I aint got the full nitro

sterile parrot
#

we lost the animated icon

boreal escarp
#

talking ab dsrv

sterile parrot
#

so I bought nitro to boost it

twin dune
#

Ill boost if you give me nitro full

velvet crescent
#

I'll boost if you give me yearly nitro <o/

boreal escarp
#

can you give/negate a perm to make the bot not rename certain discord users?

sterile parrot
#

nope

#

but which discord users do you not want renamed?

twin dune
#

Lemmo, give me nitro full and Ill boost helpchat

velvet crescent
#

that's extortion

boreal escarp
#

eg staff members

sterile parrot
#

cause you could also just make the bot lower in role hierarchy so it won't be able to rename them

velvet crescent
#

(words but idgaf)

boreal escarp
#

yea ik that

sterile parrot
#

@twin dune stop asking mate

boreal escarp
#

would be cool to have such an option tho

twin dune
#

😭

sterile parrot
#

@boreal escarp make a feature request on gh

boreal escarp
#

link

sterile parrot
#

and I'll add it if I have the time or some other dev will

twin dune
velvet crescent
boreal escarp
#

@sterile parrot setup issue templates boy

fringe sigil
#

Happy friday everyone

velvet crescent
#

Happy not friday

twin dune
sterile parrot
#

I still haven't been able to tell my request smh

#

blob emojis

boreal escarp
#

😛

sterile parrot
#

are easily made into lemon emojis

velvet crescent
sterile parrot
#

so I need someone who'll make a set of lemon emojis

boreal escarp
#

fuck emojis smh

#

get le thread

woven prairie
fringe sigil
#

🙄

fringe sigil
#

🙄

velvet crescent
#

I love long texts

twin dune
#

@woven prairie When are you gonna reply to my DM

sterile parrot
#

@boreal escarp can't you ask around about what I said in the dms

#

since I'm out for dinner in a sec

velvet crescent
#

Mackenzie like smart boi clip once said

boreal escarp
#

those are reviews boy

sterile parrot
#

could also possivly use google forms or some custom thing on my website

velvet crescent
boreal escarp
#

and enjoy your dinner

sterile parrot
#

thanks

velvet crescent
#

^^

sterile parrot
#

thank u