#general
3141 messages · Page 1903 of 4
RTP plugin don’t belong to utility category or spigot don’t have one?? @worn ember
To me it is… 
the category is "tools and utilities" which to me screams server utilities
things to manage your server with
Hello everyone. Any plugins to make gameplay harder? Please, i really need it.
I think, for example, spark is utility but rtp plugin is not
I see
Gamemode: hardcore
It’s built in
There are plugin that bans player when they die. That will work for you
pretty sure hardcore does that automatically

I present to you the Angel, the Ultimate human being
Provided to YouTube by Skint Records
Right Here Right Now · Fatboy Slim
Why Try Harder - The Greatest Hits
℗ 2006 Skint Records Limited, a BMG Company
Released on: 2006-06-18
Producer, Performer, Keyboards: Norman Cook
Composer: Norman Cook
Composer: Joseph Walsh
Composer: Dale Peters
Auto-generated by YouTube.
No, hardcore mode turns players into spectators but not bans
Using a plugin has added bonus as some server only bans you for a week / month when you die
iirc that was the first server to really pull in lots of cash
hardcore mode, pay to get unbanned
Yes 

And those early day Jail server lmao
so there's like 3k internal shits
Rtp belongs in fun because it’s fun watching server die when teleporting to unloaded chunks
Smh Noah leaking
half of them from kenny when he forgets to pull 
Or from everyone else when kneny forgets to pull
thats the other half
hardcore servers are interesting, I used to like to play them when I was interested in minecraft as a game, but there are many issues with them:
- There are free alt accounts for 1 day, some players order them and play with cheats and kill other players.
- These servers are very temporary, players die = less online.
Thing is that those servers often rely on a churn of players which is good for profits but generally kinda poor for longevity unless you're in a market area where people just play in offline mode or there is a timer
If this such server was organized by some youtuber I'd suggest to do "whitelist" opening for one week or more and closing after that time, it fixes alt issue, and also if some player hasn't joined at least once a week he removes from a whitelist. And server ends on a last player in a whitelist and youtuber gives him some gift...
do you guys know reddit.com/r/anime_titties ?
Is that another one where the name they wanted is for some reason filled with hentai or something?
Like /r/trees vs /r/marijuana_enthusiasts
Lmai
r/worldpolitics was some alt-right trash due to no moderation so people flooded it with hentai instead
I think that's what I'm getting from looking in to this for about 2 minutes
sounds like any place with politics
Looks like it was a bit of everything at least as of two years ago
Lots of left wing trolling took over then though and then people just started flooding it with everything
BernieBros and such
It was always edgy assholes but at some point they went from "corporations suck" to "Trump sucks" and then porn
Not sure there was much alt-right stuff in there at all, at least not that was getting a lot of upvotes
Hey all. If this possible, can somebody help a little and explain, what do this error means for me as for server admin, is there something that I should fix with my world and server? Im kind of having a TPS troubles in the moment when that error appears and its really disturbs. Thanks in advance 👉 👈
https://pastebin.com/8qeDXUYx
you are in the wrong place here, you are using Pufferfish so use their discord please.
That error is usually just a tick taking too long, in this case it seems to be currently ticking fluids
All I see on my timeline today's is Chinese people jumping from buildings and military or whatever bagging up pets in Shanghai
What a time to be alive, thankfully am born in Germany, lol
Imagine somebody force entering your flat and putting your pet into a bag for execution
Not sure who the animal is in that situation
And with those nice thoughts, am singing off for today, lol
a little change of subject
Some nice little resources if anyone searches around:
Allows you to specify which sound variants are chosen by using a predefined seed in 1.19
https://github.com/Owen1212055/mc-sound-seeds
Renders of all items as they appear in the inventory:
https://github.com/Owen1212055/mc-assets
I've been playing around with the seed field for sound packets, it's pretty neat because before you really couldn't pick which specific music tracks are played.


protip: don't import it into postgres on a HDD 
jeez
(This was a select, not an insert)
lmao
wish they had a json file somewhere instead so i can just do it in order programatically
💀
I mean, it only has a handful of rows to search through
true
wget https://placedata.reddit.com/data/canvas-history/2022_place_canvas_history-0000000000{00..78}.csv.gzip
I also was confused when I find out that part of seed in some packet at wiki.vg, after that I started searching client with question: "why is this needed?" Then I found out that it is used for music and for some rendering in sky or idk
edit: I am blind and I misunderstand packets lol
Someone sent that to me right after I posted this monstrosity https://i.noah.pm/QBwRSc.gif 
Wait there were only 148 million edits to it?
who tf formats their shit like this
why are there so many zeroes
now i need to count the 0's and if its smaller than 10 remove one 
^
I did it the dumb easy way by just pasting all the urls after eachother in a wget command
was gonna use a forloop and PS
great that doesnt work on windows
ig wget is an alias after all
MS please
dont make this harder than it has to be
oh right its the -lt
Hi, When do you think 1.19 will come out?
summer I guess
ey, there we go
kinda dum it doesnt tell how big it is
for any of you windows plebs
cd C:\Users\YOURUSER\Downloads\reddit
for ($num = 1 ; $num -le 10 ; $num++){
$finalNum = "0000000000";
if($num -lt 10){
$finalNum = $finalNum+"0"+$num;
} else {
$finalNum = $finalNum+$num;
}
$url = "https://placedata.reddit.com/data/canvas-history/2022_place_canvas_history-"+$finalNum+".csv.gzip"
Write-Host("Getting " + $url)
wget $url
}
Pause
People who use scripts to manage things, they can parse the filename after - then before . Works as a anti-cheat too
Bro don't use wget use bitsadmin
its an alias
I know it's an alias and it has 4 other names with linux downloaders that's actually the same thing but use bitsadmin instead
If you do wget --help on the bottom it will show all the alisses
its powershell
PowerShell has --help
It can also be written as -help
Also bitsadmin is different
It ce out in like the 2008 winserver release and if you open command line and use it it has a percentage and instead of bytes it converts to gigabytes and all that
Resolving placedata.reddit.com (placedata.reddit.com)... 199.232.73.140
Connecting to placedata.reddit.com (placedata.reddit.com)|199.232.73.140|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 94096214 (90M) [binary/octet-stream]
Saving to: ‘2022_place_canvas_history-000000000000.csv.gzip’
2022_place_canvas_histor 100%[==================================>] 89.74M 13.6MB/s in 6.0s
2022-04-10 17:46:59 (15.0 MB/s) - ‘2022_place_canvas_history-000000000000.csv.gzip’ saved [94096214/94096214]
If wget on Windows doesn't do that it's a crappy wget replacement 😛
wget on windows was an alias for something stupid
Using the PowerShell Invoke-WebRequest cmdlet, which has aliases of curl and wget, on a Microsoft Windows system to download webpage
oh its shitty for sure
and ps also cant natively decompress gzip
you gotta actually call .NET libs
Function DeGZip-File{
Param(
$infile,
$outfile = ($infile -replace '\.gz$','')
)
$input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read)
$output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None)
$gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress)
$buffer = New-Object byte[](1024)
while($true){
$read = $gzipstream.Read($buffer, 0, 1024)
if ($read -le 0){break}
$output.Write($buffer, 0, $read)
}
$gzipStream.Close()
$output.Close()
$input.Close()
}
No more SharpZip?
¯_(ツ)_/¯
i couldnt even get it to work cuz for some reason it thinks the files are locked
so i just gave up and used 7zip
bruh all those files in there are called header.txt

at least give them an unique name
$files = Get-ChildItem -Path C:\Users\Joshua\Downloads\reddit -File
foreach($file in $files){
Write-Host("Unzipping " + $file)
7z e $file
Move-Item -Path header.txt -Destination csv\header.txt
Rename-Item -Path csv\header.txt -NewName ($file -replace '\.gzip','')
Write-Host("Done.")
}
Why did this have to be such a PITA
Why does 7zip call it header.txt?
who knows
Shouldn't it be called 2022_place_canvas_history-0000000000.csv?
that was my thought
gzip doesn't have file names afaik
well then thats probably why
Just switch to WSL2 and use gunzip already 😛
how do you manage to keep your C drive so empty, lol
bruh why tf does crystaldisk play a song when i open it
ah well, I was worried I was just messy because it somehow always fills up lol
I've got just below 300GB on it now
I see this a a bonus
no
Speedy boi
You still put in That
not weeb at all 
it has its occasional uses
I have a lot of stuff 😛
Similar to paper chan they actually have an oh character for it too 
is that a single 7tb drive? or just a remote storage
That's a single drive
8 tb
Plan was to get two of them and set up some kind of NAS thing with a SBC, never ended up happening
seems like its from a japanese dev, im not surprised 
Why are people freaking out about the bookmark icon in IDEA?
yeah want to set up a NAS too but gotta find the money for it first
That's the second or third person I've seen go to the point of making an animation to show it was missing
TIL intellij has bookmarks
And why are they asking us about it? 😛
Until I saw this I didn't even know bookmarking was a thing 
Yeah, it was news to me too
ok so now that ihave this reddit data its time to do nothing with it
trying to think of something cool to make of it but honestly, no clue
maybe a heatmap could be cool
show the most contested areas
maybe dont
whats the usecase of bookmarks? its not like im going to read this code file before going to bed later or something
"Where's that class I keep introducing bugs to"
where can i download paper 1.16.5???
click on "legacy" . it is no longer supported
thx
downloads page, scroll down, click legacy
@worthy geode updated to be even more brain dead
big brain move is just using the dev tools to remove the display: none; 
didn't realize it forcecd a timeout if you answer wrong lol
it even increases
that's awesome
It should be multiplier with a time gate at 5th tries (you’ve failed 5 times. Please check back tomorrow)


=D

who
What is the worst way you got Rick rolled?
when i tried to get free robux
Did you try to who asked me? nice try kiddo
ok
ok
So the last year, the developers send and "update" with ridiculous improvements, so I believed it, but after I flash it, I did unzip and it was a rickroll boot animation replacement. I couldn't believe.
crazy 🙂
7.8/10 too much snow https://www.mcseeder.com/?seed=3285616218240024975&version=18
Seeder - Find, show, share and admire Minecraft seeds (Java edition only)
That was a good seed in that there are two decent sized villages and a nether portal very close to spawn, but the biome diversity is a bit disappointing.
Is anyone here American?
I have a question to ask.
What is the number of new cases of COVID-19 in the United States now?
I suspect that the media in my country is lying about the data.
So I want to ask for a certificate.
Current active case count is 1,136,002
Is this a total or an addition?
No idea
total. Average new cases per day is around 31,105.
i'd recommend looking here https://www.nytimes.com/interactive/2021/us/covid-cases.html
I've got 1,142,318 active cases, 27,155 7 day moving average new infections
That tends to drop a bit on the weekends though
(less reporting)
I only pay attention to the anti-vaxxers who post stupid stuff about Covid lol
Is the mainstream view in your place that the infection of novel coronavirus is a very serious thing?
I believe so
People have in general decided we don't care anymore is the impression I get
^^
Like, they'll get a booster or whatever but no masks, no distancing, etc
Even though we don’t have to wear our masks anymore, I still choose to wear my mask
Even with my vaccines
I wear mine at school, but not really for safety reasons anymore. Most kids still wear theirs, so I will too.
I think the only place they're still required is hospitals and doctor's offices and such
My schoolbus requires them, so I might as well just keep it on for the rest of the day. Honestly forget that it’s even on my face.
Which we should have been doing all along anyway
My district just recently got rid of the mask mandate, but from what I've seen about 60% of the kids at my high school still wear theirs.
Has anyone around you been infected with the novel coronavirus?
Yeah that has bothered me since masks became normal. Why did we never wear them in places like that?
Not since January.
What does the government do with these people? Let these people be isolated?
Government doesn't do anything
They seem to politely ask that you stay home.
They say you should isolate until negative but you can just not
Which is as much as they really can do.
I don't even think the mandatory paid time off for isolation is still a thing
So now it's go to work sick or starve, just like normal in the US
My moms work just gave an extra 2 weeks of paid leave for the year and called it good.
In my country, people with COVID-19 would be forced by the government into a special accommodation.
China?
Until 14 days later.
That or India
Why can you guess?
Those are the only places I've seen using force to do such things
The rest have either seemingly not cared or just given funding and incentives to do the right thing
Nothing should be trusted in your country.
if anyone wants a thread of awful stuff from shanghai rn... https://twitter.com/donnawonghk/status/1512471322051366929?s=21&t=7nhA_Kn0H2uUChwwiIgjWQ
I compiled some representative videos of the lockdown in Shanghai, all from the Internet, I hope this collection could help you get to know China as a real face but not as their propaganda
Borrow a tag from @MissyCooper13😎 #AmazingChina
PLA soldiers are entering Shanghai
2944
2362
its covid not politics 😛
Not welding people in their apartments this time?
just killing pets
covid= politics
US has done surprisingly well in terms of vaccination rates. Most places really are back to normal now
the new WFH trend isnt too bad either
Yea, naomi wu was saying about that a few weeks ago
is that lady in the US or China
I dont really follow that closely. Her twitter though
apparently they're not letting them take the pets with them into their isolation pods or whatever and basically, the people come around and see a pet and just like, jesus...
China
yeah the way people threat "pet" or animal in general in that part of the region also doenst help.
Also cat... I wouldnt really call those isolation pods... by the look of it, it looks like mass cross infection chambers
TRUE we are doing CIVIL DISCUSSION
Anyone know about pritunl?
I am hosting a server through a VPN using pritunl and when someone logs in, everyone shares the local gateway address. Lmfao Idk where to start to get it to where it shows the user IP Addresses.
You'd need a transparent tunnel
software defined stuff just basically ain't gonna work like that
Hmm
I mean I could probably just deal with everyone having local gateway IPs. It will be harder to keep tabs and ban people tho.
it's like when you log into your server
You don't see your LAN IP
You see the IP address of the router
Yeah like locally
Some routers do that I noticed
It does kinda add annimity that way ig lol
If we wanted to log IPs, we could log the connections to the port 19132, and 25565.
On the VPS
(I could have sent that all in one message, but brain lag happened.)

The stupid spigot nft actually sold :/
i'm in china now but not in shanghai
the truth is that the china government is TRULY hiding some truth, even to chinese people
anyway I guess this is to avoid social panic
it is now very difficult to buy vegetables in shanghai, and discussions about buying vegetables are banned on weibo (chinese version of twitter)
the topic is BANNED
china government's online censorship system is very strict
i hate covid anyway, it took a part of my life
China bans everything they can't control, that's dictatorship 101
😍
"Viagra nascar mouse" is not something I expected to hear, ever
PlatinumGames Sol Cresta (sponsored) - Official Website: https://bit.ly/SC_NostalgiaNerd
Steam: https://bit.ly/SC_Nostalgia_Nerd_Steam
Nintendo Switch: https://bit.ly/SC_Nostalgia_Nerd_Switch
PS4: https://bit.ly/SC_NostalgiaNerd_PS4
The humble computer mouse. It's an item we take for granted. We use it to navigate around our GUI. But there's an...
how much is that
if those prices are in eth or beth its about 252 USD or 194 GBP
eth
(DiscordBot) Who would have thunk it… : ProgrammerHumor - 47 comments, 154 points - JCasasola20, 8h ago
is that... 3 000 USD?
I hope not
oh
i'm dumb, tried to convert the eth and just looked up the price of ether instead
no i accidentally converted 1 eth and thought that was it
https://auri.gay/top-secret > spigot nft
||Imagine being furball 🥺 ||
I recognize that url
i don't think I have anything else on there though
I wouldn't be surprised if that's just md_5s alt who bought it back, the account associated joined spigot yesterday https://www.spigotmc.org/members/volc94.1552143/
God knows
part of me thinks that he was hoping that it would of actually gone somewhere
It went somewhere; all the way downhill 
now this is how you do subscriptions, instead of tricking your customers into getting them to subscribe as long as possible without them knowing/forgetting
Is Aikar really powered by steak?
he likes to eat steak so i imagine his body is powered by steak quite frequently
ok
Well this is mildly infuriating.
The API is returning the wrong block face to my plugin... this will be painful to get around.
What if the client is wrong? 
Possible, but I think it has something to do with the fact that the sign is being rotated using some NMS code, and the cache is not getting updated.
The way I see it I have 2 solutions:
- Figure out how to cause the cache to update
- Go around the cache to get the block face
Option 1 would probably be the correct thing to do.
There is no real "cache" for that
that would maybe suggest that you only updated the block entity and not the block itself or something
Possible.
Was not the case, the BlockState was being updated, but set to what it was before the rotation, so I have fixed it so it actually rotates the state when it sets it.
@ electroniccat, minidiggers birthday is arriving soon. Will you wear a tuxedo for his birthday?
some kind of a formal suit
don't you want to see a cat in a tuxedo?
fa-paper-plane-o. 🛌
so spigot was bought for 0.0799 WETH
250
What a shitshow
Md5 needs money
And only the logo iirc
paper nft
what is hangar?
something to put planes in
Everybody gangsta until after 10 years someone appers with spigot nft /s
I actually thought about buying it xD
I am just now getting why it's named Hangar-
Paper project named xerox wen? /s
You know hangars, planes come and go. Same with customers, they come and stay 
And fly away like planes
Planes are also fast, symbolically it can be for a fast website or fast getting of plugins. We can interpret so much into the name 👀
java
planes also crash if handled badly
java or c++
depends what for
Rust
general
What about rockets?
Airships
c++ is good if you care about performance, otherwise probably just use Java.
On the other hand a bucket is holding in the memory leaks, while a spigot is designed to leak? /s
I personally prefer c++ because I'm used to C-style things
i was just wondering should i learn java too because i already know c/c++
and it doesn't force OOP down your throat
When it comes to anything regarding programming languages it really depends on what your doing. ¯_(ツ)_/¯
Personally, I hate cpp oop cuz virtual functions...
really just making random projects
Then you probably want Java.
ok
Python can be good for random projects as well.
yeah already know python
In Java, every method is virtual
i just want a new language to try
I'd try Rust, it's not half bad coming from c++
also how do i use other commands in intellij's terminal?
it just gives me command not found when its found in any other shell
I mean, you need explicitly define them, and also many other details which is my personal taste and non-objective opinion...
Virtual functions have overhead, C++ won't add overhead unless you ask for it
zero-cost abstractions
Rust more or less moves the virtual or not question to where the type gets used
So I guess that's better
iirc the Rust design also takes a little more memory, is harder to do subclassing with, and you either get all virtual or no virtual, you can't mix and match
Conceptually harder, nothing to do with whether the language lets you do it or not
I learnt cpp oop by accident cuz my friend, beginner in programming, started learning cpp and already learnt some basics and he asked me to show what is oop, and I read some tutorials, explained to him and he understood it...
I think that it is better to use "sorta" fp in rust rather than OOP, because I tried OOP in it a while ago and it's 💀. At least it is extraordinary for me as a person who loves java, what do you think about rust possibilities in fp point of view?
SpottedLeaf NFT when
I think most of the time if you need subclasses you're doing it wrong
I worked on Rust stuff before the 1.0 release even so I'm a fan 😛
Back when I started @T was still a thing
Oh, it was before 2015 release, right?
Yeah, I think the 1.0 was in 2015
Basically right after I stopped messing with CraftBukkit I did a deep dive into Rust
So whenever 1.7.10 came out 😛
I heard that in really early versions rust had gc
That's what @T was
Ah, okay, good to know the history
You had &T for references, ~T for heap allocations (Box<T> now), and @T for GC but iirc it was reference counting with a cycle collector, like Python
The cycle collector is technically a mark and sweep GC but it only runs occasionally to try to clean up circular references
The cycle collector might have just been planned and not actually a thing yet 😄
Then they decided Rust should be able to run on bare metal with no runtime so tossed @T, ~T, and green threads (think goroutines)
To be fair Rust green threads were not as lightweight as Go's, in some situations they were worse than just using real threads
But Rust didn't want to abandon easy interop with C
OOP is useful for a lot of things, but personally, I think languages like C# and Java that are completely based around it are trash.
best assembly ide?
what about 'v'
Whatever you prefer, tbh. Any IDE can be set up for assembly.
Does anyone have a fork of FAWE 1.8.9 that works fine?
I feel really "young" developer, because I started it all 1,5 year ago, and I started because noticed that everyone talks about "multithreading" and I wanted to figure out by myself what is it, and what is the problem...
you are like 8 years late. and its not even working fine in non-ancient versions 
Almost every method being virtual destroys branch prediction, and every object being a reference to something stored on the heap makes the GC spend so much time dealing with small short lived objects that better programming languages would put on the stack.
For that XD
Any alternative?
WorldEdit
Are there any plans for Amidst to support MC 1.18?
idk, you are on a very very very old and buggy version, I don't know what works there and what does not. but WE has been always more stable than FAWE
Thanks to pvp community I need use that version
😿
Seeder supports 1.18, but it's kinda slow being a web app, and the UI for scrolling is not ideal.
well, thanksss
How much time minecraft community need to get rid of 1.8 servers? I feel that even when it'll be 20 years old then ppl will still use it...
When people stop hating the combat update
this because the pvp
When @quasi valley drops 1.8 support on via 
Yeah it requires more skill instead of installing an auto clicker
Imagine mojang makes new combat update to do better both for 1.8 and 1.9+ enjoyers, and vice versa makes new 1.8 standard with current combat system💀
My main complaint with 1.9+ is that the knockback seems a lot weaker.
mojang pleaseee make that systeeem
Trying to please the autoclickers is a waste of time IMO. They can't survive in an environment that isn't solved by a mouse macro. 🤔
1.8 is a very small vocal minority anyway
beta 1.7 is the real PVP version anyway
All these newbs just think they're good at PVP
Wtf, I thought are on the right side, on the side of first minecraft survival test pvp system enjoyers
I wonder when 2b2t will finally make the switch to 1.18. They've been stuck on 1.12 for years.
Tomorrow
they tried 1.16 at some point
For now they have working 1.18 test server with full original map
Their test server is on 1.18, so it is planned.
I wonder what happens with new chunks when you upgrade a server. Do the new chunks use the newer terrain generation and result in sharp borders?
It's not as sharp as it used to be, Mojang put some effort in to blending
It's usually still pretty sharp though and sometimes the blending just doesn't do anything
Martinnn is it also good weather in cologne, in Aachen its pretty warm but the city is not that amazing
Fun metric: cat's "er" results end at 7 rs
errrrrrr
wildcard imports bad!!
It is and the city is amazing too ^^
Who said that?
import *.
import static *.
Based.
why "me." brings me deja vu...
its bad the wildcard import?
Wildcard imports are generally considered bad practice, yes.
The Dom and town hall is nice to look at but the other things are normal shopping things. Like Frankfurt and the train quarter but in small. And I never been to cologne :( I only see the cologne Dom in YouTube Videos. Anyways it's good to be in a few minutes in the Netherlands to import stuff and food
anyway to prevent the new boatcrash?
set up the packet limiter in the config properly? That should help, no idea if the default settings help with that already
So I have this API I'm supposed to call to check for updates on things, when we first got it set up the API appeared to not give updates for anything older than a day so we stopped even trying. Now there is some data that we can only get from that API and they have it working for the last 30 days. Unfortunately that's over 70,000 things now and I have to do three requests for each one of them...
Oh, and they can't keep up with more than a few hundred requests at once
My hope is that after I let this thing sit for like a day to do the initial pass I'll only have a small number I need to keep checking for updates on and this will work out
But that means my day is basically just ensuring my laptop doesn't lose network connectivity and twiddling my thumbs
As for why wildcard imports can be bad, see https://www.javadude.com/posts/20040522-import-on-demand-is-evil/ and https://stackoverflow.com/questions/147454/why-is-using-a-wild-card-with-a-java-import-statement-bad
thanks i make all this things since start making PR for spigot/paper for the code style, xd
still have issues with the lenght for javadoc things
anyone know if i can make the github wiki link to an external url?
doubt it
you can't
rip
You can disable the default wiki, but I can't see any world where they'd let you redirect to a 3rd party site from a UI button without some sort of external page warning
thats what most wikis i see on github do.
have a wiki landing page with a url pointint to the plugin's registered website with the full documentation
damn, I played with gradle plugins, JNI and some other things and now I can develop plugins in Rust
how do you like this crash report?
that's awesome!
Although no practical use is jumping to mind
I did it personally for myself to learn some rust basics through the plugin development, I think I'll publish this example to my github
Yeah definitely share it, I'm sure someone smarter than me could do something awesome with it
Rewrite the server in Rust so it runs faster. :)
do asm hacks to nms replacing minecraft laggy features with native rust calls
1.18 chunk generation be like

feather-rs moment
going to be writing my own version which implements no gameplay mechanics and just gives a raw packet api
basically, here's minecraft's protocol, good luck
headless servers are the future of minigames now that the gameplay mechanics have successfully made 100+ players difficult to fathom 👀, calling it now
tbh, I also thought about it, that in the future there won't be APIs, but just libraries which would help you to implement your own mechanics for minecraft protocol, but prob it'll never happen unless mojang makes public every minecraft util / library etc. support such thing for people not related to mojang is crazy
I mean everything is open?
minestom has existed for years, too
but yeah minigames servers really? if you can’t fit 100+ players per instance, doing something very wrong
I'm referring to java limitations
maybe - I'm talking about making servers which support a few thousand players at a time 
Are you saying you think it'll only happen if Mojang turns Minecraft into a Minecraft Construction Kit of libraries?
no, I'm saying ima build it in rust
Sorry, meant Denery
Yeah, Minecraft SDK or something
You of course were talking about doing it in different languages so Mojang wouldn't be involved there
If Mojang could make a Minecraft Construction Kit that's how Minecraft would work already 😛
That's basically the goal, make it all modular and data driven
this exists no?
No?
Mojang doesn't have any interest in letting you use those pieces in other places or other ways though, only in making it possible for datapacks to change more of the game
I'd be happy if Mojang open-sourced many things in Java, for now we have Brigadier, which is useful for mod devs, and DFU, for using it you need to have at least one PhD...
They won't open source the game 😛
does anyone know a plugin for disabling the double click for chest
They have AuthLib which you can use but iirc isn't open source?
And the rest of the game is mostly a big blob of code, not libraries
I know, I think that for now they can separate several things from this blob: Gametest framework, Profiler system, Report system, com.mojang.math and something in net.minecraft.util package
or just do "oh, we are making open-sourced better X library than what we have closed-source for now, and minecraft will work with it!" (I think that's how DFU and brigadier have made)
But why?
why did they do it with Brigadier and DFU either?
That didn't really make sense either but those are somewhat useful generic utilities, not MC specific (although I doubt anyone uses them)
The closer you get to MC-specific things the less likely they'll open source it
a bunch of ppl use brig outside mc tbh
Such as?
And some things are just not useful enough to be worth making a library
being insanely fast and memory efficient w/o a gc
As in outside of the MC server or outside of the ecosystem entirely?
I think I got my rust proxy to use ~ 1mb of ram and less than 10mcpu
Like, using brig in velocity makes sense
my personal record with minestom is 50k players on a limbo
that's super cool, once you strip gameplay mechanics you get a lot more players
well plus minestom doesn't tick everything in one thread
zzzzzzz
@twin lagoon 

weebs are everywhere, we lost our society 😔 /s
PSA that screaming at the cashier will not make them more likely to cooperate with you
I can guarantee a friendly demeanor will go a long way
uwu
Srs though if someone kindly informs me of an item missprice I'll fix it without a second thought (within reason)
But this guy... Screaming at me like I murdered someone. Nah.
Retail is hell, I’ve always try to be nice to the staff
Pretty glad internet sharing is a thing now that Karen gets posted online for their outrageous act and generally being horrible human being
It's great when the Karen themselves post it
LOL
Thinking they'll be sided with
yeah some of the most entitled dickhead ain’t self aware either. It’s pretty funny
The person in question gave me two $20, a $5, and a $1
Pumped it all, came back asking for $9 back because they gave me $55
I didn't even get to the part of asking for my supervisor

BSL
shaders that doesn't change vanila
if you want shaders that dont do anythign optifine internal shaders
which is basicly like having no shaders
sildur's enhanced default
BSL adds good lighting and more dephth of detail
just like RTX
on bedrock or at least close
Are both vanilla-like
BSL with vanilla default texturre pack
thank you good service
its not until you use sponge you realize how much bukkit holds your hand 
Complementary!
Just because it has sooo many settings you can change to your liking
Chocapic13's are also nice, they don't look so soft (not sure of the correct term for it tbh)
Are there any that don't make the sun super blindingly bright
I remember having that issue with most shaders last I used them like a year ago
Ig I'll try the two suggested later
put on ur sunglasses
Ez fix /s
Lol
Sun comparison. The yellower one is Complementary. Chocapics has quite a lot of clouds in default settings so you really don't see the sun often (I turned them off for the picture because well, no sun 😄 )
Sun comparison. The yellower one is Complementary.
@vestal jasperI want my 100 dollars back
most shaders can end up looking pretty good if you go into the shader options
most of them expose quite a lot of settings
i like sildur's enhanced default with like 80% turned off so it still looks like minecraft but just with better lighting & antialiasing
👀
@warm anchor awa
Epic aber 
spigot plugins work fine
they're opensource plugins
John Oliver discusses how much data brokers know about us, what they’re doing with our personal information, and one….unusual way to change privacy laws.
Connect with Last Week Tonight online...
Subscribe to the Last Week Tonight YouTube channel for more almost news as it almost happens: www.youtube.com/lastweektonight
Find Last Week Tonigh...
no, it's still a thing
they just moved to their own gitlab instance
their plugins are still maintained but very dated, probably wouldn't use em unless you already use e.g. factions
if its rooted, kinda.
if not you can likely still use DNS-level adblocking, that will work in most cases
of course. Pi-Hole for example. Not sure how to get that to work outside your local network, but im sure thats possible as well
you can't use your own router? weird
I don't know, take a look 😄
asmr keyboard sounds included
Something about swimming pools.
Start a new webnovel, quote at the start of the prologue is from the "Conclave of Amaranth"
This is probably going to suck
Oh boy, over 2k for taxes this year. Time to adjust withholding!
hey that's interest-free loan from government
take it
I dont see that as a problem as long as you expect to pay for it each year
Except I didn't pay enough quarterly and owe a penalty 🤣

I'M DOING IT
Doing what? I'm doing your mom rn
Cool story
F*ck taxes
The most I've ever heard my parents curse was yesterday when they were doing taxes...
That will be kinda fucked as that implies government does track 100% of your spending and income
pretty sure they do or can
yeah most tax stuff is automated and one-click here
Dad has to do that stuff too and it seems complex.
there is a reason accountants exist 🙂
Doesn’t help that he’s a pastor and that comes with it’s own set of issues.
Yeah I think they’re gonna talk to theirs soon.
I’d assume sometime this week
my work did not withhold enough so now i owe over $3K
In this episode we learn how Minecraft servers are implemented by looking at PaperMC and tracing the dependencies. Turns out the custom Minecraft servers rely on decompiling the server source code! It's insane what this Minecraft community has created.
Paper Server: https://github.com/PaperMC/Paper
Minecraft EULA: https://www.minecraft.net/en-u...
People have already discussed it there #general message
POV you just restarted your modded server after 20 hours of not saving the world: 
I'm surprised it ran that long without running out of memory or crashing
...and terminated it while "saving world" cuz "damn, lotta time" /s
It had 20GB (Oracle Free) and it was lagging very badly, that's why I restarted it... but I forgot to save.
I disabled saving and made a backup, since we were working on building a IC2 reactor... a lot of time passed, tried to turn on auto save, can't, due to OP privilege 2 and not 4, just said I'll do it in the morning... woke up, had a very busy morning, sat down to play for a moment... forgot about it. 
rip
people still play with IC2? wild
GregTech. 

So the latest Discord update broke it for me
I get a blank window for a while and then a message saying it crashed and a button to restart it
Just tried to reinstall, no luck
So maybe don't update discord on Windows 😛
I think they made some breaking changes, my friend was complaining about how it broke some uhh integrations
third party forcible integrations
im on latest afaik
works fine here
that sounds suspicious
discord has logs? 😛
It apparently crashed before it got to something that can open the devtools
So I'm thinking this is an electron error
Oh that only works on canary
Maybe I should just try a canary build anyway
yeah they disabled it in the regular client
boo, canary is a whole separate app
Yeah
Just nuked all my discord data and reinstalled again, seems to have fixed it
wonder if we blame electron or discord 
They call it PTB
canary and PTB are actually 2 different things as I understand it
Oh yes the discord versioning
There's apparently a way to re-enable devtools by adding an "I know what I'm doing" type option to the config
14 votes and 10 comments so far on Reddit
Hello? Minecraft server devs? I'd like to commission a Terraria server, please. HAHAHAHA
shit memes can go into #gifs-and-memes
right so #gifs-and-memes can go into the bin
Well, yeah
where would I go for suggestions on plugins?
Im looking for a good plugin for region protection.
Is worldguard the best to go with?
yeah pretty much
archive all community channels papermc doesnt deserve it
🙂
do it aurora
Do you want players to be able to do it or do you mean admin claims?

I plan on splitting the world in half
but then I have nothing to do
just admin
the forums 
it would just be to divid the world into sections that users with certain roles will have access to
also is pl3xmap still working?
Im getting an error on the latest release
nvm I found an updated branch
Def get the root server one
They def don't have good CPUs for mc, but might be good enough
I certainly ran servers for friends on that before
they're completely different things so yeah
Anyone know why I am getting this error: Error while accessing the database Incorrect integer value: '' for column `adamwebb_xtremebots`.`Seeding`.`Pit` at row 1
its still populating the table with the correct values
here is the code in question
...
// Check for record
$check_sql = "SELECT
`School_Name`,
`Bot_Name`,
`Pit`,
`Win`,
`Loss`,
`BR_ID`
FROM
OutRoundScore
WHERE
Win = 2
ORDER BY
BR_ID
ASC
LIMIT 4";
sc_lookup(rs, $check_sql);
if (isset({rs[0][0]})) // Row found
{
//Variables
for($i = 0; $i <=7; $i++){
$School={rs[$i][0]};
$Bot={rs[$i][1]};
$Pit={rs[$i][2]};
$Win={rs[$i][3]};
$Loss={rs[$i][4]};
$BR_ID={rs[$i][5]};
echo "Creating Seed";
/**
* Insert a record on another table
*/
// SQL statement parameters
$insert_table = 'Seeding'; // Table name
$insert_fields = array( // Field list, add as many as needed
'School_Name' => "'$School'",
'Bot_Name' => "'$Bot'",
'Pit' => "'$Pit'",
'Win' => "'$Win'",
'Loss' => "'$Loss'",
'BR_ID' => "'$BR_ID'",
);
// Insert record
$insert_sql = 'INSERT INTO ' . $insert_table
. ' (' . implode(', ', array_keys($insert_fields)) . ')'
. ' VALUES (' . implode(', ', array_values($insert_fields)) . ')';
sc_exec_sql($insert_sql);
...
the error when running script
Query looks right, figure out why your PHP framework is giving you bad data I guess?
'' isnt an integer
Oh wait why do you have the fixed 8 iterations for the loop?
When it gets to the 5th one it dies which is probably the offset 4 error
I copy pasted script i made from an earlier seeding script and didnt catch the for loop variable.
SQL injection sounds good

https://www.youtube.com/watch?v=uqrqbk93v5Y
the ascended plane of linux
Ubuntu users are shaking rn!!!!!
Matrix server: https://matrix.to/#/#install-gentoo:matrix.org
kernel skip
dog
where is outside? asking for a friend
Outside is a different green.
ahh ok thanks
A very bad work life balance
Looks like a work/work balance.
Not like mine looks any better, though contributing is my job :P
i just like coding
work is life
I hate coding
same
if u think otherwise you're a lazy socialist
murica
An error and whoops hours to find a little thing.
just dont make errors
I'll try thanks
My 🧠: I am bad programmer, everyone else has more green github profile😔
Me: I make commits with large changes
How do you guys pronounce "json"?
Jason
bruh
@static badge 
jayson
but with a cadence at the end
so like jaysohn
like the guy says it at 0:41
But in russian I pronounce it like jeeson / geeson cuz rus lang specifics
Do canadians celebrate canada day? Or is it unpopular and another day to celebrate something?
only americans celebrate Canada day
The joy of pushing private mostly while only pushing public on release 😄
You can enable private commits 👀
(you can enable showing amount of private commits in your activity)
But then they'd know I also barely commit privately great idea thanks!
good morning
Hello, does anyone here use the i9 12900K processor to host the server?
Is there a good guide/documentation for linking luckperms to worldguard?
Anyone here make simple plugins for commission?
This is not the place to look for developers.
I assume you have a follow-up question to this question. What's the follow-up?
My server isnt working i changed the bukkit.yml, spigot.yml and server.properties. yet its still not working
Define "isn't working"
And you probably will want to post in the #paper-help channel with more details.
oh oops ok
Well the i9 12900K has 2 types of core the E-CORE and the P-CORE right? I wanted to know which minecraft server I would use if I used this processor in hosting
do u guys recommend i get the LG Gram 17 for college or Dell XPS
going to run a linux based distro tho
everybody knows the way to pronounce it is "Johnson Object Notation"

Dell XPS will probably get more support from the Linux community
I just dislike the Dell XPS touchpad personally
at least on the 15 inch
I dislike touchpads in general...
XPS has the second best laptop speakers, at least at 15"
(best is the 16" MBP)
XPS also has official ubuntu package repos for the bits that aren't supported in stock Ubuntu
Like the fingerprint reader and such
So, Switch 2 in Spring 2023 then?
BotW2 was delayed until then and 2 of the last 3 Zelda titles have been cross-generation releases
That would be 6 years after the Switch came out, decent amount of time
Heck the Xbox Series X is already getting a second revision soon, same specs but less power usage and smaller
Why people waste time trying to connect to random ip scanned Minecraft server?
Today 3 unknown ips
2 of them were from the same place
Yes, but too many bots?
Y reported two of them to the isp from Netherlands
right, shot in the dark as apparently nobody on google has even tried to do this, i am trying to spawn a nether fortress loot chest by command to replace chests from before when we turned relooting on. and just cant get it to work
Could this bring Luigi back?
Patreon: https://www.patreon.com/Kazestuff
🎥 https://www.twitch.tv/kazesm64
🐦 https://twitter.com/KazeEmanuar
Crazy mod work, it still runs on a real N64 too although it requires the memory pak
What about ThinkPads? And fedora
Where did they get the source?
Usually XPS things make it upstream or people adapt them to run on non-Ubuntu systems
Thinkpads are generally well supported, Linux folks love them
Linux users love them also
They got the compiler toolchain and flags used to build SM64 and since it was built in debug mode it had all the names and such still in there. Then they decompiled it to assembly and function by function converted it to C by hand then put the replacement function in and checked to see if it compiled to the same bytes as the original
Eventually they got their code to compile to an exact byte for byte duplicate of the original game
So reverse engineering
The other day I was looking tech news
Can't believe Nvidia drivers on Linux is still on fight
Looking one of the fedora's developer twiters
https://twitter.com/mattdm/status/1510664957465178118
Here's the conundrum with @Nvidia drivers on Linux, in a thread. I have a Fedora perspective, obviously, but I think it's a shared problem. (🧵 rant which I'm not going to bother to count or number.) #linux #nvidia #opensource #freesoftware
864
259
Read it, tldr they're sick of helping nvidia look better
People have nvidia hardware so distros bend over backwards to try to make it work but fuck that, nvidia should make it work
This tool has been used lately for those things
https://github.com/NationalSecurityAgency/ghidra
I mean, lately by a few years 😆
People who don't work for No Such Agency have only had access for a couple years though
NSA has probably had it for a decade
But I've seen normal people use it, and really works lol
Sure, I've seen infosec people talk about it
Like the bunch of exploits recently discovered
Impression I got was that IDA Pro was still generally way better but ghidra is open source and developing quickly
IDA Pro is crazy expensive
I heard china punished Alibaba for not telling the log4j exploit them first
does anyone actually buy ida though
Professional infosec people do
Can you even sell a "hack tool"
People reverse engineering a console or game just pirate it
Hell I had a copy once, was trying to help with reverse engineering iTunes DRM
I had no idea what I was doing 😛
They used an AES key to encrypt all the "web pages" (it was actually WebObjects XML) for the store and had this crazy complicated state machine that was a mix of a key generator and decrypt function so you never saw the key in memory. A lot of the states were dead ends, you'd never actually get to them but they looked like they were doing useful work so you had to reverse engineer all of them to figure out what parts mattered
This was after we published the first version of PyMusique, originally they just had the key in there unprotected, more or less
Was a fun little project until dvdjon got involved, then it got a lot of attention and Apple started fighting us. It was cool to work with him at the time but it ended up with the tool getting shut down and reporters calling and emailing me just to see if I could get them in touch with him.
I have no valuable input but these conversations are fascinating to follow
I'm the Grandpa Simpson of the server
Get me any random prompt and I'll start up story time
Lot's of history
aye, thinkpads are a good choice
The main thing if you're wanting to run Linux is to avoid nvidia
Which in a 17" laptop is hard since even if they come with an AMD processor they usually have an nvidia dGPU too
I thought it was AMD?
Linux user are being changing to amd
the only thing I remember with nvidia was something about it not being open source on linux
its a shame nvidia isn't good then
nvidia is off in their own world which makes things like hybrid graphics a nightmare
And new intel GPUs turned out to be jus a minor netbook releases
https://youtu.be/JbKC1LUIBxg
Visit https://www.brilliant.org/TechLinked/ to get started learning STEM for free, and the first 200 people will get 20% off their annual premium subscription.
► LISTEN TO THE TECH NEWS: https://lmg.gg/TechLinkedPodcast
►GET MERCH: http://www.LTTStore.com/
►SUPPORT US ON FLOATPLANE: https://www.floatplane.com/
►LTX EXPO: https://www.ltxexpo.com...
They just care money
Like, for two GPUs to work together to render and do that fancy switching between integrated for low power and dedicated for high performance you really want them to be on the same stack
Instead the easiest way to handle an nvidia GPU in a laptop is to not install the driver at all, blacklist the nouveau driver, and hope if you don't poke it at all it won't turn on and use all your battery in 60 minutes
And don't use Wayland if don't want a nightmare
Except that usually means you can't use external monitors since those tend to only be wired up to the nvidia card with the thought that if you have a monitor you have a power cord and want high performance
While sharing outputs has a 5-10% perf hit even if you're on Windows, on Linux it either doesn't work or the perf is worse
That's what the whole mux switch thing laptops advertise is for
It'll switch the eDP connection to your laptop screen over to run directly off the nvidia card so you don't get the perf hit of copying the framebuffer back to the integrated GPU
So yeah, don't get nvidia in a laptop if you want to use linux
nVidia GPUs always had worse performance on linux than windows for me, not only that but also screen tearing
meanwhile I get better performance out of my intel gpu on linux rather than on windows
I think same thing applies with AMD
I wonder who still uses old ATI's graphics cards to this day
intel windows drivers have always kinda sucked
the linux ones are generally pretty good
Required type:
Antrag<capture of ?>
Provided:
Antrag<capture of ?>
you love to see it
urg this sucks
so I have a list of QuoteProvider<T extends Product>, and then a Contract<T extends Product> and I need to find the right quote provider and then pass the contract to it
I autowire the providers as List<QuoteProvider<?>> so I have a hard time matching shit up again
urg
I hate generics, this would be so cool if it would work
instanceof doesn't work with generics
I guess instead of having a Contract<T extends Product> I should have a ProductContract extends Contract, buuut, Contract is a record, wooooo
oh, my quoteprovider could have a canHandle(T product) method
and then I just do an "unchecked" cast
Annotation-specified bean name 'autoAntragMapperImpl' for bean class AutoAntragMapperImpl] conflicts with existing, non-compatible bean definition of same name and class [AutoAntragMapperImpl]
cmon spring
lemme run my test :/
ah fucking hell, intellij not doing full rebuilds and didnt delete a moved class from my target folder
reeeee
now am debugging thru jackson
Can an Intel Core 2 Duo P8600 and 1GB of RAM handle OBS?
Yes, but also no.
Will I have to play Minecraft at 20 fps instead of 40 fps when it is running?
Do you have a GPU?
NVIDIA 9400M
Yeah, no.
How about a capture card?
Depends on how much offloading the capture card does.
Offloading means what?
Does the card do encoding/decoding on itself or does it send it to the CPU?
No idea, haven't bought one yet
Why not just buy a better PC at that point?
Wouldn't that be way more expensive?
Nyes.
Yesn't
fucking hell, I think I found a bug in spring
its not properly passing the type info to jackson for deserializing my generic object
its JavaType, whatever that is, and treating my thing as Contract<Object>, but I just pass Contract it works
whhhy spring
do I need to define my own message converter now?
I really dont wanna :/
did paper get 6k cash only last month?
also why did Mini donate to paper. He should be getting paid getting paid by paper
all transactions are open
i can see?
@void void https://opencollective.com/papermc
idk if you can, just click that link
go to the expenses tab
bisect and aternos have been somewhat giving
i'd like to donate anonymously
There is an option for it
you can do so as a guest
electroniccat's name is Shane Freeder lol
Or you can opt to use fake names
I mean most professional use real name on GH such as Mr MiniDigger
I mean, theres a limit to what I can enter, the full name is in the readme 😄
but if this money doesn't go to the devs, who does it go to then?
its covers infra cost, see the expenses
I am sure they will have a plan for it. It’s just sitting on the bank rn if you mean the extra donations
does this mean that the devs work on paper without getting paid anything?
how do you guys survive like that?
By having a real job if I would take a wild guess
or living in a shed
donations cant fund having anyone working on this full time, lol
The same way every open source developer or volunteer survives
the shed
You don’t do volunteer work if you can’t sustain yourself first
The current donation would need to be ramp up at least 100x if you want to actually paying developer a living wage
im surprised that they work on paper after a day of work
if it were me i'd watching youtube
I mean, am currently enduring the pandemic and such; but, I generally hate not doing stuff so next cash in I get of a decent amount, am buying a TV, me thinks
why a tv? you already have a pc
get away from the PC
There is a difference than sitting in my coach with a big tv to a monitor
also i just got greek yoghurt and realized i dont like it
outside of when I go out, am stuck in front of the PC
on the tv you dont have netflix, HBO and CuriousityStream
Like, my chair is okay, but, I need to replace that too cos apparently my ass like, lockdown pounds...
Chromecast is a thing you know …
Like, am conlicted on the TV, but, I semi just want to get away from the PC
Go for it
yea, you can get stuff like a chromecast and cast over to it, then theres also the various android boxes, firestick, etc
As long as you ain’t planning to move (coz it’s a loyal pain in the ass to move it) a big tv is nice
i just want more calories
my body needs calories but its hard for me to eat
now i try drinking them

electroniccat is this what british people are like?
https://youtu.be/Sz7KTe72UKo
no that's just what ecat is like
pineapple md_5


