#general

3141 messages · Page 542 of 4

austere ivy
#

CraftBook did it.

#

Wanna know how they did it?

static badge
#

analog in a computer game

worn ember
heady spear
#

game

#

Minecraft is serious business my dude

worn ember
#

for some

static badge
#

your face is serious business

heady spear
#

seriously hot

worn ember
static badge
#

it's the leading suspect for cancer cases around the world

heady spear
#

I just spilled protein shake all over me

#

I'm wet owo

worn ember
static badge
#

alright this is getting gay

austere ivy
worn ember
#

gay bad

cosmic raft
#

@austere ivy what are you wanting to do?

fading talon
austere ivy
#
onSomeRedstoneEventOrMaybeBlockPhysics(event) {
    // if the block is a jukebox
    // getters and all that
    // make sure jukebox has record

    if (block.isPoweredSomehow()) {
        jukebox.setPlaying(true);
    } else {
        jukebox.setPlaying(false);
    }
}
#

I hope you can read glorious psuedocode

cosmic raft
#

I mean that's easy

#

if you like using NMS

austere ivy
#

It's not.

#

Oh.

cosmic raft
#

yes it is

austere ivy
#

NMS can do it?

cosmic raft
#

yes

#

I can give you code if you want

austere ivy
#

I already had a bundle of code but Spigot doesn't provide any api for stopping and starting jukeboxes.

#

it only lets you set the record in it.

worn ember
#

minecraft radio when

austere ivy
#

I'd copy and paste the code I had if I hadn't deleted it.

golden gust
#

playing is done with an effect

#

am guessing that stopping probs involves removing the record or something dum

#

oh

#

Play record: This is actually a special case within this packet. You can start/stop a record at a specific location. Use a valid Record ID to start a record (or overwrite a currently playing one), any other value will stop the record. See Data Generators for information on item IDs.

cosmic raft
#

roughly @austere ivy

#

just make sure the material you pass is a record

austere ivy
#

which resulted in what I had above.

cosmic raft
#

well, mine literally just plays the record at a spot

#

doesn't require a jukebox

#

rough code though

austere ivy
#

how do I make the jukebox start and stop playing though?

cosmic raft
#

toggleRecord(world, pos, null) to stop
toggleRecord(world, pos, Material.MUSIC_DISC_CAT) to play cat :P

austere ivy
#

hm

#

would that stop the sound playing from the jukebox?

#

also uh

#

that isn't the right method thingy

cosmic raft
#
  public static void toggleRecord(final org.bukkit.World world, final org.bukkit.Location location, final org.bukkit.Material bukkitItem) {
    if(bukkitItem != null && !bukkitItem.isItem()) return;
    final net.minecraft.server.WorldServer mcWorld = ((CraftWorld) world).getHandle();
    final Item item = CraftMagicNumbers.getItem(bukkitItem);
    if(!(item instanceof ItemRecord)) {
      return;
    }
    final BlockPosition pos = new BlockPosition(location.getX(), location.getY(), location.getZ());
    final IBlockData state = mcWorld.getType(pos);
    if(!(state.getBlock() instanceof BlockJukeBox)) {
      return;
    }
    final TileEntity te = mcWorld.getTileEntity(pos);
    if(te instanceof TileEntityJukeBox) {
      if(bukkitItem == null) {
        ((TileEntityJukeBox) te).setRecord(null);
      } else {
        ((TileEntityJukeBox) te).setRecord(new ItemStack(item));
      }
    }

    mcWorld.triggerEffect(1010, pos, bukkitItem == null ? 0 : Item.getId(item));
  }
#

might be closer

#

to what you want

#

idk

cosmic raft
#

you play around with it now

#

take the second code snippet

austere ivy
#

Also quick question why do you not put a space after if?

heady spear
#

kashike is so helpful 😍

austere ivy
#

Also yes, thank you kash :)

dusk drift
#

Spoon feeding pepeCorn

cosmic raft
#

because I don't.

#

I'll shove a spoon down your throat @dusk drift

heady spear
#

we all have our quirks

dusk drift
heady spear
#

kashike has horrible code style and I like to shove bananas in my nostrils

golden gust
#

kinky

austere ivy
#

Oh, yeah, I guess, like I exclusively use ifs (and if elses blah blah) without brackets.

static badge
#

tbh kash ur code style is some monka fucking christ

cosmic raft
#

idk what you mean

#

my code is fine

static badge
#

literally

#

the method

#

is

#

named

#

issues

heady spear
#

idk if I can marry you anymore

limber knotBOT
#

ah yes

cosmic raft
#

it takes an IssuesEvent :)

limber knotBOT
#

issues

cosmic raft
#

etc

static badge
#

listen if you used less streams and functional code

#

you wouldn't need a 2 space indent

cosmic raft
#

I like 2 space indents

static badge
#

well I don't kappa

cosmic raft
#

its ok, this will help you

static badge
#

reeee

cosmic raft
#

what? :))

heady spear
limber knotBOT
#

(DiscordBot) FUCKING NORMIES - length 23s - 47,434 likes, 587 dislikes (98.8%) - 2,279,246 views - GET OUT OF HERE YOU NERD on 2015.03.22

#

2 space indents are scary

cosmic raft
#

oh here @static badge

static badge
#

oh god no

cosmic raft
#

have an aneurysm

static badge
#

not bad tbh

#

no streams no functional code

static badge
#

yeah I saw that

austere ivy
#

I do not like nMS

static badge
#

that's sort of the nature of language parsing though

austere ivy
#

Why is their code like this

static badge
#

special case after special case after special case after special case after special case

cosmic raft
#

NMS is much better than Bukkit's shit

static badge
#

special cases nested 500 times in your special case

#

which then gets nested another 1000 times

heady spear
#

let's just say

#

it's a good thing kash is cute

static badge
cosmic raft
#

its ok

austere ivy
#

What's kekw?

#

Also what's monka?

static badge
#

waddya think

#

LOOK AT IT

#

hold on

austere ivy
#

I know the original video.

#

Great video.

static badge
#

yeah

#

his laugh

heady spear
#

why am i drinking i've gotta work in like 6 hours

cosmic raft
#

work on the weekend

heady spear
#

no uni on the weekend = loads of time for work

static badge
#

yeah

cosmic raft
#

here city

limber knotBOT
#

(DiscordBot) In Tune - length 3m 44s - 525 likes, 4 dislikes (99.2%) - 23,593 views - Byron Langley - Topic on 2019.04.04

heady spear
#

am confused but it was cute

austere ivy
#

Ya'll want to play some good ol' Minecraft?

left swift
#

Brain

worn ember
#

city, send nostril pics

#

i'll give you 50% of donations

static badge
#

that's a weird fetish

#

paying him

#

does that make city a porn star

left swift
#

Famous people nostrils

worn ember
#

more like a local hooker

static badge
#

yeah I guess

#

holy shit that's fucking big brain

latent valve
#

Papershould have an official test server where peep can f around peepoJuice

austere ivy
#

This is the new official paper test server.

limber knotBOT
left swift
static badge
#

I wouldn't mind a test server tbh

austere ivy
#

1.15.2, by the way.

limber knotBOT
#

doesn't/didn't cat have one

left swift
#

A local server

limber knotBOT
#

with some really obscure domain :aaa:

static badge
#

test server could solve my pr queue issues

left swift
#

Nah

static badge
#

perhaps having all the testing done there straight in z/cat's face would make actually pulling my shit easier

left swift
#

Brian just did an advert

static badge
#

wiz didn't see it

left swift
#

Mods sleeping post adverts

static badge
#

cuz HE HAS BRIAN BLOCKED KEKWHYPER

left swift
static badge
#

holy shit what a big brain play

#

get mods to block you

#

VIOLATE RULES

#

god these fucking mods are dumb kappa

left swift
#

Who

static badge
#

just memeing

left swift
#

U ruined a meme

#

The who meme

#

Smh

worn ember
#

who?

left swift
#

What

worn ember
#

Thanks

left swift
#

Sure

worn ember
latent valve
austere ivy
static badge
#

z

pulsar wigeon
#

i was out doing my shopping errands etc

#

smh

austere ivy
latent valve
left swift
void void
#

hey wiz did you see my post in #memes

#

its about u

pulsar wigeon
#

are you asking me if i want to get cancer

void void
#

yes, but it's worth it

static badge
#

you already have cancer

pulsar wigeon
#

i did yea

void void
left swift
#

Simp

#

No i think you might be going crazy

#

Its still the same

#

Ya but color is same

#

Yea

pulsar wigeon
#

yea

#

:^)

left swift
#

See

static badge
#

you're being baited

pulsar wigeon
#

🎣

left swift
#

Leafy

#

Stop ruining the fun

static badge
#

I'm just saying idk why mods are taking part of such immature acts as "baiting"

#

you know back in my day we had these things called girlfriends

void void
#

dont say that, we both know you dont have a girlfriend leaf

static badge
#

now all you do is get triggered by whatever a "ping" is

#

oh this is some good copypasta

void void
worn ember
#

leafy is here

left swift
#

Leafy making more csgo drama

static badge
#

Pog I remember watching leafyishere

quasi valley
#

bad old times

static badge
#

good times those were

left swift
#

Scarce

#

U guys know that yt channel daily dose of internet or smth like that

#

I swear to god the dude that voiceovers that is leafy

#

Sounds exactly alike to me

static badge
#

.g daily dose of internet youtube

limber knotBOT
#

(DiscordBot) https://www.youtube.com/channel/UCdC0An4ZPNr_YiFiYoVbwaw -- Daily Dose Of Internet - YouTube: "Welcome to your Daily Dose of Internet where I search for the best and top trending videos from all over the Internet and put them all in one video...."

static badge
#

.g leafyishere

limber knotBOT
quasi valley
#

milked until its dry

#

yes

void void
#

im...

#

ugh

static badge
#

yeah they're similar

austere ivy
#

it's back up

#

whew vanilla mc sure does start up fast

void void
#

k

left swift
#

Who

void void
#

i checked out this leafyishere dude and he's just like

#

idk kind of an asshole

#

glad he no longer makes videos

static badge
void void
#

¯_(ツ)_/¯

dusk drift
#

Leafy was 100% a thing you had to be around when it happened kind of thing

void void
#

Yeah I think even just three years ago I would have said the same thing

#

All his vids are him shitting on people

#

Like hopefully he just got a life

dusk drift
#

I found the videos interesting when I was a edgy lil kid I guess

limber knotBOT
#

same lol

dusk drift
#

he made bank then yeeted

#

coz utube changed rules on bullying coz of him

void void
#

The one time I support YT

#

He's trash

dusk drift
#

his dick pics got leaked

void void
#

What a shitty person tbh

dusk drift
#

some other shit

#

¯_(ツ)_/¯

#

I agree

left swift
#

He makes the daily dose of internet videos now

dusk drift
#

but I can't lie some of the videos were funny

#

at least when I was a kiddie

limber knotBOT
#

was?

dusk drift
#

Is it fucking really him?

void void
#

I just listened to the two voices and they are definitely not the same person

left swift
#

Ur high simp

#

They sound exactly alike just ones older

#

Which would make sense

static badge
#

I think I've figured you out noman

dusk drift
#

I always memed they sounded the same but never looked into it

static badge
#

all you do is bait

dusk drift
#

or thought it

#

idk if im being trolled rn

void void
#

Whatever. You guys go back to worshipping a literal bully and I'll head on out

#

Peace

static badge
#

you sound mad

left swift
#

No one is worshipping him

#

Vattg

static badge
#

damn son

#

did leafy bully you

#

or something tf

left swift
#

He met him on a surf server

dusk drift
left swift
#

Didnt sign his karambit

#

I dont always bait leaf i help sometimes too

#

Most things i say in this channel tho is meme

static badge
#

yeah I know all you do is bait

left swift
#

Ok leafy

dusk drift
#

but he sounds exactly like him

left swift
#

Maybe a cover tho

#

Im js they sound the same lol i think thats his channel meme

pure garden
#

I want to make a server since 2012 haha but trying to create the brand name any ideas - ?

#

lol

worn ember
feral bluff
static badge
#

city what would you recommend

worn ember
#

rip city

austere ivy
#

server is now non-not-online

left swift
#

UltimatePlots

cobalt surge
#

@static badge mind if I pm you

woven otter
#

sounds like a trap

cobalt surge
#

Coming from me.. never know maybe it is maybe it's not

#

Lol

static badge
#

if it's about craftbook idk how to help

cobalt surge
#

Damn..

static badge
#

I bet z would love the ping

#

and I bet he just hoards craftbook knowledge

cobalt surge
#

Nah I'm good

latent valve
#

wiz a wizard he knows everything

cobalt surge
#

Wiz has his fingers in craftbook but I refuse to ping wiz. He don't like me

static badge
#

if it's a bug I bet he'll love to hear about it

cobalt surge
#

Nope not gotta ping him.

#

I'll leave that to you

latent valve
#

at-wizjany ^ she need halp

golden gust
#

wiz wiz wiz

#

u smel

cobalt surge
#

Lol

static badge
#

wizjany

#

someone broke a rule

cobalt surge
#

Lol

#

Wizzzzzz leaf is being leaf!!!!!

static badge
#

hey look I summoned him

pulsar wigeon
#

i literally haven't worked on craftbook since like 2012

cobalt surge
#

That did it!!! Lol

#

Damn

pulsar wigeon
#

me4502 will get back to your question whenever it's day time in australia again

cobalt surge
#

Ok.

#

I'll stop being impatient then

pulsar wigeon
static badge
#

ah yes

#

you know all about rules

#

nothing about enforcing them clearly :>

pulsar wigeon
#

wut

#

what are you even implying

#

should i have banned chrysti for pinging cat

#

oh it wasn't even a ping, was a DM

static badge
#

proving my point kappa

#

slowly reels in

pulsar wigeon
#

should i ban you for baiting out pings

woven otter
#

ban urself for baiting

#

u bait people to bans

static badge
#

ban urself for bating

#

u bait people to bans

pulsar wigeon
#

bating :^)

woven otter
#

😂

pulsar wigeon
#

u know all about that

static badge
#

I mean to an extent :>

woven otter
#

wiz all u do is ban

#

how about u show some love

static badge
#

there's no way u haven't baited someone then nuked em

woven otter
#

and unban

static badge
pulsar wigeon
#

duck

woven otter
#

for example, magma

pulsar wigeon
#

do you want to be banned

#

careful what you wish for

worn ember
#

can i have a pony?

static badge
#

ponies are gay

#

wiz that's a horse

worn ember
#

ur such a homophobe smh

latent valve
#

bruh

static badge
#

there's nothing wrong with being gay

#

now, being a brony...

woven otter
static badge
#

big yikes

woven otter
#

listen u fuk

limber knotBOT
#

heh scrub

woven otter
#

suck on my toe

limber knotBOT
#

with pleasure

latent valve
#

#JusticeForDuck!

static badge
#

and with that I have better things to do

worn ember
#

do you want to see my MLP collection?

latent valve
#

#NoDuckyKick2020

woven otter
#

well listen

#

someone fix wiz

#

it's broken

austere ivy
#

MrE do you still want that black corner?

latent valve
#

yee

austere ivy
#

better do something with it or else I'm evicting you lol

woven otter
#

well

#

you better gib role

austere ivy
#

eh not really

woven otter
#

or I will report u

latent valve
#

err lol it have a sign saying
EDok swedish6 dungeon

#

so there smt there

#

but u can get rid of it imma be on the mountain

#

😂

austere ivy
#

careful, MrE.

#

careful

#

else we just might be putting you in there too LOL

woven otter
#

oh no

latent valve
worn ember
woven otter
#

oh no

#

I just noticed nossr is traumatized by actions of wiz

cobalt surge
#

How are you just noticing that

woven otter
#

yes

#

it takes time to notice things hidden in plain sight

cobalt surge
#

That is why I'm a watcher rather than talker sometimes

golden gust
#

Yea, being a watcher is fun

#

btw, wtf is this here in your closet?

cobalt surge
#

Shhhh.. that's a secret

woven otter
#

cat can you watch what wiz is doing

limber knotBOT
#

yea and then repeat that

#

especially the duck kicking

woven otter
#

(╯°□°)╯︵ ┻━┻

cobalt surge
#

Wait we need that

worn ember
#

ducks are dicks anyway

limber knotBOT
#

ducks are fucks

cobalt surge
#

I need a drink now

woven otter
#

no what we really need is roles to be returned for mr.duck

#

also I would like to report staff abuse angry_eyes

latent valve
#

I need a drink now
@cobalt surge water

cobalt surge
#

Who are you reporting to?? Cat?

woven otter
#

water is not a drink

cobalt surge
#

No cherry sprite

golden gust
#

staff abuse?

woven otter
#

I'm broadcasting my message in hopes that someone will hear it

static badge
#

kek wiz is invincible

golden gust
#

I have no idea what you're talking about

woven otter
#

corruption

golden gust
#

hides his duct tape

woven otter
#

help

cobalt surge
#

Lol

#

Seeee

static badge
#

as long as he rolls them plebians he's untouchable

limber knotBOT
#

s/duct/duck

woven otter
#

@upper flicker pls help this is aboos

limber knotBOT
#

Correction, <DiscordBot> <02e​le​ct​ro​ni​cc​at​> hides his duck tape

#

Mozilla IRC goes away today :(

static badge
#

you're asking to be rolled duck boi

#

.g mozilla IRC

limber knotBOT
#

(DiscordBot) https://wiki.mozilla.org/IRC -- IRC - MozillaWiki: "Feb 11, 2020 ... How to use IRC to get connected with others in the Mozilla project is shown on this page. Also frequently used IRC channels with..."

IRC
woven otter
#

it's coming anyways

cobalt surge
#

Lol

woven otter
#

my name alone is a roll

limber knotBOT
#

They've moved to Matrix, IRC server gets turned off as soon as someone gets to it tomorrow

cobalt surge
#

Why the z tag

woven otter
#

Z is good

#

Z helps

limber knotBOT
#

cause duck craves for his precious pink role

cobalt surge
#

Nah z would laugh

woven otter
#

Z brings tacos to the world

limber knotBOT
#

Dunno if that's going to be midnight UTC as a scheduled thing or just whenever someone wakes up and logs in

static badge
#

z will kick your ass

limber knotBOT
#

he doesn't feel special anymore ;(

cobalt surge
#

Mmmmmmm tacos

woven otter
#

and kenny is right

cobalt surge
#

Zlikes me

#

I never pissed him off

static badge
#

z likes billy

limber knotBOT
#

just like it should be

woven otter
#

Pink looks better on me

static badge
cobalt surge
#

True z loves billy

woven otter
#

what's the deal here

#

who is wiz and why should we care

cobalt surge
#

Lol

pulsar wigeon
#

no one and you shouldn't

woven otter
#

oh no

static badge
#

wiz are you ok

cobalt surge
#

Fucker you summoned him.. wtf

woven otter
#

is he ever ok

static badge
#

poor wizjany

#

in charge of nuking the plebians

#

tbh wiz why do you do it

golden gust
#

He loves swinging his hammer

static badge
#

I would find it so annoying to deal with the dumb shit that goes on here

cobalt surge
#

Probably out of sheer boredom

static badge
#

is it sexual

woven otter
#

well he likes the kicking and banning

cobalt surge
#

Is that what he calls it cat

latent valve
#

why kick people. hug them love will overcome all hate \o/

woven otter
#

yes

#

hug

pulsar wigeon
#

kicking easier

woven otter
#

kick urself

cobalt surge
#

I think wiz just needs a group hug

latent valve
#

\o/ hug wiz

woven otter
#

wiz needs a group therapy

cobalt surge
#

Lol

worn ember
#

a? more like multiple

latent valve
#

duck a dumb taco hater

woven otter
#

no

#

that's wrong

grizzled vortex
#

guys like 3 weeks ago i got kicked in the head (dont ask how) and now i have a new eye floater

#

normal or aging?

slow pecan
prime pulsar
void void
#

@grizzled vortex floaters are normal

#

I got mine after some kid lit a load of magnesium on fire

#

2 years ago when I was 15

golden gust
#

I thought that was more an issue with what you're eating

void void
#

they're harmless and settle over time, i rarely see mine

austere ivy
#

@latent valve yeah?

#

sorry was checking on my roast

#

it's burnt

latent valve
#

gamecrash haha

worn ember
#

tf are floaters

static badge
#

giant turds in a swimming pool

worn ember
#

do your eyes just casually fly of or something?

#

lmao that sounds so funny if you combine that with the previous texts leaf

#

they're harmless and settle over time, i rarely see mine

woven otter
#

u

cobalt surge
#

No u

toxic ember
#

are there any tools that can be used to detect plugins conflicting with one another

pulsar wigeon
#

conflicting how

toxic ember
#

Like if you have 2 plugins that overlap on some functions

#

and both try to do the same thing

austere ivy
#

@toxic ember

#

you mean like

#

when two plugins have the same command /boost?

toxic ember
#

Yes

#

like if 2 plugins do /tp for example

#

would it be beneficial to disable the command for one of them

austere ivy
#

@unreal quarry it is how it works ;)

#

I suppose well

#

your players can either do:

#

/plugin:command

#

for example

#

/boosterplugin:boost
and
/mycustomplugin:boost

#

to do them manually

#

but I'm preeeettty sure you can have it override the other somewhere in Bukkit

toxic ember
#

hmm

#

thanks for the info

unreal quarry
#

He said functions, not commands. Ask what you mean >:(

austere ivy
#

no problemo

toxic ember
#

😦

#

my bad lol

austere ivy
#

yeah next time it's commands not functions

toxic ember
#

Wellll

#

actually

austere ivy
#

two different things

toxic ember
#

i do have one more question

#

so I have chat control and essentials chat for example

#

because I need certain features from both

#

could this result in any issues?

unreal quarry
toxic ember
#

Well yeah on the surface it works fine

unreal quarry
#

For science <o/

austere ivy
#

then

#

it works fine

toxic ember
#

Sweet

latent valve
#

5 min later server room is on fire

cobalt surge
#

Inb4 Billy asks what they are trying to do

fleet pivot
charred sorrel
static badge
#

test them out

#

we don't doc exploits we fix

worn ember
#

No u

magic ice
heady spear
#

Okay so some kids outside my building blasting music, basically at uni property. It's 4am. I open my blind, we make eye contact, 5 minutes later they're just gone

#

wtf is going on, am I getting abducted by some party freaks?

left swift
#

wow ur an alpha

static badge
#

they saw your face

#

and were like

#

"the fuck"

#

"this neighbourhood is fucked let's dip before a fucking alien abducts us or something"

left swift
#

they saw what years of plotsquared dev does and ran

heady spear
#

I'm just so fucking confused

#

why were they standing in the snow, in the dark, at 4 am blasting music???

#

like what the hell

latent valve
#

Drunk no life 12yr

#

Haha

heady spear
#

also what's up with spigot locking threads because the discussion "is being had back and forth"

#

like isn't that the fucking point of a forum? lmao

#

"Oh no! People are having arguments, we need to close this before there's some actual discourse"

still cape
#

anyone here can confirm that EssentialsX doesn't have support for bee items yet like in /itemdb it says Item: BEEHIVE Error: null - and anyone know the status of this when it will be supported?

worn ember
#

Might wanna join the M.O.S.S discord to ask about that

still cape
#

i think i have, i just went trough the list of my channels and didn't recognize it as the one i needed to ask in

#

thanks i'll go back

worn ember
#

They pretty much have the essentialsx support channel

heady spear
#

The alarm went off at the gym when I got there lmao

#

I was there 5:20 and it’s supposed to let us in from 5 so like wtf

void void
uncut fern
#

ok, so now that i moved my server onto a new harddrive, im getting failed to bind to port because a server is using the port

#

i think i found it

#

my server.properties got corrupted

#

nope, still failing to bind to port ;-;

worn ember
#

What manaic goes to the gym at 5am

#

I haven't even gone to bed yet

uncut fern
#

fml i found it

#

i hate everything

left swift
#

Means something is using that port already

uncut fern
#

yeah

#

corrupted files

#

everywhere ;-;

worn ember
#

No

left swift
#

No

worn ember
#

Some program is still using that port. Either your server is still running or another application is running on that port

uncut fern
#

spigot.yml corrupted itself

#

and re made it

#

so the start script was the same name as what i was using

worn ember
#

That literally has nothing to do with ports

uncut fern
#

.. it would run the script in a different window, before my loop would

#

using the port

#

but okay

#

nothing to do with it

void void
hard kernel
heady spear
void void
#

im disappointed city

#

needs more bootstrap

pulsar wigeon
#

order pls

void void
#

oh jesus wtf

#

i didnt even notice that

#

city fucking fix it

heady spear
#

lol it uses whatever order the API provides them in :[

void void
#

lol you can order it frontend my boy

heady spear
#

I know, I just don't care enough

void void
#

pitiful

heady spear
#

I just didn't wanna have to execute redis shit to see if any of the 60 server instances were up or not >.<

#

Well 30 atm

heady spear
#

hey I don't get paid to make things pretty

#

I get paid to make them kinda work from time to time

olive garden
#

your swap is OK out of OK

cosmic raft
#

I have no swap

#

no need

olive garden
#

It still feels Okay despite that

#

What does the red color mean?

pulsar wigeon
#

red means it's lit 🔥

zealous knot
#

who do you think we are?

#

no one is going to read that

#

TLDR that shit

limber knotBOT
#

s/no one is going/I'm too lazy

#

Correction, <DiscordBot> <06M​is​te​r_​Fi​x> I'm too lazy to read that

#

good for you

shell vine
#

amazon is dum

merry talon
#

my building is retarded so I have no way of directly receiving packages

shell vine
#

i once cancelled a order that wouldnt get till next week cuz i saw if i got it from a different supplier i could get it next day, turns out didnt get it till the same time as the orignal place i ordered it from

merry talon
#

which means I can only use regular prime shipping nothing faster

cosmic raft
#

sigh

void void
#

kash do you use tumblr

cosmic raft
#

libvorbis/lib/lsp.c:451: undefined reference to `__acosf_finite'

#

no

void void
#

ffuck

#

i just finished reading their Neue Post Format documentation from cover to cover

limber knotBOT
#

Sweepy, if amazon is shipping your package directly, do you really accept your post office to accept it?

#

It's a direct competitor ^^

void void
#

There is a 'layout' block that defines how to format a certain content block or blocks. And one is "image carousel"...all good, but I have no idea how to MAKE an image carousel in tumblr...so I can test it...

#

I can make a "collage" post.

limber knotBOT
#

I just deliver everything to work nowadays, they accept anything for you

void void
#

but can't figure out how to make a fucking carousel/slideshow

limber knotBOT
#

MiniDigger: Canada Post has always, and still does, deliver all packages I have ordered from Amazon

#

:p

#

Which is strange since we have 3k ppl on this campus

#

Then you never used morning or evening express or same day

#

Since I bet Canada Post doesnt offer that

#

None of those are options to choose here :)

#

Which is why amazon logistics exists in the first place

void void
#

kash lives in the middle of nowhere btw

#

literally, middle of nowhere

limber knotBOT
#

nope

void void
#

yers

#

i stalked you

limber knotBOT
#

not even close to the middle of nowhere

void void
#

edge of nowhere then

limber knotBOT
#

Since even DHL isn't able to deliver stuff multiple times a day, and am in downtown cologne, so one of the biggest cities in Germany

#

yeah well

#

Amazon delivers at least 3 times a day here

#

DHL in Canada sucks

#

I even have that two hour thingy

#

they're the worst

#

Dhl is the best here, but amazon logistics is close second, mostly due to their insanely fast delivery times

#

But can't use Amazon logistics if you don't order via Amazon

#

Dhl is especially cool here since they replaced all their trucks with EVs in downtown

void void
merry talon
#

I wasn't aware their same day shipping was amazon themselves delivering it to me

merry talon
#

with no pick up fallback

limber knotBOT
#

We got these lil thingies

#

They are building them "themselves", brought a startup (created by my uni) that builds them

#

They have something like 15k of these thingies on the streets, really cool

#

They killed the startup this week tho iirc

#

And are partnering with Ford now for a big version of that

#

Basically a Ford Transit but EV

void void
#

fuk u sweep

merry talon
#

Had Korean bbq for the first time

#

Way too expensive for what we got, and zero service the whole time

#

0/10

cosmic raft
#

lol

woven otter
#

fuk u

vestal jasper
#

no u

olive garden
#

What should I look into if I want to automatically (on push) build projects in a single GitHub repository? If these builds were successful, I want to be able to download them. And to make this more fun, these projects depend on each other and one of these is a Forge project.

#

Is this CI? Is this more than that, since I also want to download the result?

twin lagoon
#

it is CI

#

simply use github's workflow system

olive garden
#

Okay, will look into that, thanks

twin lagoon
#

referring to these, github actions workflows

olive garden
#

god, this is gonna get real complicated real fast

vestal jasper
#

oh god

#

that donkey dupe retard just made a post on admincraft

olive garden
#

"A PaperSpigot question"?

limber knotBOT
#

@olive garden [Auto] We're now known as Paper.

vestal jasper
#

yeah

#

I'm like 95% sure it's the same guy

heady spear
#

took me 3 months but I finally convinced the server owner to switch from our dumb xyz domain to the .com domain

#

which we have owned for months

woven otter
#

nice

#

so city

#

can you still explore the flatlands

heady spear
#

lol yes

#

someone commented on that yesterday

woven otter
#

lel

#

well at least the most amazing content is still in the server

vestal jasper
#

@heady spear about to attempt to make a new ai task

woven otter
#

what u doing vic

#

sounds interesting

vestal jasper
#

Working on custom NPCs

#

currently implementing a Highwayman, they attack you if you're holding / wearing certain items or are above a certain XP level

#

Alright I'm gonna make two tasks ig

#

One being a custom tempt and the other custom attack target selector

woven otter
#

oh sounds like runescape

vestal jasper
#

nice it works

#

it's a little iffy but it works

#

for some reason there's a delay that's notably longer than usual

#

seems the delay is in the tempt task

woven otter
#

so feature/daemon is still not merged into master? THONK

vestal jasper
#

oooo idea

#

if the player drops the item that tempted the NPC

#

the NPC picks it up and un-tempts

#

or rather, if the player drops any item that tempts the NPC

woven otter
#

sounds cool

#

are you making a plugin or something

vestal jasper
#

Yeah

willow sigil
woven otter
#

cool vic cool

worn ember
#

Yoom

void void
void void
drifting patrol
latent valve
#

.spoon

limber knotBOT
#

Spoonfeed a newbie for a day and they'll come back with more questions. Teach them to find their own answers and you'll both be better off: you won't get stuck answering the easy questions and they'll be much more productive than before.

finite seal
dreamy knoll
twin lagoon
#

gtop > vtop

limber knotBOT
#

VEGONE THOT

vestal jasper
#

No top > gtop

void void
limber knotBOT
#

vtop looks pretty, I don't think it's more useful at a glance

latent valve
#

/stop

limber knotBOT
#

What does that have to do with anything?

#

☑ Really Rekt

magic river
#

I see, you failed at grammar and then fixed it, IRC only shows the original

left swift
#

Irc never forgets

latent valve
#

begone irc

worn ember
#

who's irc?

latent valve
left swift
#

Who?

worn ember
#

isa joke meaning its not relevant

#

cuz i dont know what it is 😉

left swift
#

Incognito robot chickens

worn ember
#

i dont think they have discovered fire yet

limber knotBOT
#

You can change the refresh interval to whatever you want in top and htop, they just default to something fast enough to give you an idea of what's going on but slow enough they don't become a major contributor to CPU usage

#

vtop updating more often and being written in javascript makes me think it hides itself from the process list so it isn't always first :P

left swift
#

But fancy

twin lagoon
#

gtop is in go

limber knotBOT
#

Oh so it's not even nice enough to change argv[0] so it shows up as something useful in the process list

teal egret
#

I am not sure if this is the right server to ask, but I have been making a spigot/bukkit plugin and I can't find any definitive answer to it.
How could I give a player a map with an existing ID?

twin lagoon
teal egret
#

thanks

twin lagoon
#

the fuck is bellsoft liberica

left swift
#

Zululu

pastel skiff
limber knotBOT
#

200 pixel wide screenshot

#

you have a small window and or screen do you :p

pastel skiff
#

Sorry I'm gaming on a Nokia 3310

#

The plugin uses the command /tfly

latent valve
#

Peasent real gamer game on a paper

limber knotBOT
#

townyflight?

left swift
pastel skiff
#

Dont think its towny cos no towny on server

latent valve
#

Yes it idkandidc discord

pastel skiff
#

I'll keep searching

limber knotBOT
#

timedflight then

latent valve
#

.g fly cooldown bossbar

pastel skiff
#

This?

latent valve
#

🤦‍♀️

pastel skiff
#

amazing#

left swift
latent valve
#

For god sake forgot to add spigotmc

limber knotBOT
#

maybe, I just googled spigot "/tfly"

left swift
#

Timed fly yes

pastel skiff
left swift
#

Cool

pastel skiff
#

Also is it possible to migrate coreprotect to sql server?

void void
#

made a server icon for paper, u can download this and use it. no need to credit me or anything (ofc lol it took me 2 mins to make it)

pulsar wigeon
#

??

limber knotBOT
#

it's just their icon slapped on some background? thonk

void void
#

ye

dense basin
pulsar wigeon
#

imagine caring about your dev server icon

void void
#

yeah i got ocd

#

imagine not configuring your dev server like prod one

#

smh

latent valve
void void
#

plz don't question it i am very weird lefbadlefbadlefbad

#

echo "127.0.0.1 test.papermc.io" | sudo tee -a /etc/hosts

swift herald
cosmic raft
#

blah

golden gust
#

blah, blah blah

cosmic raft
#

i need a powerful server for an hour or two

#

where's the cheapest

#

i need to compile something

void void
pastel skiff
cosmic raft
#

no

#

for an hour or two

pastel skiff
#

OVH then

#

can do hourly with Hetzner VPS too

#

Check on server hunter put in ur requirements and then list

olive garden
#

are you trying to train some NN or something?

twin lagoon
#

kashike if it's open source or something

#

i can compile it for you on a 3700x

#

otherwise, just go to any cloud provider and take an hourly instance of the biggest server

#

@pastel skiff interesting website but what the fuck is a "RON"

static badge
#

.wa 100RON to usd

pastel skiff
#

A currency

limber knotBOT
#

(DiscordBot) Result: $22.81 (US dollars) (28/02/2020) - https://is.gd/apncK7

Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of people—spanning all professions and education levels.

twin lagoon
#

oh you can change the currency

pastel skiff
#

yh

twin lagoon
#

not sure why it isn't justdefaulted to usd or something

pastel skiff
#

Mines defaulted to GBP

#

U using a VPN?

twin lagoon
#

no

cosmic raft
#

it is opensource, but the change i'm making isn't for the public use and needs certain non-public things

pastel skiff
#

idk then its fine for me

twin lagoon
#

ah right

#

well in that case, cloud provider, best hourly instance

#

both vultr & digitalocean offer dedicated cpu instances

#

or take advantage of aws / google cloud's free credit

cosmic raft
#

google's is for a tiny ass VM

#

:p

olive garden
#

ooor are you trying to crack some pw?

#

must be it, that's why you are being secretive

cosmic raft
#

no

#

trying to build something, but can't locally

#

some dumb libvorbis thing I can't fix

olive garden
#

oh :(

#

that doesn't sound fun

cosmic raft
#

nope

left swift
#

monkaS canary

pale charm
kindred arch
oak quiver
#

Anyone know good scoreboard plugin with support for scoreboard per permission?

twin lagoon
#

kiteboard

woven otter
#

quickboard

normal tide
tame ridge
worn ember
#

noboard

heady spear
#

Lol so now my weekend sets in for real, too bad it’s Monday tomorrow

#

Got a couple of hours for myself tho 😛

worn ember
#

yuck

cobalt gazelle
proper edge
olive garden
#

mineacademy time <3

woven otter
#

take that back

#

taco man

#

are you a bully

pulsar wigeon
#

wut even

woven otter
#

wut even wut

upper flicker
#

wat

woven otter
#

wat

olive garden
#

what is going on

woven otter
#

idk

tiny hedge
latent valve
#

Baby shark doo doo doo doo doo doo

woven otter
#

ok

twin lagoon
#

mineacademy time <3

#

fuck off

olive garden
#

:(

woven otter
#

yes fuk off

cosmic raft
#

nice job @austere ivy

austere ivy
#

I'm so sorry lol

#

fixed

worn ember
#

who?

vapid blade
olive garden
potent warren
golden gust
#

kek

olive garden
#

to be honest, it would be a miracle to find electronic in a non-unzipped state

#

or does he no longer do that?

potent warren
left swift
#

unzips dick

upper flicker
golden gust
#

You know

#

am tryna be good here

pulsar wigeon
#

ngl trigary couldnt give a shit about ur minecademy bs

left swift
#

wtf is mineacademy

unreal quarry
#

a scam

pulsar wigeon
#

ye basically

left swift
#

does it teach u how to play minecraft

pulsar wigeon
#

if we could not shill scams here thatd be great

left swift
#

oh

#

lmao

golden gust
#

mfw

left swift
#

like that south park episode

pulsar wigeon
#

cloudflare kekw

twin lagoon
#

the kangarko guy can really fuck off

#

all of the mineacademy advertisements

olive garden
#

I would like to make a public statement, that I am openly against kangarko's work, I have publicly criticized him multiple times, and I have private expressed negative opinions at least 10 times as many times. If you wish to educate yourself regarding MineAcademy, google "SpigotCourse" instead. They are basically the same products, kangarko (who is of Hungarian origins, what a shame for our country) just decided to rename it, partially escaping the negativity surrounding it.

twin lagoon
#

spigotcourse is literally mineacademy though?

olive garden
#

yes

twin lagoon
#

it's the same person

olive garden
#

yes

twin lagoon
#

yes

#

New Courses Out Now!
SpigotCourse has been replaced by brand new courses at MineAcademy.org - check it now!
Get It Now!

wide chasm
#

I thought SpigotCourse was cheaper, but idk

olive garden
#

wiz, will you forgive me?

twin lagoon
#

kangarko also used paypal purchasers emails

pulsar wigeon
#

uh

#

what's happening

twin lagoon
#

to advertise his mineacademy shit

pulsar wigeon
#

no i don't forgive you

olive garden
#

Also, MineAcademy is constantly on sale, which probably violates EU sale laws

pulsar wigeon
#

you stole my taco that one time

twin lagoon
olive garden
#

:(

wide chasm
#

MineAcademy is a big joke anyway.

#

But hey if you need to get rid of 600 dollars real fast, I guess you found your answer.

pulsar wigeon
#

rather buy $600 worth of lottery tickets

#

better chance of ROI

cunning badge
#

its 97 bucks

wide chasm
#

What a surprise, it's on sale again. He "never does sales", but I don't think it has ever been not on sale.

cunning badge
#

@olive garden did you actually buy it?

olive garden
#

No, but I have the luxury of knowing people who have bought it.

left swift
cunning badge
#

Looks really scammy to me

wide chasm
#

Congrats, it is.

cunning badge
#

I bet the code quality is really poor

olive garden
#

Well, you do get the content it "promises".

#

But it's not really something that you want to pay for

cunning badge
#

Exactly what I expected lol

olive garden
#

It's more like something that you want to avoid, like ads on news sites: you can pay to not see them

austere ivy
#

@cosmic raft are you getting StackOverflow when you get kicked?

worn ember
#

arent permanent sales illegal?

limber knotBOT
#

got that too lol

austere ivy
#

that's weird.

olive garden
#

DED: do you even read my messages?

#

I hate you

austere ivy
#

restarted to 20w09a

minor badge
#

@worn ember Depends where they're from ;)

#

i know the lad behind the other minecraft course shit is from some european country, so less likely it's illegal as we're more split on that

worn ember
#

@olive garden sorry what?

#

its illegal in belgium

olive garden
#

Also, MineAcademy is constantly on sale, which probably violates EU sale laws
@olive garden

worn ember
#

oh yeah didnt read that

#

sorry

olive garden
#

You shall be forgiven

woven otter
#

🚮

regal kite
woven otter
limber knotBOT
#

(DiscordBot) This Runescape Fan Project Created a Functioning Grand Exchange! [Minescape2] - length 11m 13s - 1,025 likes, 43 dislikes (96.0%) - 44,691 views - FlippingOldschool on 2020.02.22

twin lagoon
#

Also, MineAcademy is constantly on sale, which probably violates EU sale laws

#

he violated GDPR laws aswell

#

by using plugin purchasers paypal emails to advertise

limber knotBOT
#

oh damn thats scummy

worn ember
#

the whole thing is scummy

#

he's literally baiting minors into getting their parents to pay for something worthless

#

doesnt make it right tho

worn ember
#

EA strategy is releasing unfinished games and selling patches as DLC's

limber knotBOT
#

previous server owner I was fished domains of other servers saying "That's completely normal in business, stop complaining so much"

#

s/I was/I was at

#

Correction, <KennyTV> previous server owner I was at fished domains of other servers saying "That's completely normal in business, stop complaining so much"

static badge
#

seems to be a trend that simulators have high dlc prices

void void
rare python
#

Anyone know where I can find a global shop plugin?