#general
3141 messages · Page 1959 of 4
Do you have more than 100 of them and/or need to look them up several thousand times a second?
pain
Uh, why are you trying to use bash to run a batch file?
see the pins in #paper-help
it works fine
it's an old script
leme go get java 8
.
woo they made the Steam Deck only render at 720p or 800p on external monitors
For games, at least
why?
running smoothly
is it some overworking prevention type stuff
not sure if this is the place to ask, but does anyone know a good seasons plugin for paper/bukkit?
what seasons
summer spring autumn and winter
You can find some plugins but idk
😭
what kind of server is this for?
just a just for friends type server or something real
just for friends i guess
this one looks good then
thanks
half the images on that plugin page dont even work
shoot that costs €10
yeah
Also I have all the images there just fine
NotJosh you can try looking at the one before, idk 🤷♂️
if youd like some nice friends server i'd look for mods
there's mods for almost everything
weird
not open source :/
well paid plugins generally tend to be closed source so
there's plugins that are open source and paid
most people wont compile but still
but if you pay you get updates sooner and better support
You pay for support, to get compiled versions & because you like them
yeah
but tbh my main issue is that a lot of plugin don't even give you the source when you pay
i mean paid plugins are not bad
but not everyone thinks that way
which is technically not legal with the license requirements
what license is required?? and by who
How would seasons even work as a plugin
Plenty of ways, just read the info on the plugin for example
great ping
localhost
not 0ms too slow
Bukkit is GPL. GPL also covers stuff that uses Bukkit. GPL requires source code access
oh that must be like how i remember learning that gpl infects dynamically linked binaries
kinda dumb
well, the goal of that license is more free software, makes sense
It wouldn't even prevent people from making money with their plugins, commercial usage is fine. But apparently Spigot does not care about the source code part of it
imagine if glibc were GPL instead of LGPL so every single program had to be GPL, or be statically linked
hi guys, is it possible to setup voice chat alongside tcpshield antiddos protection? i remember i had issues earlier with these two but maybe you guys know how to get these working
You'd need to speak to TCPShield or the voice chat provider thing
chances are you're either gonna have to see if you can host the voice portion externally or something
okay, thank you
can still control it with perms so whatever
Hey remember threads?
The main problem is moderation.
The idea is alright, but god damn.
Yeah
the UI is just bad, for both
I really liked the idea
Yeah, that too, UI is a bit weird
Also archiving and so kinda weird with it
its there on the right side, making everything on the left smaller, idk
Still very much interested in why they added the account switcher...
why not? its useful
To who?
people who have hit the 100 server limit like me 
Buy Nitro.
why if I can just make another account tho
also, I know of quite a few people who use it to have a "public" and a "private" account
I think you see the issue here.
especially in game dev when you have an official discord for your game that is nice
no, but I read announcements in them and stuff
Like, the feature mostly exists for people to not buy Nitro... their "only" way of making money and corpos.
i just point their announcements mostly to my server and read that, but 100 servers announcements or even 50, damn
well, not everyone is announcing something every day
It's not like you can't aggregate announcements.
also I just have like 10 for uni alone because the people there keep on making new discords for some reason 
Some reason.
yep. why are there two discords for the same esports team, and both are actively used? nobody knows
Simple. 1 person had to get removed, without them noticing.
So you make a new group, without them, slowly transition to the new one.
that slow transition is taking them over a year now
Very slow.
how do I get macos to open jar files with a jre installed via sdkman? I'm kinda annoyed ive got to go to the command line just to open certain apps
a what
just run them
install a normal jre
like openJDK
not showing up as an option
why are you side loading jres
I can launch it with smth called JavaLauncher but then it says I dont have java installed
answer this
cause I do it that way on my other computers
sdkman on my wsl, and linux machines
and I'm pretty sure theres a way to get it to work here
just install java like a normal mac user
go to the adoptium site
download
install
then sit back and run your jars
also why does the computer switch cores mid way through?
did the original core get too hot and slow down?
I just dont want to install more things than I have to. And I'm sure there's a way, I just don't know it, and google isn't being very helpful
ive already got java installed. multiple versions, works great for everything else
yeah already tried that
it wants an actual .app to open it with
the bin/java executable is grayed out
wont let me select it
got no idea where to start with that. and it also seems needlessly complicated. there has to be a way to point JavaLauncher to my already installed jres
tried a symlink in the standard java install place?
make a python script that passes all args to an instance of java use the special package that compiles to .app
have not. gotta find where that would be
/Library/Java/JavaVirtualMachines
that's generally where java installs belong
The way macOS manages java is honestly kinda fucking ass
hm you might be able to force associations with applescript?
another reason I just wanted to use sdkman and forget about it
did a symlink, so its like /Library/Java/JavaVirtualMachines/jdk17.0.3/ and inside there is /bin and stuff
but don't think that worked. idk if ive gotta log out or whatever
what's the equation to find the aproximate number of primes bellow a number?
@molten egret okay that's annoying
I wouldn't use Python for making a .app, unless you want to ship a Python install
Math.log();?
google exists....
you can bundle it
it is an EXTREMELY useful tool btw
arl
Right, that's what I said
Shipping a whole Python install just for a start script seems.... bad
ehhh
yeah that's bad
I think it's trimmed a bit
10MB for a thing because you're too lazy to remember some JVM arguments or write a bash script 😄
Why does Mac have .app
Oh yeah macOS uses zsh by default because GPL3
I think the issue is that sdkman sets the JAVA_HOME variable only in certain environments
cause I tried it without setting JAVA_HOME and it didnt work
said it still couldnt find a JRE
maybe
oh actually I set JAVA_HOME in my .zshrc, not sdkman
Probably only in your shell, not in the finder environment
if thats literally all apples JavaLauncher app is looking for, where do I set that to make it available everywhere?
so it's still not done?
If you want to set variables that are available in GUI apps you have to use /etc/launchd.conf apparently
Since Mavericks
if all of my code is in one method will the hot spot thing ever hot spot it?
method bodies which are too large will screw with the runtime optimisation stuff iirc
The level of optimization you get depends on how often your method is called and how the code in it is written
so
It never even sees a JIT
then it's literally irrelevant anyways ^
It runs once
yeah one while loop
Hmm, I wonder if loops count toward triggering the JIT
it gets executed about 10million times
You know what would make it run even faster? Write it in something other than Java
If it's number crunching and you use numpy well enough it would be faster than Java
I wouldn't wish C on anyone
just find the simmilar code in c
for some reason, fwiw, I literally instrumented JavaLauncher, and it looked at all the plist info files for all the jdks installed in /Library and inside my home folder
so, das interesting
papermc runs pretty good in the linux environment on a chromebook
arl found an online converter and it works
probs needs alot of optimisation
okay?
kinda annoyed that the bot doesnt pick up my profile pic
use discord
you have a space in your name, pretty sure it is only exact match
yeah figured that was the issue, dont think you can do spaces on irc tho
how does one connect to the irc
one does not connect with irc, irc connects with you
It's on esper
When I put pronouns in my name I lost my avatar
whats the irc channel
Guess 😄
papermc?
.
o
the Minecraft Network (don't stab me mbax)
i should get an actual irc client
https://matrix-org.github.io/matrix-appservice-irc/latest/usage.html
Some bridges, such as matrix.org, will connect you to IRC and join you to a ... IRC is not capable of relaying E2E messages to IRC clients and as such the ...
oh cool matrix
the irc bot should attempt to replace spaces with underscores... its open source right? the bridge bot
Oh they turned off the esper bridge in 2019 when matrix got hacked
i uised to have a matrix homeserver
So manyAIs
I shall now call you bobot
where do I hire someone to become a dev for my server?
yeah i love thje name bobot
Does bobot sound better? Or does bobabot sound better
bobot
Or maybe babot?
so i discovered if i change my major, apparently I can graduate a year and a half earlier
What about Babao…. It sounds like Babot, but it’s also the name of a food… so it kinda match up with boba
no
But….but….butbutbut
what is that
babao
true
how tf do I use a client
What would you be changing from or to? If your not planning to go to graduate school then not really matter much to change majors.
Right now my major is in my school's applied computational mathematics program; I'd be changing to just the mathematics program. And I'm planning on getting my Master's in math which I could do either way
what are you planning on doing?
Sad times: ```
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1353 root 20 0 1874792 1.6g 6136 S 0.0 42.4 17:17.81 omiagent
Sadder
Oh, to fix it I have to enable a "third party" repo, fun
I mean, it's a VM on Azure so calling an Azure-specific repo third party doesn't seem quite right
But their VM images didn't have it in there by default, lame
Just count the columns and see what one looks bad 😛
Going for the real microsoft experience
...I don't want to run this code on my VM anymore
Problem is, either these are getting called more than once or this isn't even the actual bug. This is using more memory than you need but what I see is slowly growing memory usage until a get alerted on three devices that my server is about to die
walmart
I know you're chinese so there's the great firewall, but don't you need a vpn just to access discord? So you can search things like this
I just went to walmart.com and typed in "coke", safeway or target or something would work too. amazon will sometimes have weird prices for this type of stuff
I just want to know the percentage of the monthly income of an American family's 1000m network bandwidth through the price of Coke.
We don't apply to Amazon.
you lost me there, translator probably messed up (I don't understand)

It means that I want to know the economic gap between the people of the two countries through the global product of Coke.
Ahhh…back in China a dollar could get me three cans of coke
I can use up my monthly salary to buy 1142 bottles of 300 ml coke.
cause almost everything is made in china
I just checked
So how many bottles of coke of this size can you buy in the United States with your salary?
standard quality of life is not only about the money you can earn to buy coke but also other things that may lead to your personal happiness.
2.85USD is enough for 12*200ml coke, free shipping within China
maybe this is a dumb question but why are the kotlin dsl gradle samples repo on github archived? https://github.com/gradle/kotlin-dsl-samples
Why do you seem to know so much about China?
Because I used to live in China
I was born in Hong Kong
Why do you know I am Chinese?
When you were in Hong Kong, did you have a meeting on the evening of June 4 every year?
Can we communicate in Chinese?
Let’s say no
And I prefer not talking about that topic in public
Let’s not bring up anything political related
你可以看得懂简体中文吗?
And anything controversial
This Discord is English only @nocturne dust
This server is English only
The two rule here
1.English only
I'm sorry, I just said that to him.
You can do so in English, you already acquired the knowledge of how to use VPN, you can use real google to search whatever hot topic you feel like on your own private time with the help of Wikipedia. Dont push for topic people dont feel like discussing
Three basic rule you gotta learn at this server
- English and English only
- Don’t ask for ETA
- @warm anchor is mineeeee
You do notice this is discord and not QQ….right…?
It meant “not bowing down toward the evils”
Basically called us “evil”
Lol
"enemy factions" will be better word here but yeah dont do that either 
Agreed
from talking to you previously
I’m pretty sure this was a term used to describe America back in the days
it's just a real dumb meme dw if he does it again, I will do something 
They called basically all non-communist-con “enemy forces”
You brought it up
dont ask question that you wouldnt ask your mother on dinner table is a pretty good way to tell if it's something you should say or not 
I wouldn’t mention PaperMC on dinner table
LOL
I have multiple times-
@warm anchor found it #gifs-and-memes
I’m probably gonna delete it once you see it
!warn @nocturne dust This Discord uses English, this means your entire message should be written in English.
:raised_hands: Warned ztpillow#0384 (This Discord uses English, this means your entire message should be written in English.) [1 total infraction] -- EterNity#0001.
@warm anchor I just thought of a really nice place to put Rie
exactly. You should use English in English discord. The guideline can be found in https://papermc.io/community-guidelines
Also that's a really poor lie because there is definitely a word in English for that. 
no, you don't know it
Agreed, even google translate showed tons of results
But they have different meanings.
It's like a green hat.
The literal meaning is different from his own meaning.
So in this respect, it must be translated as a proper noun.
Just don’t say it then
It doesn’t make it easier for us to understand if you pronounce it using pinyin
In fact, it makes it harder
But it's better than a deceptive translation.
He at least maintained his rigor and authenticity.
Trust me, it’s not
How the heck are we suppose to understand WTH huaji meant
It’s like there is a word in Japanese that you don’t know
And eternity just spelled it out for you using romaji
IT DOESN’T HELP
I don't want to debate this with you here, and I personally feel that you have a malicious tendency towards me.
goodbye
Oh well
🍿

@warm anchor How does this Rie look
That’s gonna be really hard to read
Agreed…. Maybe the other one helps
Still painful to read… but who can say no to a Rie
literally the default for all OSes
Yet 17 is so much better in so many ways, and required for a lot of apps
Just installed 17 on my MacBook, server boots 3x faster than my i7 and renders chunks 2x faster
I mean, we where surprised when the java website got a visual facelift from the thing it looked like for the past god knows how many years, right in 2022
God knows when, if ever, they're gonna update the java version on their site
They don't even really ship java builds anymore last I knew
Surprise❌ Shocked✅
Unfortunate that older Minecraft versions doesn’t support 17
Well. Actually. Debian has JDK 11 as default. 😎
Epic.
openjdk, and through your package manager
the java site will still offer you 8
dummo
tf does oracle even do these days
lame
The only reason we get free ARM cores, it's because they need some 🐀s to test their new BS. 
They do enterprise stuff
Like, pretty much all of their $$$ is from commercial contracts
gotta pay for that team of lawyers, you know
who even hires oracle
like wtf do you hire them for?
JDK support
Can't always avoid them...
When you have large ass scale JVM deployments, you generally wanna ensure that you have support contracts there for the "oh shits"
can avoid them by not using java 
wait, did they really update the page that we download Java? as in design?
go check
oh my god they did
How does Hypixel quickly transfer players between servers? for example, the "Loading World" screen does not appear.
I'd imagine, they just "teleport" the player
Not really complex, especially when they modify the server and the proxy, etc, etc
the loading screen is a hack added by bungee to reset the client state
if you can properly manage client state, you don't need it
Like, if you don't have to deal with stuff like dimension changes, ^
and can just send one dimension switch instead of two
1.18.2 adds a forced 2s loading world screen to the mix aswell
i imagine 1.8 is just gonna be so fast that you won't see the screen
if your dim data is consistent and such, don't even gotta deal with that
which, given they rely on 1.8, is like, yea
just install kennys mod zzzZZzzz
yeah no the dimension switch screen is still a thing on hypixel
Yea, I mean, avoiding doing it twice is always good
hypixel could probably pull it off though since they don't anything special
hypixel not doing anything special 
truer words never have been spoken
Hello, I'm experiencing a really weird bug with paper 1.18.2 and I thought someone from this discord could help
Any chat link that gets sent via a command does not work, but chat links that get sent by a person with the proper permissions do work
So what's the bug, did you reproduce it on clean paper server with no plugins?
Yes
Yea, iirc spigot ripped out that thing a while ago
at least for plugins iirc
100% on plugins to properly handle URLs now
The conversion was added by craftbukkit years ago after mojang removed it with the component stuff
md removed it from the plugins call, iirc
Is there a way to fix it?
Cause chat links are quite necessary for a server to run properly
LuckPerms, Tebex, nuVotifier and CustomCommands
Is there a way to make links from these plugins work?
well, I know LPs editor command URL works
So, if you're having issues like that I'd be weary about other plugins mangling it
heyyyyyyyyyyyy fat @quasi valleyyyyyyyyyyyyy
?warn @viral hornet crimes against existence itself
please stop abusing me
don't act like you don't love the attention
have a nice weekend everybody, except martin, martin's gottah work on hangar.
Random friend invite, nothing shared.
As always, this about to get good.
HANGAR WEN ?!
is there anyway to run a command in console like restart that will restart my server?
instead of shutting it down and turning it back on
does restart work on a headless environment?
yes
what i find is that (at least on windows) it spawns a new terminal instance
it literally just runs a script on shutdown
okay
cuz i figured you can't really just spawn a new command prompt if there's no window manager
but alright
Windows shenanigans ig
When I type restart in my consol it just shuts it down
OS?
do you have a start.sh file? have you checked the logs?
Also, recommended script for *nix in pins
probably not this channel's pins though
yea, in -help, meant to say
just https://startmc.sh no?
that is the right site right
what the heck I updated my android client and now everything looks completely horrible
Win10 and no I don't know what the start.sh is lol
oh, glhf
I just have the normally 1.19 paper server going.
Do have to make a start.sh for the server folder?
well, it can run a bat file
So typing in restart should have worked for me then?
if configured..
Ohhhh
you'll probs need to set the restart-script in spigot.yml, idk if it defaults to a sane value depending on the OS
See I never mess with the spigot.yml lol.
I am checking it out now
this?
how come?
where do i find the sh script so i can edit it
r u talking about the run.bat file
i dont have a sh file
yeah i know i want to use ubintu
i think i spelled that wrong lol
but i want to use a less resource hog OP cause win eats my res lol
If using linux, see the pins in paper help
If windows, use a go-to loop in your start bat
oh i didn know paper offers linux help, thats good cause i suck at installing linux
(and then make sure that restart-script points to a none existent file)
Er, more we have a pin covering that specific thing
Some Linux help is often provided but there is a level of expectations here
i seen one of your 2018 replies on the restart sub on google lol you saying you wouldnt use restart cause sometimes it restarts to fast for the old instance to end
the last time i installed linux i lost all my usb ports. i followed some janky youtube video
and it was having issues using my wifi card. i was attempting to install it on an old laptop i had just to see if i could install it for a test run.
I mean if you ask here about linux things people can help, sure, but if you really want things about linux just join linux discord ^^
i will @novel horizon yall just so damn helpful i normally dont need anyone else with paper around lol.
I just ask, because installing linux, especially the popular distros, is meant to be a very easy task. So if you're struggling for whatever reason it makes me think you've got some fucked up hardware that no one has ever heard of
and with your usb port and wifi card issues.. i'm guessing that is indeed the case
yeah but still some things might be out of reach, not everyone knows it and linux discord is much better to ask about linux.. ^^
it was prob my hardware, the laptop is a 2015 gateway laptop i had laying around lol
I'm not sure one exists
my point still stands
@simple garden https://discord.gg/eSP6cXjY4B
my back is being massaged 24/7 by the power of the finest of american engineering
@novel horizon odd question, if i get a rasp 4 can paper run on it efficiently
American engineering imported into China built by the finest chinesium?
😄
I guess you know the answer, hmm? What does efficiently mean? Lowest electricity consumptions per server?
Then yes!
haha no i mean like performance wise
No, of course not
I don't think a pi is a great choice
It can run server for few players, probably, depends on your settings, it will be very limited
figured id ask, i seen some yt vids of people doing it and i figured id ask before listening to click bait haha
Pregenerating it is basically necessary and even then the performance is really bad
It can get overwhelmed easily
There's people complaining about performance on some xeons that tend to be like 2.5-3 ghz max and they're mostly old, also new cpus better, not just ghz mean performance
but you can imagine whats it like on some cpu that is much lower than that even etc.
i wanna build a compact server machine, with a small closet that has cooling controls and such
Why do you want it, just because?
and for how many players or so
"decent"
lol
no way
30 players on some random cloud for 4$ a month?
my server supports 60 players and it is home hosted without paying a hosting site
do you even have world or is it like void and no entities or anything
i have 20 gigs going into my server with great fiber optics and a i9
i dont use amd
i9 is mostly good, depends of course on the model
soo
there's no way you can run that on rasp pi, basically 🙂
maybe 3 players could be on that rasp pi
i had a buddy who works for a server company give me the specs i need to build it, i am not good at building server machines at all
amd is great tho but if u get i9 for cheap or so its whatever
if you host a 3 man server with rasp then you are better off getting realms lol
that's how it is with rasp pi
i got it 2nd hand from ebay. i aint even gonna lie
i couldnt find a good deal on a new i9
you can find on internet some info, like on reddit and so on, people were discussing it there, i found some random thread about 1.16 mc with 5 people on etc.
sure its whatever just get whats the best or price/performance ratio or so
do the lower mc version use more res then the newer ones?
yeah, of course
there might be few optimizations performance wise from paper etc.. but older versions eat much less performance
less things, less AI and crap
oaf that explains why that free java play site with the original java ran so poopy for me
oh
i thought you said less
so if you run some OLD one
and it run like crap
new one would be probably worse
personally id like some servers at home but you need to work on it, some security things and proper "infrastructure" so you dont run into issues sooner or later
also electricity, running it always, something breaks
some hostings are quite good
like I use Hetzner and it's really nice tbh
for me 🤷♂️
just build a small closet with temp control and get some car batteries and solar panels
yeah sure
just be careful
don't underestimate security or safety
i mean you can own it lol if you use just housing
i dont like the cloud cause i forgot to pay on time and 3 days later i lost my server files on apex hosting.
it was 3 days late and apex ate my server
i have a dummy card i load with $ cause i dont trust apex and i forgot to put $ for the month on it lol
they could have at least emailed me saying bro wheres are $ lol
email comes that you should pay => i go pay lol
yeah when i get the email i am right there to pay lol
till then i dont think about it haha
you remember how much you paid apex and for what?
Yeah.
So 20 for the server 6gig
But that was before everything else
So they say 20 for a 6gig
But then you pay for your area which was 5 more for me
And I think 4 for the custom domain
For 64 gigs
I hate apex 😭
but it's really good
decent cpu, good space and even on nvme
backup space is kinda nice too
but 64 GB all to yourself so you can run there like 4 servers easily and websites and things
Yeah but I am assuming that is the actual price you are showing. Apex hits you with fees after the marketing price
Yeah, it is the price
They have on some servers setup fees
That tend to be one time like when you buy it
But not after that
Right now there's no setup fee
Apex keeps the fees monthly. So I still had to pay for my area and for my domain. So it is not a 1 time fee for Apex lol
I mean depends on the services you wanted, some things may be paid monthly, but it's weird
I don't use it so idk
You self host?
What's hetzner
hosting company
R they good?
Everyone has cons lol. It all depends how bad the cons are haha
I've heard about some problems if you get ddossed they might cut your connection or so if you dont do some solution or so
Your partner for system-wide hosting, from cloud to dedicated servers. We deploy the latest tech at the best price in minutes.
Here's the amd cpus
but on the top menu you can find lots of servers
those amd ones are one of the cheapest though soo
Oh ddos. I was actually going to get ddos protection, for the company i am looking at there lowest ddos protection I can protect 3 servers.
what company
One sec let me get the link
keep in mind you might want multiple services, like one for game servers and second one for website(s) and so
i think some people use tcpshield and cloudflare iirc
That 1
it's not that common that you get ddossed by something stronger, but still
is your intention to your cloudflare for a minecraft server @simple garden
Yeah
cloudflare is just for websites
yeah you're gonna have to do more research
Nooooo don't tell me that lol
for game servers you need tcpshield or so
I was hoping it was gonna be easy to us
Isn't cloudflare mc protection available paid
Loo
cloudflare does not offer minecraft ddos mitigation at a sane price
F
Oh no I know the price is not good. I already knew that haha
what price were you thinking of
you can have server for 10 years without any significant "attack"
"not good" might be an underestimation
i mean the only "attack" i had was someone messing with "bots" on mc in offline mode lol
nothing else
and they're really weak, so
I try not to curse in the server so I gotta use nicer words for there protection plan pricing lol
it's okay if you say fuck or so just dont insult other people or anything or overuse it ^^
"its fucking expensive are you fucking kidding me"
:p
See the 2 people I know in person that have servers constantly complain about ddos being a major issue
That is why I was looking into protection
okay so
do they run offline mod mc servers?
they can be just inexperienced or so
They watch a lot of YouTube videos if that helps lol
unless they have big servers or some enemies, lol, it's not that big of a deal
if you run server in offline mode, that's your fault, but plugins like authme have antibot measures that are easy to setup
As for the offline part idk honestly. I've been in there servers a few times but not much cause they are bland
There servers r
you just say "okay if 3 people connect in 1 second that are not registered, turn on antibot" and then it wont let anyone who is not registered already connect, so like few bots connect and noone else
(in authme)
i used that before
a lot of people dont know about that
What is an offline server, like do you mean like how I just leave my machine locked while my server runs?
but its quite effective for those weak "attacks"
no offline mode is when you let people with cracked mc connect
Oh no they dont
🙃
I actually help them with there servers by coming to yall with plugin help. If they had cracked servers I'd ditch them.
but you can setup it it just.. its just lots of work if you dont know about it
I don't do cracked versions

so
read about tcpshield if you want, along with cloudflare
or some hosting companies offer anti ddos too, but thats not free, either they're expensive or you gotta pay extra
idk about them that much tho
i think ovh had some anti ddos measures? 🤷♂️
I've paid for minecraft on ever platform accept on the new Xbox so I've invested to much into mojang to side with cracked versions
I even have it on the original ipod touch lol
^^
Are there any good websites like https://dontasktoask.com about offline mode?
i kinda like that one
it's just the meme video though
Bruh lol
yea, that lol
YAARR yarrr fidle the d
Offline mode is simple, bad and good people in, old Mojang accounts in, good all around
oh its dee dee huh
Took you realize there's like 90 alts
Can you change my support heart to a cracked 1 cause you breaking my heart lol
O_o
I thought all mojang accounts were migrated
What about people who forgor the password???
And alts that aren't ever gonna get migrated manually
In that case, they are unused alts. 🛌
Digging up graves is usually not really worth it anyway.
I wonder why they did the migration thing anyhow. Did they ever state why they did it?
And even then you might not get the password
Unified account, security, ...
Yeah I can see why then. I thought it might have been a Auth reason but I wasn't sure
Not on offline mode I don't think
anyone know a plugin that allows bone meal to work on melon, pumpkin, netherwart, cactus & sugarcane. Similar to haw it works on other crops?
also that works for 1.19
nvm i just had a perm issue >.>
is there anyway to prevent players speedrunning in srvr
in server?
ys
yeah
how
add plugin that adds things like you cant enter nether until you have 50 hours played 👀
i mean you cant realistically prevent that unless you mess with things
can anyone help me make a paper smp
yes i can
ok
plugin name?
download paper jar, run it, then agree to eula, run it again, done
you must google for it
some rank plugins etc
there's tutorials on the internet
ohk
.g how to run a Minecraft paper server
why didnt i think abt it
oh wow ty
no idnt want rank permission system
🤷♂️
Why do you want to stop speed running? Like what is it you are trying to avoid them doing?
one person beating the game while everyone else is taking their time and actually having fun can be annoying
true
anyway hey is there documentation on the PaperMC 1.19 config files yet?
the only thing i can find in the docs is for 1.18 and below
like this
im trying to optimize my server for speed
Are you talking about like killing the end dragon
It's mostly the same, it's just the locations that changed
And no one else able to kill it?
Where did paper.yml go?
In 1.19, paper.yml has been split into two files, both in the config directory. In paper-global.yml you will find configuration that changes behavior of the whole server, and in paper-world-defaults you will find configuration that can be overridden on a per world basis. See https://docs.papermc.io/paper/per-world-configuration for more information on overrides. The function of server.properties, bukkit.yml, and spigot.yml remains unchanged for this time.
Oh that is easy to fix. Add a economy and make it so they have to pay to spawn in the dragon
Make sure you go in and kill to dragon yourself for the first time
no i like to keep it as vanilla idnt need economy systems
Hi everyone quick question, does someone know which raid farm works with a slowdown villager POI options? I would try them out myself but there's little information out there and I'm getting a little burnt down after building two different raid farm with paper modification to original design to no avail
thank you! i was aware of the config split but i just didnt know where to find documentation for it
Or you can disable the end so you avoid killing the dragon a d elytra at the same time
Oh well idk then. You can't really keep it vanilla if you are restricting people from speed running
illtry that
there's an option to disable the end in bukkit.yml iirc
Or you can just put some bedrock over the end portal so they cant enter it
Or barrier blocks
Run this command /give <player> minecraft:barrier 1
And place then over the end portal
They can jump in with that.
There could be another stronghold in the world border, right?
No only 1 strong hold per world
Huh
There is suppose to be only 1 end portal per world
Toss ender eyes and it will always point to 1 strong hold
It never points to a new 1
Oh yeah I am wrong
There is 128 per world
Welp do what @unkempt jackal said and disable the end lol
There ya go
i knew it it's in bukkit.yml
is there a plugin that allows you to have an item displayed over a chest? Like how youd use a frame to display an item
There are plugins for that or you can do that manually iirc
i forgot about the invisible frames honestly
I like bukkits
Ok I found my new fav meme to send at crypto bros
„Crypto ain’t no currency I ever heard of!
They have intrinsic value in crypto?“
currency is just what you give value
its not like money has value if no one agrees it has value
They should add a config option to paper.yml to toggle sex
I think that would be useful, especially with the new per world overrides
what
@waxen panther @cunning raft thoughts
s*x
not real JAY ROY
nevermind it's a jroy troll so it's practically the same as mentioning jroy
definitely
So I'm seeing frogs are even worse than villagers for server performance, supposedly it has something to do with their fall damage prevention magic. Is there anything in the pipeline about it or do we just have to keep them on honey blocks
Care to show a profiler report?
Oh it's more community talk, my server isn't updated yet
See, if nobody reports stuff it can never be improved
Yeah, I brought it up here because it's not a hard report, where's the suggestion/feedback channel for non devs
and I have a test server I'll fire up real quick, how do I do a profiler report
Using spark should be good enough
https://www.spigotmc.org/resources/spark.57242/
spark 1.9.9 ... spark is a performance profiler for Minecraft clients, servers and proxies. ... spark is a performance profiler for Minecraft ...
ok
Need more coding help; Is this possible for my velocity plugin to do? I have extra fields and methods I want to store to RegisteredServer. I want to be able to use downcast "SpecialServer" to "RegisteredServer" and when Velocity uses "instenceof VelocityRegisteredServer" it should be true.
This is a Java question
#velocity-dev perhaps?
You can make the velocity class implement your interface, no
You can use wrappers tho
#stack-overflow perhaps?
Ok, I was afraid of that
runs ^_^
I have actually never posted there. Just looked.
Wasn't actually serious lol, but that is a great site if you need help
Its actually really horrible
As a poster that is
As a resource via Google it's amazing
Why's it horrible?
Have you ever posted?
I think the mods edits the questions
Everybody will just jump at you for doing stuff wrong and downvote your stuff
People who barely understand what they are talking about that is
I want my to plugin to be as optimized as possible but I'm also new to Java and that leads to me asking a lot of "What's the best way" or "Can I do this or that" a lot, so I'm afraid of posting there
I don't think their downvote feature is bad https://i.imgur.com/gKV6Vnf.png
In saying that, I doubt it's used how it should be
if you ask too many "stupid" questions your account gets locked
by too many they mean like 4
and good luck unlocking it
I disagree, so I marked your message as off-topic, unclear and your question is now no longer accepting answers. /s
SO is not a QA site, but a FAQ site, where you should take "frequently" as "literally every question you could ever have".
As someone who's posted to stackoverflow, it's toxic as fuck 
https://spark.lucko.me/D9IKTJ6DUJ here's that profiler anyway
This is why questions and answers are edited by other people and why you can answer your own question, they want a giant database of all possible questions, they're not necessarily interested in helping you.
uhh
314
we just kept scaling it up until we noticed it hitting performance
it handled up to about 80 ish just fine so think it was overblown on the "worse than villagers" thing
I guess 13 mspt for 300 frogs on a Ryzen 3600 isn't that bad
it was beautiful
don't know how well it captures events but it was fine for the most part, then random bursts of huge tickrate drops every 20-30s or so
were they all jumping at the same time?
no but enough of them might have been trying to maybe
Shd I make a hardcore server or a lifesteal server where when u die u drop ur head and u can't respawn till someone places it
the frog model & animations were made in Blockbench, its kinda nice how a tool created for modding is now used by the devs themselves
I see you have never met my players. 
I just talked to my one dev that we need to delete frogs 
I forgot my players hoard everything
I had someone with enough cows in a single area that it crashed my server when too many people were near it
And of course the entire server came to check it out
We had someone complaining about ping issues, so they agreed to us tracking their coordinates and ping, notices a specific region causing them high ping... huge farm with like 1k chickens and cows. 
the LongJump seems fine though. In my sampelr its the NearestVisibleEntity check thats taking very long (with 500 frogs in the same setup)
why would people need so many animals in one spot
I assume both call different operations?
So it might be down the hardware?
It's just how the brain work. The more you have, the more powerful you feel.
also apparently they have a frog king 
entity cramming cow farms are pretty popular
do recommend replacing the floor with honey if someone makes a frog lag machine
no problems now
water works as well, should remove the long jump check
having to get that much honey would encourage a massive bee farm 
nah if it's for lag reduction i'm using the magic wand
what really gets me about this frog thing is that frogs aren't functionally that useful to have in large quantities
yeah, but if you don't have limits some people will do things like that
And they will always ask for just 1 more. 
time to figure out why the longjump is so bad, its not even that complicated. and its not the collision check, even though it checks collisions for every location on the jump path
feeding time
😵💫😍
https://spark.lucko.me/U0r8ZUWccG
500 frogs, 14 TPS 
just disable frog AI 🙄
hi
the pathfinder caches blocks, but due to there being a new pathfinder for every possible jump target, its useless 

sandstorm cool
Oh and now scooter
did one for allays too, those are for sure going to get hoarded https://spark.lucko.me/EUMYrnjr5Q
https://weatherspark.com/y/44757/Average-Weather-in-Worthing-United-Kingdom-Year-Round
In Worthing, the summers are comfortable, the winters are long and very cold, and it is windy and partly cloudy year round. Over the course of the year, ...
i thoght it would ust say temp
https://spark.lucko.me/udkNzWUmuT
Same number of frogs, 20 TPS. I guess moving the caching somewhere else helped
well, they aren't duplicable yet, so at the moment this is difficult to achieve
but in the next update, duping them will be as easy as handing them an amethyst shard!
Ugh, lol, what is all this sorting
Anyone got any diamond mining tips in 1.19? 2 double chests of deepslate strip mined at level -59 and only 2 diamonds to show for it!
My desk, with both computers, monitors etc all on but idle, seems to use about 170W
Although my laptop is recharging its battery from the time the desk was unplugged while I set up this smart plug I'm using to monitor it
So I guess I should wait for that
In my case it's like 200W.
But that's a modem, switch, router, 3 monitors and a SLI laptop. 
The first 3 pull like 87W.
The modem and router are somewhere else but that's what my second smart plug is going on
My desk does have a switch on it, so I can wire my desktop, laptop, and PS5
I mostly just want to know this stuff so I can be a stats nerd but eventually I want to get some kind of UPS going on these things so seeing their usage range will be helpful
I had the idea of using an Arduino Mega to monitor all cables inside the fuse box, but decided to wait, till I get a new fuse box...
I'm never getting a new fuse box at this point.
Build a system to monitor and record home energy consumption. Remote access energy data from web.
And someone already did it with the same components I had in mind. 
I've seen systems to monitor each breaker, yeah
Problem is I don't know what is hooked up to each breaker 😄
And it's a seemingly random mix of shit sometimes so unless you test every light and outlet for every breaker until you get them all mapped out you can't just assume because a room light turned off that's what the breaker is for
Same here, but I spend a whole day figuring it out.
Since our wires are a mess.
Me_IRL.
I think one of mine turns off an outlet in the kitchen, the outlet in the garage, and a light in the basement
I learned the kitchen/garage connection because I was out there when someone popped the breaker trying to run the toaster and microwave at the same time
Best one (all on one fuse): kitchen light, attic, my rooms lights, my rooms main outlet, garage 1, garage 2 just the washing machine, garage 3 and garage 4 main outlet...
jeez
So, what happened was, someone drilled a hole for something, broke the garage 2 main cable, so they just wired the other one over...
Plugins on Bukkit? Bro.
DBO and curseforge are the same thing
DBO?
Like, they're hosted by the same company and have (or had) somewhat of a shared code base
🥶 


