#general
3141 messages · Page 1950 of 4
Armorstands etc. fair
Now we're on the topic of old version support
might as well add protocolsupport nah?
i'd rather send legacy users to a legacy lobby than to send them to a 1.19 lobby with viabackwards/protocolsupport
While we had chat control mentioned. I know you don't like the dev. It's meta to not like him now adays. What's wrong with the plugin?
there should be viagame plugin and other games can conenct your minecraft lobby but everything is translated to that game
Never heard of chat control ngl
Who made chat control and why is he hated?
It's meta to not like him
that's such a bad take
Btw i just release the logo is
Gay Flag and Transgender Flag
I am surprised people can use that plugin without being forced to buying a course subscription first.
part of why the dev is disliked is the actual code quality
the meme document went over it but the links are mostly dead
It can't be that bad, right?
It's not
it was bad
don’t have time to do the same conversation paper has every 3 weeks but yeah the code quality is terrible, the plugin is questionable and the author is scummy
Right??
plus, ppl love to hate on others, if they dont use it, it's easy to dish. just natural.
Chc Pro wasn't the best red is alot better
The chat control with 660k~~ downloads?
it was bad enough for people to write a multi-page document about it
kangarko?
how would csgo one tap translate to minecraft just wondering
yes
Is it still that bad or?
Oh, it has a github
kangarko outsources dev work to others nowadays
I'll check myself then
Oh, that's lame
@twin lagoon how would apex tap strafing translate to minecraft?
@waxen panther how would apex super gliding translate to minecraft
yes
I don't think there is a plugin that can do what chc does tbh. Venture chat being the closest
But idk
Could be wrong
Well I do dislike the fact that they do the good ol' classic static instance stuff
Not quite OOP
but oh well, almost everyone does it
via @true canyon
Gigachad
I become the optimization
oh my god it’s electronic cat 🤩
The ancient labels, never have I seen them in usage before as I haven't had a need to ever
Thing is that chat control just had a ton of mediocre features which nobody cares to implement in their own plugins because it's generally just ends up turning into a shoddy performance nightmare or very few care to use it bar the odd server which is crazy about investing into scunthorpe
did y’all watch the starfield reveal
watching the gameplay thing literally right now stop looking at me
It's like the essentials of plugins, for chat
hey cat, jroys code isn’t THAT bad
Everything essentials does, theres a standalone plugin which can do it several times better
I've always wondered, what precisely are labels used for? Apart from allowing you to break specific loops of course
mostly just that
Then,,, why is it used here in if-statements?
like, they don't do anything else
broccolai is a label
or if you like naming your methods silly names
Making some custom 'funkopop' spin offs for my server, anybody want their skin made into one lol
except the Essentials team actually tries to improve what they have.
low level flow control but you shouldn't generally use them especially in java
example from chatcontrol:
muteCheck: if (ChatControl.muted) {
if (Common.hasPerm(pl, Permissions.Bypasses.MUTE))
break muteCheck;
if (Settings.Mute.DISABLED_CMDS_WHEN_MUTED.contains(args[0].replaceFirst("/", ""))) {
Common.tell(pl, Localization.CANNOT_COMMAND_WHILE_MUTED);
e.setCancelled(true);
LagCatcher.end("Command event");
return;
}
}```
What precisely does it do here
is that actual code or from a decompiler
from github
Jesus.

chatcontrol has posted their source multiple times before
does it like, not fully return but kinda goto as if it was false?
jesus
or wtf does that do?
it'll leave the muted if
decompiler code looks better than that fr
It just, leaves it and continues?
Yes
starfield looks really good
Then my assumption was correct
It has uses, this just isn't a good example.
Cool to know, could be refactored to actually not use said label
Hello Sir JRoy there may be a mistake, I cannot seem to open this repo
One of those, "just because you can, doesn't mean you should"
shame i can’t play it on my ps5 😔
What would be a good example?
So far I've always refrained from labels, and if I had to use them refactored the code to not having to use em
I got red for free from kang lol
I mean, theres very few cases in which it probs wouldn't be better to just refactor your control flow
I prefer avoiding the entire label thing, as it seems rather bad
Idk how labels work in the JVM itself
requiring stuff like labels often implies that you're going into a pyramid
forgot the tech-fangled term
@waxen panther this guy is on a first syllable basis with him
So take my words with grains of salt
how has this not been dmca'd
but the memeacademy doc has been
As all my coding experience has just come from
not publicly visible
8 years of coding myself
and working at 2 jobs for a total of 4 years
So I don't have a lot of in-depth tech knowledge of for example the JVM or whatevs
isn’t he from eastern europe
probably
Fun jokes
/* I've got to */
break free;
Or if you're in a nest and trying to jump to a specific part of that nest it can be handy.
wow king K himself 🥸🥸🥸🥸
the papermc open collective can cover legal costs
Wait did a paper dev just post a pirated plugin they host themself or am i tripping
I can understand the nest part, but often I end up changing up the flow for me to not require said label
is starlight running with the new papermc?
yes
mirroring a repo
is the new paper out?
that most distributed by kang himself
yes
like its not a plugin
and yes @light wren
thank you sir 
:D
Why out of curiosity? lol
yeah he had the source on gitlab for a while
That's the "premium" version?
I get confused by github stuffs
im just making sure im not stupid
wow two wholesome paper general people in a row
because kang removed it
so proud of everyone
it has always been closed source
he had it posted for like
2 weeks
he did some really shitty business practice and then on his new version he had it public on gitlab for a minute
wow 3 Josh in chat rn
throwback to when he had the premium CMI jar as a library in a public bitbucket repo
this is unreal
still have CMI because of that
Well yeah joshes are the best tbh
not only cmi lol
why would you want cmi 💀
he had tons of premium plugins in his repo
Cmi = I WANT EVERYTHING, will i ever use it NO


:COPIUM:
wouldn't just throwing the exception be more clean there?
everyone goes through a stage of using shit like chat control and cmi
Hello paper developer / moderator Jroy
What do you think i should use as my chat plugin? im curious
depends on what you need
And how many other chat plugins do you know besides venturechat and townychat?
(not talking about the spigot ones with 12 downloads)
please do not put respect on his name, always spell his username lowercase
i use venturechat because it’s open source and seems like it’s the only OK chat plugin with channels that supports towny
and actively supported
i don’t know why you would ever use ChatControl because in another 6 months he will release ChatControl-Blue and charge $500 for it
not to mention how bad it is
My most sincerest apologies.
Sigh
speaking as someone who used it for a time
Well you already use CMI so why not that as chat plugin aswell lol
Waiting for ChatControl Magenta 😇
channels not working properly, performance problems, the moderation system is overkill
This is a classic via example, I respect that you didnt get on with it but like i said, no issues for me lol
way too many features in a convoluted config
like i said earlier, everyone has diff experiences
I switched from venture to chat control for features I needed lol
and cross server stuff is much cleaner on a network
not to mention how he said he was rewriting the plugin for 9 months and convinced everyone to bear with him, then decided to abandon his premium plugin to release the same plugin again but for more money
That was kinda shitty but I got it for free so i dont mind lmaoo
slow dev cycle
kang giving something for free is new to me.
and he spammed my email with ads for mine academy
I was 6 months behind the 'free' upgrade and he gave me the benefit of the doubt 🙂
As i owned pro
party, rephrase that: he used your paypal email for advertising purposes, despite the paypal ToS .. more likely
LOL
correct, he violated european laws on that one
then threatened to sue me for being mean to him
oh yeah the fucker used my paypal email to send unwanted emails
Gross
Hi Michael (respect)
no, i dont really care too much - ppl use what they wanna use. but, some devs have created more history for themselves than others, so they come up once in a while.
Michael stop being hung up on him 🤓
you asked for why we don’t like him or his plugin, don’t complain that i listed a bunch of reasons
Don’t care
Talk about hung, i should finish that tv show. never watched the last couple of episodes
o.o
What are you awake for at 3am 👁️
aurorae, i fall asleep in my comfy chair before dinner, woke up at 10pm, can't sleep now. 😄
Those Europeans and their messed up sleep schedules
hi dutch
It's part of the genes, I'm telling you
other dutch here
Me at 2am: wym
I refuse to believe they are real
we're all dutch deep inside
Owens cracked it, Europeans are not real
If no, probably not
194cm
I meant to Michael
dunno
2302cm
i've got a dutch passport though
Who tf would measure themself in cm
please translate to freedom units
Hmm
tall brocc
might be enough
Valid
reasonable humans
🥸 my country uses something different so you’re wrong 🥸
Sorry i mean 182.88cm
joshie you measure your height based on some random dudes foot length
americans are the length of half of the neck of a giraffe, parallel to 2 elbows.
barty don't you literally do the same wtf
I don't measure my height in centimetres.
yes but i’m not saying it’s superior
that is acceptable
barty measures his height in hamburgers 🤓
American struggles (coping mechanism)
I love how I brought up height, but apparently I'm the most tiny here
michael approves of me
I measure it in metres.
fuck spigot man paper rules
Also I lied im 5 11
Welcome to paper
Damn that’s crazy
@waxen panther thoughts on metric vs imperial
Guys this is getting political 😰
no thoughts detected
it’s not political until jroy says something
facts honestly
As someone with a moderately working brain, metric is better
The US Customary System is an outdated system of measurement.
The news mentioned that now that the UK is not part of Europe, that the products in grocery stores no longer are Required to have the metric system on them anymore. They're going back to the 1700s
Oh no
why would you willingly
So is the Imperial System.
jroy can clean up
🚪
🚪
Quick exit this way before jroy comes!
just because they don’t “have” to doesn’t mean suddenly the entire country will switch to imperial lol
you cannot move a continent
b*ris
fail
terrible place anyway
🔥
the UK is inside europe
my apartment is out of chocolate, and it's frustrating me.
@twin lagoon can I live with you and get a new citizenship
its not 'nearby'
well it’s not attached to europe my friend
Do you consume waffles/cheese often?
cheese, yes 😄 waffles, no.


that’s generally how continents work
:koriLaugh:
L
man, i put cheese on everything.

Guys they should connect the continents, why are the land masses decentralized?
Yeah but europe is the continent and the UK is still in europe regardless of us leaving the 'European UNION
Wouldn't that be cute?
Thats where people get confused
europe is a continent
thank you for bolding it
Yes, it is
I thought europe was a state 🤔
Could you guys guide me to the page where I can hire developers, like a papermc forum page or something
Maybe you could draw a red circle next time too
LOL
not a thing paper offers
fr owen we should drain the oceans
That would be so cute and quirky.
London isnt in in england confirmed
EU is a political system :p
can the UK float away
where does mc devs usually look for jobs tho
please
Probably
we're going to stop now
you kinda just stumble upon them
there he is
based jroy
mcmarket/spigotmc both have marketplace sections
both didn't go well
how
looking for a 3rd option tbh
it’s probably not going to be any better elsewhere
well hold on what is your experience with the first two
spigot staff hates me and mc market is just too amateur
if you’re not hiring reputable developers
4 million mi² of EU continent. But certainly isn't a big one
define spigot staff hates me
Or rather, "what is your experience in the field to begin with"
They don't let me post
probs a factor too
nah it's more personal
👁️
md5 specifically limited his account
I got over 100 posts, It's a fresh thing
i mean there's a marketplace section in the discord.gg/p2wfactions discord but whether you'll find anything there, no idea
let me chcek thx
Anyways how is everyone liking papermc 1.19
terrible I only have 20tps
secret graph say yes @foggy silo
tests have been going fine.
Haven't used it yet
Wait right!
hate it
Building my docker image for it in a bit
bad Michael no advertising
so I can start playing around w/ it
can't stop me now
he's having a good time
I hate all changes jroy has made
jroy do you have built up anger? 🥺
That’s a good point michael
paper mc general will be happy to help
@coarse venture what do you do when around 3-6 mosquitoes swarm your screen?
You cannot be above me on the role list, we need fix is this
@waxen panther
they wont make it that far
(I am the source of jroys anger)
They're swarming my screen
That's why I was askin
for personal advice
are mosquitos common in europe
before the evening i air out the apartment, bit of fresh air, and i close the doors and windows, and i put a brighter light on in a section of apartment that's not near my system, or my bedroom.
basically prevents them from coming in, what was in usually goes out with the draft, and the ones that are inside care more about the lit up area than my desk or bedroom.
My room is really small, I can't do that LMAO
whenever I do that my room is a big oven
and the rest..
before I go to bed I set my entire house on fire to make sure nothing is alive near me while I sleep
fortunately for you brocc nothing will ever be alive near your bed
party, savage.
anime girls aren’t technically alive
my responses would not be appropriate for papermc and the fine moderation team that @twin lagoon commands
single handedly carrying the mod team
head mod?
if you're the reason my prod environment is down, why is it up and running?
is it tho
chief moderation officer
CMO of PaperMC
I have had 0 check_mk notifs
that’s chief Michael officer to you pal
i stand corrected
running for his life
Last CheckMK notif was 12:03 when fstrim wasn't on
It was going weewooweewoo a systemd service isn't running!
But that's all
That's been 3 hours ago
So I'm certain it's running

well, almost 4 am, i am wide awake, but i will go try sleep. i probably end up watching a movie on the ipad and then at 6 am when the sun turns my room into an orange morning feast of beautifulness, ill just get up and start a new day.
Good idea, I agree
I'm joining in on the fun, but then instead in my own bed, in my own room
Goodbye

👋
every night when you go to sleep I ctrl c c your servers
You can't!
Even if you do
if I do?
It'll shutdown gracefully and rancher will boot it back up!
will it?
lol
Some springboot scalable rest APIs
Load balancer
Nginx proxy
Yk the drill
You can ctrl c all of em, specifically the rest api's
what if I clear all of the firewall rules
Euhh
then it blocks all requests
Will it tho?
yes
oh you use your provider firewall?
Idk if it'll be an issue or not, as my docker networking stuff has net admin, but who knows
That's false. Unless I'm missing something
You can, the report form has java in the dropdown and asks for the java username, and field to describe the issue.
how would they know?
How would they know if that person actually sent a message. If chat signing is off
Servers spoofing player messages is really easy
That's up to the mod team to deal with, not my problem.
and has nothing to do with 'you can already report them'.
if you dont believe you can, or that it's useless due to spoofing, then dont report the person you're having an issue with, nobody's making you 😛
k, backups have synced up, i can go for realsies, [away from keyboard]
Hopefully this is just a joke
The biggest issue I have is, as a trans person I’ve been punished on social media for telling terfs to fuck off my page, if I say that in Minecraft I could get banned from all server like WTF. Also what about anarchy servers
Yeah, but you're on Mojang's platform. So they get to decide if what you're saying means you get banned/lose your account/etc.
For better or worse.
"But I don't like that" is a fine opinion to have. It just doesn't really change the fact of the situation unfortunately.
i feel like it'll do more harm than good to the community but i understand why they would feel the need to do it
It’s not Mojang a platform if it’s not hosted on my server
Twitter I get it
It is if you're using their account with their authentication.
It’s a a public platform
am I no longer allowed to discriminate?
Hosted by twitter
fr
welp
Are we really gonna need to have open source auth servers now : (
It’s just like Wow
well i doubt you'll find "terfs" on a minecraft server, or atleast know that they are, plus i don't think telling them to "fuck off" would do anything, so no worries on that !
The issue comes in with AI moderation
And AI will just read the chat and be like DID YOU JUSR SAY FUCK BAN
I mean look how terrible YouTube is
uhm well why did you say fuck in the first place? i wouldn't want my children to see people saying these type of stuff when they're like 10 years old
i don't think it was needed that you take some time to open your chat, write the word and press enter
All of the furries that I flipped off are gonna mass report me now
i better take my mc username off my planet minecraft account
also about this idk why you bring the fact that you are a trans person, seems a bit weird and unneeded, could have just said you've been punished on social media for saying bad words?
We don't really appreciate discrimination/bigotry here in general. You can see the rules for details.
If you want to hate on people/be bigoted then do it somewhere else. Or do it here and then get banned and then do it somewhere else.
Dw I only discriminate in my server
Tbh it’s pretty mild
💀
I just scream furry in all caps every time they chat
Alright that's enough.
I don't think you've broken any rule, yet
so does this just disable the mojang auth servers or does this just allow global moderation opt in for operators
anybody knows a plugin that lets me disguise as another player?
i want to play on my server without being recognized
let's see, they type pretty long ban messages here
If you search "Nick plugin" you'll find a few on spigot, one has 5 star rating and is 1.8-1.18
I mean I hate to see axolotl bucket dude go, since I really only pay attention to the chat while I lurk whenever he's in it
the only reason I brought it up, was since it has been used as a target by AI. the issue is, AI is rather bias and recent events may of made AI bias toward ruling trans poeple bad in reports, keep in mind this is how companies work. IE global moderation could lead to trans people being ruled NSFW in southern states as MIcrosoft would be liable to follow state law around children. not to get poltical that is just how it is at the moment. anyway I do wonder how this works
well thats just too change ur username, i want a plugin which will change my skin and everything
given everything I have seen points the them having a report system
and make me appear like another person
but they mention third party servers
maybe the java report is for realms and or future featured servers in Java
politics and mojang moderation are two topics for not paper, the former for obvious reasons and the latter for the conspiracy theories
o thx <3
i'm pretty sure it would change your skin with the nick, "/randomnick - Picks up a random name and changes your tag & skin into this specific randomname"
IIRC there was a plugin "Disguise" at one point
Pineapple on pizza is right ?
unless that was bundled into esx and I am just dumb
lol no we didn't bundle that
, just displayname stuff
does lib's disguises allow me to disguise as another player?
is there one for veloicty?
:troll:
Maybe the bias is justified for the AI then
the computer just learned it
disguising yourself on a server sounds really cool actually
well it doesn’t do much more than change your skin
i don’t know of any straight up impersonation plugins
Also can you provide me some source about the "made AI bias toward ruling trans poeple bad in reports" that is not some obscure unknown website?
you mean me?
both of you
AI is not very smart
it can be for certian things
shhh
understanding humans is hard
ok
anyone chatting is abt to get banned
I thought this was the offtopic chat, nevermind then
humans are complex and act differently than even people who study them think
I don't want that to happen
if they ask you to stop, probably stop
anyone know if shrieker warnings are per player or per shrieker?
what is a shrieker
anyway I am going to study the moderation a bit more and write out a document of my findings regarding it
wana make a chat for this convo?
Take it to dm's
like private so it doesn't bother the mods
zzZZZZzzz
public chat are great for this because it let anyone join and participate to the conversation, doing it in dms is not really interesting, i have not seen any rule that said it was not allowed to talk about AI in the offtopic channel
but i'll stop there as you asked
If mods ask you to stop, why do you keep pushing the issue
just drop it, it is that simple

starfield sounds too good to be true for a bethesda game
Bro.
@eager orbit 
it's so cool how minecraft does this thing where it goes down and I can't log in and play funny block game
just venting, I understand this is a matter completely unrelated to papermc
Time to go back and play with Lego ?
It's so cool that I can't play my singleplayer game offline because of an account error
when in doubt https://classic.minecraft.net/
THIS! why is offline mode so incredibly useless in situations like this! Is minecraft really so against me being able to play my single player world while their servers are funky?
It's somewhat of a necessity to require players to login to play the game at all
Otherwise what system is stopping the average person from just launching and playing the game without one
fastutil is a library that is likely used by a lot of projects. Not gonna be helpful there.
Maybe MC itself even uses it 🤷
well that's true i just saw that it was the util package
i didn't see the it. before so i assumed it was the . . .
no?
are you on vanilla?
nope, using fabric with a few client side mods
probably one of the mods causing the issue
are the new 1.19 builds safe the use?
blue
?
The 1.19 Update
We’re happy to announce that initial builds for Paper 1.19 have been released. We were able to fix a lot of issues already, but there might still be breaking ones, so as always, backups are absolutely mandatory. After upgrading your world to 1.19, you cannot downgrade back to a...
i would make fun of the microsoft account migration here if not for the fact the old minecraft servers used to go down for no reason too
lmao
Try to keep your paper help issues in #paper-help and don't crosspost, thanks!
Sorry
mojang being cringe rn
it was never been so cringe
before migration
i remember when you just could launch game but official auth servers were down
but now you cant even launch it
What ever happened to offline mode anyways?
I swore you used to be able to play singleplayer when you had no connection and you didn't have to deal with this absolute bs
when you by default rarely play online mode but now cant even play offline lmao
you can still play offline
demo is limited, no?
with external launchers such as polymc (fork of multimc, without thnigs such as the patreon button, etc)
true
only 1 world
but techicalllyif you modify the world.dat file
you can make the timer infinite
multimc wong work
use polymc
polymc is a fork of multimc
An Open Source Minecraft launcher with the ability to manage multiple instances, accounts and mods. Focused on user freedom and free redistributability.
not to mention it has these
and this
... You don't need an embedded web browser for a game launcher. ...
i think they are making fun of mc launcher lmao
yeah
so many "apps" are just a electron version of the web version
take discord for example
or microsoft teams
https://www.minecraft.net/content/dam/minecraft/pdf/accordion_pdf_v1/en-us/StorePlatformCompareGrid_en-us.pdf
demo mode dosent let me play forge bruv ._.
oh okay, let me just edit minecraft's sourcecode then
ohhh wait
its not under gpl 3
🥲
yeah
like
i understand why they cant make it foss or just os
cause they still need money, duh
wdym
wait
java has no controller support???
BAHAHAHAHAHAAH
MOJANG KNOWS PPL
💀
yeah, if your gonna tick of mods, add something lick a ✅*
They aren't gonna mention Geyser on the Microsoft website . . .
I mean, they have devs that started as mod developers
ofc they arent, its 3rd party software
Yes, I know.
Which is why I said that.
bruh ._.
so they are telling us,
realms gives you crossplay
oh boy i sure cant do that for free on my java edition minecraft server
no shit. you cant even add plugins
or datapacks
or anything
^^
or really any vps
not to mention
its impossible to run anything other than latest version on relms
also no way to run paper or spigot or anything like that
also no way to modify the "server"'s files


🚑
My server is timing out. Can anyone help
please head to #paper-help
Please be patient 
yes, dangerous situation.
i will not raise it immediately
Can confirm the lag is insanely bad from many DO servers xDD
They have meh bandwidth for games
Ask the plugin that offers you crsssplay for support, it has nothing to do with paper
geysermc should have a list of features that haven't been implemented yet, such as trading
finally at peace, no more /eta
What’s eta
electric tree accident
Good morning @mental meadow 
good mooorning
and what a good morning it is
Great news! Initial 1.19 builds are now released & available on our homepage & downloads API.
Find out all you need to know in our forums:
https://t.co/In8YDaBKLv
You'll also find links on how to support the project & the people behind the update there.
follow us on twitter


anyone can give me paper 1.8 download link ?
To download old versions of Paper, click here ➡️ papermc.io/legacy ⬅️ and fill out the questions. Note that old versions are completely unsupported and contain numerous bugs/exploits.
TIL Microsoft is the only big corporation with a higher bond rating than the US government
Hey! Any recommendations for an anti-cheat? Spartan is quite expensive so wanna make sure its worth it 😄
Vulcan is better than Spartan as far as I am aware
iirc Spartan has some major performance issues and is one of the only major ACs that isn't properly async
I mean, HDD slow anyways so I doubt formatting makes any difference here
Thank you Malfrador! Will check out Vulcan now
That's not NTFS doing that, it's the IO subsystem of Windows
If you used an ntfs driver on Linux the perf would be comparable to other Linux setups while if you used ext4 on Windows it would be just as slow as what you have now
They're optimized for different things
(and the Windows one just kind of sucks)
WSL2? that def should work fine
Make sure if you use WSL2 you put all your stuff on the Linux filesystem
Don't leave it in C:\Users\whatever and try to use the network share to access it
WSL would fix the build times for sure, I get about 2-3 min for applyPatches
any error messages or something?
I just installed wsl from the store, downloaded intellij + jdk, cloned paper and everything worked.
tbh I was surprised how good it worked, wsl used to be a lot worse
Although knowing the command only matters if you're trying to use the terminal
If you're just running tasks in the gradle view in the IDE it handles all that
Hey, I am looking for an Automatic Sorting System Plugin. Does anyone know a good one?
I found SimpleSorting, but wanted to see if there are any alternatives..
you might need to use the terminal when using it the first time, intellij sometimes fails to recognize the paper gradle tasks before applyPatches
check chestsort+ by mfnalex
I remember seeing ChestCleaner being used somewhere. it seemed decent
it will show some weird error about gradle extensions before applyPatches was run, so maybe it was just that
Thank you, but this is not really what I was looking for. I want to have a drop-off chest, which then sorts all my items to the corresponding chest. I just don't want to use hoppers etc. because of performance
Other question: How can I activate automatic backups of my server? Is this also a plugin?
Most hosts also offer some backup feature in their panel
(shutting down first is debatable - on linux backing up while the server is running works fine. its only windows that has issues with multiple programs accessing the same file)
"fine"
You may or may not get a working world depending on what was happening to the file when you backed it up
But with enough backups you can stitch a working one together
I'm just using
save-off
save-all
wait like 20s
copy files
save-on
Not perfect but still better compared to just copying without doing anything
Doesn't save-all have a flag to force it to block the main thread until the queue is clear?
If it does it would be epic
isn't it doing that always? at least it definitely causes lag when a lot of chunks are loaded and need saving
But don't I still need to wait for a few seconds until everything is actually written to disk and not just cached somewhere?
save-all flush
All the chunks are saved to the data storage device immediately, freezing the server for a short time.
I save-off, tail the log until “Saved the world” appears, save-on
Is there a channel I ask in in this discord for server host suggestions? Shockbyte just ain’t doing it to get a ticket support response that’s about 48 hours minimum. And I’m not even exaggerating they even said minimum that long.
TIL
pufferfish.host, dedicatedmc.io, bloom.host
You don't need it to actually be on disk to back it up, just being in the kernel writeback cache is enough
havent used any of those, but ive heard all are decent
K thank you.
used bloom for over a year now, no issues at all
flush should at least get it out to the kernel, unless that broke at some point or Spigot/Paper break it
If they wanted to be extra cool flush would also be doing fsync but that would freeze the server for a quite a bit longer if you have a HDD
which plugin is this,can any1 recommend anti lag plugin for 1.18
dont use a plugin like that
and item stacking specifically is something even vanilla does
what about limiting entities to certain no per chunk?
Limiting is okay, but things like MobStackers usually mangle data & break more stuff (source: I've tried writing one lol)
Gotta say I'm so glad the expenses for the Paper project are well over covered. It's basically as good as air for me, since the day I've swapped it in my configuration.
Initial Build for 1.19 is the Full Version Right ?
yes i am finding the plugin that does that do u know any
To all the people who donated for PaperMc, I thank you! (because I'm a poor potat and can't)
We never released half versions :p
Paper+
paper+++
er
With async entity tracking
FastAsyncPaper soon
finally
Official 1.19 like the are finished with his work sry for My englisch
We are never finished with work, but they are not experimental anymore
Okay good thx
Which you should be doing anyway
Someone know a Good Server Overylay something for the Browser what Admins can use to Kick ban like a console and a Map where i can See all Players ?
🤨
I found this but i don’t know of this work with Paper 😅 https://www.gameserverapp.com
Manage players, setup your own Discord bot, automate whitelisting, monetise your community and more. Used by 493K+ players worldwide.
no thats correct
he is knenwald

oh god I have 2 amazon deliveries coming today and they both are the same distance/stops away but on the opposite sides of the street
this is exciting who will arrive first
will they fight to death for their glory
Aw shucks, I’ve missed the MC update. Means I couldn’t join the “paper when” 😦
hangar when is better anyway
Don’t even know what that is
"Papers upcoming Plugin Repository"
that we're all waiting for
for a very long time
“Upcoming” tm
yes
Where’s Catz when you need’m
Hangar is our upcoming plugin repository. For further information and to follow the development join the Hangar Discord: https://discord.gg/zvrAEbvJ4a
I even added a command for it smh
Given that I no longer really do anything related to MC, specifically hosting, I didn’t really feel it necessary to go spelunking for proper info.
Had I done something as such I would likely already know and keep a keen eye on it. ^^
It’s the thought that counts 
@mental meadow how does it feel not being asked about 1.19 every day
Don’t forget, you could change that easily, @signal harbor 
YeAh sO iS PaPeR 1.19 StAbLe NoW?
Hangar wen
Be the change you wish to see in the world 
No u
Yes, me!
nah man that's too much work ima just keep to complaining
Who’s to say that isn’t the change you wish to see?
me
id rather not
pog I have LED headlights for our car now
finally
I've calculated that exchanging our headlights to LED headlights will save us an astonishing 10€ in fuel per year
let's hope they survive 10 years then
and since they have approx. 6x the lifetime compared to normal halogen lamps & we had to switch halogen lights maybe every 2 years or so they should pay for themselves over their lifetime
now I only have to print 13 pages of certification and carry them in the car at all times
@warm anchor ay congrats on mod
@warm anchor fucking weeb
Michael is salty bc people congratulate Eternity but not him 
i was searching back stuff and noticed eternity red name

is $1/mo enough for sponsor role 
yea
i've been donating for a few months but never bothered asking
if 100 people donate $1 a month that is 100 dollars so its decent i suppose
completely random question that has nothing to do with the current convo, but any server owners here know any current competent /team /clan plugin, simple is fine, paid or free I dont care as long as it works. just looking for recomendations
do you have your profile linked or smth? proof and you'll get it :3
OC username is just Void4x8 (Void#8888)
like link my discord to OC?
good enough
paper should have a competitor called scissors MC or something
and rock mc
tyty
generally 9p (the fs used to access wsl) has a shitty perf so if you have to do something like this its better to use either only wsl fs or windows fs without crossing the boundary between them
Does ./sh $> test.log make any sense? I suspect they wanted to redirect it with &>, but googling such special characters isn't so good
last search result was how I can pay at shell gas stations lol
no, not really
hey can i ask can i download paper 1.19 like its released for playing server?
I think so
but as with everything software, stability increases over time
(but also: testers are required for that obviously)
Yeah, but it’s not tested a lot yet
When can I get cat power ;-;
This is Oreo, he’s fat
I Like him
Have you calculated the extra fuel consumption based on the weight of these?
you can install idea without toolbox
q
Just install Linux fully
Then dual boot
Find better games
Like Minecraft
Wdym
yes thank you for giving useful advice ./s
ihr hurensöhne bringt endlich raus
english but thanks i guess
ok proceeds to leave

well yes you wanted to overcomplicate dual booting
I think the weight difference is comparable to having a bit of dust on your car lol
You need to calculate how much money you save because you have better sight now and that lowers your cahcne of accidents
seems I'm the only one, but I just do my patches on plain old windows 
no WSL anything
its an IntelliJ issue, other programs look fine. no idea what they messed up with the windows
i don’t think so, its because of x11 forwarding, many apps are like that for me but i think i had a fix for that somewhere
theres an issue on the IJ bugtracker about, mmh
are the blue paper builds good to use?
they are no longer marked as experimental, read the full #announcements
A
https://store.steampowered.com/app/346110/ARK_Survival_Evolved/ free if someone wants it 👀
As a man or woman stranded naked, freezing and starving on the shores of a mysterious island called ARK, you must hunt, harvest resources, craft items, grow crops, research technologies, and build shelters to withstand the elements. Use your cunning and resources to kill or tame & breed the leviathan dinosaurs and other primeval creatures roamin...
$29.99
423963
70
(DiscordBot) ARK: Survival Evolved - Будучи выброшенным голым на берег таинственного острова под названием ARK,... - Экшены, Приключенческие игры, Инди, Многопользовательские игры, Ролевые игры - released 27 авг. 2017 - free
O_o
o,o
OwO
didn't know our bot was russian
if you want to have idea in wsl then you dont use the toolbox
idk I just install each jetbrains app as a separate package on my pc
since my distro has individual packages for each
nvm
They said they were using ubuntu
they are using wsl tho
Wait then why not install it on windows natively
i think it can but i'm not sure
that's cursed
it has a built in desktop install thing
Installers on Linux are even more cursed though
once you start it there is a button in settings to install a desktop file
that is so cursed
debs are nice
i just make my own links so nothing fucks up
yeah package management is good
it just makes a desktop file so it's probs fine
.appimages are only ok for tool programs ig
why do you have a deb package on windows?
just run the native windows idea
that's not what he asked for really
it depends if the project is on wsl partition or not
oh
there's weird gradle stuff in windows iirc
you may try running idea on windows but at least from my experience gradle isn't that slow on windows so there may be other circumstances that influence the speed
oh
i think you misunderstood
it's not that windows io is slow
where is your project?
on windows or wsl?
did minecraft every give paper the um files
firstly, i'd clone the project on wsl
without installing idea
and run
./gradlew applyPatches
on wsl
and then you will see whether it's faster or not
applypatches is slow the first time since it has to do a bit of preparation work
it's only slow the first time
ur slow all the time
kenny no one asked
wow bullying
3 min is still slow af, lol
For initial run it might be ok
Or no, jmp fixed spigot decompile
That used to take 90 seconds on my machine
the initial run takes like 2 minutes here
cached it'll take less than 10s
Well, appP on windows is still a bit slower than 10s
"a bit" 
y'all I'm disappointed, more than 1000 reactions to #announcements but not even 100 likes on twitter smh
https://twitter.com/PaperPowered/status/1536239180245778432
follow Paper
Great news! Initial 1.19 builds are now released & available on our homepage & downloads API.
Find out all you need to know in our forums:
https://t.co/In8YDaBKLv
You'll also find links on how to support the project & the people behind the update there.
Eh Elon doesn't own Twitter yet so am not interested 🤣
ah yes, because that's the issue with twitter, not being owned by a sexual abuser got it
Ooo rekt
Hi, is it the case of this cfg
chuj:
kutas:
'0':
length: "30cm"
config.contains("chuj.kutas.0") will return true?
XDXDDXDXDXX man
In 1.18.2
Ew twitter
For real tho i can't remember last time I did login to that site
One retweet = one prayer 🙏
What ? Xd
exacrly

haha funny
It's not funny xd
XD
🍆




