#off-topic
1 messages · Page 577 of 1
good point
Yeah, never know when PP will close your account for some random reason
its good because if pp decides to shut my account down and withdraw funds from bann
bank*
since it’s echeque and takes a few days, I can just say fuck off
and get my money back
they can do that?
I usually only leave 20 in my PayPal
well that's just from my recent account that broke tos.
it's not my main one tho
it was a secondary one I use for payments before it moves to my main business one.
just never got a notification that the payment arrived.
I just do things legitly lol
I do too, I just hate chargebacks against people.
Ahh
I used to only do one.
till someone decided to reverse a $1500 pp which they won but then lost.
should've done a bank transfer for that prob
I don't do business if that much is involved
business as in you'd just not do it or business through PayPal?
that's how a lot of my payments were averaged every few days a long time ago.
I typically won't work on a project if I get paid that much at once
I usully only work in terms of $100 at a time
It really just depends
I couldn't really go by that as it only took a few hours if that at most for most of the projects I was asked to do.
I haven't done active work in awhile
Too busy with my own plugins
I did get offered a full time position by a network about a month ago but I turned it down.
what was the pay?
Well I usually averaged around $1,000/week after taxes for a few years till I stopped and just was bored of just doing plugins.
That's pretty good
I usually didn't spend my money on much tbh.
I don't typically like to talk about money, but I was making a suitable income for a college student.
Badge fix update should be live now
Well my father who I rarely talked to always talked about it so I didn't like talking about it either.
I'm not trying to brag in any way means by mentioning what I made in the past.
That's pretty low as a software engineer dependent on your position.
I'm actually soon to start a job making more than that without a degree, but only doing it part time till I start MIT.
Damn
also barry update allows us to generate profiles for really old accounts as well now
"not enough stats" message removed 😉
Dealing with solar panels (Frontend/Backend Application, and IOS Frontend/Backend is what my position is in the beginning of January)
sounds cool fc
That'll be cool
I've been just trying to lately relearn websites and dealing with websites (I remember some, but just trying to get back into it)
I used to do them, not a big fan of them anymore
Hence why I keep bothering Charlie to design a frontend for a small project of mine
well I am just thinking of a personal site.
and potentially do a new ui for HC's leaderboard.
I've been mostly just focusing on doing the UI of my custom decompiler application (Discord themed)
boredom sorta by dming me (every so often)
Ahh
I sent a image earlier of the notepad version I made before making it.
I think my current issue is I overcommitted to too many projects
So I'm trying to do like 5 projects at the same time
But I've slowed down, focused on VP, that's almost ready for the new beta.
that's what I did to premium plugins sorta as a premium plugin was private was mostly just one plugin.
I used to try to manage 10-15 projects within a day and get some updates to em.
now I am just dealing with two atm
AI, and Custom Decompiler and learning websites again.
Well, my updates currently are rewriting projects
with Sxtanna.
said decompiler, is it for java?
if so, would recommend including java deobfuscator (by samczsun) in it
yeah Java, will look into it.
What the hell is a trident in MC
a thing that water zombies chuck at you
lol
how does one not know what a trident is.
it's a random loot drop you get from the "water zombies"
it's super rare usually to get as a item.
it'll shoot like a sword at a entity and come back to you (does have durability)
Yes
=profile
where my oG bADGE 
Alrighty good cause I have to do some testing
=profile
=profile
for?
sounds like a waste
makes sense
originally I had piggypiglet.me as my main, piggeh.org as my portfolio, and p1g.pw as my shortener, cdn, etc
I'd also buy three over just one to prevent others from likely claiming em if someone did.
ah cool
https://kylematzen.com/
https://kylematzen.net/
https://kylematzen.org/
https://resume.kylematzen.com/
https://resume.kylematzen.net/
https://resume.kylematzen.org/
https://projects.kylematzen.com/example
https://projects.kylematzen.net/example
https://projects.kylematzen.org/example
https://backend.kylematzen.com/
https://backend.kylematzen.net/
https://backend.kylematzen.org/
ah.
only use it for email atm
ah what provider?
anyways matzen.com is taken
his domain
registered in 1996
my dad snagged ours in 2000's
I could go for my secondary last name tbh
nvm that is taken from 1995.
As my parents never got married I have two last names.
ah.
I usually went by my other last name than this name.
till 8th grade and decided to completely drop using my other one.
9th* I still used it in 8th grade for about half the year.
What version of mc did tridents come out
1.14
the water update
Ty
Ya'll know what even fires when you throw a trident at someone else and it hits them
Ahh
there is a event for trident
it's just deprecated.
and now just mainly you use projectile event
well nvm u are right piggy I think
?
you could just check for the entity type tho
as you grab the entity then it's type
???
if(projectile.getEntity().getType() == EntityType.TRIDENT)
{
}
What are you talking about..
For ProjectileHitEvent or ProjectileLaunchEvent.
You can listen to that above for a trident.
I... know... ?
Im confused as to why youre further explaining... when I just said that
is it a arrow?
Arrow is in its type hierarchy , yes
my bad b
Im so lost...
So I have an event for checking arrow damage, is there a way I can just extend it to tridents too?
It would probably already work for arrows
My bad I thought you checked through entity type but I guess I shouldn't talk if I don't play or develop with 1.14 @untold hearth.
It depends on what kind of checks youre doing
@primal pecan I still dont know what you are on about tbh
@untold hearth I thought you would check for the project through it's entity type, that's what I am trying to get to lol for a Trident
You can though?
Something like this
@EventHandler
public void onDamage(EntityDamageByEntityEvent event) {
if (!(event.getEntity() instanceof Player) && !(event.getDamager() instanceof Arrow)) {
Arrow arrow = (Arrow) event.getDamager();
}
}```
Is there a way I can also have it just handle Tridents too?
@regal juniper That would handle tridents
It apparently is not
Since tridents inherit from arrow
Wait, no
They inherit from a common super interface AbstractArrow
You could code against that instead of the more strict Arrow interface
Use AbstractArrow if you want it to work for tridents, arrows, spectral arrows, and tipped arrows
@elfin minnow Did you seriously not try to contact Discord a support ticket for your old account?
As if you don't remember the email you could ask and see if you could get the email associated with it.
well I just sent a request acting like your friend to see if I can get the email to send to ya
as there's a option mentioning.
"Forgot Email/Password".
bRUH
u could potentially have ur og account at some point if discord support is good lmao
if you cared for dat
SOmetimes my english is TRASH
Blocked
andmakes no sense
sometimes
Lies
Thanks Sx. That fixed it 😄
@primal pecan you said your og was made 6 days before mine?
so mine was registered on the 24 of 2015
Literally no one ever has abbreviated my name like that @regal juniper
It makes me want to cry
wew
I'll even give you it in a sippy cup if we do some work on VP. Else I might just go to bed.
it's a 5 day difference.
That way you don't spill it all over yourself.
=whois
• ID: 104723018483318784
• Profile: @regal juniper
• Created: Fri Oct 16 2015 19:31:53 GMT-0400 (GMT-04:00)
• Status: dnd
• GitHub: darbyjack
• Spigot: ItsMeGlare
Oct 2015
this account is from Dec 2015

🤷♂️
@regal juniper DONT TELL PEOPLE THAT
Is that pink and white
It's like pink and orange but dont do that
:)
work = sleep on job.
pink and black
Because those are my favourite colors
idk what ever the help menu u made was
didnt we draft one
shouldn't be white and black like your logo @untold hearth ?
or your googled pfp?
that looks like black
yea looks fine glare
googled and black
Lmao idk who did it
beta barry
shame
I like how they spelled Glare wrong
I.M.P.B.Galre.I.W.S.Q.I.T
Is this a good message prefix?
I like it
white and black
default essentials is even more gross
pls stop
Bro deal with it
no bold
bold bad
try "VoteParty »"
or only bold the V and P
ew
&d&lV&r&dote&f&lP&rarty &7»
do &8 for the »
vee are doottee ellpee rarity
Are we settling or changing
idk i'm just making a suggestion 😛
o
That is so fucking ugly
is that bold and &8?
Sxtanna why don't you come up with one.
2nd one
and show it in here
yeah bold &7 is fav so far
excuses
&d never works
LIES
sxtanna too busy "with the code" to make a example with pink.
cause pink is gay
inb4 we get a 5 line ascii art for the prefix
¯_(ツ)_/¯
&d ugliest mc colour
don't try to change my mind
nah &5
&5
i'd prefer &5 any day over &d
or &0
@eternal apex youre a hater
you can't see &0 in chat for your life.
you don't know how to use apostrophes
I know perfectly well how to use them
ic
ew
Because who has time for that
prefer &d over that
your pinky ideally, or a finger close to that
maybe just make a chat worth of each color prefix sent to you @regal juniper
over individual screenshots three times.
Sxtanna be like
That would be possible
randomizer
what?
wrongtagbutok
I didn't say that
LKJSZGDKHZBCKJLBC
bruh Ranald McDonald.
Yes.
Shut up
don't say it was me.
Less fighting, more coming up with design
I swear I clicked him
@muted fern no
stfu
lol
D;
bring a design to the table
fc just needs to make the design before glare continues with other colors prob.
i did smh
No, I meant the no u to the stfu
Oh, thanks for the clarification
ew
FIGHT ME
...
I was going to make the prefix configurable anyways
@regal juniper nooooooo
100% banned
Theres one thats so much better @muted fern
I guarantee if we hardcode the prefix, they will yell within 24 hours of release
..?
@muted fern eff discord
I mean.. You are using their platform
That doesn't really fit the color scheme of all the artwork for the plugin, and I think that's what we are going for.
o
@muted fern Doesnt mean I am obligated to not criticize them
@regal juniper Why not just make it white
Bold white
ez
I'm gonna regret it but try pink and orange
tf
nice kyle
Yikes.
pink not purple
lol straight outta 2014
lmao
purple and pink
Yup, as i thought burn it
I got a easy randomizer
Looks like mentos
I mean that's also an option
...
This is the current
wasn't that clip's old prefix? lol
randomizer.
Ya
the gold and cyan?
bold is just overrated.
and gross
idm this https://cdn.discordapp.com/attachments/164523548390457355/661058270433247253/1967937aae9c4930cb824ed3390f438a.png maybe just flip the colours
atm testing a mix of colors
for (int i = 0;i<15;i++) {
sender.sendMessage(ColorUtil.getMessage(getRandomColor() + "&lV" + getRandomColor() + "ote" + getRandomColor() + "&lP" + getRandomColor() + "arty" + " &7»"));
}
.-.
Flip the colors Brett
next set?
might as well use &k at this rate
lol
&kVoteParty
&k is just a jumble of all characters
i like it
thank you captain obvious
well you can put other characters in front of it tho to make other characters.
ill eat ur
badge
am i blind or is there not an og badge role or something
I might not be good at math, but something don't add up.
i captured it via gyazo then downloaded it then uploaded it to imgur
glare is just silly
ok flipping 1s
=profile
barry
barry said noy
broke
nah, I deleted it so it was spamMY
imagine looping over numbers instead of the enum values
ez done
numbers ah?
sold
&d&lV&dote&5&lP&5arty &7&l» &funo reverse reverse uno
ez random color
private String getRandomColor() {
return ChatColor.getByChar(Integer.toHexString(new Random().nextInt(16))).toString();
}
o hi ur back
why knot
ew
ebic
Vote Party isn't the same as prefix
So, we going with that scheme?
yes
yes
Sounds good. I'll make note of that.
And then I'll reverse it
random color generator is going in the bin
😈
I forget didn't Clip have a prison server before focusing a lot on plugins?
it ain't done tho?
FaxionMC is clips old server
ididntsaythis
DeluxePrison is my old server
ah domain is taken
hence the Deluxe prefix on the plugins
you own it fc?
DeluxeChat was our custom plugin <o/
Da hell are these
with us in it
other villagers
its.... a villager...
there's different types of villagers in 1.14.
its a hooman
I can't click it

I didn't know there were bells in the game
Yeah he's on holidays
That's dope
how dare you ask him
villgers came in 1.14 too?
yeah
then the water update was 1.13
WTF HE HAS A PET
hopefully no bedrock ceiling anymore.
bc BEEES are 1.15
1.16 is nether
glare
and that new mob.
be careful of the pHANtooM
@regal juniper try holding emeralds in front of them
@regal juniper im sure u know of the new end right
less*
Wat
endless end
Sounds boring
and eleyttas
with elytra's etc
No wonder the performance of the server is so shit
and castles
run 1.15.1
yea dude check it out!
I forget when ship wrecks were in mc.
its oPtiMiZed they said
it is
I am
TNT is super optimized.
sorta.
it can last for 1000 tnt running from dispensers without issues (well it lags ofc).
@regal juniper
holding an emerald in front of them makes them show you what they will trade for
he wants to trade paper with me
villagers actually sleep now
yeah
Hopefully not mojang code
iron golems ez
ig farms are stupid easy
I'm just waiting for a cave update.
I would code a cave generator but I don't code world generators nor do I build.
nor can my laptop handle 1.14+ servers without freezing.
have the world build it 
there's only one sadness to recent mc versions
the lack of customization of worlds now.
if big hole under y 64
you used to do all custom physics between biomes etc.
place random block
Let's just all move to bedrock
PSPE (if ever finished) will allow bedrock players to join PC servers I believe. I know DragonProxy did this but it has since been abandoned.
oof so did i
now that can do something I forget what it does.
but who remembers testplugins pocket edition?
april fools
april fools
Nah was a legit thing
probs wasn't in the discord for that, i joined testplugins server like 3 years ago tho
never released to the public
flare
glare
kill the dragon
then there is a smal 3x3 bedrock thingy
with a 1 way thing
where u fotta throw the pea
arl
@regal juniper you have to fly away from the island
that shit can get trapped with minecart tnts
and you can't tell till you through a ender pearl into it
How to kill dragon quickly
./kill @e
does /kill @e[type=EnderDragon] work?
no it needs to summon the degg
Alrighty you funny cube
glare
That killed me
put essentials
and disable safe enchantments
wtf
@regal juniper /summon Ghast ~ ~1 ~ {ExplosionPower:2147483647}
epearl it
yes
and u go zoom zoom
Oh that's pretty cool
That explosion power looks very scary indeed
it'll crash ur game I believe
Thats always nice
Myth Busters time
As Ghast have an Integer tag for ExplosionPower
Could you change that using the api?
lol
yeah
I spawned around 20
my server wasn't responding to the ghasts actually moving
but the animation was still going.
You could also do:
Weird
/summon Fireball ~ ~1 ~ {ExplosionPower:2147483647}
Sounds dangerous.
MinecartTNT, PrimedTNT, and EnderCrystal do not have any tags you can use to change their radius of the explosion tho
/reload
/spigot reload
Lemme just /plugman reload Spigot
make a plugin called Ghast roulette and have it every so often have a 1/X chance of spawning one
I'll do that tomorrow for boredom
lol
I usually use this when clearing out a area
/summon Creeper ~ ~1 ~ {ExplosionRadius:127}
well a higher radius obviously
Video it
Fair enough effective
I already shut down my server cause someone crashed it
video what me coding the ghost roulette?
1m lemme boot up a server rq
can't hear shit on this stream
my mc crashed
from being in survival
don't hear anything
ah my sound 1 sec
do we jump scare everyone though
tried to go into gamemode real quick
thats the real question
well 127 is the limit
I remember it going higher
unless it's due to my gpu
integrated graphics is shit lol
@regal juniper I wonder how Mojang does that creeper explosion in their code (@untold hearth would likely say it's shit [as it's 1.8.8])
Cube: 
Everyone:

spigot is drunk rn
sarcasm?
i need a plugin to make text commands please
Spigot is blue now? What
Nah it’s a theme you get for donating I believe
#general-plugins @fallow crow
@tardy jolt Looks cool but the skyblock server text looks unneeded if it’s in the name and maybe display the amount of players on the server if it’s not somewhere else? The action bar with Join seems useless to me but may be useful to you
Thx @primal pecan I do agree! The lore if just a placeholder for rn! And its not an action bar its just the blocks name Join: ServerID 🙂
Got quiet.
Is Mortal Kombat X worth $6.50?
I guess
A phone case which I ordered like a month ago finally came,
The case is not only too small for my phone, it's also completelly made out of plastic (was supposed to be made out of metal and glass)
What the fuck has this world come to..
don’t order from some random store then
As apose to ordering from an actual store which would cost like 60$ for a case?
At least that way you get the product right 
Very true
Well yea, but 50-60$ for a case is a bit much don't you think?
When the production cost for it would be around 5-10$
Not really
the right product
then order a different one which is more your budget
It could guarentee quality
If I can't afford smth pricy I won't go with something very shitty but cheaper
I have paid for mine 25 ron or a few dollars (< $5) and is great.
if I want a car, I won't buy a tesla from some china marketer for 1k
I'd go to an actual dealership and buy a cheaper good car.
you buy it from elon musk himself
Because a tesla isn't in my budget
Neither will I, the product looked decent and also had decent reviews, paid 20$ for it so kind of annoyed..
¯_(ツ)_/¯
Trying to save for a new pc but god, that's so hard smh
Esp because I have to focus on my exams ..
I don't even have a phone case
they ruin the phone and the phone itself won't break that easily
and I never drop my phone tbh
good for you xd
cube likes wood
when randomspawn, papi3, and this build are done
never, aight
and also after skyruins
I got a phone case just in case, since I just got a new phone and I'd rather not risk it
have fun
SkyRuins 😮
First time playing legit survival
looks legit to me
It actually is
Looks like world edit gone wrong
first time playing legit survival in ages too, me and cube had to break like 20 mil trees for this
We used worldedit on a creative world to design our base, now we're just mining out each block (insta mine eff V pick and haste II)
Why would I want that?
my floor is lined with hopper minecarts so I can just drop shit on the floor, and it'll be put in the correct place
We have that underneath our witch farm drop, but nowhere else
123 mins
can vouch on that number
wait a second
Nice
gime ip
thats real?
yes
Woah
wowie
1.16
how do you add the watermark to ur screenshots?
sharex my friend
Its da best 😄
let me watermark my sexy pics rq
u combine images or?
Text or image
Even lets me do this
how xD
and this
and this
I think number 3 is the best
Can also upload to either i.helpch.at or i.funnycube.net
I bet fc has keybinds for such screenshots lmao
stop asking him
ctrl + shift + ins for major watermark
you're distracting him from our adventure
is that a thing xD
lOW pRioRiTY
what font did u pick
yes
NoobPig.ttf
@boreal escarp I was literally looking at it the moment you said that
:3
and now I’ll stop you begger
wut
xD
fu xd
aboodyy chose same font as fc
wait rlly
oh
thats my pfp font
I need a pika watermark
u made that pfp?
Mister @muted fern 👀
Yes.
yeah
im going to add a background too
if it looks good
@dawn plover does ur plugin use NMS?
was thinking of changing it
i dont 
so it can get cut off, which is why u have autohide on
iirc, didnt get it to work
fc has it as a text using his fancy font amirite
dont think so
I’m not an artist and so see no use in using a watermark
its nice to have one 🙂
i dont think i will add watermark for everything
@frank pasture
Atleast renewall is cheap
@woven prairie what domain 🙈😂
$2495 is the new price for my domain for anyone wanting to buy
what domain
I bought it for $250, but as it’s still processing (being premium) they’ve bumps the price to $2.5k
I think maybe to prevent people buying idk
Hahaha idk what would happen
Yeah it depends if they’d favour you or they’d reject you
Because apparently Namecheap takes up to 72h
To process premium ones
but u bought it 2-3 days ago
2
Premium domains:
Please note that the premium purchase may take 24-72 hours to complete. We might get in touch with you to confirm purchase details. Please see our Knowledgebase for more information.
oh
It’s premium because brandable keywords I think, from what I read anyway
I’m hoping will help me for google searches
its because of the It
click on Here's what to do
CodeItA.ll
uhm
o
Omg wow
Damn the Aussies left the channel
To be fair I cheated on them. I was talking to an Aussie for the past 2 hours
That’s so cool 😎
in 2017-2018 they sold it
I should make my logo simple like theirs
You should also design me a simple homepage
u can get codeitall.net for $15
I literally did not sleep and I'm going to start working in 2 hours. This will be interesting. Poor Sxtanna.
mhm
As I’d be happy with .com
Uh the name rings a bell but I have no idea
u worked there as a dev/admin
Mahid's old server?
One of the owners offered me a full time job sbout a month ago.
I turned it down
Wait NVM
Wrong network
I can't recall the name of the network that reached out to me
its the one u got out from for private reasons
No lmao that's the server they demoted me cause my father was diagnosed with cancer and I chose to spend time with him vs the server.
see thats a tough one
Oh yeah Gian worked there too
ofc always to spend time with family, but they prob had to demote
for someone else to get the space
Chazza, they waited 24 hours of me not responding.
oh rly.. tf
o
then yeah its prior
I just know I lost respect for the owners


