#general
3141 messages Β· Page 1604 of 4
sounds good
oh like fork of a fork of a fork of a fork?
let's get on that
the speed of atoms startup was literally known to be a complete cancerfest
hey even emacs managed to solve it in 3 different ways
- emacs client/daemon architecture
- compiling lisp to binaries
- state dumper (but worked only on linux)
goskript pog
^
why would you ever write skript...
im creating the org and repo
its not Skript its GoSkript
He legit is lol
who wants to port paper over to scala with me?
cat, kotlin would be better option
that'll piss off a lot of people here
porting to scala would be a suicide trip, by the time you get it done scala will be unmaintained
kotlin would make me much happier...
scala would push me to jump off a cliff which would be a final happy ending however..
π
best time to delete this was before posting; second best time is now
π
lol
wtf is GoSkript
https://github.com/GabrielMajeri/kotlin-rust what in all seven hells is this
sounds like your kinda thing
go back to your rug
π
ok
Your new nightmare
ok
don't worry it'll die in next few months or so
that's nothing
now this is some next level thing
metaprogramming allows you to do wild stuff
I mean, using jni to use rust in itself sounds like an interesting thing
chunk generation or something
it's not considerably more interesting than writing JNI library in C++ or C tbfh
rust is just another language what allows you to do this
π€·ββοΈ
technically yes
yes, provided you can cope with the compiler/rust itself. I've heard someone proclaim that those that understand why their rust program doesn't compile, would be kinda eligble to write sane c++ code as well
i'd say rust is easier to pick up than c++
well ok, definitely; unless you really love to use weird shit like https://crates.io/crates/fake-static
It's more canonical I guess, like in c++ there are thousands of ways doing it
different std's, boost, some copied solution from SO
if you want to write code in c++ without boost, you're going to have quite a hard time imo
std doesn't have much batteries included at all
good luck when you aren't even on latest c++ standard
damn that's very funny bro
Cargos go a long way, yep. But then not being linked against is also fun, like you need to build everything locally
mnyeah
I think openSSL was a fancy thing on Windows
https://github.com/GOSkriptTeam what do you guys think abt our logo
here kacper, have a trick
what
logo, sillies
you can bypass discord cache by adding ?1 to the url lol
uncached by adding ?1
doesn't work for me it's cached
WORKED WELL
works here :p
Same, not working here π
worked for me too haha
still nop
darn
That's not how the cache works
is for me :PPPPPPPPPPPPP https://i.imgur.com/lcjQNtk.png
DISCODO GO BRRR
Would need to change the url of the file linked in the GitHub response
has always worked liked that for me before :p
mspaint rule34
no
no
does the most recent intelliJ also fuckup readme/markdown rendering for you?
apparently it's even so broken that the notifications aren't referesh/cleared
isn't md rendering provided via plugin?
it is, but it says bundled 211.7628.27 (in this case it's CLion anyway, but I could swear I saw that on IntelliJ as well)
I think I should run a 1.12 server as a honey pot that will tweet every time someone dupes or crashes just so people get off 1.12 π€
people don't care
that will probably make your server even more popular!
1.12 dupe allowed, no rule, anarchy!
hmmm, been waiting ages for papermc 1.17 release, but after the release, me:
Hummm, It is so, so, I have nothing to do again, guess I will have to wait for 1.18
hi kash
hi kashi
jfc lmao
im cringing
in my art class people are finishing up giving presentations about their self portrait collages and this chick just went and was going off about her desire to travel to south korea and the art prof goes "why such interest in SK?"
because BTS is there
SHOOT ME
behind the scenes?
that sounds like a presentation for an english class
No, idk what BTS stands for but it's a KPOP band
in a non-english speaking country
boys that shit
.g bts kpop
Boys That're Shit
oh thats right my vps is ded, thx oracle
I mean, wanting to see an artist you like is a perfectly reasonable reason to want to travel
true
i have no issue with travelling to see an artist but when it becomes your entire personality i start to get a little worried
do you know her enough to know it's her entire personality?
every sentence was about south korea
so maybe that's what her presentation was focused on?
okay well we appear to be in a mood here right now, so i will head back to class, enjoy whatever discussion was occurring prior
lol
simple try to be more tolerant of people's preferences next time
lool
oops
yeah core is rewriting paper in rust
Adding @ before any word here is risky business
still waiting for a single written from scratch server to get even close to feature parity with vanilla
well im first going to write a java to rust converter
then just run it over all of paper, ezpz
Convert it to kotlin and then compile it to js please.
π
oh you want to run a minecraft server in the browser? shouldn't be hard
what could possibly go wrong
the performance will blow your mind
Chrome plus MC server should negate each other's obscene RAM usage right?
yeah
yeah chrome should optimize it all away
running a server in a browser is silly. Instead, we'll run the server inside nodejs
run it in firefox and you'll be golden
then run the client in the browser
hi guys, do I need to allocate 4gb of ram for 1.16.5 paper localhost server?
bcs someone is saying that 2gbs would be too few
just a test server
but seems to be working fine for me
You're right, Den, I don't know what I was thinking.
fuck it vim script minecraft server software
ah yes. we love node
2GB for a small server is fine
is that possible?
and for one person?
Where there is a will, there is a way
yes. 2GB is more than enough
fuck it Minecraft OS https://www.youtube.com/watch?v=FaILnmUYS_U
just asking out of curiosity
Theoretically if you run it yourself you can get it started on 1GB. I've seen plenty of server hosts 1GB plans fail to start newer servers though let alone handle someone logging in.
disable spawn chunk loading and set view distance to 2
just never keep anything in memory
need to break a block? open the region file, load the chunk, change the block, save the file
need to load a chunk for the client's view distance? read the file, send the packets, close it
Dream minecraft chalenge
Write minecraft server in Chromium
every entity tick does the same process
Bro. But that would break ProtocolSupport bro.
true
:}
can't do that then
so it's ProtocolUnsupport then
Just run a JS Linux VM in Firefox and install Java.
tmpfs enters the chat
pfft just make server software which stores packets directly on disk
use disk as memory
and then just use sendfile or...
what was that alternative
splice, there we go
client requests a chunk?
char *fname = malloc(PATH_MAX);
sprintf(fname, PATH_MAX-1, "%s/%d.%d.chunk", base, x, z);
int cfd = open(fname, O_READ);
size_t chunk_sz = 0; // TODO: calculate somehow
splice(cfd, 0, clientfd, 0, chunk_sz);
ez
There a good reason I shouldn't store my world files in git aside from "rdiffbackup is better?"
why would you use git for that
i mean feel free, do whatever you want, just like
not the right tool for the job
git lfs
Git doesn't store changes, it stores whole files.
that's both incorrect and correct at the same time
it just stores a copy of the full file as-is each time it's changed
git is very complicated, but also very efficient
for LFS it stores the full file seperately iirc
with binary files though it can't really optimize that
yeah LFS doesn't have any optimizations, except for the massive optimization of only having to pull down files needed for the currently checked out commit
it reduced the size of the mono repo at work from 22GB to 200mb
and checkout times went down from several minutes to a few seconds
LFS is β€οΈ
I just wish they would build in better support for binary files
they are slowly improving the CLI but it needs a lot more work still, that being said I've used it enough I don't mind
doesn't mean the CLI is good, just that I'm used to it
the overloaded git checkout command is probably the worst of the worst
I mean, bar some inconsistencies I've never really had any massive issues with the CLI
means fetch a remote branch, or switch to a local branch, or switch to a tag, or change a single file (or multiple files), and probably other things
I mean, spend literally any amount of time on the internet lol
Yea, that's a PITA because it trips up so much shit in one go
git confuses the fuck out of people
and for good reason, inconsistency is very confusing
so many people come to me with questions about git at work too
back to svn pls
and because black magic is confusing also
To be fair, being exposed to our toolchain either makes you REALLY fucking scared of git or probs more skilled with it than majority of the dev community
lots of people like refuse to force push ever because they don't understand what it means or what the consequences are, even though I am constantly encouraging people to force-push to their feature branches
yeah what we do with git is borderline insane
god I think 80% of my pushes are force pushes
force pushing is a fun one, I think it's one of those things where you've really gotta understand the consequencies of it and what it does
what does qualify under "borderline insane"?
We basically store all of our work in a git mailbox dir
and reapply that, rebasing the tree consistently, etc, etc
does using rerere, using interactive rebase and casually merging 2 branches with different 400 commits together fall under borderline insane as well?
probs use rebase more in a day then people use in a week when working on paper stuff
--fixup is really nice too
I've actually not used rerere in so long
I don't think I even re-enabled it after I last reinstalled my OS
fixup is wonderful
it's handy with paper as I can just enable git annotations, right click the gutter and get the commit hash of the patch am modifying and chunk it onto fixup
and then --autosquash it in
I mean, it's a server for a few friends, so I don't really care if it makes copies of the same region file a lot rather than storing changes cuz there will only really be a few region files that change
and better than my current solution which is just tar.gz the whole thing and copy it somewhere Β―_(γ)_/Β―
well, wheres your git repo gonna be?
mhm
monka
get yourself a linux box on lan
that's uh
git init --bare
very monka
I mean, yeah, git is simple enough to set up for this, and again it's not a big world
though you're probably better off setting up your server to run on btrfs...
Most of the world is things I flew over with an elytra like once so I don't really need to back that up every single time when it doesn't change (really the only goal here is to not copy those)
and then do snapshots
well unless you're using windows then forget about it
even on macos you can set up zfs easily to get filesystem level snapshotting ability
(not sure if you can do that with apfs without dark undocumented hacks / root)
you'll get cheapest backups that way
With git I could just git commit -am 'backup' and then push to as many remotes as I wanted but ok fine I'll use rdiffbackup or smth
even though this seems simpler
β
https://twitter.com/michael_saylor/status/1320325110973202436 dude sounds like he would literally drink the koolaid
Satoshi started a fire in cyberspace. While the fearful run from it and fools dance around it, the faithful feed the flame, and dream of a world bathed in the warm glow of cyberlight. #Bitcoin
528
3860
he's on the crypto, snorting it up all day
Reminder from DiscordBot, for dejay: bother soup
@peak ginkgo ^
Reminder from DiscordBot, for dejay: (#general message)
Reminder for DiscordBot: fuck

How the hell do you get your business banned from the Cayman Islands?
Good morning
Good evening. π
I'm at work, give it another 5hrs
@viscid wedge
nice silent nms update in 1.17.1
@waxen panther
feels bad, more broken plugins
pr api and don't use nms :>
Not my own
thinking that people on spigot keep their software open source 
you can choose not to use closed source plugins
right
or just decompile, make changes as you wish and don't give a damn
but the authors terms of service say decompiling is strictly prohibited!!!!!1
bukkit api is still gplv3.0 (since 2011), requiring plugins actually to be compatible with the license
π€£
Hi! Someone can help me with my IPWhitelist please?
I have put my adress ip of my minecraft server into the whistelist but it didn't work
It's say to me : You have to join through the proxy. (but I join through the proxy)
In my flamecord I have ip-forwading: true and on my spigot server I have bugnee: true so idk
those authors can go and fuck themselves
I thought bukkit was gpl 2
use bungeeguard
but still same thing
just print out the source code into a packet and fedex it to buyers that request the source. that's gpl compliance π
bungeeguard > ipwhitelist?
yes
yes
Ok thx
Does the gpl allow newer versions of the license as equivalent?
It's v3.
people can upgrade the license but not downgrade iirc
Just wash the license bro.
github copilot will help you with that

has anybody stumbled upon players without permissions being able to tab complete commands that they shouldn't have access to? in 1.17.1
people with 0 perms can select a worldedit brush but can't use it, super weird.
tf
using luckperm's verbose mode, there is no permission checks happening for some of these commands, wtf.
welcome to the club, sam

i've pointed it out to many plugin devs. most dont care
What caused it?
it relies on plugins defining their perms properly and many just don't
they just dont register their permissions correctly, or at all for some commands
Yikes
WorldEdit registers permissions differently to how you are """supposed""" to, hence tab completion is still possible for commands you don't have access to.
worldedit has a few commands with no permissions at all, too
I think YouHaveTrouble made a plugin for hiding commands when their plugins don't but you'd have to add them all
My testers can set worldedit selections, but cant manipulate them
//calc
Till the incident. 
Registering permissions to the plugin.yml avoids that afaik
i was maintaining a worldedit fork just to fix the permission mess. but i've recently been able to get rid of the plugin for good on my server (only needed it because another plugin depended on it)
\o/
well that's not just the tab completion
they see it but in the end they cant really do anything w it
Players can tab complete - all commands almost. They are using commands and are getting the Argument check messages rather than permission errors
but the permission errors are working when they try to use commands with arguments.
Β―_(γ)_/Β―
Sorry not all commands. Probably just the ones that aren't registered correctly, which seems to be most... 
here's where i forked and fixed worldedit permissions (had to make up my own perms) https://github.com/BillyGalbreath/WorldEdit/commit/378676f5b498cdaecc6c2b3be55551fb294081f4
and here's how you would fix most other plugins, by editing their plugin.yml and setting the permission on each command https://github.com/DevLeoko/AdvancedBan/pull/316/files
oh, thanks billy!
plugins that use other frameworks (ACF, Cloud, etc) will have to be done in code like the worldedit one
gotcha
Manually editing the plugin.yml is very tedious
Especially if you have over hundred permissions lol
i use annotation processors to build documentation of my commands 
BRO!
why would you want to see twitter xD
true
The reason for this one specifically is legacy
all other commands in WE have permissions but that specific one afaik
adding the permission would technically be a breaking change or smth lol
permissions aren't just on/off or true/false. they are quad-states (true, false, op, not op). all they would have to do is add a permission node to it and then set its default value to true so that all players would get the permission by default. nothing would break, but we would gain the ability to negate that permission
@peak ginkgo @merry talon https://www.tagspaces.org/
TagSpaces is privacy aware, open source, cross-platform file browser.It helps organizing your files and folders with tags and colors.
This is perfect.
Just going to keep on using GDrive. 
Get three years of AtlasVPN at 86% off for $1.39 a month: https://atlasv.pn/BosnianApeSociety
Few know about the Who Asked Radar, one of the most important projects ever undertaken in Enzo Ferrariβs lifetime. This heroic expedition marked the end to the utter domination of idiotic and unoriginal remarks. The terror, confusion, and suffering cau...
bruh
wtf
If paying in any way isn't possible for you, send me a PM and maybe there's something you can do for me to earn my plugin.
Uwu @brave radish

Is it just Idiom stuck in translation?
glub glub
^ this
meio burro
Anyone wanna chat about administering a server - trying to learn the pro-tips in some facet.
you'd have better luck in the syscraft discord
Awesome thanks for the heads up - didnt even know about that Discord π
Just now π
Just use EAP, they said
It'll be fine, they said
melts down completely
wow that's nice though
don't think it's ever done this before, but it just suggested the MC Dev plugin cuz I'm depending on Paper
I just clicked on your profile picture @void void.
big mistake. thank you for the fact that I wont have any chance for sleep today.
Hey any domain experts here? Why does the "mc2" subdomain sometimes redirect some users to the default 25565 port?
cloudflare dns experts*
not every ISP supports SRV
most reliable way to get your players to connect is by always providing ip & port, change my mind
dns is beyond broken sometimes so you gotta do resolving ahead of time :')
It is weird because it works properly, then shows them only the default server IP for half of day then fixes itself
I assume resolving problems
could direct players to use cloudflare's dns
as it has proper tutorials
uh oh
they're shilling their client now
B-but it is cloudflare
Not everybody knows how to change their DNS, but hmmm I'll give it a try
I have no idea what this app they shill is
You have to keep in mind that the primary audience for this game is children
Most players don't even know what DNS is
a better alternative is to just run a velocity server
Yeah, for real
Most players don't understand constant 20TPS servers cost a lot and needs cut corners π€
and used forced hosts to make people join a specific server
+1 for Velocity forced hosts
worth a try, not everybody's community consists of <13yo children
You can give them individual MOTDs and stuff too with the Catalyst plugin
My server is primarily 16-22 year olds and I don't trust most of them to change DNS servers
Lmao
As administrators we vastly overestimate the technical competence of your average user
mnyeah it's getting quite common that people have <2 second attention span and learned helplessness nowadays...
Indeed
if it ain't working in a split second then it's shit server and all admins related to it are random slur here
Now you're thinking like a player!
actually kid botched their tcp settings using random "booster" batch script
lol
mm yes mtu 500
perfect, fantastic idea
let's run an openvpn server and connect to it on 127.0.0.1 for extra security as well
either way i've had luck by telling people to go follow directions on cloudflare site and everything worked out fine
i don't want to hear other versions, that'll just make me sad ;(
mfw Minecraft Discord has 897 boosts
quick question, my spawn rates on my server seem extremely high in comparison with vanilla. I remember changing the difficulty in server.properties to normal but the spawn rates are through the roof at times, with players being chased by hordes of 14 zombies on some (extreme) occasions
is the "easy" default difficulty the setting for normal vanilla spawn rates (normal vanilla equivalent)?
no
Paper doesn't really mess with difficulty
If you want to fix the mob spawning issue, you can post Timings in #paper-help so we can see your configs
will do thanks!
actually I have to go but someone else will take a look when they can
i'm not worried, thanks for the direction!
I'll try to teach them the way, but kids...we'll see π
will paper have some stickers too? ^^
that's sad :/
pls no
pls machine maker sticker?
@unkempt drift pls pls pls 
machine has no power x d
π
wow sulu making GitHub a better CI system just for Paper /s
actually @wraith trail are you sure you want to run that Action from another repo? I believe things even Actions run like that can access repository secrets, but I could be wrong
Yeah but I mean do you want to fork it?
oh, awesome
In case the author goes rogue/their account is compromised
Since you're running from master too, not a tag
I mean, right now, whoever wrote that Action could just go change it
you'd need to approve the run
Not PRs I mean the Action you ran from your Action
but I think they mean the action repo
yeah
I mean, they also have a release and you can probably use tags
yeah I'm just saying you should probably fork it
even if you don't change anything
Might not be a security concern, idk, but a stability one either way
better safe than sorry π€·ββοΈ
also someone might add a secret one day and not think of it
i kinda like updates, anywhere, but they could make either small updates or not that often that break so many things, i feel like now it flies a lot faster
now 1.17
half a year 1.18 because of their reasoning
lots of work for everyone :/
and also 1.17 seems to me kinda not worth, I think they should moved the whole update to later if they wanted to
Apparently as of Ubuntu 20.10 the deb files in the official repos will be compressed with zstd
lol
idk how you accidentally drop the whole db
but hey
and not have a backup
maybe using phpmyadmin
"THIS WILL DELETE THE WHOLE DATABASE, ARE YOU SURE?"
yep i am π
but the support on that discord is really bad, so many people asking for everything
and complain why people don't help them, especially devs
why won't the creator help me π
lord I hate Visual studio
.kill ShadowHacker
rips ShadowHacker's intestines and uses them as a skipping rope.
but intellisense is cool
You better run, I like my meat dripping with the lactic acid of the stressed
Hmm that nickname makes sense too kinda
Chickens tend to run or so after.. that, so
oh that reminds me i have a salad in fridge with salmon tho, had it with chicken before
nice
yep i kinda like those β€οΈ
Has anyone found that glitch that sometimes the mobs appear complete black at some angles
And sometimes even invisible
Can somebody explain this wording to me please? I'm unfamiliar with how this is phrased :/
https://static.jacobandersen.dev/shared/Unfinished-Wobbegongshark-50.png
It's proportional to the magnitude of its own charge and the other charge, and inversely proportional to the square of the distance between them.
Is that just a fancy way of saying the product of the magnitudes divides the distance squared? Lol
Or is there something more here?
do you use shaders or anything? or some custom clients etc
That only happens to me on a horribly bad computer that's almost certainly below the minimum hardware requirements (especially with the new GL version)
to me that first read like Godwin's law
No I use optifine
Without optifine it doesn't happens
add it to the list
Well.. then you should mention that in the first place lol
but that's what you get for using it, idk if it's stable version or not, but..
My advice: forget Optifine and go use the Caffeine family instead. Optifine has been notoriously buggy, especially lately
I use OF just fine with no glitches, on 1.16.5
I use optifine 1.17.1
Might anyone be able to suggest a good Plugin that'll help with giving items unique textures? I know a part of it is resource packs, but also isn't it like custom model data or somethin like that?
Maybe some fix needed
most of the problems have been with non-vanilla server stuff not working like armor stands that aren't possible in survival not rendering correctly (that and the known inaccurate math it does)
gimple: this is Paper general. Good luck getting an answer with smart people stuff lol

2 smart

Mobs come like this with some angle
I'll have you know Spottedleaf taught me Calculus 1 in paper general
I almost failed that class but regardless
that's nice ^^
well, cat. i done did it this time ^_^ i dropped my bike on my leg and broke my ankle lol
you are so
so you're too weak for you bike
mud made it slide out from under me π¦
π¦
β One gold star for you!
im not old
i told him it was broke or fractured
legit that was me
pretty much
yep i understand
"does it hurt?" "well it hurts not that much tho"
that's how it is often
with him... far too often
yeah me too, it's not rare
i fell on my hand kinda and was like yep nothing and then i noticed i had a little scar?no.. hole in my hand, so.. but i didnt go to doctor, so..
now i have scar on hand
idk the proper word lol
its just a flesh wound
literal katana sticking through head
now i have this π€·ββοΈ
you can see there's scar, not too much visible, but still
should have go to the doctor
#paper-help message
I just generated new paper.yml, there's no "nerf-spawner-mobs", was it removed or is that some bug?
kinda late but yes
Yea just asked in a math discord and they went all math definition on me but eventually just said yes
nice scar, but i think i got you beat ^_^
haha yeah i just fell when it was wet outside, not that big of a deal
directly proportional just means they're a product and inversely proportional means they're a ratio (aka a division)
you got it pretty nicely done lol
yeah I was actually confused on what it meant to be proportional like that vs being equated, as I have never seen alpha used like that
was brand new notation to me
but i get it now
yeah, it's definitely confusing if the book doesn't have a note about it somewhere
Just a friendly warning that @pseudo pond is a scam, she infiltrates your server only to prune half the members and reset a bunch of channels!
?
and how could they do that if they have no perms to do that
do you give some random person permissions? π€

My router just crashed
i hope it had insurance
Interesting that it did not boot back up and recover. I had to unplug it and plug it back in
so the watchdog also died
rip
i hate having to cycle to the next town to take the bus
they're doing some construction in a different town and they just skip my stop and that town completely :+1:
BILLY
I JUST FINISHED WATCHING ALL THE MATRIX MOVIES AGAIN
IM SO BLOWN AWAY LOL
matrix lol
hi cat
lmao
alright brb pissing in your litterbox
hi bairn
alright time for bed 
NL buses i swear
ot should've been here 5 mins ago
now watch it casually skip the stop im waiting at
@wispy blade Question, did you used to work on a Dutch server called PGNL?
i've never worked on any server except monkegame
Hm, alright
and the one i had when i was 12/13 
so not too long ago
lol
It's even still on my google drive
I can just download that world and keep playing it
anyway bus arrived 15 mins late how's your day going so far
My day has been aight
bed is a great idea. im heading there soon to be embraced by soft
My busses do this so often we call it Schedule B
i wanna go back to bed but i also wanna be congratulated by my computer science teacher that i got a 10/10 grade
There's the main schedule and they might show up, but we automatically assume schedule B when it doesn't show up

last couple years my bus home was late so many times i'd be surprised when it showed up on time
Yeah we just plan "Schedule B" into everything because we assume it will happen
turns out, it's a good practice...just about everywhere
except i couldnt really plan it in cuz school ends 30 mins before
F
What I mean is I always show up to a stop expecting to wait at least +15 mins from the stated arrival time
Then I am happily surprised if I don't need to
It helps prevent me from being late to things on accident due to the bus
ah
If it shows up on time, it gives me time to breathe and meet the time for whatever I was heading out for
If it doesn't, I'll still be on time
That sounds really annoying
It adds a bit of scheduling work, yeah, but in the end it helps
I used to be in the bus 4h daily for uni, hated it
And tbf, it's not daily, this only happens when I need to go somewhere at a specific time and I'm planning the route
There were times where it just left 9 minutes early
Bus schedules are fickle beasts
now wait until you hear about dutch trains
Actually, any public transport schedule is
Shit happens, planning for shit to happen is just good preparedness
I.e. if I land in an airport, I expect that my flight is going to be cancelled for some reason or other and I am already aware of hotels in the area to call immediately should the need arise, before the stampede of outgoing calls starts
If it's not cancelled, perfect. If it is, backup plan already initiated
In highschool I was always like βeh, Iβll get my drivers license when I feel like itβ, but after the year of daily 4h bus drivers I was more motivated than ever
Yeah, this more so happens to me when I am travelling (and don't have a car/not going to rent one)
ok
ok
ok
ok
ok
hi michael
gg
paper
rock
You willingly lost
respect
π
What do you guys do to keep survival servers interesting?
Purpur was received quite well with my players, looking at what to do next
Preferably plugins or datapacks or what have you, not really looking to change server jars again
Install marriage plugin
Keep it interesting 

i'd probably do some vanilla+ modpack
Death perm bans
yep and support lgbt too
hardcore yep interesting too
and offer mines
diamond mines definitely
and netherite too
or ancient debris if u want to
Perm bans for not having ten llamas
Give access to /gib
with efficiency 10 pick or more
I think bluemap is cool
Eats fuck ton of ram
Add shrek
It sadly is too expensive client-side and doesn't support most features we need :/
π¦
We made an 1k map and just gonna paste it back to survival when 1.18 hits 
i use dynmap still for now
but man does it takes a lot of space
gonna limit map on 1.18
But I think itβs cool people can see details
I don't use one
I use almost the lowest one, and tried the low with boosted quality
but still
I need to check pl3xmap again, last time I did there was barely any features.
need to limit the map
Plexmap is barebones
Ur barebone

idk tho, bluemap looks cool but i never used it for more than just testing
sus
The only thing bluemap missing that I really want is sign support
That's sad, but still
bluemap is like the cool one
dynmap is like the.. uhm
the one you use to just look around you mostly not look at buildings unless it's better quality, mostly
We don't use dynmap for looking at buildings, it's used as a map.
Your GC is gonna get hit hard so provably not possible for big server.
Kinda split whether I want to add greylist or bluemap.
@novel horizon 15G ram allocated with 10 player on 
Dynmap NOT causing lag? 
right now with 3 players
and 8G allocated
idk tho i use dynmap because i want to but i like bluemap more
i'll need to try it and see
is there some test server I don't know about
Give it a try itβs fun to look around
yeah exactly
I gave it a try, not used it though on server
I'll probably on 1.17/1.18 ditch dynmap and use bluemap and see
@warm anchor did you consider having bluemap standalone and just re-render it periodically?
My server is a bunch of weebs so they start to spell words on top of their roof for everyone to see
lol
I host it with a webserver on the same dedi
I'm not surprised
my server just has edgy symbology all over the place
It makes it a lot faster with compression
I'll see what people say too about it later
Hmm, I meant without spigot plugin.
But that's only doable if you don't need live data ig.
Oh that will provably save even more load
fun fact: my latest 2b2t base is in the shape of the Windows logo
lol
My main thing is live data on player movement so yeah
I'll see how well it performs with compression on staging at some point.
Gonna play hide and seek 
I think when I last checked, there wasn't plots/areas and now it looks like bluemap has it?
I think you will like it. Just because itβs sexy 3D render
Looks ugly in the air. But at least it's there.
So it shows claimed area and spawn and tp points
I don't use either of those.
wtf is catserver mohist
??
ew
58% java 16 nice
majority
My phone isnβt happy when I open the map on mobile
:/
I can feel the heat right away
Let me know how it goes
If I ever want to use it on my main map, I will definitely go with your route for none live map for sure
Prof wants to pull data only periodically and host it that way
someone explain me why flags link always takes years to load/redirect
Instead of doing it live
Optimized & Recommended JVM Startup Flags: https://mcflags.emc.gs
Something is borked but Aikar is too busy to fix it iirc
It wasnβt like that months ago
I remember it's like that for quite a long time
idk why tho
someone recreated it on github iirc does someone have the link? idk who did it
It's wordpress
He had a look but debugging wordpress slowdowns is a fucking ballache
.startmc you can use this for now
Huh, turns out a widely used drug for chemotherapy is surprisingly explosive
Seems no one actually ever checked, they just accepted what the first report about it said

that sounds like you're on the verge of becoming a pyromaniac
It's supposed to "degrade" at 212C but instead combusts/explodes at 170C and it also goes bang if you hit it with a hammer
Sometimes it goes bang even lower than 170C, they aren't sure why yet
We've got this killer treatment plan
To be fair, these tests were done because people were looking in to it for a rocket fuel
It's a prodrug of a prodrug of something quite volatile so they knew it had some energy in there
I know about that, but that article is kinda nice, this has some tips and explanation on hover etc., but still
GOOD MORNING @quasi valley
Good morning @viral hornet.
BRO!
Bro.
Good morning bro
@quasi valley ??? pardon you ??? dinkdonk ?????

number 1 on my list now kenny
Add yourself to your list of shame
@viral hornet 
@twin lagoon 
Right next to the Australian? 
sorry camm, you're not a list

@viral hornet 
@olive marlin

im so confused how to get paper 1.17 not 1.17.1
No
yes
on the downloads page, click the more button
There are known bugs, that version is 100% supported, good luck
then click it more.
to what #
π€·ββοΈ
If you read the page you'll see it
you'll see the 1.17 header when you get there.
it was #79
ok
for survival should i put claims or not i know its my decision but what do u guys think
You wont get support for outdated cringe versions π
err wait lemme see
damn ur right
Minecraft Version:
1.16
no claims for me then
ig
plugin devs rarely care to update that info for every single version
Depends, SMP? No, Survival? Yes (and mainly depends on who you let on, anyone? whitelisted? friends only?)
most plugins use the API and very rarely break across versions
Something like GriefDefender is 1.17 compatible (you have to join the Discord though)
anyone and it will have anarchy with no claims and survival with maybe claims
free?
oh
i can do that
If you build it yourself and don't want support, yes
Build it using a buildtool
But nvm, their repo seems not up-to-date, you probably have to purchase it, wait for him to invite you to the Discord, and then use the 1.17 build
okii
But if you don't want to pay then I can't help you, I only have experience with Lands and GD, and both are paid
π€·π»ββοΈ, paid plugins generally provide more incentive for the devs to provide you good support in a timely manner and to fix issues you have
That is true
Spigot Paper server how does it handle?
yes

what u guys use for a modded server?
Sponge
fabric / forge
Fukkit. 
KGBFabric

Bro. I told you to keep that a secret. WTF.
Most trustworthy Dutch person.
Bro. We need people to stop leaking all the KGB projects/forks bro.
Fact.

it's worse than 99% of dutch internet
the bus I took to get to my hotel had wifi
and by that I mean it didn't work unless u were right by the bustop
lol
the reach they have here is fine but the speeds are barely enough to send messages on discord
We ran anticheat detection for 400k records made over the last 15 years on TMUF. The cheated records will be removed in the upcoming days, the majority were own by 10 logins.
281
Whatβs tmuf
trackmania united forever
I'll never get why ppl don't wanna talk about anticheat development but whatever
but imagine going undetected for 15 years
Imagine cheating
true
which is why idk why not to talk about anticheat development
that's like not talking about antivirus/malware development
yea
gotta lvoe security by obscurity
b-b-but open source anticheats bad!!! :c bwaaaaaa
"it is best for anticheat development"
people don't understand there are only so many ways for XYZ cheat to exist until it's eventually patched with no other way around it
but hey let's take longer for that to happen by obscuring the fuck out of everything
basically generates all the chunks
so players dont have to
When a chunk is loaded for the first time ever, it doesn't exist yet; it has to be generated based on your world seed. Pregenning is doing that in advance so it's already done by the time your players get there
chunk generation is basically worst common lag producer out there
It's not really that useful on Paper though cuz it doesn't cost that much to do it later
If you have people flying around on elytras, sure, do it
guys pls How can I get 1.17 version it got deleted from my backups and I need it
no, not at all









