#off-topic

1 messages · Page 543 of 1

frank pasture
#

How does 1 check if a string is a UUID

bright patrol
frank pasture
#

its just &d&m

boreal escarp
#

^

velvet crescent
#

Charlie, I'd say use regex and check for specific things?

bright patrol
#

like ---------

boreal escarp
#

on 1.13 they broke that, using spaces is the best way.

frank pasture
#

ye I think ima do that

#

i wish snapchat wouldn't send me typing notifications

#

rly fucking annoying

boreal escarp
frank pasture
#
    public static boolean isUUID(String str) {
        return str.matches("[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}");
    }```
#

ye i have this xd

boreal escarp
#

xD

bright patrol
#

Chazza Thanks!!

frank pasture
#

np!

jagged pollen
#

Have no idea, but wouldn't UUID.fromString(String) work?

frank pasture
#

u can do that with a try and catch

#

but apparently regex is quicker

long summit
#

Yeah I think regex is faster

sterile parrot
#

why would you check if a string is an uuid and not need the uuid?

#

and also use compiled regex patterns

#

since String#matches has to compile the regex pattern first and then matching

long summit
#

I'm guessing they are taking it from the config? Kinda just in case someone edits it idk

boreal escarp
#

If that return true you can just use UUID.fromString(string); 😉

frank pasture
#

@sterile parrot wdym compiled regex

boreal escarp
#

Pattern ig

#

You have already referred someone
Is this good?

arctic raptor
#

Ptsd

#

My flight path looks like a 2 year old was coloring

velvet crescent
#

Jesus Drew..

arctic raptor
#

Lmao

#

Yes frcsty?

boreal escarp
#

A true pilot

arctic raptor
#

Yeah bro

#

I got my joystick and throttle

#

My notebook

#

Aight wtf is this

mellow zinc
#

:haha:

arctic raptor
#

Oh hey

#

Look at that

#

Teir 3 finally

frank pasture
#

pogchamp

pale grotto
#

@velvet crescent the fuck is your problem

#

chill

velvet crescent
#

"omg ur short"

fringe sigil
#

@arctic raptor as an atc controller what sort of stuff can they do

#

features of the software like

arctic raptor
#

@fringe sigil not sure I'm not a vatsim controller yet lol

#

You can watch people's live streams when they atc tho

fringe sigil
#

Im building some new software, so far so good

nocturne fossil
#

Frosty loves all

fringe sigil
#

You know what

nocturne fossil
#

Waht!

fringe sigil
#

Hm

#

Well I was gonna say I'll take my radar design to image editing software

#

But its actually hard

velvet crescent
#

Niall KiteHolograms when?

fringe sigil
#

I already have a design but wanna find the best version before i write up the full thing

#

@velvet crescent After my second radar project

velvet crescent
#

ah

fringe sigil
#

Itsa big one though

#

I dont know what looks better

#

Idk wether the sidebar should be like 10px from the top right or 0px

arctic raptor
#

Images?

#

@fringe sigil also you should make a radar tracker thing for networks like vatsim

fringe sigil
#

Yeah prob will at some point

#

Side bar with right padding

velvet crescent
#

only 1 color, feels bad

nocturne fossil
#

xD

fringe sigil
#

Sidebar with no padding (its right up against the edge)

velvet crescent
#

yikes "Target List"

nocturne fossil
#

xD

fringe sigil
#

Think about for full screen displays

#

Uh

pure bane
#

U kno what

velvet crescent
#

wow u still alive

jagged pollen
#

o hey clip

boreal escarp
#

what @pure bane 😮

fringe sigil
#

📰 📎

boreal escarp
fringe sigil
#

Lol

velvet crescent
#

And he's gone again

jagged pollen
pure bane
#

What

fallow crow
#

whar

nocturne fossil
#

Clip hooked up with gaby

#

no joke

boreal escarp
#

what

fringe sigil
#

im not sure

#

no?

#

ah yeah

#

lol

#

yeah maybe later

#

what are you trying to do?

#

oh ok

#

no thats not possible

#

no problem

boreal escarp
#

ok .

fringe sigil
#

Oh he deleted all his messages nevermind

nocturne fossil
#

who

fair island
#

I'm not after a tutorial or anything, but I was just curious on how open ports on a server allowed someone to give themselves permission to w/e and grief the server?

velvet crescent
#

@nocturne fossil Why do you need to send 4 messages lmao, is it that hard to keep them all inside 1 message?

nocturne fossil
#

yes i've got adhd

#

im also a idiot

#

does that make sense?

velvet crescent
#

Also why do you keep posting aditional things when you see they've already been given an answer :p

boreal escarp
fringe sigil
#

NOT WORKING

boreal escarp
fringe sigil
#

ABSOLUTE SHIT

boreal escarp
#

MaTh

fringe sigil
#

NO

#

COMPLETE DIFFERENT ANSWERS FROM JAVA AND CALULCATOr

#

12.5 IN CALC

#

AND 552 IN JAVA

mellow zinc
fringe sigil
#

LOOK TRY

boreal escarp
#

I did

fringe sigil
#

Ok

#

@mellow zinc Back me up on this:

#
public static String getDMSFromDecimal(double decimal) {
        int degrees = (int) decimal;
        int minute = (int) ((decimal - degrees) * 60);
        double second = (decimal - degrees - minute/60) * 3600;
        return degrees + "°" + minute + "\'" + second + "\"";
    }
}```
#

Try this...

#

Then enter it into the rapid tables converter

#

Completley wrong

mellow zinc
#

i dont have any coding shit lmao

fringe sigil
#

Too wrong to be a floating point rep

#

Oh ok

mellow zinc
#

i can read it and thats about it :D

fringe sigil
#

wheres lemmo when you need him

boreal escarp
#

:))

#
function test(input) {
  var d = parseInt(input);
  var m = parseInt((input - d) * 60);
  var s = (input - d - (m / 60)) * 3600;

  return d + "° " + m + "' " + s + "''";
}

test(20.30);


"20° 18' 2.5979218776228663e-12''"```
mellow zinc
#

gaby check pm ☹

boreal escarp
#

java 20° 18' 1080.0000000000025"

pure bane
#

Stop using JavaScript expansion to test your JavaScript skills

boreal escarp
#

........

#

Su clip

fringe sigil
#

OK

boreal escarp
#

Yea niall, idk how this shit works tbh

fringe sigil
#

Wrong

#

Its 20° 0' 0"

boreal escarp
#

Math should work the same

#

Have fun Niall

frank pasture
#

Honestly women are so confusing

mellow zinc
#

honestly me too

frank pasture
#

I met some girl earlier and facetimed for 1 and half hours, and now this girl (whos like 22 iirc) who I used to talk to is annoyed

#

yet i never knew she liked me in that way

#

and tries to say how would I feel if she did it.. I NEVER KNEW

mellow zinc
#

threesome

frank pasture
#

oi oi

mellow zinc
#

( ͡° ͜ʖ ͡°)

boreal escarp
#

@fringe sigil

    double c = 20.30;
    double absolute = Math.abs(c);
    int degrees = (int) Math.floor(absolute);
    int minutesNotTruncated = (int) (absolute - degrees) * 60;
    int minutes = (int) Math.floor(minutesNotTruncated);
    int seconds = (int) Math.floor((minutesNotTruncated - minutes) * 60);```
Try this - it return 20 0 0 as you said
fringe sigil
#

Returns 0 0 for all

#
public static String getDMSFromDecimal(double decimal) {
        double absolute = Math.abs(decimal);
        int degrees = (int) Math.floor(absolute);
        double minutesNotTruncated = (absolute - degrees) * 60;
        int minutes = (int) Math.floor(minutesNotTruncated);
        double seconds = (minutesNotTruncated - minutes) * 60;

        return degrees + "°" + minutes + "\'" + new DecimalFormat("###.##").format(seconds) + "\"";
    }
``` Finally got it working
boreal escarp
#

really?

#

Great!

boreal escarp
primal pecan
#

wut @boreal escarp ?

trail sun
#

I know some people think that disabling the /help function so players can't see the current plugins on a server, but I don't understand why it's an issue though as many servers want to be unique ?

arctic raptor
#

Not this again

trail sun
#

well, I'm considering weather to do it not and I wasn't here for the last debate :p

arctic raptor
#

The last like 20 debates

#

Players don't need to be concerned with what plugins you have in the first place

#

Unless you really just enjoy dealing with the people who will harass you about having x plugin and not y

pale grotto
arctic raptor
jade oasis
#

its only for like a few days cos my nitro expires soon

#

12 roles 🎉

frank pasture
#

Well I did it

#

Going on a date next week

#

If I can save up the cash :3

mellow zinc
#

LOL

frank pasture
#

😂😂

jade oasis
#

ok

frank pasture
#

We FaceTimed today for 1 and half hours

#

So now just gotta save cash

jade oasis
#

buys all apple products, wonders how to save money

frank pasture
#

HAHA

#

oops

mellow zinc
#

apple watch soon comeTM

jade oasis
#

1 and a half hours? not that much tbh

frank pasture
#

Who

#

And for a first call that is

blazing oar
#

That’s not much

#

For a first

jade oasis
#

i mean i talk longer with people for the first time

frank pasture
#

Lol oh

#

Maybe cuz I’m becoming anti social

#

Oops

blazing oar
#

Mt first was like 4hours

#

My*

#

Welp I am becoming anti social too

jade oasis
#

mfw i never had a girlfriend because it takes effort and dedication

blazing oar
#

Well social

#

I was anti social

frank pasture
#

That’s what every mine man says tho

mellow zinc
#

we all minemen thats why we anti social

blazing oar
#

True

#

But I am not a mine man anymore

jade oasis
#

if i really wanted to i could but it would mean i have to dedicate my time to someone

mellow zinc
#

🤔

blazing oar
#

I am a mine server owner

frank pasture
#

You don’t rly need to dedicate a lot of time tho

mellow zinc
#

once a mineman always a mineman

blazing oar
#

True

frank pasture
#

Just text through the day and FaceTime at night

jade oasis
#

if i'd go out with someone it would be someone i know

blazing oar
#

If that person likes you and she know that you love her then it’s fine

#

You need to fine the right person

#

(Best of all would be a mine girl but .. they are rare)

jade oasis
#

its hard for me to commit lol

blazing oar
#

Lol

jade oasis
#

it sounds nice to have a girlfriend in theory

blazing oar
#

It’s always hard

#

It really sounds cool

#

The best part is when you want to go to the next level

jade oasis
#

also if you pick wrong it could leave you fucked up

blazing oar
#

(You know what I mean..)

#

Welp you need to find the e right one

#

So like captain America

#

He waited for the perfect girl

frank pasture
#

Honestly this is where you know you’re in a mc discord

blazing oar
#

Xdddd

mellow zinc
#

😂

frank pasture
#

“It sounds nice to have a girlfriend”

blazing oar
#

Hahhahahahahah

frank pasture
#

Just get citizens plugin

jade oasis
#

no but seriously its not that hard to get one

blazing oar
#

XD

frank pasture
#

/npc create Girlfriend

jade oasis
#

its the actual effort after that

mellow zinc
#

LOLOLOL

jade oasis
#

i cant be arsed

frank pasture
#

Then setup auto moving

blazing oar
#

Lol for some people it’s hard to get one

frank pasture
#

And you can play together

#

!!!!

kindred sedgeBOT
#

pong, my connection latency is 43ms

blazing oar
#

They don’t have confidence

jade oasis
#

let me fucking play binding of isaac i dont want your shit

frank pasture
#

I don’t have all that much

jade oasis
#

me everyday

blazing oar
#

They can’t go to the girl and say “ I love you”

jade oasis
#

I mean I wouldnt say that immediately

frank pasture
#

Wel I met this girl today, turns out we went to same place in the same day

#

And already FaceTimed and planned date

#

She offered lol

blazing oar
#

Oof

frank pasture
#

As in said about going on a date

blazing oar
#

“She offered”

frank pasture
#

HAHA

#

well idk what’ll happen at cinema

jade oasis
#

Where u wanna go Charlie

frank pasture
#

But I’m going back row

blazing oar
#

You know it’s supposed to be the man offering right?

frank pasture
#

We going cinema

jade oasis
#

😉

frank pasture
#

Yes but she already asked lol

#

Which is nice

#

At least I know she wants that

#

I could ask and she could reject 😂

blazing oar
#

True

#

But same for you

jade oasis
#

back row cinema

frank pasture
#

Yeah true

blazing oar
#

She could ask and you reject

jade oasis
#

spicy

frank pasture
#

Back row cinema is where is best

blazing oar
#

It’s 50/50 chance for both

frank pasture
#

I mean I said to her about her sitting on my lap, arms around and yano kiss and cuddle

#

And she wants it

#

¯_(ツ)_/¯

jade oasis
#

she wants it

frank pasture
#

HAHA

#

who knows

mellow zinc
#

👀

frank pasture
#

But on a serious note, just means ima save money now

jade oasis
#

👀

blazing oar
#

(By Logic: 1 row above the middle row in the center are the best places By Minelogic: Last row is the best just because you can do nasty things there..)

frank pasture
#

For the next week

#

I need to save like £100

#

SO HMU FOR COMMISSIONS, kappa lmao

jade oasis
#

then dont fuckin buy apple shit

frank pasture
#

Apple is nice 😦

woven prairie
#

I want a girl 😦

frank pasture
#

I thought you got one

jade oasis
#

i have way too much money i dont spend

frank pasture
#

By WhatsApp?

jade oasis
#

i never realised

woven prairie
#

😮

#

I forgot you have my number, lmao

frank pasture
#

HAHA

#

I wouldn’t say anything anyway

blazing oar
#

Haha that’s when he knew.. HE FUCKT UP

woven prairie
#

lel

frank pasture
#

Plus me and gian have met up irl

woven prairie
#

My uncle messaged me and was like "Does gian still use this phone?"

frank pasture
#

How many mineman can say they met irl

blazing oar
#

XD

woven prairie
blazing oar
#

I can say it

frank pasture
#

Especially from Help Chat, minus clip and glare

mellow zinc
#

blockheads

blazing oar
#

You know what

frank pasture
#

Remember Spigotcon

blazing oar
#

Let’s host an event

frank pasture
#

JINX

woven prairie
#

HelpChatCon

blazing oar
#

I have a friend, he has like a mansion.. we can host a party there for hep chat so everyone knows each other

#

XD

woven prairie
#

Or

#

We rent one

blazing oar
#

Or that

woven prairie
#

in LA

#

Get all the cool kids

frank pasture
#

Gian has racks

blazing oar
#

Everyone gives like 5$

frank pasture
#

He will pay

woven prairie
#

Have a Bedwars tournament

frank pasture
#

Gian the type of guy to hire the clout house

blazing oar
#

XD

mellow zinc
#

i win automatically

woven prairie
#

Top 10 go to the plugin configure tournament. Whoever can make the sexiest deluxemenu wins 1 month of nitro

blazing oar
#

The event would be 16+

#

XD no kids that day

mellow zinc
#

cloutHouse raided by mine men

frank pasture
#

HAHA

woven prairie
#

We have panels. We discuss why it doesn't matter if you don't block your plugins

mellow zinc
#

xd

woven prairie
#

Then, we have kids with 0-10 player servers tell us to follow EULA

#

It'll be a success!

blazing oar
#

BRO WHAT IF we did like an event but like a livestream, featuring some people with some panels etc

#

And some prices

frank pasture
#

HAHAHA

blazing oar
#

That would be sick

woven prairie
#

We stream on Discord

frank pasture
#

Winner - gian 😂😂😂

#

Eula compliant servers

blazing oar
#

No oof

frank pasture
#

And if you don’t have one, your rate my server thread gets closed

#

By spigot staff

blazing oar
#

You can only have 10 people on a livestream on discord

frank pasture
woven prairie
#

We'll use the DiscordSteamMoreView plugin for BungeeCord to get 100 viewers

#

Then, have multiple proxies

primal pecan
#

Sup

blazing oar
#

Oof

#

Isn’t it easier to just livestream on YouTube?

primal pecan
#

no as you need another program for it lol

woven prairie
#

I can't tell if this was sarcastic lmao

frank pasture
#

Then right

#

We use Spoof

mellow zinc
#

mixer :^)

frank pasture
#

To take the server to the next level

blazing oar
#

Well @frank pasture can host it

frank pasture
primal pecan
#

Nah we use EZBlocks

blazing oar
#

He has a 64gb ram pc

frank pasture
#

I’ll drop in Spoof

blazing oar
#

It’s easy for him

primal pecan
#

He has a 32gb

frank pasture
#

32gb ram on my laptop

primal pecan
#

not a 64

blazing oar
#

Or 32

#

Same thing xD

primal pecan
#

I’m getting 64 for my pc

frank pasture
#

Xddd

primal pecan
#

no it isn’t the same lol

frank pasture
#

I’ll get 64 for my laptop

#

When I have funds

mellow zinc
#

drop in spoof on the server and i steal the jar hehe

woven prairie
#

I'll have 1.5TB, so, pls

frank pasture
#

HAHA

blazing oar
#

It is because both run obs and some other programs fine

primal pecan
#

It’s overneeded tbh

frank pasture
#

Yeah ofc

primal pecan
#

I’m debating on either when I move

#

4x 2tb ssd

blazing oar
#

I will get a i3 8gb when I have money

primal pecan
#

or 64gb and 2x 1tb

woven prairie
#

I wish I had money 😦

blazing oar
#

Actually I have a i3 4gb.. so...

frank pasture
#

Same

primal pecan
#

who want a dolla

blazing oar
#

Me

primal pecan
#

Suckie suckie for a dolla

blazing oar
#

I am poor

mellow zinc
#

LOL

blazing oar
#

I will suck everything you want for a dollar

mellow zinc
#

uwu

primal pecan
#

leaves conversation

blazing oar
#

(Actually not)

#

But if you give a dollar I would be very happy

#

Would be a start to get my i3 8gb ram

primal pecan
#

I’d pay more on fees if you aren’t US

blazing oar
#

Welp rip

primal pecan
#

over the amount you’d receive

blazing oar
#

Then just give me 50

#

That works too

primal pecan
#

@woven prairie who did yo pfp

arctic raptor
#

imagine asking for cash

woven prairie
#

The drawing or the gifing?

primal pecan
#

drawing/both ig

woven prairie
#

Nycolate and Funny

primal pecan
#

Send me first ones discord in a dm?

#

or website

woven prairie
#

wut

primal pecan
#

the artist

woven prairie
#

artist I said above dot website

primal pecan
#

u forgot art

woven prairie
#

welp

primal pecan
#

before dot

true ravine
#

Full metal alchemist brotherhood > full metal alchemist

muted fern
#

ty @jade oasis for the boost ❤

magic summit
#

I have the feeling Spigot has to deal with quite some attacks recently

#

I had it twice now that the forum returns an error due to cloudflare's DDoS protection

muted fern
#

Yeah our buyerchecks got blocked a couple of days ago

arctic raptor
#

New house soon

primal pecan
#

Looks cool @arctic raptor

#

But that flooring to carpet 🤢

#

well the tile layout

arctic raptor
#

Lmao

primal pecan
#

and is that really the chandelier?

arctic raptor
#

Yes

primal pecan
#

Ah damn lol

arctic raptor
#

I'm not a fan of the room space

primal pecan
#

U know what room you are getting etc?

#

should send a pic of the space you’ll have lol

arctic raptor
#

Options are that I either attempt to cram my desk and my bed into a 146 x 118 inch room

primal pecan
#

Or

arctic raptor
#

Or my parents decide to put my other step sister in that room and I get the area downstairs

primal pecan
#

ah lol

arctic raptor
#

Which isn't a room rn but its gonna have to be made into one

#

But it's office sized

primal pecan
#

Send a pic of the first option

#

if you have one

arctic raptor
#

I already left

primal pecan
#

Ah damn lol

arctic raptor
#

I just have dimensions in a paper

primal pecan
#

I don’t feel like doing the math and could estimate some stuff into it

#

Second option might be better dependent on how old ur sister is and what she does etc

#

Moving to a new house cause you need more space or bc you need to move locations?

arctic raptor
#

She's hopefully graduating this year

#

and hopefully moving out

#

But she's not there all the time, it's only every now and then

#

What she does, honestly, I have no clue. She doesn't have a job, but makes money from babysitting my other step sisters and my little brother during the summer

#

I might not be as smart as her or as old but I at least know how to get money

#

@primal pecan

#

On first floor, bottom left (office sized area)

On 2nd, top left (the smaller room)

primal pecan
#

Guessing you have a closet?

#

in the first room

#

Ye the first floor is a bit larger than the second floor

#

You’d just hear the front door a lot tho if you were there @arctic raptor

#

or anyone coming down the stairs unless the room was sorta sound proof

arctic raptor
#

Most the time nobody uses the front door lmao

#

And yes there's a closet

muted fern
#

Spoopyy

primal pecan
#

Put a clip in there, and you'll get a @ everyone every morning, and all you'll need is a label named #clips-pings.

primal pecan
#

@wide heron

#

Your discord isn't working as you don't have the # discriminators on it

#

for the confirmation (to link it)

#

All you have is your username.

#

You need the full "Do_You_Mind#9080" to be listed there.

wide heron
#

got it updating now

#

updated

primal pecan
#

run the command to check in #bot-commands / connect

#

"=spigot 14669" run that in #bot-commands

bronze compass
#

ugh i can't seem to find a good name for my server

#

any recommendations?

fresh carbon
#

Google

woven prairie
#

ServerCraftMC

boreal escarp
#

Btw what site is that?

naive barn
#

Lmao, that's golden

velvet crescent
frank pasture
#

@velvet crescent haha wtf he added as a friend so they are active, just need to keep looking to see if they are active on any servers

#

Friend them on a few of the large servers

#

Prob your only way, plus MCM searching

velvet crescent
#

I got his discord, but can't add him since he has it turned off

frank pasture
#

Oh really.. fuck

#

Try it again maybe

#

If not see if you’re in any mutual servers

#

And tag them there

woven prairie
#

Waiting on Tebex to reply regarding Enterprise is a whole issue 😦

arctic raptor
#

LMAO

#

Badjokesbyjeff

woven prairie
#

How to remove /stoplag

boreal escarp
#

Run /stop

woven prairie
#

lol

boreal escarp
#

¯_(ツ)_/¯

#

Do you need that or you are joking?

woven prairie
#

I meant the Worldguard thign

boreal escarp
#

Ah, never heard of it

long summit
boreal escarp
#

ah

fallow crow
#

hi guys

#

is it possible to create a npc with the skin of the player who is watching it?

boreal escarp
#

No afaik.

woven prairie
#

Isn't it /npc skin -p?

frank pasture
#

I never knew ^ if that works?

fallow crow
#

nope, its not working

magic summit
#

@woven prairie That would still show the skin of a specific player and not the one of the player looking at it.

obsidian fable
#

I don't think its possible

frank pasture
#

its possible, but may require another plugin

#

to interact with citizens

obsidian fable
#

Didn't know you were allowed to use other plugins

#

You can use /npc skin -t [uuid] [data] [signature] to set a very specific full skin blob from Mojang.

#

Thats all I know

naive barn
#

Does anybody have any general statistics for plugin purchases?

#

Eg: See what resources earn most on spigot?

frank pasture
#

can calculate that yourself roughly speaking, tho if they've moved from another platform its hard to track

#

like my plugins have more buyers than it shows on songoda, because I came from other platforms

woven prairie
#

I've seen this issue on a few servers. When you join for the first time, you spawn somewhere random, and then spawn in the hub, it's like you get teleported. Anyone know what I'm on about?

jade oasis
#

yeah

woven prairie
#

What's the solution? A friend of mine has it and I've never had it

naive barn
#

are you sure he doesn't have any custom plugin fiddling with how the spawn location works?

#

it could be that the spawn plugin delay spawn, or that he uses a modified jar that could fiddle with how packets are sent.

woven prairie
#

100% of the plugins in his lobby are public and only 1 handles spawn. He doesn't even have Essentials

naive barn
#

does he have a custom spigot fork?

woven prairie
#

Nope. Running the latest 1.8.8 Paper

naive barn
#

Guessing he's using bungee?

woven prairie
#

Yup

naive barn
#

try without going through the bungee

#

it may be that the bungee fiddles with the packets in some way

woven prairie
#

I guess that's a good step for debugging

#

If he does that, and then removes his UUID from the world folder (to simulate a first join), the same issue occurs

woven prairie
#

@magic summit Mind accepting my friend request? 🙂 - Wanna talk to you regarding something

naive barn
#

i'd check without plugins, and if the issue is fixed do binary search to find the culprit

#

that's the best way to fix such an issue as long as you know how to reproduce it

jade oasis
#

set the world spawn

naive barn
#

also that

jade oasis
#

./setworldspawn

#

I'm pretty sure you join via world spawn and then the spawn plugin handles it after that

woven prairie
#

ooo

jade oasis
#

lol if it works

naive barn
#

^

fallow crow
#

/setworldspawn have a big problem

jade oasis
#

that is

fallow crow
#

dont save the correct location , if you are looking to WEST it wil teleported you randomly, not to west

magic summit
#

That is normal

#

A new player spawns randomly around the spawn

#

@woven prairie dm is normally open

woven prairie
frank pasture
#

gian u prob dont haveyours on

#

thats why

jagged pollen
#

^^^

primal pecan
#

Sup

frank pasture
#

REEE “the apprentice” don’t start till 9

primal pecan
#

wut

#

a tv show or somethin?

frank pasture
#

Yeah

blazing oar
#

quick question: does deluxemenus has like a webgenerator? so that i can like create my menus online and then pick the config..?

boreal escarp
#

No

blazing oar
#

ok ty

honest thistleBOT
#
⚡ GUIHelper | The in-game GUI builder ⚡
Useful Links & Information:

The ultimate solution to creating professional GUIs
Spigot
Support

boreal escarp
#

You can try this

blazing oar
#

is that for deluxemenus? 2. that's ingame xd

boreal escarp
#

yes and yes 😉

mellow zinc
nocturne fossil
#

Whats nialls agar game domain called

trim raft
boreal escarp
#

I love the new update

blazing oar
#

what update?

#

from what?

fringe sigil
#

Vibin

primal pecan
#

bruh

#

Old laptop 1.14: 2 minutes load a world

#

New laptop 1.14: 10 seconds load a world

fallow crow
#

me on my macbook air: ._.

primal pecan
#

Reinstalling COD MW to get temps now lol

bronze compass
#

im literally so burnt out from making a server

#

like idk what to do anymore

fringe sigil
#

Ryanair

jade oasis
#

relevant 100

woven prairie
#

mood

safe meadow
#

Hey uhm, how do I report a scam?

#

@muted fern

muted fern
#

Dm @honest thistle

#

Assuming it happened through a HelpChat service channel

safe meadow
#

It did, the deal was made more then a month ago tho! It was a big project

#

However, all that a report will do is get him banned?

eternal apex
#

if the report goes in your favor, the offender will get a service ban in here

#

I don’t believe we issue full bans for misconduct in the service channels

muted fern
#

All depends on the case

safe meadow
#

Mh yea, well I’ll try to get my 50$ back first, don’t think me getting him banned will help with that. But I’ll certainly report it afterwards, thanks! 😄

frank pasture
#

@safe meadow do you have the guys MCM

#

You could always report him / her there too

safe meadow
#

I don’t unfortunately, the lad has done past work for me and had no problems with him before

boreal escarp
#

Is it ok if I register domains using ovh?

frank pasture
#

@safe meadow it isn’t benj by any chance is it lol

#

And yeah Gaby

boreal escarp
#

k

naive barn
#

i lost 500$+ through a deal started in help-chat

#

but to be honest a ban won't solve anything

boreal escarp
#

of course it wont

woven prairie
#

It just stops them using this as a place to scam

muted fern
#

^

naive barn
#

even that isn't really true. If the scamming team has 3 members, each have an account or two, there you go scamming

muted fern
#

At least hinders them

naive barn
#

additionally, let's be honest that most people that ask for services on help-chat aren't large networks

woven prairie
#

Doesn't matter, a scam is a scam. Scamming someone who does MC for fun out of $50 is also worse

muted fern
#

I scam gian all the time

woven prairie
#

True

muted fern
#

He keeps giving me money

naive barn
#

yes, i understand

woven prairie
#

Funny charges me $10 to add a logo on an image and add text

naive barn
#

for resource pages?

muted fern
#

But you keep coming back, so must be good 😉

woven prairie
#

lel

muted fern
#

Social stuff Stef

naive barn
#

honestly i agree with funny

#

i've been charging a lot for minor tasks in the past too

#

but clients came back so i saw nothing bad in keeping to do it ¯_(ツ)_/¯

eternal apex
#

just don’t charge anything

#

ez

woven prairie
#

eZ

boreal escarp
#

Dont agree with fc

muted fern
#

u wot

naive barn
#

well, thing is most freelancing work is paid per hour of actual work (eg: Development or designing)

#

the business & idea design part of things isn't paid.

#

For example, if i have to do a plugin that takes 2 hours to do yet the design of the idea, talking terms, etc takes 2 other hours, i only get paid for half of my work time

safe meadow
#

@frank pasture No it’s not, it’s mizioki#3169

#

He did past plugins for me, but this one would be bigger, so I gave a 50$ prepayment. Time went on but didn’t get any updates, he now hasn’t answered my messages for 2 weeks.

woven prairie
#

Chargeback 😮

safe meadow
#

I would if I hadn’t been a complete idiot

boreal escarp
#

F&F?

naive barn
#

never F&F for any reason

#

G&S is there to protect you. A well intentioned seller will never ask you for F&F. It's not even that hard to protect G&S

safe meadow
#

Yes

boreal escarp
safe meadow
#

But as I said, he did past work for me. Like almost my entire server, never had trouble, so yea

#

xD

naive barn
#

how much did you spend with him?

safe meadow
#

More then 300$

boreal escarp
#

Ught

naive barn
#

seems strange to scam a client that worked with you for 300$ for 50$

safe meadow
#

Well, probably why I didn’t expect him to right

boreal escarp
#

Are they online on discord or?

safe meadow
woven prairie
#

Exit scam 🌚

safe meadow
#

He knows what he’s doing

naive barn
#

reason he didn't do it ast all was because you specified you are no longer needing the work done

#

so that's why

#

this is what i've lost myself recently, working with a server i knew wouldn't really succeed

safe meadow
#

What I said is that I don’t have an immediate use for the product, but I will still pay for his work if he delivers it. He was having trouble with the coding and I gave him a way out aka refunding the prepayment and forgetting about all of this.

naive barn
#

still due. He broke the contract we had a few days ago

safe meadow
#

Yep

naive barn
#

To be honest, I knew that was going to happen, just didn't want leave the project while it was failing in the background.

safe meadow
#

Mh yea I get that

naive barn
#

not that big of a problem. Few of the plugins he didn't pay can be resold for quite a bit. ¯_(ツ)_/¯

safe meadow
#

Yea I’d do the same with past work he did, but the plugins are so custom and specific that I’m afraid I won’t find a buyer

boreal escarp
primal pecan
#

Sup

naive barn
#

situation solved. Publicising my work for free

frank pasture
#

Maybe I need to make bans.io a place for all round bad user reporting

#

Like discord kids n mc accounts that are scam

naive barn
velvet crescent
#

Don't

#

.

naive barn
#

make a system to allow global bans based on how many different servers ban a player

#

make it based on an API, allow server owners to select their own ban treshold, etc

mellow zinc
#

do it

#

with that domain there is so many possibilities

primal pecan
#

Well my build is pretty much complete.

#
CPU: i9-9900k @ 5.0Ghz
RAM: 32GB DDR4-3200
GPU: RTX 2080 Ti 11GB
mellow zinc
#

jeez

boreal escarp
#

😻

#

How much @primal pecan ?

primal pecan
#

~$2400 usd

boreal escarp
#

Oh well

primal pecan
#

It's $400 above what I would've went to spend but the GPU is something I wouldn't need to upgrade for awhile.

#

It's only 1 below the Titan

mellow zinc
#

literally wouldnt need to be upgraded in about 5-10 years i reckon

boreal escarp
#

:))

#

For real

primal pecan
#

It's not the fastest tho

#

xd

boreal escarp
#

I would love to have that pc haha

primal pecan
#

Eh, it's money I made from this and last month from plugins.

mellow zinc
#

wow

primal pecan
#

well some of it.

jagged pollen
#

nice

mellow zinc
#

the only thing i disagree with is the i9

primal pecan
#

It's not a huge increase from the i7-9700k except for a few % and the cost.

#

and more threads.

mellow zinc
#

sure its more stable than amd, but i was looking on cpubenchmark and for ~the same price as ryzen 9, ryzen 9 has better performance

boreal escarp
#

nice

primal pecan
#

Ryzen 9 has a new processor and eh

main pilot
#

Ryzen is pretty sweet

primal pecan
#

I just prefer Intel.

mellow zinc
#

fairs

primal pecan
#

Ryzen 9 3950X

#

$750

#

Supposedly to release on November 29th

#

16c

#

32t

#

3.6ghz base

main pilot
#

Sheesh, that's gonna be a monster

primal pecan
#

4.7 boost

mellow zinc
#

but honestly amd is definitely a good competitor to intel nowadays

primal pecan
#

Along with the new $50 processor from AMD

#

Bringing back one of their old brands.

main pilot
#

Yes they sure are, if not better in some cases

#

Performance wise

primal pecan
#

It's a $600 usd increase from the RTX 2070s -> RTX 2080 ti

mellow zinc
#

wtf lmao

primal pecan
#

RTX 2080 isn't worth it nor is the super for it's price.

frank pasture
#

Yeah it’s not worth it

boreal escarp
#

only 600? 😹

mellow zinc
#

i knew it was a big increase but i didnt realise that much

frank pasture
#

My 2060 works flawlessly

primal pecan
#

I ended up booting up the laptop again

#

to get temps

main pilot
#

Shiet, my 1080 works flawlessy, lol.

frank pasture
#

Even on COD w/ max graphics I still get 140200 FPS

boreal escarp
#

:))

frank pasture
#

140-200

main pilot
#

I was like u haxor

primal pecan
#

gotta redownload cod to get temps

mellow zinc
#

ah yes i love 140200 fps

frank pasture
#

So the 2080 would add like a couple FPS lmao

main pilot
#

140k fps op

boreal escarp
#

I still get 140200 FPS

frank pasture
#

I MEANT 140-200

#

I’m in the car

mellow zinc
#

xd

main pilot
#

I get about 100-150 with the 1080 it seems

primal pecan
#
Gaming Computer

Idling: 
    SSD: ~45c
    CPU: ~58c can drop to 50c/go up to 68c but goes back down to 58-60c.
    GPU: ~55c

Minecraft 1.14 (No Optifine):
    SSD: ~45c
    OLD TEMPS CPU: ~65-75c (when idling on game), ~85-90 (when playing)
    NEW TEMPS CPU: ~70-85c (when idling on game), ~85-90 (when playing)
    GPU: ~60c

Minecraft 1.14 (Optifine):
    SSD:
    CPU:~87-90c (when idling on game), ~90-96 (when playing)
    GPU:
boreal escarp
#

poor cpu

main pilot
#

Had it set to 4k resolution and oops, kinda got a little too hot.

primal pecan
#
Old Laptop:

Idling:
    CPU: ~56c

Minecraft 1.14 (No Optifine):
    CPU: 82-85c (when idling on game), ~86-87 (max the cpu is showing)

Minecraft 1.14 (Optifine):
    CPU: ~71-80c (when idling on game)
main pilot
#

Dang, isn't going above 70c bad ?

mellow zinc
#

oof 90c on mc

frank pasture
#

That’s hot as fuck

#

For just mc

boreal escarp
#

Celsius?

primal pecan
#

I'm likely going to go into a lawsuit with Digital Storm

#

ye

#

as they are trying to charge me $400 to return a deformed laptop.

mellow zinc
#

ye might wanna look into getting better fans

frank pasture
#

Even your new one is fucked

mellow zinc
#

lmao

primal pecan
#

well the old one

#

is from 2015

#

I haven't needed anything since it.

boreal escarp
#

Like an airplane engine as fan

primal pecan
#

till MC 1.14

#

My Laptop's CPU usage hovers at 100% on my old cpu

naive barn
#

gasoline PC

boreal escarp
#

:))

mellow zinc
#

wtf

primal pecan
#

If I don't have optifine it doesn't give me drops from breaking blocks lol

frank pasture
#

I’m sure IS would love your laptop

#

As a replacement for the Samsung note series

mellow zinc
#

LOL

primal pecan
#

atm redownloading cod mw

frank pasture
#

They love taking them on planes

primal pecan
#

to run temp tests

mellow zinc
#

oof 3.92mbps

primal pecan
#

It's only went down 8gb in the last hour.

#

Kaliber the max you'll get 5-6mbps

#

as it has to download from their servers.

#

I've got 1gbps.

mellow zinc
#

yesysesyyses

frank pasture
#

Yeah it’s horrid

#

I have high speeds at my mums and that thing doesn’t show much

primal pecan
#

it took around 8 hours the first time lmao

frank pasture
#

COD cap you

mellow zinc
#

im pretty sure thats worse than the ps4 servers

frank pasture
#

wtf

#

Mine took 30 mins Liao

#

Lmao

mellow zinc
#

even on ps4 i get higher speeds and their servers are trash af

primal pecan
#

30 mins for this lol?

#

jokes.

#

it's a 130gb install for pc

frank pasture
#

Yeah the first download of 128gb

#

Took me 30 mins

mellow zinc
#

mint

primal pecan
#

lol you probably were running fast till you peaked.

frank pasture
#

I have high speeds at my mums

primal pecan
#

speeds get limited.

#

I have 1 gbps @frank pasture

#

lol

frank pasture
#

Lies

primal pecan
#

lemme get a test

#

1m

mellow zinc
#

its rare to see 1gpbs in uk 😦

boreal escarp
#

o

mellow zinc
#

i want it

woven prairie
boreal escarp
#

:)))

primal pecan
#

ah almost forgot to cover my ip

#

when doing the image 1m

mellow zinc
#

show it ( ͡° ͜ʖ ͡°)

main pilot
#

At least u got 4 days of ultimate haha

primal pecan
naive barn
#

how large is the respective network gian?

mellow zinc
#

jesus

boreal escarp
#

2500$ PC and take screenshot with phone cz_smart

main pilot
mellow zinc
#

lmao

primal pecan
#

huh I didn't get my pc yet lmao

#

I'm on the laptop I have to fucking return.,

boreal escarp
#

Ok, 2000$ then 😹

primal pecan
#

$2k usd

#

😉

mellow zinc
#

.

boreal escarp
#

Still taking a pic with phone xD

primal pecan
boreal escarp
#

how large is the respective network gian?
Gian own Hypixel

primal pecan
#

wants your location

mellow zinc
#

WOWWWWWW

#

THANKS KYLE

#

i dont even remember sending that

primal pecan
#

who says you did to me.

#

you did to another account of mine, that I can't use.

mellow zinc
#

o

#

when was this

primal pecan
#

live? rn

#

you can check your pending friend requests

mellow zinc
primal pecan
#

si

mellow zinc
#

o shit dat u?

#

never knew xd

primal pecan
#

who wanna make estimate at when this will be done.

mellow zinc
#

24hours

boreal escarp
#

1h

naive barn
#

1-3 hours

boreal escarp
#

winner takes all

primal pecan
#

I just know that you can't have a rocket ssd (from Sabrent) as one of your ssds.

#

As they've been baiting about their parts and having QLC in some of their drives.

arctic raptor
#

@primal pecan lmao it's still going

primal pecan
#

holy crap it's actually slowly gotten faster lmao @frank pasture

#

botta get peaked again back at 5mb/s

frank pasture
#

GG xd yeah it can get quicker

primal pecan
#

I was at 50mb/s for a second till it went quickly back down to 10mb

#

lol

#

trash

mellow zinc
primal pecan
#

what's dat for

mellow zinc
#

i tried googling what chipset the ryzen 5 3600 has and i came across this website which shows the best mobos for the cpu. thats their desc

boreal escarp
#

(6 x 9) + 6 + 9 = 69
Lol

woven prairie
#

nice

pure bane
#

🖕👌

woven prairie
#

Clip 😮

elfin minnow
pure bane
#

And she pays no attention to the young Minecraft and pc god but glances at the freshman quarterback

velvet crescent
#

The young minemen being clip 😏

primal pecan
#

My day:

#
11/7/19 SSD/CPU/GPU

11:20 to 11:25 AM: (Open: Gaming Center, Blizzard Downloader, Notepad)
    SSD: ~46c
    CPU: ~75c 
    GPU: ~60c
11:30-11:42 AM: (Open: Gaming Center, Blizzard Downloader, Notepad)
    SSD: ~46c
    CPU: ~63c
    GPU: ~59c
11:42-11:45 AM: (Open: Gaming Center, Blizzard Downloader, Notepad)
    SSD: ~46c
    CPU: ~75
    GPU: ~59c
11:46 AM: (Open: )
    SSD:
    CPU:
    GPU:
velvet crescent
#

yikes

primal pecan
#

I'm waiting for COD MW to download.

elfin minnow
#

why the cpu spiking

primal pecan
#

My lawyer suggested to make timestamps.

#

It's the deformed laptop.

#

DigitalStorm doesn't want to take back my laptop without feeing me

#

$400 usd to return a deformed/hot temp pc.

elfin minnow
primal pecan
#

I'll likely have to burn my hand just to get my money back dependent on what my timestamps see.

#

ye

#

15% restocking fee

#

5% payment fee

#

$60 shipping fee

#

as it'd need to ship back to California from New York

#

I get 90-95c playing Minecraft sooo...

elfin minnow
#

just custom build

primal pecan
#

I will be after I return this laptop

#

i9-9900k

#

RTX 2080 TI

#

64gb DDR4-3200

#

I ended up deciding to go with 64gb over 32gb

elfin minnow
#

why so much ram

primal pecan
#

Virtual machines, programming.

#

along with video editing

elfin minnow
#

ah

velvet crescent
#

Might as well go for 300+ while you're at it then..

primal pecan
#

hmm?

#

the motherboard is limited at 64gb

velvet crescent
#

rippo

primal pecan
#

It's around $2400 for the whole build, about half of what I made last month.

velvet crescent
#

mine is limited to 8 :p

#

yikes that flex

primal pecan
#

well I need to spend some money on a new desk + I already paid for my Kitchen upgrade.

#

10gb to go for COD MW lmao.

#

20mb/s statically.

frank pasture
#

Geez yours takes forever

primal pecan
#

leagues start in January 2020 @frank pasture lmao

frank pasture
#

o wow

primal pecan
#

3gb left at 30mb/s why is it high now lol

mellow zinc
#

lmao i can get them all the time

primal pecan
#

it's just cod being so low

mellow zinc
#

in poundland they sell mountain dew 375ml for 50p

#

bargain

primal pecan
#

it's now done

#

took 3 hours after I restarted at 9am

fair island
#

is it worth learning Linux?

arctic raptor
#

@fair island yes 10000%

fair island
#

I was gonna buy a 3rd pc to install linux on and learn from that but parents think i'm crazy 😂

arctic raptor
#

Raspberry pi

#

$60

#

Lmao

fair island
#

i'm not a budget person 😛

arctic raptor
#

You don't need a display for Linux

#

No that's not what I meant

#

I mean like

#

You don't need some beefy computer to just show command prompt

fair island
#

my pc is amazing at showing 1 screen tbh

arctic raptor
#

And Raspberry Pi's aren't bad on performance. You can literally use it to clone a public restaurants wifi network

fair island
#

do you know the blue screen of death?

arctic raptor
#

Unfortunately

fair island
#

my pc likes to remind me of that daily

arctic raptor
#

Lmfao

#

Do you know why

fair island
#

yes

#

i slightly corrupted a file in the system files

arctic raptor
#

How

#

In the world

fair island
#

i thought i could make a antivirus.....

primal pecan
#

sup people

arctic raptor
#

Lol

primal pecan
#

who wanna know my temps

arctic raptor
#

Sup

#

Temps ?

primal pecan
#

    Fan Boost (True) First
    CPU: (Idling) ~90c (Playing) ~90-94c
    GPU: (Idling) ~86c (Playing) ~86-87c

    Fan Boost (True) Two
    CPU: (Idling) ~90-92c (Playing) ~90-95c
    GPU: (Idling) ~86c (Playing) ~86c
#

COD MW

arctic raptor
#

Oh temperatures lmao I'm dumb

primal pecan
#
    Fan Boost (True)

    CPU: (Idling) ~87-93c (Playing) ~90-97c
    GPU: (Idling) ~62c (Playing) ~67-68c
#

Optifine Minecraft 1.14.4

fair island
#

i dont get it

arctic raptor
#

Odin do you play games in your pc

fair island
#

yes why

arctic raptor
#

What games

fair island
#

too many to count

primal pecan
#

Uncommon ones

arctic raptor
#

Oh

primal pecan
#

Non-popular most likely

#

lmao

fair island
#

new call of duty

#

counterstrike

arctic raptor
#

I was gonna say like if you're just gonna code with it you can just wipe windows off your pc and install Linux which would fix your problems but nvm

fair island
#

the forest

primal pecan
#
    First (Max Settings)

    CPU: (Idling) ~90c (Playing) ~94-98c
    GPU: (Idling) ~64c (Playing) ~80c

    Second
    
    CPU: (Idling) ~93c (Playing) ~95-96c
    GPU: (Idling) ~78c (Playing) ~80c

    Third 
    
    CPU: (Idling) ~96c (Playing) ~96-98c
    GPU: (Idling) ~79c (Playing) ~79-81c

#

COD MW Max Settings lmao

arctic raptor
#

The forest is a good game

fair island
#

too short

arctic raptor
#

I agree

#

But the concept and the game play is good

fair island
#

you play it in vr?

arctic raptor
#

I don't have vr

fair island
#

I played in vr once never again

arctic raptor
#

Lmfao

fair island
#

I turned around and the biggest fucker was there

arctic raptor
#

It's scarier so I heard

#

Lmfaoooo

fair island
#

I might have screamed so loud my neighboor came knocking to see if i was ok

arctic raptor
#

Lol

primal pecan
#

I've been doing and pushing some new parts to that desktop soon

fair island
#

I almost bought a 2080ti highest tier last night

#

parents walked in and was like "WHAT THE FUCK DO YOU THINK YOUR DOING"

primal pecan
#

I live alone

fair island
#

f

primal pecan
#
CPU: I9-9900k @ 5Ghz
GPU: RTX 2080 TI
RAM: 64GB DDR4-3200
STORAGE: 3x 1TB SSD
fair island
#

wait what

#

1tb ssd

primal pecan
#

nvme ssd

fair island
#

you have 3tb of ssd space

primal pecan
#

It's for the desktop I am buying but ye what about it.

#

3tb isn't much lol

fair island
#

holy cow.

#

I thought 256gb was expensive