#general
3141 messages · Page 1696 of 4
hehe probably
Damn, am kinda sad we list the first channel of stuff I saved from my mate...
I mean, there is like only 1 which I remember
@minor badge best mari ?
IJ tends to work fine. Just a little annoyed that they're aware of the issue and how to fix it, and yet haven't released a hot-fix release for specifically this.
dragon maid barely had a storyline and the rest of the show was just pedophilia
@twin lagoon 
mari pog ?
||speaking to his mother: You know, if you weren't my mother, I mean, the fact that you are kinda turns me on, but, if you weren't my mother, you'd get it||
Their issue tracker marks it as fixed from what I know
:/
I'll turn you on 
☎️
kinky
yeah with the power button 🙄 🙄
Cat only has a power off button
power on
Yea, i have an off switch
it's right next to the prostate
or is that the on switch
cool let's press it
I'm pretty sure that's the on switch mate
hey I said mate
am I British now
wait that's what an Australian would say isn't it
cunt
bad proxi.
screw yew I'm not a cunt >:C
sez u
WTF
I am telling Issac.
The nice thing about cunt is that it's a gender neutral term
poor fellow took his car into a repair shop to get some rust spots cut out and patched in some like old but gold kinda car iirc
Hot.
Issac is my middle name
😳
So, basically, two of the mechanics where kinda like, not on the best side of one another
newton
is his name Mundy by any chance
and, well, basically, my mates car ended up as like, the centre of a murder scene (and took oh so long to get it back)
can you rewrite worldedit in skript for me pls?? 🥺
Instantly gets banned by cat
if brocc hurries up, it'll take an hour
who?
excuse me
what the actual fuck
This is from the same "Essentials but in skript" guy
I would have to ask my supervisor, @cunning raft
That is pain
lmaoooo
Thank you for this. I don't care about what other pepeple say this is really useful for me in different way. I see this as a way to learn more skript.
nothing less than 50 quid
As if learning skript is something to be proud of
you're supposed to learn skript?
isn't it just english
can someone rewrite skript in skript for me
I mean
we have plugins that let you write plugins in javascript and python
ok ceo of skript
You mean a scripting engine should be used for simple scripts? Revolutionary.
I think it's kinda neat that you can write it in such a language, but you probably shouldn't use it for an actual server.
i am not the ceo of skript veggie
😄
on a scale of 1-10, how bad would it be if someone remade a whole minigame in skript
You don't
depends on the minigame
i may have rewritten hypixel's tnt tag (fully) in skript before i learnt java
it..
it was bad
hey
i mean for fun, who cares
we all start somewhere
my old hypixel minigame clone is horrifically bad too
best part is unlike Naomi I never finished it
You started with Skript, but I actually started with MyCommand if anyone remembers that
codebase was too f*cked
can you make big things with that?
I thought it was just simple aliases
Essetials
Same
I think the newer versions include more stuff, but back in the day, MyCommand was indeed more a "this command runs these other commands".

FastAsyncDeluxeJoinLeaveMessages best plugin
try not to cringe
(me)
at least your first project wasn't a skript addon
there are far too many people who make skript addons as their first java plugin
“”Java plugin””
@waxen panther
i simply could not get the damn play sound or wtv thing to work in skript
the code is horrendous so I doubt I'm that much better off
skript-mirror kinda removed the need for people to make skript-addons tho
@cunning raft pinging me for disrespect?
yes
I'm that guy that was doing
String world = entity.getWorld();
skript 🤢

just cast it
String world = (String) entity.getWorld();
Don't worry, there are second year CS students that still don't understand types
well yeah I was trying to get the World object XD
Average spigot plugin
Guys I wrote a clearchat plugin in 3k lines
Own syntax
sendMessage(" ");
sendMessage(" ");
sendMessage(" ");
Skript is basically writing plugins in English
More similar to something like Python than JS
point of skript was to have low barrier to entry, thus no js
(In file structure)
Nah, ```java
sendMessage("§f ");
sendMessage("§f ");
sendMessage("§f ");
gotta include those legacy color codes
not that js has a high barrier to entry, but it's worse than skripts
sendMessage
does § work in sendMessage?
iirc it does
have I been using ChatColor for no reason?
pretty sure that's what ChatColor#translateAlternateColorCodes does
no
https://www.youtube.com/watch?v=Lqqxc6nWAUU - emos unite!
command /hi:
trigger:
send "Hi"
^ is Skript (or at least smth like that)
mine was even worse
translateAlternateColorCodes is for converting &1 into §1
do you not have to specify who you want to send the message to
the server (used to be the client) just parses those into components
at least for now
iirc my server's core plugin replaced the PlayerConnection object for control over text and speech
that's what I meant
No, Skript will infer that you want to send the message to the executor of the command
oh
you can do shit like send "text" to "JRoy" parsed as a player
needs more scala
yeah I get that it's now named ServerGamePacketSomethingImpl but the old Spigot names already grew on me
js?
wait I'm blind lmao

makes me wonder how I even managed back then
Oh this is.. eh.. interesting
w h y
I'M SORRY :C
eternity dont use anime emote for 5 minutes (challenge) (impossible)
also I think I was trying to get nms Entity references
mark this NSFW 
This is just abstract art, it's too abstract for us to understand
I think 1.7 was the first and only release we did that versioning
yep I was
md_5 claimed he hated it and would have removed it but he needed to keep CraftBukkit compatibility
It's still there to this day though...
yeah that's why xd
not like there's api for getting entities
Emojis helps with expressions 
lol
I mean, he removed the nm"s" relocation
I thought Spigot also updated to the new package format?
It's very...
not entirely
It's there for CB, but not for NMS
His understanding of "clean breaks" is fucking comical

e.g. he'll do random shit like bumping the nms rev a week or so into a release
I think i was trying to get nms Entities just to see if they were my own custom one LMAO
ah ok
iirc everything is now in the net.minecraft.server package in stead of their original package names
the versioned package names have been dropped tho
oh lel I thought the Paper nms structure was taken from upstream
I was like "Oh Spigot finally updated the packages"
guess not...
yes, they do
it is
they use mojangs packages, just retain their own class names for stuff
Spigot source code is a mix of Mojang packages with Spigot class, method, and field names
mojan
my Brain died don't judge shh :C
(yet apparently he uses mojmap in some areas still so his stance against it literally makes no fucking sense(
Then at compile time they go back to nms and strip the field names
So it's even less mapped than 1.16
strip the field names
but... why?
because everyone loves figuring out what e() means!
no wonder Paperweight's source has nothing for mapping to/from Spigot fields
I actually remember that method
that's the Living Tick method from 1.7 xd
...
I'm not sure if I should be happy or sad that you know that
it's from the time I was developing the plugin I sent a link to above yeah
I was cracking nms code pretty much every day
I love the mojang mappings for 1.17
don't judge ;-;
was looking through 1.16 nms a couple weeks ago, wasn't fun
yeah it's horrible
imagine what the people at Bukkit went through back when CB first came out
it's a shame none of the bukkit people are around anymore
they can't tell us
they're all gone
nobody knows where they are
Yea, would be nice if there was somebody who even has a remote clue of what went on back in those days
In the beninging
am sure they could tell us some good stories
I doubt anyone would bother finding them for something like this

Everyone died in the war against the obfuscated code, such a shame
And the ones who survived weren't the same anymore...
Their insanity dragged everyone down, there was nothing else we could've done
especially that omoronth guy or whatever he was called
oh no GRANDPA IS TYPING
Yeah, he was especially bad, what a shame
yeah they had some cat too
But we will never forget their sacrifices
a cat and a wolf
I wasn't around from the start, I didn't even look at the code until beta 1.7 and wasn't a maintainer until 1.2.5
Stupid pistons crashed my server
Amaranth no lie. Your first PR is older than some Minecraft player rn
Almost certainly

older than 50% of people in this chatroom
I never knew the whole time you were a Bukkit maintainer kek
1.2.5 is still a hell of an early version though
Dude I bought the game before beta 😛
that's the version where breaking tall grass with a tool damaged it
yooooooo
I only started playing since 1.5.2
I started at 1.7.2
i started on xbox 360
Which for a lot of players now is probably still quite old
1.5.2 is ancient today xd
well in terms of versions and not how long it's been since that update at least
We're just a few days away from my account's 11th birthday
since they are giving out capes to everyone
Mojang should just do year veteran cape tbh
number based on account age 😉
also a cape to mark weebs
That reminds me, I figured out how to stop leaf attacking anime posts
Just post catgirls
tuinity-chan definitely should have been a catgirl
he just doesn't want to admit to being a furry
is he allergic to them?
No...
I don't want to be the one to explain this sexual fetish to the kids, I'm tagging in kenny
A cat is fine too, desudesudesu~~~
||(If you know the true source of that, you're a man of culture. Also a sick fuck, but, of culture none the less)||
I uhm, forgot something in the oven, I'll let cat explain it
leaf is a furball 🥰
I'm not a kid >:C
nekopara?
also yeah you could've just said it was a fetish lel
google what? 
is it the manga where a cat blows a guy or something
I vaguely remember that
erm, not exactly, but, there is a man and a girl which turns into a cat
Emphasis on man and girl
yeah, that one
oh, shit, yea, I forgot that emphasis point :L
I remember it being messed up but I forgot that point \o/
i thought leafs nickname was furball
dragon maid 🤢
i remember the name was That's why I something something Ren
that's basically all i remember
wait really?
That's how much it messed up my precious little soul 😦
it was just 1 word I missed
assault is illegal in some areas
I thought you were born as an angry Florida man
assault is illegal in most areas
who is ren
ok
NEW TOPIC
or rather the UK version of one
So
new topic: bullying leaf!
is it a messed up show
i refuse to watch the second season
wtf is that
||But, younger and bigger||
https://www.crunchyroll.com/miss-kobayashis-dragon-maid
Miss Kobayashi is your average office worker who lives a boring life, alone in her small apartment–until she saves the life of a female dragon in distress.
anthropomorphic dragon commits pedophilia (2019 colorized)
Erm, it's an anime where season 1 was cool and kinda chill but had some err areas and then in season 2 they decided that the "err" wasn't big enough
y'all should watch the english dub of ghost stories
the lines they have are fucking hilarious and almost always inapproriate
yes, i have
might go watch the eng dub though
and I'm enjoying it very much
You know, there are some animes I like and then I'm reminded that you also have this shit
It's not just a dragon, being friendly to a dragon makes it clear she is cool with weird creatures and she gets a whole harem of cute girls that are actually scary monsters
dude the dub is where it's best at
trust me
fr
Yea, ik
gay dragons
apparently the actual thin is shit but the eng dub, the team knew it was shit material but they had to do it and so.. creative liberties...
"I was at a homosexual conversion camp"
wat
Jesus Chris 🙏
quoting the dub
this season they're actually adding backstory and it's pretty good
The dub is just the VAs doing improv to the scenes
I don't think you can just call it improv anymore xd
you even got an epic fighting scene between Tohru and uh... that other dragon from the harmony faction
i never remember her name
elma
yes
Dragon Maid Season 2: Now with plot!
what was the name of the pedophile dragon?
when you have stuff like a teacher saying "I thought I was going to have to have you do me for a second" to a student it ain't improv anymore Xd
I mean, it's okay, it's just kinda gotten boring as it's ran on and they're kinda pushing the haram factor
haram
haram
Well it is haram after all lol
(and I mean that in the like, muslim or whatever sense)
everything Japanese is haram at this point Runs
Not really
But a lot of stuff is
lots of plot armor that's for sure
yea I know just a blanket statement
Err, doesn't haram just mean forbidden?
There is a lot of shit like this anime lol where you question what you are doing with your time
Well yes
solution: don't watch anime😎
i don't see it
literally have never questioned myself why I'm watching dragon maid
meanwhile, I've watched Rent-A-Girlfriend... and i will never do it again
I mean, I was watching season 2 because I liked season 1, I could understand the kanna ship in S1, but, S2 is just like, pushing it
dragon maid is 5% story 90% "character design" 5% pedophilia
I mean, in situ it's not bad in the how it integrates with the story, it's just weird though
and the empesis they put on it, it's like...
Just, jesus
anyone watched lucifer?
the kanna scene 🤢
The worst japanese thing i watched is when my cousin sent me some weird gay porn type shit, i think it was called bitch club or something like that. I never want to see that again in my life
on my to watch list
🤔
googles
bitch club?
Squid game can recommend the first episode
one time I followed someone on Twitter and the next day I was getting their liked posts in my timeline
sorry, i had to
it was very sus
you'd be surprised at how often researchers do stuff like this tbh
some dead serious some just memeing around
well not specifically studying the boob size of a fictional character
but it's quite often that they'll study something that seems absurd and make a paper on it
hell some of the names of the research papers can be really fucking funny sometimes
The age restriction bypass script I use doesn't work on this one >:(
special message from the crew. more great vids coming soon.
download this full version free here https://mega.co.nz/#!WY0lkQDa!alP_YchsTQlt_XeyYsM1VEFhqD8X6uTX-uZ1VVZ3BWw
SUPPORT and buy: http://pinkguy.bandcamp.com/track/kill-yourself
merch http://filthyfrank.spreadshirt.com/
PooPoo PeePee, Penis and Vagina,
Women with dicks and weak men w...
get him out of here
thank me later
that's what i imagine cat is like irl lmao
consistently angry
Memes in general, seems like mods are sleeping
@zealous wedge uwu
no
In a town called kickapoo?
mike
@twin lagoon hii
bruh
prrr ayyyy
Hii
Which Plugin Is Best for Hide and Seek ?
Careful there leaf has moderator power
Daily reminder:
Is there any specific reason why we post repetitive gifs in here?
hello staff
lmao the gifs when you search discord rules in the gif picker
has tuinity already been added to the builds of Paper?
Yes
hot
it is my favourite number too!
26 ftw
Alright, the gifs are starting to get a little overboard. Move them to #gifs-and-memes, please.
oki doki ||boomer||
cat, you look ancient
you probably helped build an egyptian pyramid
I'll get another one today for u xx
hot
🥺
time to go to australia
They aren't usually like the one I bought the other day
nevermind they've got spiders i forgot
But still banging
big fuck off spiders
Yes agree
atleast they've got koalas
Insy winsy spider climbed up your fucking leg
CAMM!
insy winsy spider made you fucking dead
BRO!
BRO!
Im pretty sure a spider crawled over my foot whilst I was on my balcony tonight, scared the shit out of me
Balkan Australian
Balkon!
Daily reminder: https://www.youtube.com/watch?v=bwDrHqNZ9lo
thanks for the reminder
he probably killed the people that are laid to rest in said pyramids
Most intelligent Balkaner
Fact!
!ban mario
It’s Sunday night for her so she’s probably doing homework
don't have school tmr B)
hey
threads are used for various things
but i remember that it uses additional threads for specific tasks
just the main tick loop is still, we,, on main...
what paper splits for other threads?
chunks
other than chunks?
I mean, other stuff naturally is of the main thread like networking, etc
does paper split lighting o other threads too?
Mojang already did that
oh okay
i just need information that what mojang does and what paper does as an extra for using other threads
What kind of information?
Because if you want a list of everything that runs off the main thread you'd likely have to dig through the source yourself
He just need information Paul
yeah kinda funny. we must code in informatic a website. i simply recode my old one
and then a minigame in java and then i quit the cours probably
my roster be packed /s
Ok And?
finish hs then we can talk
Fuck
rekt
we dont even have a aula 😦 only a auditorium
Red wine is gross
what is with you and this belgium hate
bitches stayed catholic in 1500s.
then wanted independence in 1800s
tl;dr belgium = nl
my only god is boben
My only god is Albanian flag. 🇦🇱🇦🇱🇦🇱🇦🇱🇦🇱
fair.
ok ok ok ok
i love waterfall
where is paper threading
paper is fibers
me want
not threads
j
and again i fail the run of my life
on this BANGER https://www.youtube.com/watch?v=GGlO1I5Skss
shut up
It might just be one of the worst songs I’ve ever listened to
those are some sexy courses
meh, they're kinda boring tbh, i already did most of the interesting ones
i remember trying to learn swift
I remember when nioma trying to do anything at all
are there any papers or guides or similar to a generic loot spawning algorithm for a game, in a persistent world? I have predefined loot points (possibly areas?) and I'm looking for an algorithm which determines:
- when to spawn
- what to spawn (loot tables, weight, rarity etc.)
tried https://scholar.google.com ?
not papers, sorry, that is too complicated for me. I mean a blog post or something on this topic
oh yeah? name everything i ever tried
bet you you can't @warm anchor
i dont like apple stuff but swift is actually quite nice to use
stupid its locked to ios only devices
It is quite the challenge
Also isn’t the println thing wrong
It should be 🐶.🐥(etc) right
ye
I agree with dap
for once, same
using emojis as variable and method names is something I never knew I needed
everytime i see the phrase "something i never knew i needed" this song pops into my head https://www.youtube.com/watch?v=-E2K3EJ5RTY
yikes video but good song
Oops I got this wrong
Naomo would never call the event “event”
e
Exactly
either e or evt
congrats i had headphones on and you obliterated my ears lmao
I would
i have more songs that can do that 
I'm always that dumbass that writes ultra long names for fields
Me too
pragmatic names? Nah
I like to have my code easily understandable
cool sounding names? Hell yeah
not e.a() as Naomi would do
that's more something that obfuscated Minecraft would look like
the basic concept of autocomplete is 
naomi is a human obfuscator
() ->
I remember what that method did back in 1.7.10
a is the projectile method all ranged entities used to implement
C:
I never used lambdas before
i will obfuscate anything for you (1 USD/hr)
It’s easy
I probably should do that some day
i should put an ad for it on mcm 
what sane person uses eclipse??
e.a.s().p().ort(s);
i mean i did
which sane person uses eclipse??
TIL Sherman think he’s sane
technically I still do since I only use IJ for Paperweight
well

fuck I don't have a good comeback
IntelliJ is op
to be fair though it's been a while since I've used Eclipse or done any Minecraft related stuff
hey dap, now it's board.getBoard().getTile(int y, int x).getEntity().teleportAsync(board.getBoard().getTile(int y, int x).getLocation());
what in the
teleportAsync damn
gotta get dat async performance
Epick
it's the only part i can do off the main thread xd
oh ok nevermind I get what it does
got confused with all that verbosity for a second there
?
Isn’t board the board
Board has a Tile[][] and a UUID
last I remember board was a hashmap or something
oh nevermind that
yeah that makes sense I guess
reminder:
anyway it's basically done
just need to test with >2 people at the same time
Can you code yourself a brain in Java @wispy blade
Gotta get your brain GC'd
there is nothing to GC
@plucky sparrow i would've done it a long time ago if i could
You can
i have no idea how neural networks work lmfao
well it sorta depends on which one you're talking about
if (message.getContentRaw().equalsIgnoreCase(“hello”)) event.reply(“hello”);
the ones used in Artificial Intelligence are basically just glorified graphs
the ones inside skulls no one knows how they work lmao
there's always like a new paper invalidating prior neuroscience theories pretty much every hour
volt is now this value
me send more volt
lel
Brain is writing a paper on how brain works
neuron activation
Does this mean I can overclock my brain
overcook, yes
funnily enough there is actually an idea along those lines
it's called heat stroke
Just don't fry it lol
the magic of d r u g s
theory revolves around Brainwaves acting as a system clock for the Brain
c and k have the same function in dutch most of the time >:c
elektriciteit == electriciteit
no one's actually made any progress with all the arguments though
hmm
nevermind can't remember where most of them were
there is 1 relevant paper i managed to find from my old stash though
holy shit wtf is my cpu doing
suddenly spiked to 90% just sending a message on discord lmfao
processing stuff centrally
hi mm
Windows update 
im on linux.
Linux update 
Electron be like
microsoft is porting windows update to linux
oh no
Clearly!
time to remove antiword and ms teams then 👀
@minor badge hey do you know how I can talk to aderm
she's likely asleep
It's np
overcooking my cpu
so you can finally get off discord
some dude in my dms asking which is better cpp or java
ok
thanks for your valuable input jroy
!
I prefer R
Good afternoon DenWav 
Julia
Does anyone know an imagemap plugin for 1.17 that is like the imageonmap for 1.16?
I can't imagine a plugin like that would actually break unless it was doing really weird things
Maps didn't change between 1.16 and 1.17, did they?
The plugin broke.
this is correct 
@warm anchor
Yeah that's the one I'm using. The imageonmap plugin that is the actual good one just doesn't work
ive had no issues with imagemaps that would make me call imageonmap "the actual good one"
good one
doesnt work
you kinda cant have both
imageonmap works in 1.17 you just have to manually place each map
you have to go into the menu and get the maps to manually place
I think it relies on NMS very heavily
you don't have to manually place on the other one, you just right click the corner
Though I could be wrong
whatever
I was just wondering if there was something like imageonmap that worked in 1.17
They already told you
If you're asking if there's a direct port in the most convoluted way possible, there is not.
Yeah that's obvious no that wasn't the point of me saying that
This is the only other plugin
☎️
dead chat post weird operating systems
Isn't that one basically just pre themed Debian
This one is like Windows 98 meets early 00s *nix
Oh yeah, the one that's all assembly
Turns out when you go back to the common barebones standards of IBM-compatible PCs you can make something surprisingly capable without a lot of work that runs on almost every desktop
Networking is going to be iffy (and wifi is right out) and you're not going to get better than like 1024x768 software rendering and it's probably going to guzzle power but it works
CS version of "but did you die?"
GPU acceleration, wifi, and a webkit port will get you a capable OS people could actually do things with
And you might be able to get away without the first one
Although iirc a lot of the kernel code for DRM is BSD/GPL so you can use it even if your new OS isn't GPLv2
The user space stuff is the hard part anyway (unless you care about power management) and mesa has you covered there
It's funny, with things like SerenityOS a single person accomplished in a year what Apple failed at for almost a decade and had to buy another company to finally get
it seems like it wouldnt be so but most companies are so bogged down by bureaucracy that technological advancement is really hard to come by lol (but i've only worked in the bank i referenced a few days ago)
"o u want to add new feature? ok get approval from committee that has to get approval from committee that has to get approval from ..." so on n times
Apple ran in to the second-system effect and poor leadership
"oh ur request is currently held up in the n-10th commitee"
"the n-4th committee denied ur request"
"sorry"
They made some cool things in there and even dragged IBM in to some of them (AIM Alliance and Copland) but either they couldn't decide to pull the trigger on something or it collapsed under the weight of all the goofy requirements they put on it
half the time by the time a decision comes about, the person who made it doesnt even work there anymore and then no one does the change
😎
Apple made a version of ClassicOS on top of a Unix
It actually worked and all too
Wasn't good enough, tossed it for Copland iirc
i made a lot of stuff that never made it to prod bc couldn't get past change committee
that only met once a week 😎
Copland was everything academia thought future OSes would have in a single project
I strongly hold the opinion that the 60 something year old woman with purple hair that wears nothing but purple shirts, black pants, and purple shoes, is the best dressed customer who frequents where I work
The really funny thing it wasn't even Apple's first time dealing with this situation
Lisa and Mac were doing the same thing to Apple II that they were trying to do to Mac
Well, ms had some troubles during Luna development I think it was where they'd worked on so much crap and so many features and they basically just reset development Vs tryna fix it
A/UX is Apple Computer's implementation of the Unix operating system for Macintosh computers, integrated with System 7's graphical interface and application compatibility. Launched in 1988 and discontinued in 1995 with version 3.1.1, it is Apple's first official Unix-based operating system. A/UX requires select models of 68k-based Macintosh with...
They had this shit in 1988
Ah, longhorn
Longhorn was all the stuff that was supposed to have gone in to Windows 95 but development was run by their B team while the A team worked on XP SP2 and Server 2003
I think one of modern windows successes is it's iterative builds where they can work stuff in over time rather than big release and maybe a few SPs
(I'd also like to praise that but then windows 11 happened)
When they got done making XP not suck they came back and did the classic developer thing: said all this code other people wrote was garbage and they could get done faster by starting over 😄
For real, Bill Gates wanted that database filesystem real bad, it was a part of why Windows 95 wasn't Windows 93
BeOS is the only one that got anywhere close to that I think
Casual reminder that ms fixed a bug which caused Windows updates to slow down to all heck once you have a ton of updates installed because of their logarithmic algo
Right before windows xp was EOLd
exponential?
O(lg n) would be a good algorithm
My dad's PC decided to do an update even tho it hadn't been connected to wifi for over a month and it got stuck and it's been going for over 8 hours now
Just windows stuff
yeah uh maybe it's just me who has bad habits but at that point I'd just shut it off
if it's not done in 8 hours then the CPU just stopped doing anything at some point
Idk if he did lol. We were testing audio stuff when it happend
just discovered outlook calendar overlay mode and my life just got better by like 5%
Just yeeted it aside
aww man, I missed the weird OS discussion
BTW none of the above mentioned operating systems are particularly weird
KolibriOS and A/UX might be the exceptions
How about TempleOS? That's always a blast.
Does anyone have the link offhand for the tuinity merge build
What about Genode?
That one is very interesting, I’ll leave it at that
:/ nyc restaurant hostess got assaulted by some texans over the city vaccine mandate
shes in the hospital and it aint even her mf fault
I haven't actually tried Genode yet, though I've known about it for years now
Build a wall around texas
he still uses Discord, just send him a DM
mmm i love waking up with a stomachache
What are you smoking Snoopa?
fk yeah
i did it
you know how github wont allow custom locations for organizations anymore?
i bypassed it.
wait they dont?
oh like that
yh
i figured how to bypass it lol
ive made the "NO MORE AMOOGUS" location org today.
lol
bruh all i asked is a anticheat
.ncp
Depends on what you need, what game mode etc.
survival
HAHA
some stoned french dude got pulled over by cops on a major highway
"but it's legal here right?"

alright well
im probably gonna fail my physics test tomorrow 
took a practice test and got 40%
sort of
Anyone know how to make worldguard allow players to claim their own base? Or should i find an alternative to griefprevention for 1.17..?
Why not just use GriefPrevention?
join the club
I very nearly failed my physics module
by very nearly i got 49.5 and they rounded it up to 50
because it's not for 1.17
while worldguard is
but worldguard doesnt have a player-claim function
It supports 1.17.
Don't trust the Spigot page, because no one updates it.
Download the latest dev version and call it a day.
oh
but dev builds arent stable
are there any blog posts or guides or similar to a generic loot spawning algorithm for a game, in a persistent world? I have predefined loot points (possibly areas of loot?) and I'm looking for an algorithm which determines:
- when to spawn
- what to spawn (loot tables, weight, rarity etc.)
thats an interesting rounding technique
There's no generic stuff for that
You just gotta implement your individual things and then make everything data driven
So you can tune it till you like it
we have to get 5.75/10 at least lol
then ignore "generic", I'm just looking for somewhere to grt started on such a feature. I don't know where to start with this
I'm guessing a loot table or something would be needed, and some sort of way to time loot spawns across regions. But concretely, I don't know how to implement that
oh no, I mean loot spawning around a map
And every entity has a weighted random bag ("loot table") defined by a json file where you choose a random amount of items from
not on monster death/etc
think dayz, where items spawn in predefined locations around a map
but the spawn time and item are random
Well, replace entity death with predefined location then
what about loot despawning? if an item is not picked up for X amount of time, regenerate it? what if it's picked up and instantly dropped?
You overcomplicate stuff
or, if a low-quality item spawns, nobody picks it up, and that item never despawns since it's never picked up
Start with something simple, add more stuff, refactor, repeat
I've never implemented smth like this before, so I'm looking for a good way to do it
There is no way you are able to think of everything before hand so just start with something and look how it develops
Rapid prototyping and stuff
The waterfall planning model doesn't work in game dev
I would argue it doesn't work at all, but oh well
sure. I'll just try to start, then
does Paper rename any of Mojang's methods by any chance
I think I found a mapping in spigot-mojang+yarn-patched who's corresponding mapping is missing in the reobf mappings but I'm not sure if the name might have been changed after the source is remapped
We should not have any different names, but we might add params that could fuck with whatever you are doing
it's MinecraftServer#prepareLevels (Mojang name) but the method isn't actually in the final source after applyPatches finishes
probably got changed somewhere I guess
Good morning
mornin
good evening.
also i just finished cleaning myself of all that grease
and then it started to rain
so all that work kinda useless
no way linux tech tips admited to pirating
Thanks to Kioxia for sponsoring today's video! Check out their Enterprise Data Center SSD storage drives at https://lmg.gg/iEYI8
Over the last few years, we've tried to deploy this Gigabyte server chassis as a video editing server NUMEROUS times. Unfortunately, we had issue after issue with the intel drives we were trying to use, but this time,...
that old vid?
15:33
people pirate stuff all the time lel
16 hours ago
probably not the best to talk about it in Paper tho
yes
ohh
the movie
ic
smh imagine not calling your server ProdiumButItsActuallyAFuc*ingLenovoDesktopFrom2011
god he played it on plex at 16:28
i see
Hello guys, it is a way to put a refferal on join the server?
Like Where you find us?
Youtube,Facebook,Friends
plex is a software that allows media streaming anywhere in the world no portforwarding
just have different invites
from your local donwlaods of the media server
xxxxx for fb, xxxxx for yt, you can see it in server settings
or just use a redirector?
Minecraft, yes
no then
Took another and got 76% so idk at this point. I'ma try and sleep and do another when I wake up. Pray for me paper
gl
you got this ma dude
and daily reminder that amoogus bad
you can do this 
h i want pizza
Me too
doesnt help that there's a huge domino's ad at the bus stop
aye
because
i am hungry
i had a single sandwich for breakfast
managed to get 7000 steps in tho
Average at weekend probably 200. In week with school probably 6-8k but it's very guessed.
Heh, we paying some white hats to pen test our website and they already found a fun and creative way to change all images on the website if you click a special link
security is fun




