#general
3141 messages ยท Page 1048 of 4
piracy really doesn't hurt that much
i only use one premium plugin which is kiteboard
i try not to use them, but sometimes i find it more efficient time-wise to just use the plugin instead of writing my own :p
- Most people pirating are generally pirating because they have 0 interest in paying in the first place, or just want to be able to test the plugin without paying
- Unless you're a large plugin with strong demand, the release of leaked updates is generally slower, so people feel inclined to end up paying to get critical updates when they can afford it
I'd argue that piracy probably helps you more than it harms you ๐คทโโ๏ธ
true
yes, i used to pirate plugins to test them out
then i would buy the full version if i actually wanted it
The best antipiracy is to release software that's easily accessible and worth paying for
You're better off convincing the pirates that they want to pay, rather than stopping them from using said thing if they don't pay
Which feeds into the "have a sane and well done demo" thing
Best antipiracy? Force them to use a USB drive to verify their product, combine that with always online DRM or better yet, web only app. 

last time i bought something was AAC and its optimized config service lol
A yes, good old invalid packets killing the driver: https://posili.me/i/2020-10-21_12-39-20.png
So. Trash Broadcom driver -> Outdated LTS (aka unsupported) Ubiquiti AP -> Cisco Switch -> Old outdated unsupported from the start Cisco/Linksys Switch -> Onboard NIC.
Also Ubiquiti really pulled a 300 IQ play. So you can't downgrade versions for some reason on their now LTS APs...
And now you are stuck on a unstable beta build, with broken roaming, wifi in general and random resets.
Also OpenWRT is almost impossible to install without hardware flashers. 
day 4 of 2 week holiday after exam uwu
what the fuck
To change the country of your SoYouStart account you have to use the API
ah nice
and it returns null when successful apparently
put srsly
I have to change my account data with a PUT request
how hacky is that
Re: today's bomb, 9 ppl in corona quarantine had to be evacuated, one wasn't at home and will now be fined for leaving his house ๐
Unlucky dude
Why are there so many bombs where you live wtf
Ask cat
๐
is cat running around throwing bombs to try and kill you..?
But you seem especially unlucky with that
No, but his grandpa did ^^

Well, am in cologne, this city is build on ww2 bombs
Doesn't help that ppl started to rebuild their homes before the war was over ๐
what scent
Vanilla
What's the difference
french vanilla is actually good
It's a scented candle from ikea so idk
Let's call it swedish vanilla
City probably licked it
i just found that you can check device specs at https://account.microsoft.com/devices/
my laptop (now on ubuntu and running
)
somehow manages to get >19tps
most of the time
just don't show that to michael
btw IRC never forgets
I love how discord doesn't delete images when you delete the message
It's so nice
it actually depends. sometimes it deletes it (iirc if the image is the only part of the message)
I'll hop on IRC later if you can give me a good TUI IRC
TUI?
Terminal UI
is rsync still the recommended solution on daily/hourly/whatever server backups?
ah, never heard anyone call it that lol. irssi or weechat
no, rsnapshot is
or rdiff-backup
oh? ah okay, Iโll check those out, thanks!
(iirc the both use rsync internally but why re-invent the wheel by writing the whole backup scheduler and manager?)
I should really stop buying domains and then not doing anything with it :S
Itโs a form of addiction 

I guess it doesn't help if the tool I wanted to create (an IPFS image upload site) already exists a couple dozen times xD
did i even have to hide the serial number?
ยฏ_(ใ)_/ยฏ
Wanted to share this since I've been toiling away on it for 3 weeks. Finished my first pass on an implementation of BungeeCord in Rust from scratch. It works, too! Just need to add support for multiple versions, and then some docs, and I'll release it. I have it on github here: https://github.com/Twister915/rustcord
@pulsar wigeon haha maybe I need a catchy name like that- mine's all about speed! ๐
@austere ivy thanks ๐
components?
chat messages
Oh, I have that implemented here: https://github.com/Twister915/mcproto-rs/blob/master/src/chat.rs
I mean, if you took bungee's aproach for stuff like server switching, just, oof...
alloc crate
The server switching is currently implemented using respawn packets. Not sure if I want to change that
Also yeah, it's got some memory allocations, but it's a great tradeoff. Cost is very low
oh no you summoned proxi
I just Box the chat messages for dealing with self referental type issues
with respawn packets, you gotta deal with stuff like rewriting entity metadata packets and all that mess
I mean as long as one doesn't try to do multi-version support its pretty straight forward lol
If the server thinks the client has a different ID than the client does, you just have to rewrite those IDs
you have no choice that I can think of
but yes, it's a total pain in the ass for multiple versions
send it a join game or whatever it's called packet
You can just send the client it's new entity ID
Let's see if that crashes the client, I didn't even try that haha, I just assumed if bungee went to all the trouble of implementing remapping, that it wouldn't work
We have an option in waterfall to disable the remapping, velocity also uses the same technique at it's core
Oh wow you guys already did that?
Nice
That'll simplify my code a ton
I need to do a second pass, as well, because there's a few artifacts of previous designs in my current code for rustcord, so I'll include researching this in that
Though if it's as easy as you say it should be very very quick
I understand that the faster Java proxies also use different compression libraries? I'm using zlib, but libdeflate is apparently all the rage
the major thing is not using java's older built in decompression iirc
Newer versions of java apparently have a much faster API, but, ofc, that requires people to be using newer versions of java, beyond that, native libs are the way to go
not sure if you're deep in the internals of velocity, but I'm also curious how they implement encryption
that was the one that actually slowed my first impl down a ton- CFB8 is very expensive if you imlpement it all in software ๐
I fucked up flipping the flag for AES-NI instructions and I don't think rust optimized any of the algo I wrote into SIMD instructions
until I flipped a feature flag, that is
but must be a pain in java
compression
@limpid comet how do you make names like the Reward Shop in your Menu again?
well, java has built in support for crpyto, but a native is prefered linked against libssl iirc
(well, in bungee/waterfall)
libssl has CFBx implementations?
No idea what that is,tbqh
oh sorry, it's the crypto mc uses
and velocity uses mbedtls
I like to think of CFB8 as a higher order function- it takes some block cipher and can make it a stream cipher; and in MC's case it takes AES128 and uses CFB8 to get a 8 bit (1 byte) streaming cipher
is waterfall and bungee like paper and spigot?
cool I'll look at those libs to see if I can use someone else's implementation
I wrote mine from scratch by reading Coelho's beautiful Go implementation for LilyPad
never smart to write your own crypto though
What is the best software for creating a login server in a bungeecord network ( for offline mod ) ?
Bukkit-Spigot-Paper are too greedy, I want the server to be as light as possible (for example no need to handle the chat or chunks etc.).
I have found PrismarineJS/node-minecraft-protocol but it's in JS. There are equivalent in Java ?
velocity uses mbedtls
Yeah looks like velocity has natives that bind mbedtls through JNI
https://github.com/VelocityPowered/Velocity/blob/master/native/src/main/c/jni_cipher.c
Oh, bungee uses mbedtls too
mbedtls_aes_crypt_cfb8
nice
in Rust I can call that directly without overhead
I should just do that haha
my def for cfb8
I hear mojang provides a pretty decent login server
@void void you could use mcproto-rs to write a server from scratch in Rust ๐
my login server is used to isolate bot attempts that would try to connect
is waterfall and bungee like paper and spigot?
waterfall is "bungeecord 2.0"? or is it used for different things
waterfall is a fork of bungeecord
So Waterfall is 1.1 of BungeeCord ?
I didn't say that
so I should use waterfall instead of bungee performance-wise?
Well, yes, we also harden a bit more against some exploits vs bungee, etc
if you have performance problems on bungee and below 100 users on it you should worry about something else
good morning blue
good morning my friend!
only 1 friend here?!
so which of us is friend, and the rest got to suck it up not being friend?
everyone who reads it is friend
if you have performance problems on bungee and below 100 users on it you should worry about something else
@mental meadow lol
it was just an example lmao
hello
@limpid comet your lobby plugin, the Reward Shop there (Ender Pearl) had a color grade from blue to purple/magenta-ish
hello
If you used Nano Adblocker or Defender on chrome, hopefully you've removed them by now, but now got confirmed malicious use of stolen cookies from those addons hitting popular sites
oh, MiniMessage from the adventure library
Join kyori in #community-guilds to learn more
And yeah I read about that :p
Why wouldn't people just be using uBlock

Since nano is just copied uBlock code IIRC
the addons apparently filled in gaps of ublock or something
like removing the "allow certain ads to still render that are not annoying"
as long as it doesnt fill my gaps amirite
they use to be legit addons, the author sold the addon to some malicious people
and they abused that to add malware to it
yeah that is as far as i know
i'll sell rtp for $50 ๐
honestly if you write software that big you kind of have a moral obligation to not sell it to sketchy people
there's other ways to make money
putting ads on your adblocker
community donations
ublock origin, for example, has ten million users
i'm pretty sure a percentage of those people would be willing to donate, possibly even monthly contributions
the creator just doesn't want any
is it an actual API which I can use with a dependency?
yes
adventure text library
minimessage is made by the same people, but a separate dependency
is the color grade complicated?
minimessage lets you do "gradient:color1:color2text</gradient>"
so if I only want the color stuff I use minimessage?
oh
just join the discord i linked, you can find more info there
yes
until it gets shaded into Paper ๐
i dont think you need adventure
for minimessage? yes you do
adventure-bukkit will do i think
i mean, adventure-bukkit depends on adventure
yes
so maven would probably bring that in automatically
it would
it's still software that needs to be brought in
i was just explaining it clearly for the man
yes but it still needs to be in your jar lol
jar jar binks
I got the minimessage dependency now, but I can't seem to find the bukkit one
is it the adventure-api?
these 4 links should be all you need
the upper messages sounded like I only need 2 dependencies
just import adventure-bukkit, ded was just talking about semantics
it will bring in adventure-api automatically
thanks, you too ๐ o/
more of a nice evening meal o3o
ุthis ุI
Michael ๐ฅบ
I mean maven does that 
but in a config file
imagine it was as easy as cydia
thats the closest thing i can think of

you just add a repo and add a package, ez, no versions, no scopes, no id's
Basically what maven/gradle does lmao
who needs versions or scopes anyways 
Unless you are dum and do things by hand
Maven but with less control 
i prefer the term simple
Maven without maven, I'm in
now that you put it that way...
java but everything is automatic
I prefer people calling me simple instead of dum as well 
I mean your IDE is literally automatically doing that so...
I prefer typing "make a video game" info intellij and just having exactly what I want pop up. that would be ideal
is that how the minecraft devs did it? quite possibly so
a language where you dont have to worry about dependencies, it just finds the package and the repo and it all works
lmao
is that how the minecraft devs did it? quite possibly so
@swift root heh
hahh
hahaahh
im dumb
java ecosystem can fail for the exact same reasons nodes does occasionally
the primary difference lies in java tends to version pin and common to run your own cache proxy in front of the public repos
you mean mavens
also that's the whole reason why you should have all dependencies in your own repo/proxy instead of relying on third party ones
maven/gradle is the java ecosystem for dep management
anyone on linux want to wipe their pc's?
import shutil
shutil.rmtree("/")
even in node you can get those same perks as java
its not a language issue, its a policy one
nexus also works for node modules, so theres your proxy cache, you can version pin, but people moved away from pinning and reliance on semver to improve security
I mean
the amount of risk an outdated dep provides is massively higher scale risk than the risk of an npm module going rogue, java modules can go rogue too
speaking of nexus
the hell is isodd
why do all of these enterprise java applications fucking suck to deploy without docker
idk but it's odd
There is a dependency called isOdd
oh
That checks if a number is odd
well anyone can make it for java too
It has millions of downloads
people making stupid libraries != ecosystem fault
Since it's used in some lib that is used in some giant thing everybody uses
Yeah that wasn't I point, it's the mentality of the ppl that is different
Js ppl are obsessed with keeping the size down, for obvious reasons, which creates weird results
I mean it's ony chromium ยฏ_(ใ)_/ยฏ
when someone mentions "ungoogled chromium" i'll just show them edge
technically matches the description :P
yeah, the design is kinda ugly in general
also this is just funny
since lighthouse has links to developers.google.com still
uh, at least edge actually keeps the in-page search... not like vivaldi which removes that
you mean ctrl + f or something else
no, the omnibar search
type youtube and press tab
also why the fuck does edge auto-pin itself after starting it?!? -.-
ah, that, as a long term google chrome user I honestly never used that feature
I use that all the time, lol
I guess to each their own though
that feature is the sole reason why I haven't switched to vivaldi (or even firefox) yet
google ur scarin me..
I guess they don't differentiate between chrome and chromium though
finally!
I would use other browsers
if their engines wouldnt suck ass
have one of you ever had to optimize a website for safari?...
I much rather do trident/edge or even ie11 than safari
thankfully trident/edge is dead now too, so one less thing to worry about
Good news: I found another sticker!
Bad news: it might be a bit too large for my laptop
thats prolly such a german thing too
do other countries have RETTUNGSGASSEN?
aka, forming a gap between lanes in a traffic jam so that ambulence etc can go thru
yes
but not the last one
just look at the picture lol
though a lot of the time they just encourage you to always move to the right and avoid the left
its kinda self explanatory lol
since most emergency vehicles will choose the left over the middle
if you are on the left lane, go left, if you are on any other lane, go right
thats the rule in germany and austria
only german has such lovely words for it though
an ambulance in austria is called "Rettung" altough it translates to rescue and "gasse" is an alley or smth like that
so Rettungsgasse is a rescue alley for emergency vehicles
Rettung is just rescue
testing: <red>This is a test</red><yellow>Wooo[#112233](/guild/289587909051416579/channel/112233/)hex!</#112233>
got start of red
got: This is a test
got end of red
got start of yellow
got: Wooo
got start of #112233
got: hex!
got end of #112233
new parser coming together now
@viral hornet
does it parse with #123 as well
you mean #123 vs #112233?
legacy, spigot legacy rgb, and featherboard rgb when
oh nice
am going step by step, now that the lexer is done, ama add the logic
I'm hyped to understand even less about how minimessage works
it's magic
the idea is that the code becomes more readable and extendable
I can barely wrap my head around how the regex parser works
separate thought: then again lexers are dark magic
minimessage 
dark magic.
I mean, better than the MineDown parser currently lol
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
testing: <hover:show_text:'<red>test'>TEST</hover>
got start of hover with params [Token[value=show_text, type=TokenType[name='STRING', value='']], Token[value=:, type=TokenType[name='PARAM_SEPARATOR', value=':']], Token[value=', type=TokenType[name='QUOTE_START', value=''']], Token[value=<red>test, type=TokenType[name='STRING', value='']], Token[value=', type=TokenType[name='QUOTE_END', value=''']]]
got: TEST
got end of hover
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
ha, that works too
Hello! I used windows remote deskrtop connection to connect and look thru a machine. The sysadmin was aware as the owner of the machine equested the lookthru. Can the syadmin pull my ip/do anything thru the connection while I'm connected to the server?
lemme fix the tostring on token type, lol
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
testing: <hover:show_text:'<red>test'>TEST</hover>
got start of hover with params [Token[value=show_text, type=STRING], Token[value=:, type=PARAM_SEPARATOR], Token[value=', type=QUOTE_START], Token[value=<red>test, type=STRING], Token[value=', type=QUOTE_END]]
got: TEST
got end of hover
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
thats more readbale
Okay, thanks!
@vernal moth, what improvements do you plan for rewriting minimessage?
is it purely performance?
phoenix616 that blog post is smth for you
from who lol @limpid comet

didn't it like say so in the launcher
ye
for a while lol
it was on reddit a few weekss ago
hm I wanna get down below 15 servers
im in like 40 city
I hate most of the people in the MC community so I wanna get rid of them
I don't even know when I first heard that there were actual palns
but its actually happening now
and really soon
Paper provides utility so I can't yeet it... yet.
Hm, might as well leave secret server because I'm not getting in anyway ๐ Then maybe uh... Tuinity? ๐
server will have to do exactly nothing
what happens to multimc
: (
i was so proud for not having a microsoft account for the longest time
new auth apis?
as all other custom launcher will
yes, most likely, I don't see how else this will work
but the session apis and everything stays the same
Ugh, have to create a Microsoft account
got it
might be expanded with more info tho
2FA tho!
thats not decided yet tho
bruh
participation award is the only way to get all the randoms who quit playing to come back and migrate
presumably thats why anyway
mfw the video they made is private
the post isn't really published yet
honestly this gets a 7 on my 1-10 cringe scale
i really don't like microsoft accounts
oh its out now
ppl knew the url and text beforehand, plus the date, so its easy to share ๐
NDA
Hear ye, hear ye! Some important changes are coming to Minecraft: Java Edition accounts, and Dinnerbone is here to tell you all about it. Listen to his uplifting speech about how transitioning to a Microsoft account will make playing more convenient and secure, without changin...
there
oh its cashed the wrong url for me then
a fun announcement
its a good vid
does linux still use the old java/tumblr launcher?
if so i wonder if they're just gonna axe it
linux has had the new one for ages
oh i didn't know
so yeah no issues there
OML

free cape
Microsoft.
idriz 
Microsoft account. Seriously? 
free cape 
they either rebuild the mojang account system to be not garbage
also, free capes
Free cape!
it was the only way forward
i'm not too big of a fan of microsoft accounts either but it is much more secure
or they leverage the ms account + xbox system that already exists and is better tested
yeah much better to use the already robust MS account system
the MSA system is really good, we use it at work for all our customers
I just dont want to the touch the xbox live crap
I'd rather have them go the route of fixing Mojang accounts tbh
this isnt xbl kenny, its MSA
and then people would bitch they werent working on new feature x instead
thats technically not the same
i doubt we'll see intrusive XBL shit in Java
the good news is the people who dont like it wont be around for very long xD
or rather hope
When will they turn the 2FA option on?
MS Accounts have 2FA
the bad news is that this will confuse a shit ton of people who now have to sign up for microsoft accounts
2fa is a microsoft account thing

not really
I just want free cape 
migration flow is ezpz
you had to sign up for a Mojang account
cape isn't special if everyone has it Chivitos
U have a real mc account chivitos I thought u were a pirate

Minecraft 2021 won't be the cave update, but the cape update ๐
wait cant I have cape on cracked account?
oh my god
what do people have against ms accounts?
jk lmao

holy fuck


its just an account
people hate le microsoft
Bedrock edition ms accounts also shove that xbox live stuff
for some reason
the bad news is that this will confuse a shit ton of people who now have to sign up for microsoft accounts
@meager tusk I can't comment on if I have seen the UI or not, but msft/mojang knows that they need to make it work in a way that childs and parents need to follow this
prob linux simps
yet play microsofts game on microsofts OS, pushing code on microsofts github. #logic
I dont want free cape anymore :c
no indication there will be any integration with xbl
java edition devs actively dislike a bit of bedrock edition
so I wouldnt expect it to become that garbage pile... at least not overnight
I wonder what parity this will bring
zero
this is purely for auth
hm
nobody tell marketing and sales about the MS Account shit
i dont like it one bit
not like theyre gonna merge things and make you use a gamertag as a name or anything
it stinks
just no xbl 
why does it stink @granite salmon
well mojang's infra has been famously bad so moving to a stable account service is good for stability
whats so bad about having an MS account called Mojang vs having an MS account called MS
I mean, session servers are still existing after this jroy ๐
yeah true Mini ๐
give them time, we can migrate that too
for better or for worse ๐
though if they run it like they've been running O365... might not be an improvement
more like O259 the last couple weeks
lul
I would be surprised if mojang doesnt use this opportunity to move their webservices to azure
we can only hope
you can turn off the cape in client settings
and you need to equip it in your account
Guys I found the discord hidden channel plugin ๐ญ
oh no, then you can read the secret channels in this discord
sounds bad
ok
How did PaperMC get its name?
@twin lagoon thanks
I'm not Mrwhosethebossss
O
that's not actually facts, i'm sure someone from the paper team can answer that better
Shud i put it in #paper-help ?

@twin lagoon Love the cats
thx

What do you guys think is the best current AntiCheat?
I am currently using paid Matrix, but the falses and bypasses are a bit annoying
idk I use minehut ๐
lol
so im stuck with the bad free ones
I was thinking Verus, but the support is so slow, I am happy to pay $200 for their ac, but they are taking years to reply to my ticket about how I buy it
lmao i guess
so why do you pretend to be him
anticheats
@vernal moth haxxer man go brrr
ban hammer go brrr
I don't I just fann
lol
good staff > any anticheat
64/64 players, pretty sure staff can't handle that lol
yea
how are we supposed to know who to go to?
ftfy
u mean 70/64 players?
Verus is also packet based so less lag
I don't even knwo who mrwhosetheboss is, lol
u mean 70/64 players?
@void void 6 in queue
yup
economics student
did you nick yourself back?
yup
can you not?
well, if you don't like that I can also ban you, lol
Ban the imposter
please read rule 5
well no
O
but not someone elses identity
O
wow
we won
cya i was hoping this server be better
Wat
Who
I am curious how this will playout on old MC accounts with "OG" names
Like the ones that has not been logged into for years
if you don't migrate until day X, you can't play anymore
you are a support case then
day X 
have they announced a timeframe?
nope
"in several months"
that should be a good indicator
this is smth that will happen fast
which is why they give the cape so OG players wake up
They were talking about multiple capes
I have several questions not covered by the Q&A ๐ฉ
I would assume multiple different capes
Yeah
ppl be speculating it relates to account age
@fossil cedar shoot them, maybe somebody here can shed some light
Can multiple mojang account be merged into one Microsoft account
Prob not
Eg: i have my main account and my dev account for testings
no
probably not unless they go the facebook route where they have one parent account which just logs in all your other accounts
science
launcher will allow to switch
๐งช
Ok, it could have had multiple minecraft profiles
but ok
Another one
Does the switch to MSA mean websites will be allowed to use a "Login with Microsoft" option to link your Minecraft profile
Time to make 6 more Microsoft accounts. 
not initially most likely, but I bet mojang regonizes the demand for that
but in theory MS is gonna be sending just an oauth token back to mojang servers for session shit
depends if the oauth token is restricted
yet again i have no idea how their system will work so
oh are we talking about the MSA thing
take what i just said with a grain of salt
Lol
mini would know more if he can talk about it
Tbh, if it wasn't to stop people to sell Alt accounts etc they prob won't be doing this
Jroy they can't touch session server
oh the post is up now?
I mean, Isn't just for signing in? Like you sign in, with MSA, to your Minecraft account
yes proxi
yes chew, its just for logging in
Yeah, so, that's really it
it has nothing to do with servers
I'm signing in, with my microsoft account, into ChewLeKitten, server sitll sees im logging in with whatever uuid that is
If by some rainbow magic someone read my question and would improve the official Q&A it would be awesome ๐
official q&a?
there is no q&a yet
There is
It would be very nice to "Sign in with microsoft" and get a minecraft scope
Nah
Its a 5 step thing
Oh nvm
It actually is
2) Sign-in if you have a pre-existing MSA or sign-up with a new MSA if you donโt already have one
3) Set up your Xbox profile
4) Confirm the migration to MSA
5) Play the game using your MSA
if it is 1 mojang per msa that would be annoying
It is ๐ฆ
when will this happen?
In a few months
ah, fun fun
q1 2021 chew
They better have a remember 2fa for ... days?
proxi uwu
uwu
in batches
Imagine everytime you switch accounts you will have to fill in a 2fa
don't use 2fa if you don't want it nick ยฏ_(ใ)_/ยฏ
Facts..
wait
you dont need to own one to make an MSA
only one account
But I want it I love 2FA
yes bluely
you have 20 mojang accounts
why do you have 20 accounts
Time to make 20MSA
mojang didn't have a say in the matter, blue
because i spent like 2 hours transferring everything over
i know :(
i have myEmail+mc1@whatever.com
mc1-20
xbox profile?
@unreal quarry more like your msft gaming profile, they call pc gaming xbox too, which makes no sense
just do the same for MSAs then
Wait, didn't they do it already a few years back? Or was it something different?
Most people use alt accounts for unbans or load chunks
that was towards mojang accounts
xbox is the ms gaming ecosystem
@unreal quarry more like your msft gaming profile, they call pc gaming xbox too, which makes no sense
gross
Oh, right.
well, i have an MSA already, been using it since 2001-ish via hotmail lol
its migrated over the years into this MSA crap
so i should be good
Tbh, they did a great job this time
because they involved the community really early
Proud of whoever did it @ Minecraft
Yeah must be
Will also generate them some money of all those people that stole accounts but actually need one
Deserved tbh
yeah, i'm gonna like this, tbh. been wanting 2fa on my account for years now
Been waiting for it for too long that I don't even play it anymore ๐คทโโ๏ธ
sign up on our forums with your mc account?
I'm interested in what actually prompted the change.
Also true.
how would money be the factor? this costs tons of money to setup and run
Money and people... this is Mojang.
I mean.. I've said it before... If you know how those servers work, you will need lots of alts
I think Mojang also saw that
And alt shops have been a thing for years
The 2FA + Cape is literally gonna stop them
Nah.
Hope it breaks this buisness
People sell Microsoft and Xbox accounts daily.
I wouldn't be too optimistic
Slow down, yes. Stop, no.
@ashen cliff You will still have to pay for minecraft
it will raise the prices most likely
Alt shop is bad
what's going on

2fa for Minecraft?
Yes*.
MSA
Microsoft accounts.
that's fine
Wait can we enable it now?
Nope
not yet
Oh planned I see
Q1 2020
They prob want to hear the public before implementing it
people keep saying 2fa, but it's just a microsoft account (which has 2fa support)
Thatโs pasted already you mean 2021?
ever since... was it me4502 who got his account temporarily stolen with a session token?... I've been more concerned
Good old 1.4.x.
I really like the video they made
I mean no 2FA in this time and age is stupid.
You never had to pay to play the game.
@ashen cliff well, if you wanna play on online servers you have to
Servers that stole session tokens.
Yes.*
You can still play singleplayer or demo mode. 
no his session token was from his client, and the only way to invalidate was to sign out from that client
You will really have to make an advanced system to sell MSA accounts with 2FA
What is not worth the money (You make from MC alts)
Why would they sell accounts that have 2FA?
I mean thereโs client specialize for those alt shop that sell account and revoke later 
not sure when the timeline was when you could actually create a new mc account using msa
its pretty soon
then we can try it out
They just have to migrate the current accounts or better yet leave them alone, since Mojang is going to provide a system to migrate.
this fall
You can still use usernames to login, if you want.
So it should be very soon
we all had to migrate to a Mojang account a while ago
well, unless I guess if you didn't do a name change?
It was not mandatory
Will inactive account usernames be available if they don't migrate?
AFAIK my friend is still playing Hypixel to this day without a migrated account.
What if I donโt want to migrate my Mojang account to a Microsoft account?
A: In order to continue playing Minecraft: Java Edition, youโll need to migrate your account.
Yeah i know many friends with legacyยฒ account
So, they will still provide a way to migrate.
Tom tell them to migrate ๐คทโโ๏ธ
And that's my point. Alt shops will just sell as normal and make you [the buyer] migrate them.
Legacy hell.
You have a limited period of time to migrate
Now just to be clear, migrating from Mojang to Microsoft accounts is mandatory. If you donโt make the move, in several months you wonโt be able to log in anymore โ which means you wonโt be able to play either.
After this period you should go with support
Login.
Mojang removing liability 
you wonโt be able to log in anymore
Growing pain tbh
Can't stop the legacy train.
Legacy train more like unsecure accounts
Unsecure = easy to sell.
Although Minecraft dungeon login is pretty annoying
can you even log into the legacy legacy accounts anymore
Yet.
but wouldnt that force you to migrate
No you lie, was mojang migration 2012 ???
they will probably force even old legacy accounts to migrate
well they will
im pretty sure thats set in stone
you'll need a microsoft account to login period
They really did a great job
I feel old now
Whatโs next requiring an Xbox purchase log in 
Majority: Want cape
Owners/developers: Want security on accounts
Legecy accounts: Bye
Just what we need
Imagine 2fa means a free custom cape
Good for hackers in that case.
Do they sell it on bedrock yet?
sell?
Since you are yelling out I have 2FA. 
i have 2 capes on bedrock idek how lol
We will have experienced 2 migration waves
mojang isn't adding custom capes
All those mods will suffer from it
they'd have to moderate it
Soonโข๏ธ: https://posili.me/i/2020-10-21_20-39-39.png
it's not happening
Facts
if we can do our own skin why would capes be different
^
And thats also a fact
INB4 everyone remakes the original cape.
I will be the one not doing it lmaoo
oh i forgot you can sign in to msa with github
But if they do it, it would be so bad for those big mods
they relay most on capes
As they've said when MC added a TOS change that forbidden them for selling any kind of capes
Even tho Mc ain't enforcing the TOS so those mods are not removing capes
I mean thatโs a pretty reasonable tos
To stop someone making money off your software
Well, yes but no.
wtf
Or anything made by Microsoft.
ya they got lazy too. Too many lazy web devs. Chromium is not a web standard.
The new edge is nice
My browser like Ram
I hate it that every time I open edge. It pins itself to task bar
It eats it 24/7

Switch to Linux.
Do you think the login modal will open in the main browser (like Epic Games Launcher) or within the launcher ?
nowadays you really do need a $1000 facebook machine to browse the web
Same launcher
Lol
Would be logic on windows and may be a thing
Debugging that was not fun. Since I had Xbox services uninstalled, I couldn't play Bedrock edition.

Windows has builtin "MS login" things
I am really curious how web browsers work like in a whole.. You see those games that have all kind of effects and HD etc etc... And then you have a simple html page with css and some JS that will literally use all the ram you have available
some JS
that's the problem
anyways heard that nano adblock is a compromised extension for chrome users
I was already hesitant towards extensions, now I really am hesitant... which isn't good because Chromium Edge doesn't have all the features that original Edge has, and that one lacked some of the IE features
IE had tracking protection that was automatic (can use lists too that can be updated) and blocked ads. The tracking protection included in Chromium Edge doesn't stop ads too it seems.
and I don't really wanna rely on extensions to fill this void given that...
Nano adblock wasn't compromised
It's a fork of unlock, that did nearly no changes, got a bunch of users and then got sold by the dev
That scheme happens really often and which is why you should only use reputable open source add-ons which an established community
yea and just like that can take session cookies
That has always been the issue with plugins being sold and add on codes
well it is still a form of compromised, it just a sell vs hack
Well ye
my question is why tracking protection can't be extended to blocking ads other than google's obvious business
There were a few Firefox weather plugins done the same thing. Get big > sold > turn into Spyware 
also why can't I block all videos from autoplayingโฆ The "limit" option doesn't do enough
old Edge had that option :/
yeah i had a firefox addon on mobile to stop it but the new update breaking addons boned that
since i pay for data, autoplaying videos is bad ๐ฆ
Don't browsers already ban auto playing stuff?
nope
Or was that audio only?
yeah audio



