#general
3141 messages ยท Page 1384 of 4
someone give wiz mod
idk why this discussion got political tbh
ya'll really manage to make an argument out of anything
I'm not blindly trusting them, I am using common sense, my knowledge of the programming languages and java, and am simply adding on to the credibility
we were literally only discussing why someone with blue name saying "clearlag bad" isn't any more valid of an argument than dumbeyedragon saying it
@minor badge So I get kicked but not the people baiting me? wtf
I'm tired of this conversation
Yes
Politics isn't allowed here (in this channel)
You took it political after it went back to a normal-ish discussion
no
There isn't and that's on purpose

brocc how are u
Hi brocc
As I said, they are devs of not only a minecraft server jar but a server jar that has better performance than spigot in all cases so their backgrounds are established in why they are a good source to cite to support an argument
If people want to talk politics, they can go to the Discord channel or some other IRC channel
ofc ofc
i'm only happy when brocc suffers
I am I go home soon and I will have new ram and mobo waiting for me 

Oh nice
new pc parts pog!
But my english teacher could have been teaching me lies on how to make persuasive arguments or I interpreted it the wrong way
that's epic, nomana
might want to put the politics stuff into the IRC rules though ๐

You know the rules
wait what?
and so do i
A full commitment is what I'm looking for
do you mean that's enough as in, enough debating/discussing?
Yes
Oh gotcha, the it's what made me confused, and alright!
never gonna give you up, never gonna let you down, never tell a lie and desert you
You wouldn't get this from any other guy
dessert you
Oof
no
lol
Desert aurora
go back to humanity
reality can be whatever i want
Snap back to reality
oh there goes gravity
Watch your profanity
yes im thinking shut
I read slut
i am thinking slut
you mutt

hello
good morning bartyrealms
Party run
how are you all
prob gonna have to spend money on that one
depends what you need of it
People want a copy if we reset map
do you care if its fast? does it need to be long term? How many downloads etc.
oh yeah that'll need some payment

75gb? how big is that world? jeesh
@mental meadow uwu
That's compressed too
mine is 74k by 37k and is smaller
I mean I personally stick stuff on b2 behind cloudflare, but there is probably a way better way to do that

mfw I tell twitter to stop showing me the annoying as fuck DDG ad, only to have somebody who I follow to retweet it?!
imagine retweeting an ad
me sitting here with a 7gb world
imagine not following my quality content on twitter
I had that a good couple of times, too 
also mini just block the account that posted the ad
U can just mute them aswell
no I dont block ppl or mute them
Mini too pure for twitter
I just dont wanna see that particular tweet because its stupid
I never block anyone
anywhere
bold of you
never
it's just corona in the trends, amazing
Taskbar on the top of the screen 
Nvm the gif was just potato for me
Looked like a taskbar
"Hi this is amy I am calling you about your current car insurance"
"I don't have car insurance"
"click"
love that
You don't want to hear about your cars extended warranty?
i literally dont have car insurance or warranty or any of that shit in my name
are spam calls like that common in the US?
very
Very recently yeah
they are getting less common though
I get one once a day
but extended warranty crap is blowing up
cause nobody does it here anymore since they fuck you over hard if your numbers get used for shit like that
laws are starting to require phone companies to filter it out
like some calls get filtered as "Spam Risk" or "Telemarketer"
and I think the laws are requiring them to go a step further and make it so the call doesnt go through at all
I've only gotten them after I entered my info to buy new car insurance, info probably got sold
hey mini I am not the us government so i have no idea
call your rep and suggest it ๐
my rep doesnt give a fuck
anyways, I think I moved most of my docker shit into my new github actions powered repo
the guy is under investigation for covering up a massive sex abuse scandal
does anybody know if I can use a dropdwon as a workdflow trigger?
and the other one is brand new i guess
sadly no :/
Great to see youโve added manual triggers for workflow actions using the workflow_dispatch (https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/). Weโve been using a combination of actionspanel UI and repository_dispatch events from a hosted bot triggered from slack commands to do this previously. Feed...
guess a textfield it is
waaaaat i just found out you can change text colour in md files
markdown does not natively support that
so either you're using some not markdown version of markdown or html
you can put css into the file and it works in my vscode preview
second one looks so much better
thanks
Is it possible that you can edit the "I'm sorry, but you do not have permission to use this command." error?
But only for specific commands

i think so, in bukkit.yml iirc
"if I remember correctly"
but I can't find it in there
oh no, messages are in spigot.yml but there doesent appear to be a default one for permission
I found it in the paper.yml
but last time I tried to edit that the server would not start at all
Just dont break the indentation and you'll be fine
editing paper.yml breaks the server since wen
heyyyyyyyyy aber
morning
hi

github pro css moment
smh cant even change z index what are the frontend developers there doing
I donโt know if stating your age as opener is necessary Oskar
idk
Like... is age a defining factor? Maybe put your interest? 
ok done changed
That was just a suggestion 

I thought you meant his age was obvious
Oskar

discord IDs are snowflakes, you can calculate their creation time on your own
whatever floats your boat
function convertIDtoUnix(id) {
/* Note: id has to be str */
var bin = (+id).toString(2);
var unixbin = '';
var unix = '';
var m = 64 - bin.length;
unixbin = bin.substring(0, 42-m);
unix = parseInt(unixbin, 2) + 1420070400000;
return unix;
}
function convert(id) {
var unix = convertIDtoUnix(id.toString());
var timestamp = moment.unix(unix/1000);
document.getElementById('i-date24').innerHTML = timestamp.format('YYYY-MM-DD, HH:mm:ss');
document.getElementById('i-date12').innerHTML = timestamp.format('YYYY-MM-DD, h:mm:ss A');
document.getElementById('i-timezone').innerHTML = moment.tz.guess();
document.getElementById('i-timeago').innerHTML = timestamp.fromNow();
document.getElementById('i-timestamp').innerHTML = unix;
}
you could also google 2+2 just to be sure it's 4 
mfw whatsapp and instagram are down
looks like there's a lot of redundant code in that snippet
instagram just keeps suggesting hentai accounts to me ._.
i wonder hjow long that outage will last though
has been for > 30 min
if its just a few minutes that'd be fucking oboring
the juicy outages are the ones that last hours
oh
azure ad was down for > 2 hours the other day
what's that
azures user repo
where everybody stores user accounts
including msft
so all sign in was down basically
and at my company we use azure ad both internally and for customers
so that was all bork too
Does IJ really doesn't support inspection sync?
rip M$ i guess
didnt notice anything tbh
then again, didnt really do much work yesterday lul
maybe thats why
Has anyone compiled openwrt here with success?
Yeah. Why?
So someone on my server reported an issue. I found out the cause is one of my first plugins. I opened the code and wish I didn't do it.
I seem to be unable to merge some commits and build successful at the same time, I been trying to solve this for like a week now.
Might have to rebase them first.
In my case I just manually edited the code to include the patch.
I just got the diff files and merged them
Also I am trying to install the wave300 driver but that seems to be what makes it fail but it still fails when I remove it
I think it was on Tuesday
Get it to build without the patches first, then look at the patches and try to manually implement them. The patch files could be old AF.
what's up y'all
allowing dms lul
L
didnt know you could go negative in worth?
appears to be the case for you

https://github.com/openwrt/openwrt/pull/3946
https://github.com/openwrt/openwrt/pull/3524
https://github.com/openwrt/openwrt/pull/3085
https://github.com/openwrt/openwrt/pull/2678
Are the ones I am trying to merge, nothing is too old
Signed-off-by: Jeroen Peelaerts jeroen.peelaerts@gmail.com
This patch enables the ReTx counters in the VDSL drivers and adds following line 'feature' metrics.
G.INP UP/DOWN
Trellis...
Enable the XRX200 PMAC, GSWIP DSA tag and GSIP DSA drivers in the 5.4
kernel config. Finally switch existing vr9_*.dts{,i} to use the new
Ethernet and switch drivers.
WiP:
support for 4.19 has to...

what are you trying to do again?
What device is your target?
paper general really does go through a wide berth of topics
Lantiq XWAY VRX268 TP-Link TD-W9980 8/64
It does indeed
thats the point of general brocc
Now the important question, what branch/version?
master
Uf.
I would avoid master since stuff there isn't auto tested AFAIK.
So 21.02 is what I should use?
19.07 is the latest one that is guarantied to work.
no wonder you were a paper contributor
hm?
I need features not guarantees, neither will work cause I will mess up with both of them cause I will do something stupid, I almost know that for certain
explain yourself mr lambda abuser
oh right almost forgot I hate you
mr take PRs out of context and post them on /r/badcode
but let me explain: it seems like some people like pushing to paper master branch without testing
thatshowredditworks.jpg
How long does it usually take to compile openwrt?
since you'll be cross compiling whole kernel and all the packages required for your router to work then it's definitely not going to be quick process
you probably need bunch of disk space as well
First compile like 20 minutes.
After that quite fast.
How much disk space?
8.8GB apparently.
wew
At lest that's how big my MikroTik build setup is.
uh... compiling firmware for inteno router took like ~200gb
How?
no idea
Would it take less to compile it on device?
their shit's bad too
definitely no
Well Ill compile it on my harddrive just cause my ssd might get full
that would make it slower
It might take 200fb
Like tplink's is any better
yeah but tplink's not based on openwrt afaik
so you're good
krusic mentioned 8.8gb, so 10-15gb free space is quite ok
Tp-link has shit nat and qos performance cause the drivers are bad
I have no idea what they base that on
I forget how to properly set up git on a new pc, I started a project on intellij and have this, how do I link my github account to it? I pushed it from intellij, so my github account is linked.
intellij prompted me to do that, and I did. ill do it in git bash again i guess
hmmm
If a plugin gets disabled/unloaded, does it's bukkit runnable get stopped too?
Leafy where will you go now that YouTube has banned you?
leaf i loved your speach yesterday
heartwarming
is there any reason i should be using git bash instead of powershell 
A bit random but, Anyone know where I can "rent" or hire a good developer for like an hour just to review my code, and explain why I'm having various bugs, what I should do to improve?
Alright compiling again
It won't get scheduled anymore, if it's currently running I'm not sure what happens
It's called github and its free
Guys, is it good for me to use Exploit Fixer on my server, or has everything on it been fixed in the latest build?
I think when Wolv wrote it the plugin unload would block waiting for the current task(s) to finish running so they could be cleared from the scheduler
Generally people just ask on forums or other places and someone just reviews it for you
Yeah, I've done that before and got a lot of great feedback which I improved from. I just felt like the people reviewing and giving feedback should get something in return.
learning i guess
(it also probably sent interrupts to them)
Dual core is slow af
Thanks, I think that works well for me. It's one of my first plugins where I didn't add it to onDisable.
mate i'd be down to just look at your code
idk why you'd pay for it
One of those cores is faster than my entire computer
because they have 100%?
10 minutes process
Seems I'll be here for a while
Isc there somewhere where I can just get a VPS and just do it on there? Are there any free vps's for compiling stuff I wonder
It's been on one thing for the past 20 minutes
hmmmm
Google gives you free VPS forever but also 300 usd in cash to use within first year.
If you don't use it, you could just rent overkill VPS with it lol
that's why CI is a thing
youre only going to be compiling this once though right
go take a nap or something
No twice cause I need to get the patches in
ugh im confused, is there any way to /spreadplayers on an airblock instead of ground
?
cause it seems to automatically link to the closest ground block
well yeah
i want people to randomly teleport mid air but i cant seem to make it work
its confusing
cuz then they'd fall to their death 
i have a datapack that needs it lmao
Place barrier blocks, run spread, remove barrier blocks?
not sure if thatll do

(I don't live in California)
cause that works in the middle of the air
Looks like you somehow can? https://github.com/almostambidextrous/MCFreshStart
They implemented pseudo random generator in mc functions ๐
It was made for 1.13 and a lot of commands changed.
So might need to update it. But at least you know it's possible ๐
Can't use prepaids and I am too scared to give my actual card
So here I am stuck with openwrt compiling on 2013 hardware
Fun fact, the .tv domain name is the domain name of Tuvalu the least visited island on the planet
well country actually
And island but that is true!
Fun fact - if someone steals your card details, you just report it and it's up to the store in which it was used to prove that it was you who used it.
I usually generate virtual cards and use those, especially since it's not my native currency.
But google does not know how to prevent use of them, I mean they even detected they were prepaid.
Pretty sure I have Revolut virtual card tied to my GCP account.
A what card?
.g revolut
(DiscordBot) Revolut is a British financial technology company headquartered in London, England, that offers banking services. It was founded in 2015 by Nikolay Storonsky and Vlad Yatsenko. It offers accounts featuring currency exchange, debit cards, virtual cards, Apple Pay, interest-bearing "vaults", commission-free stock trading, crypto, commodities, and other services. It is growing rapidly, expanding into new markets such as Japan and expanding staff fro
Ehh. An online bank.
Russian Venture Capital I see
i use revolut tooooo
I have like 30$ there at all times, just for making some purchases.
And it's a bank, so has all the regular protections - up to X amount of cash is insured.
Forget how much it was, but a few thousand iirc.
.g how much storage does compiling openwrt take
How much time is needed for compiling? Build-time is highly dependable on the number of Cores/Jobs and can be shrunk to less than 30 minutes (from 90 minutes). Build time with single core can take several hours. make jobs time needed
10 hours....
they have nice metal cards too ๐ณ
Yeah
Itโs pretty cheap and has some nice benefits
or did, a lot of the good ones are gone now lol
since when can you move dispensers with pistons in minecraft java
you can't
tile entities are not pushable
without mods that is
https://www.youtube.com/watch?v=76x2wffRj-E is this a joke then
listen to the audio oskar
lol
There is a 1.8 server patch that allows that. Very cursed and epic tho.
oskar will get there eventually
Didn't leaf also have a patch for it?
I think I heard about it being pulled out after a few weeks or something though
why does this happen
i get made fun of because i dont have good stats in warzone
but
the game freezes every 10 seconds
So somebody gave themselves permissions from my account, what does this mean and how was that possible? I'm running a bungee network, I ensured uuids match across all networks
[Fri, 19. Mar 2021 04:08:24 CET INFO] [LP] LOG > (imstanz) [U] (disponible)
[Fri, 19. Mar 2021 04:08:24 CET INFO] [LP] LOG > permission set luckperms.* true```
did you use a firewall
I do have a firewall set up of course, but even if it wasn't the attacker shouldn't be able to perform an action as me without actual access to the account
the firewall limits your backends to just your bungeecord network, right?
you could also use bungeeguard/modern fowarding + velocity
bungeecord and voting yes
and what?
Is there something like windirstat on linux?
voting - voting sites need to get through the firewall for votifier to work
wouldnt you want to use nuvotifier on bungee instead?
Is there any possible way a player would be able to get to the backend server without going through bungee? Also, is the proxy offline mode?
the proxy is online mode and I don't see how that would be possible
and still, that doesn't explain how they managed to perform an action as me
I mean the evidence is currently pointing at it is possible
if they can connect to the backend servers without going through proxy, since those have to be offline mode, they can log in as anyone
Once they're in it's quite easy to give themselves * and go back to their account
there's some bandaid solutions like 2FA plugins, login plugins, etc, but the proper solution is to take a very close look at your infrastructure and plug whatever hole this guy abused
one more thing, just found this and I have no idea what it means [Messaging] Received user update ping for 'successcode' with id: 651eb9f4-05ef-436e-a82e-4c4c730507f8
that's just LP telling the other servers there was a change
- this server being told there was a change
ah right, that's the mysql
MFW even master without changes fails to build: 
same
oskar, you literally didnt know it existed half a year ago
Let him be blessed by his elitism.
Too long.
๐
I think it finished
Where are the artifacts
config.buildinfo openwrt-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin packages
feeds.buildinfo openwrt-lantiq-xrx200-tplink_tdw8980.manifest sha256sums
openwrt-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin openwrt-toolchain-lantiq-xrx200_gcc-8.4.0_musl.Linux-x86_64.tar.bz2 version.buildinfo
There
So direct sysupgrade is supported sort of?
ncdu is nice
Did qdirstat
well that would require a GUI ๐
Master
Which I have
I'ma tinfoil hat right now.
Trying to find where did I enable luci last time
You compiled without LUCI? 
Yeah
That explains why your compile actually worked and mine didn't.
Where is it configurable
menuconfig
Tho, you should look at the official options for your device.
Well I want the fixes
The config won't change.
What do you mean?
Fact!
Ah, and how do I integrate that?
Build system usage See also: Build system setup :!: Do everything as normal user, don't use root user or sudo! :!: Do not build in a directory that has spaces in its full path. Write all command line commands for build system commands in a terminal window opened in the
Will do that if something fails
now compiling linux
I hope a reduced version of it
If we are making the whole kernel o help
https://minecraft-mp.com/server-s116813 @meager tusk @ashen cliff Bro!
KGB-minecraft, a minecraft server, located in Serbia
pogchamp
Bro!
Bro!
KGB Minecraft je server iz Srbije. Smatramo da smo jedni od najboljih minecraft servera na Balkanu. Raspolazemo sa dosta razlicitih tipova servera. Od 2011 godine uspesno pruzamo raznovrsnu zabavu za igrace svih uzrasta.
Ovh is really out of luck now
what now
Update March,19 9:30pm
The batteries were in unused room, not used, not connected. We didnโt have the fire, but we had lot of smoke. The situation is under control now. Everybody is safe.
We stop the operation in SBG for this night. We will take the decision tomorrow.
Another almost fire in sbg1
@meager tusk BRO!
LMAO
Isn't that SerbCRAFT just renamed?
Just cherry pick the commits.
Like patch it myself?
Add the PR as a remote, fetch it and use cherry pick to get the commit.
Should work in most cases.
ah yes
poo poo games launcher
bruh
obviously i played it more than 2 hours if it was exclusive epic games for a year
oh
I have forgotten how to do it... Anyway I manually merged 2 pull requests so far now I have to change 29 files..
So they say the batteries weren't hooked up to anything and they think they were damaged by the fire in the building next door but it took 10 days for them to start smoking?
More likely they were hooked up and the damage made them fail when they got closer to full charge
They might not have been hooked up for an output but a random failure 10 days later is less likely than at least one of them had an input hooked up
gรผd day people
hello simple
a simple hello for a simple simple
hello baxta!
any help with combatlogx I dont see anything in the config about blocked commands or anything
How are we supposed to help if we don't know what you're even asking about? Ask your full question, with all the details you can muster and then maybe someone can help you.
And do so in #paper-help, not here.
@spare venture @true canyon <3
im just trying to make it so people cant TP places when care combat logged
Yeah I sent him off. The chance of someone knowing random plugin and tis comfig is low lol
They do have a wiki page
Idk why he wouldnโt read it
I like the pink discord avatar
Brocco no slaap?
Brocco travel around the world each day as he switch time zones for his sleep
burger
bรถrgรฉr
For some reason my advertisements are yielding like 10-20% Brazil players and itโs.. very annoying
for some reason broccolai is usually online same time as me
aikar pls
aikar 
aikar paper, owner of paper, pls give contributor
Most of them donโt speak English and the ones that do get all hot and bothered over us muting them
barty hates brazillians confirmed

Wtf barty
now i know why your first sever got cancelled smh
Lmao
petition to update

fuckin' weebs
hi can you give me your advice about the own best "claim" mod ?
it's so bright
can the pixel do long exposure?
It sure can
sick
In astro mode it's like 4 minutes
Ah, kek, there's a mode for it
Max I've done is full open shutter and like 15 seconds per frame
Pretty sick tho, can you send an astro mode pic? :D
Took this one of that comet last year
Zoom in above the middle flower and you can see the comet
Yeah I see it, looks like shutter was open a bit too long tho
Not much contrast
Interesting tho, it did a decent job
also took a shot of the iss that day, by accident
i don't know why but it kinda throws me off
That one was just laying my phone flat for 5 minutes and letting it do it's thing
Basically, it's taking multiple 30 second exposure shots and then doing AI on it
Google did a nice tech talk on that
They even remove star movement and shit
Man I didnโt realize how long the ISS is /s
Obviously that fails horribly on the ISS
But yeah, it's amazing what modern phones can do
I think I saw the ISS once as my grandfather pointed it out to me
maaaybe once since when I tried to look for it, I don't remember
we can tell
See, if I would be actually good, I am sure you could get even more out of this phone
But i just point and shoot and pray
And more often than it, it's turning out great
And here I ran it for a while (almost 3 hrs), can see the earth rotating if you watch the stars in the back. Too much light pollution though, sadly. https://i.imgur.com/ZWPIlcn.mp4
*you mean the earth spinning from the centre
Mine are on a gopro in manual mode
I wanna take a shot of the milky way some day somewhere
Ahh
See, am conflicted
I don't wanna go without electricity for a few hours
but, like, a small powercut might be a little nice
Yeah I really reaaaaally want to go camping somewhere with very little light pollution and set up my camera for a few hours
also cat, take a generator lol, just no lights interfering with the camera
geshin impact is fun
Paper meet up in the middle of nowhere, in some forest - what could go wrong
jan truck shows up
We could tell scary stories
Z750 :0
and then, someone pinged cat!
If we run out of food I'll eat cat
ono
But cat taste like poop
how do you know ๐
Anyways, how's life everyone?
sad
unending stress mini but im pretending it doesnt exist
just like everyone simple
oskar you're like 12 years old what do you have to be stressed about?
homework
Good waiting for vaccine 
here
I wanna get good at piano again
I printed out so many sheet music but i just fail horribly
zzcat rapping
Can't blame everything on your mushy brain, smh
Wait come to think of it does Brit rap??
more than anyone else
Credit goes to:
https://instagram.com/danklamp
IG: memebraced
what the fuck
this is a hate crime against british people mini
I mean
briish
I had to have speech therapy when I was younger
the brish people
๐
'Just Like A Chap' is available The ChapTrilogy EP
https://mrbthegentlemanrhymer.bandcamp.com/album/the-chap-trilogy-ep
Directed by Rob Bradley for Bradley Drawn Pictures
http://www.youtube.com/bradleydrawnpictures
THE TWEED ALBUM and other Mr.B music, as well as other gentlemen's accessories are available in physical form from gentlemanrhymer...
That's pretty common cat, i was for a short while too, and my sister for like two years
What do you even do in speech therapy
do they have you like practice individual words?
I can't say pizza
sounds like I basically say pissa
I gotta like, pitza if I wanna say pizza properly, which, like, nope
pissa it is!
Nah, phrases, sounds
In german it's the sch, and st, and ck and stuff
pitza is kinda how most people pronounce it but if you think about it really hard pizza should probably be pronounced pissa
For me stuff like that is sometimes hard, when english and german words are similar
i come ich komme
I need to be in english mode in ma brain, then i automatically choose the english pronunciation
I can't do the hard z
But if I don't pay attention i often use german pronunciation
I also sometimes use "und" (German and) in english
Which is hella confusing for others
๐
But i like to think my English is passable nowadays
That's how I felt when learning French - many similar-ish words. I'm glad Polish is very different. Makes it easier.
So is your name soft zzz? In zzzcat?
I had a fun encounter in egypt couple years back. I was there with my best friend and the safe in our room got stuck closed. So we were coming to the reception and I was explaining him the symptoms, like that the animation on the safe kept repeating and stuff and he was just giving me confused looks, and then she was just like "safe kaputt" and he was like "oh, safe kaputt" and send somebody out to repair it ๐
And I was like, so that's what I learned english for then ๐
well, mostpeople go for zee or zed
Speaking about egpyt, this is one of my fav pics I ever took with my pixel
Now imagine i would know how to frame pictures ๐
hotel?
Marina
This was the first pic I took there this was the view we had when we first left the lobby
Man
Remember vacations?
that's pretty
i miss being able to go places
i don't think i've traveled for at least a year and a half
People still vacation here 
๐
I was in the netherlands for an extended weekend in autumn
But that's prreeetty much it
I don't think i can even get on a plane
On a plane or in a plane?
On right?
yes
i mean both
ENGLISH IS FUN, YES?!
indeed
Un plane
Wait really?
Thatโs surprising, flying is pretty safe if everyone wears a mask
And if they space you out a little
Some of my flights made the middle seats not sold
And yes everyone wears a mask. Even in the US haha (on flights)
anti maskers are too dumb to book a flight dont worry
They aren't actually, that's the sad part.
A lot of them are actually well educated, which is even more terrifying
A lot of them are anti maskers
I mean
if you're not wearing 2 masks, you're going against fauci's recommendations
YOU'RE KILLING PEOPLE

nothing new
It is a website, was made into one by paper. And max tick time seems to be on there now lol.
Max tick time isnโt used on paper

https://server.properties/ look at the notes at the bottom
God knows why its on there then lol
its not
.optimize
additional tips for improving server performance - https://www.spigotmc.org/posts/3684550
Anyone can make suggestion to use paper
Swear someone told me it was, could be wrong lol
it's not an official paper site
Just, the person who owned the site is one of our frens, so they added that in part for the lulz
You should use paper yes
Bukkit is bestest ๐
yes, a library which hasn't been updated in 8 years, 10/10, would recommend
IGN ^

@warm anchor uwu
Vanilla is best
Awawa

lovely placeholder cats
epic games their friend system is so advanced
Love those dedicated domain for cat
This is EPIC, thanks!
ICANN clearly stated the .cat domain should not be used for cats
but should be used only for Catalonia related stuff
why does .dog exist for dogs but .cat not
Because Catalonia is a thing, and Dogalonia is not.
Time to register darkeyedragon.fail @worn ember 
There's also .gay like auri.gay :D
Wow
ok
Gfdi
Someone is paying $10 a year
.gay tlds are expensive as fuck
Wait . Gay is more expensive??
;0
oh nvm
Itโs not bad
ig its just premium ones that are
$6 a year
I have 2 .gay domains and they are worth it
totally picking one of those up
Same lol
auri.gay is like 7โฌ, aurora.gay would've been 90โฌ
I just want aurora.space ๐ข
.dev is more expensive than .com for me xD
@warm anchor bruh when we playing some dota again 
idk tbh
I honestly donโt see it happening
me neither
Sending them dump all the battle pass money onto Dota anime
at least nto with public
Probably just online event if they want to polish their VR
They did VR audience in 2016 but dropped off after just like how Valve usually handle their project

I was directed here by a friend because I needed help developing my mc server. Is this teh right server for that?
depends on the nature of "help"
we can help you with issues and stuff but the actual making is on you
I opened fortnite once on the epic game store to read the season pass and I'm already getting ads for it
GJ epic
oh, bye
Do it
๐ต
he's off to live his dream of becoming samus
fortnite was fun when i was the only one who knew how to build ๐ฆ
@mental meadow let's watch them butcher my childhood more
their faces haven't changed at all
There haven't been enough horrible spinoffs and remakes recently
Why is it so late already.. ๐
we don't talk about sweden TI
there's been drama about that event since before 2020 even started lol
ded has a childhood?

Anyone have suggestions on where I can find a developer to work on a simple custom plugin for my server?
I'm thinking FedEx lost my monitor
you sure you're not just confused about which town you live in?
I wish, that's Barstow
barstow just looks like random town in inland california?
Oh wow not even, 40 miles away from Barstow
I mean, living in Barstow would mean living in the middle of nowhere but it'd be the middle of nowhere where you can drive in to LA
Oh yeah, that reminds me, I'm pretty sure I'm about to get two copies of my new credit card
I'm waiting for the next "we've shipped your card" email at this point, maybe I'll catch that dude on reddit
That looks like a screenshot from a heavily modded Skyrim
And it'll look like complete shit as soon as you move ๐
haha
bob ross is legend
For a limited time, use the link in my description to get a free trial of Skillshare Premium Membership: https://skl.sh/cggeek0820
Patreon: https://www.patreon.com/cggeek
CG Geeks Discord! - https://discord.gg/awfcPvG
Music and SFX: http://share.epidemicsound.com/cggeek (1month free trial)
See ya over on da grams: https://...
Do you ever just think how much pain insects would suffer if they had nerves
what
Like getting their legs ripped out
Having larva eat through their skin
Battles to the death
Did you guys see how shit Tesla's "Full Self Driving" beta is?
is that your kink ded??
I for one wish Apple to join the smart car race
Get $100 off Solar or 1,000 miles of Free Supercharging: https://www.tesla.com/referral/john47584
0:00 Introduction
0:42 Double Parked Cars (1)
1:15 Pedestrian in Crosswalk
1:47 Crosses Solid Lines
2:05 Disengagement
2:15 China Town
3:13 Driver Avoidance
3:48 Unprotected Left (1)
4:23 Right Turn In Wrong Lane
5:02 Near Head On Incident
5:37 Ac...
i think if insects had nerves they would be a lot less annoying
since pain is a pretty good deterrent for anything
That makes me wonder: how do they function without nervous systems?
Yes
Except they do have nervous systems. https://en.wikipedia.org/wiki/Insect_physiology#Nervous_system
Insect physiology includes the physiology and biochemistry of insect organ systems.Although diverse, insects are quite similar in overall design, internally and externally. The insect is made up of three main body regions (tagmata), the head, thorax and abdomen.
The head comprises six fused segments with compound eyes, ocelli, antennae and mouth...
The thing they are unsure of is nocireceptors (pain receptors), however they may have found some. See last sentence under sensory organs ;)
Hmmm
Kind of annoying you can't do 4k (or apparently even 1080p) on PC with Disney+
I share it with someone who watches all the old 80s and 90s cartoons while at work
Otherwise I'd probably ditch it
I mean fair. I just use plex. Not exactly morally justifiable though :^)
tbqh, I find that bar the odd show here and there, which being frank i generally wanna sleep more than watch, there's very little content on these platforms
and being in the UK, generally the shows I do wanna watch take a good period of time to get over here, which, for any show I really wanna watch, I don't wanna wait more than needed, so, erm...
Like, STP, I watched that within the week it was released, which, defo wasn't available in the UK yet
i mean most of them have a ton of content... it's just most of it you prob aren't interested in so it seems like there isn't that much
I mean, that's the thing
wghich i've had the same thoughts too
Disney+ is the only one I have, used to have HBO Max too but then Game of Thrones ended
is that it's generally superhero shit or stuff which I watched 10 years ago so many times
what's plex?
i don't care about most of the stuff on netflix, hulu, or D+
i've heard of it before but never used it
Plex is ๐ดโโ ๏ธ
plex is a media server
PIrate express?
but, there is lots of tools around which make it easy to erm, auto.. obtain... new shows as they release, etc
You can just tell it what shows you want and as they become available, it'll get them
might set up a docker with plex in it
I mean, plex on its own just hosts the media that you upload to it
Can be slightly involved to set up but I think out of the box that should work at a basic level, DED uses it at least. I think new release scanning is broken though :<
:<
That's really cool though
didn't know that someone had already made what i was looking for haha
i'll check it out
you're welcome :>
:? :>
stars plz, im very hungry
ok stars it is >:)
i wonder if i can stick this on a vps and watch pfree of charge shows at a distance :)
you can indeed, however avoid specifically calling them the P word, even if they are lol. just good opsec. noone needs to know that
my plex library has sailed the seven seas
i just made the first meal that I would actually be comfortable serving to someone
progress!
how can i give all players creative mode on my server?
gamemode=creative
Plex has a creative mode?
i set that sweepy, but members who have already connected are still set to survival
theres a force gamemode
restart the server then lol
does force gamemode make a difference?
in server.properties?
that just stops people from switching afaik
^
tldr is delete their player data
where would i find that?
In #paper-help ๐
@warm anchor u be my fren on genshin????
I am on NA though?
so am i
me watching all the experienced genshin players talking about high levels and world bosses: 
me at level 5 killing level 3 hill monsters: 
Just take it slow. YT has way too much clickbaits
LMFAO
This mf says "look at my eyepatch, i inherited it from my grandfather. this is solid proof we are related by blood"
some of the story is actually good. Some intentionally cringe
I agree.
god damn it paimon just spoiled our whole quest
yeah i love the voiceover, it's cute
it's one of the rare time where I like EN, JP, and CN voice over
they are all equally good
i didnt realize this was like, an MMO fantasy game
and that it was free
i thought it was very like, idk. pvp
can i actually fly up on these wings or is it just gliding down

hey guys, what economy plugin do u use. I already have the vault and placeholder api stuff set up and I wondered if their is a kinda universal one or does it not really matter?
essentials eco is decent
there's no decent eco plugin around, unless you use essentials
Seems like a market is open
that 4.8% share of just plain bukkit...
Hey guys, anyone know if it's possible to censor renamed items or item tags? Chat and signs are fine but I have a few situations where users are abusing item renaming and name tags...











