#general
3141 messages · Page 525 of 4
me?
I mean that's easy profit
I don't really care about the money. Although, I could use it
How soon do you plan to make the change? Are you doing a new plugin page?
honestly, it'd do two things... give the devs some $$ annnnnd cause competition
See
hopefully by someone who can code better than jesse >_<
I believe brining money into it makes it worse
We're rewriting the flag system, implementing a bunch of old suggestions, fixing up a bunch of dumb API components etc
wel yeah, if it were a single person, much better idea... splitting funds is gonna wreck things
so it's getting a big overhaul before
We've split donations just fine over the last couple of years x] Hell, people also forget that PlotSquared was a thing even before Jesse joined the project
He did take some interesting creative liberties with the code, some of them we could have done without
he acted like it when I first had any dealings with PS
I created PlotSquared as a plotme fork
to make sure the server didn't crash when using /plot clear
_<
then people started using it, and jesse joined the project
I want a much simpler plot management system :S
I kinda did steal a bit of code from plotme and I was too dumb to understand licenses
so I got banned from bukkit lol
but yeah, PlotMe... for whom the sourcecode is mia
that's why everything is posted under his name. Or well, was.
Then we created the I-S team account, to which we later transferred FAWE and some PlotSquared addons.
City a skidder

Also, Ae, if you know how to compile the project yourself then it will still be free
so nothing really changes
The new flag system is nice
Maven, however, likes me much
it'll make things so much easier to deal with
It's actually a really nice system. In one of my discords, we have a system setup to allow users to connect their discord to their SpigotMC account and they get roles based on if they are a buyer or not of different resources.
Glare... Guilds, or Party and Friends? I can't remember which of my plugins you write...
That's my main concern, I guess we'll just award roles manually lol
Guilds.
not a lot of people will buy the plugin so it doesn't matter
our user base is already dying lol
I do Guilds, VoteParty, and PlaceholderAPI
https://bstats.org/plugin/bukkit/PlotSquared/1404
I mean this is just sad
Well those would be the ones you know.
That was the result of a drunk night in voice chat with clip.
lol
Yes people really did take it too seriously.
it's still on my server >_<
lol
I had a christian PAPI fork
We still offer it via the daddy expansion.
LOL
PAPI3 tho is going to be 🔥
from time to time, one of my players will be "What the hell!? Why is there a /daddy!?"
😂😂
update the plugin thennnn
that causes me much amusement
nooooooo
lol
besides it's not broke, so ain't fixin it
kisses glare
hell the only reason I updated PS was cause I was helping support user
You probabaly should update to the latest version since we do a bunch of performance improvements and fixes. You can keep it by downloading the daddy expansion.
I'm thinking of switching to papi on my server
From?
I'll update when I build my next server
our placeholders are annoying to deal with
We only run custom shit rn, besides WE. But I'm switching to FAWE soon enough, lol
is FAWE actually stable?
It's getting there
Ahh, yeah PAPI makes it super easy to handle.
- Creating placeholders for your plugin for other plugins to use
- Adding support for all placeholders in your config stuff
I only use WE for schematics, and I paste them myself because they're user phased
I quit using it when my admin pasted a buid... which didn't paste where she was, rather pasted as 2-3 layers across the entirty of my spawn region
It's taken a while to recover from jesse leaving*
PAPI3 is going to be pretty cool and a lot more advanced. For starters, it'll be multi-platform.
Uh idk
I don't like his development process but at least he didn't let PlotSquared die
awwwwe :(
We're starting with Bukkit, Sponge, Nukkit.
True City
lol Glare, we're taking the opposite approach
Then over time we'll add Bungee and Velocity.
focusing just on spigaper
we've dropped both sponge and nukkit support
Ahh
It's not worth the time
I do miss IS :(
If it works out like we plan, we have some generic objects that'll cover everything.
I've also dropped support for versions prior to 1.13 lol
but I miss IS like it was 2 months ago :S
Luckily PAPI is more lightweight so we don't have to worry too much.
but I mean, PAPI doesn't have that much platform specific code
Exactly
i taught glare all he knows about generic objects
I'm only going to support the lastest version of paper when it comes to PlotSquared
You assume I learned anything
when 1.16 is released we'll probably drop 1.13 support

We were able to support 1.7-1.15.2 just by shading in Gson
sex?
like, properly
o
not sponge
that's already a thing tho
wtf why
there are paperxforge servers
like that catserver thing
and then the other one that isn't entirely in Chinese
I saw catserver in our bstats and I thought it was some weird fork aesix was running
fucking minecats dude
Nah, someone posted one of my projects on mcbbs and claimed it was tested via catserver and worked fine so people were buying it then coming to me saying it doesn't work and I'm just like "what the fuck is a cat server?"
plz mcbbs is fine, it's just china's mc site bc most everything else is blocked
The Chinese community is bigger than you'd think
speaking of china im so fucking glad im not having a layover there this year
that firewall is no shit :D
It's weird in the sense that it's basically an alternate universe
You never interact with these people but there they are
they interact with each other
lets all learn mandarin and go on to mcbbs and wreak havoc
I took mandarin for a year in high school
I had to help my sister get past the firewall when she was a night in China at an airport 😂
i just make sure i have my vpn ready
but i shouldnt /require/ it for japan. ill have it anyway
but yea
even spigot is blocked in china
yea me neither
I downloaded a plugin from mcbbs once.
about 6 years ago
completely wrecked the server
I didn't know you actually downloaded stuff there
It just links to my Spigot pages
they link to spigot, but spigot is blocked in china
so they have to upload to baidu pan
which is similar to google drive
I’ve also gotten some plugins uploaded there by someone with more discussion than my own on spigot 😂
They did ask me if they could upload it... but only after they already did, so 🐋
Why is spigot blocked
cuz china
Weird, I still get a lot of Chinese users.
i mean same but they probably all got vpns or smth
That's fair
opssss
Is there some kind of git expert that could explain me the patch system that craftbukkit/spigot/paper uses? Like, how they take an initial source code and then are able to generate patch files at will will modifications. And how would I go about in creating something like that
isn't that just a diff?
it seems to have some weird system behind it
just a script? It's based on commits
ive had this in my bookmarks for so long. https://www.devroom.io/2009/10/26/how-to-create-and-apply-a-patch-with-git/
Creating a patch file with git is quite easy to do, you just need to see how it’s done a few times.
This article will show you how to create a patch from the last few commits in your repository. Next, I’ll also show you how you can correctly apply this patch to another reposit...
paper's scripts are complex because it's a big project
just doing the patches isnt hard.
This is probably dumb to ask but could you use that to make changes to a server and be able to revert changes and post update logs
No
I've never used git idk was just wondering
i mean fuck, i guess? but it wouldnt be very useful. each patch has the literal file modifications
Yes git allows you to make change and be able to revert changes and have an update log
It's literally what it was build for
It's a version control system
for a minecraft server...
Git doesn't care
i never fucking said it did
Lol
We do have dyescape stuff in git, lol
How else you gonna manage configs and stuff?
People still use configs?
give wiz some love and he might spare your life
else 💥 kick or ban
wiz bruHHHHH

amen
whats a good uhc plugin?
.g uhc plugin spigot
(DiscordBot) https://www.spigotmc.org/resources/uhccore-automated-uhc-for-minecraft-1-8-8-1-15.47572/ -- UhcCore | Automated UHC for minecraft [1.8.8 - 1.15] |...: "UHC-Core is a free Bukkit plugin for 1.8 - 1.15 It allows you to automate Ultra ... Auto restart feature (spigot) and bungee-support to send players..."
does paper mess with mob cap?
Paper should change its name to MinecraftGoogle
U guys think Mojang is going to change how bed explosions work in the nether on 1.16 update? They are double the explosion of tnt with little cost and can be used to find the new ore quicker apparently.
There are ways to prevent dying by them though isn't there
Welcome @west shore
Ty ;)
Yes paper messes with mob cap you are welcome
Oh hey Mindcrack is doing another UHC
i swear to god, just about all the tech youtubers do the same shit
first mark rober: im WITH BILL GATES!!!
2 days later
mkbhd
IM WITH BILL GATES
Why the ||h*ck|| is everyone on this server occasionally a bot? I am so confused.
who's next?
robot uprising
I’m scared.
you should be
Double censor
i can kick you
you know what else is bill gates? our sponsor -
you should be very scared DeleteMetaInf
[sweats profusely]
imagine not being a bot
i can phase shift betwee being a bot and not being a bot
now i am
Sweets profusely
now im not
Everyone on Discord is a bot except me D:
Lool
DeleteMetaInf it means they're using IRC 👀
wiz kick him
wat
(DiscordBot) What bot accounts on reddit should people know about? : AskReddit - 33,096 comments, 60,563 points - Dualmilion, 4y ago
Is irc a new division of the U.S. space force?
wat no
Intergalactic recon core
funny you say that. irc was actually originally used (and still is used) for military discussion
on govt irc servers ofc
Wow nick
whashwhosh
Pretty
ngl
why don't I see any messages that say "my server is lag can u check my timings?" in that screenshot
I don't see anyone talking about combat updates either
Lol
if anyone wants to read about it have at it https://publicintelligence.net/tactical-chat/
Trump: take em out, now, do it
i mean honestly it is highly efficient
say you want a ship to attack a target they're blockading or whatever
the username to chat would be <SHIPNAME><DEPT><OFFICERTYPE>
then type your order
get a "c"
(confirmed)
done
lul
instead of radio this that and the other guy
i think i saw them on a stream
good thing i dont play MC, i just write code for it

So you only play with huge ones?
just get ready for everyone to lose their shit over the time it takes spigot and paper to update
those are my favorite times ever
huge /s
yea i get to kick lots of people
I personally love when you get the one guy who comes in and complains about losing players and money and ruining his "business" because paper isn't updated
oh yes
he's #1
bukkit is dead.
spigot updates bukkit and spigot
and then paper can update
spigot does, spigot maintains bukkit
but you should not use it
spigot is built on top of it
they have to maintain bukkit for that reason
spigot is just patches on top of bukkit
no, legal
that whole shitshow has been devised by spigot's lawyers
of which, i am not one
Is there a plugin that makes every block drop random?
items
like grass drop stone etc
there's data packs that randomize the loot tables for everything like that, dunno about plugins
why would you ever...
A gamemode
lmao.
idk
doesnt seem hard to do just sounds straight up rarted
so idk if anyone has made one
you'll have to hire somebody
Useless
they refactored a bunch of stuff and decided that technical blocks shouldn't be able to become item stacks. pretty sure it was just more of a side effect of things they were changing
i started keto 2 weeks ago and lost 10lbs so far and 4 inches off my waist
hmm with the nether update, it seems like it's now a pretty viable place to build a house
besides no bed
well, dont really need one. there's no day/night
yeah i imagine a lot of people will start living there
the new nether is so atmospheric, feels so different compared to all the other content they've been adding
My idea was just to have the wither a boss room in nether fortresses and have the stars as loot after you kill it
i wouldnt mind an atmosphere update to the entire game really, kinda like that old mod Matmos or whatever.
wind sounds, wildlife, water running
they were working on it afaik
or are
yea, afaik it's planned
new dimension
'sky dimension'
not sure it'll be called 'aether'
.g minecraft sky dimension plans
(DiscordBot) https://minecraft.gamepedia.com/Java_Edition_mentioned_features/Sky_dimension -- Java Edition mentioned features/Sky dimension – Official...: "The Sky Dimension was a planned dimension in Minecraft, intended to be the ... The Sky Dimension was first announced when Notch tweeted a picture of..."
that's old as hell
oh i remember why ppl were saying that
aether author got hired by mojang
so they thought perhaps that was a clue
iirc it's not actually confirmed or denied
its really as simple as making a world with a custom worldgen and then adding features to it
eh, actually it is with the forge api
they make it not hard
or whatever everyone else is using now
what's that thing
starts with C
no
Lol
Curse
no
kashike
what is that new mod api everyone is losign their shit over
the C thing
maybe its not c
it's not that new and no one is losing their shit over it
only u
no one cares about your client hacks
why the fuck do people always say "chill" like i'm personally attacking them
All i wanted to do was test wurst vs an anticheat then i realise it has this stupid fabric thing like wtf how much more do i have to install
i'm just saying no one gives a shit about your client hacks
not like it’s a good client, anyway
fellowkids marketing
29,542 votes and 16,277 comments so far on Reddit
who is papermc blank
wdym
why the fuck do people always say "chill" like i'm personally attacking them
Chill! I feel so attacked!
kashike feels so attacked.
🧊
the piglin bartering looks extremely bad based on this ilmango video im seeing
just gives u junk items lol
it takes one HOUR to get 13.8 quartz from a single piglin :/
atleast i hope i can easily edit piglin items for a server make them drop 'unique' items instead
atleast hoglin do knockback like i suspected but even better would be if they rammed/charged into players
Is the 1.15.2 build stable if I am not running it with alot of players ... I heard it wasn't stable

i would think so
christ, node has my losing my FUCKING mind
"node-sass not found"
yarn install node-sass sass-loader
yarn dev
1.15.2 is stable yes
.rekt
☑ Rekt750
Perfect
i saw captainsparklez try to do 150 players on 1.15.2 and it lagged like hell, but probably cos he didnt even pre-generate the world
Im migrating a vanialla server we finally have a friend with hardware
Vanilla*
What does paper do to lower lag is it multi threaded I wouldn't think so since I think Java is limited to one core or something ... Its been years so I may be wrong I don't know
so since I think Java is limited to one core
no
The server uses multiple threads, just the main tick loop is on a single thread
thats kind of hard to understand for non devs, catto
y does my task manager sometimes say 50% memory but its obviously much less if i add up the memory of each process 🤔
ok sounds good cos i was bit worried
Thanks 🙂
fun fact: text input field GUI elements are always editable if they are displayed in Minecraft, they can't be disabled like eg. buttons can
not so fun for me
If you are writing a mod, just add disabled inputs?
but I'm lazy, complaining on random Discord servers is easier
any plugin to possess mobs like in dreams vid?
wut? lol..
Well I was doing research after I saw this vid https://www.youtube.com/watch?v=_kk53fXRpKI&t=482s and for the life of me I couldn't fine a suitable replacement. I wanted to ask here since really this is the only place I know that has people who know about plugins
(DiscordBot) Minecraft, But The Mobs Are Controlled By A Player... - length 33m 3s - 136,224 likes, 2,835 dislikes (98.0%) - 3,310,830 views - Dream on 2020.02.06
so the mobs are players??
you assume a mob yeah
hmm, does it give you their abilities?
no but Billy's Purpur server lets you do that i think.
or, find a dev to add it to libs disguises
which is more than likely what dream did
thanks so much, ill check it out
dreams plugins are available for patrons
it is just libsdisguises
with some added stuff to do dragon breath, enderman tp etc
oh so libs can do the basic mob abilities? like creeper exploding, spider climbing, etc.
hm, maybe i can code it in, its been years since i touched any kind of IDE though
if you are not completely tech illiterate, ill recommend purpur
it's not impossible to set up, it's just definitely not for noobs
oh you know what nvm im stupid
purpur just lets you ride all the mobs
not become them
ignore me
I do that anyways
dw i ignore u 2
I was gonna look at leafs PR
Well, I said I was gonna have a quick look at it
My conclusion is that I'll look at it later :L
billy will be slower than paper
presuming you're talking about an mc update
as he needs to wait for paper to update
he just does it when he gets time
and yes, see leafs comments
?
because they just dont update?
because the 1.13 update is hard
those are not forks at all, they're their own projects
refer to trigary's comment.
that update was def not an easy one
mc literally got recoded
between .12 and .13
hundreds of thousands of lines
the sheer amount of work is valid reason to say "oh fuck this"
are you a programmer
if not you've no room to comment :D
well mc might've been recoded but was it for the better or worse 
quiet before i filet you alive
i had 1.14 running just fine for 20-30 players, 20tps
its my belief, users are just fucking retards
no matter the software
that's correct.
the OPTIMIZATION GUIDE
Mhhm
recommends....
- pillager limiter, villager optimiser, farm limiter
and a shitton of settings
nobody fucking listened to
and just cried
so
Is there a repository/dependency for PaperSpigot 1.8.8?
@proper tundra [Auto] We're now known as Paper.
its right on the repo
oh
for 1.8 lmfao
yes I want 1.8.8

https://papermc.io/legacy bottom of the page take special notice to the text above the download button.
kk
1.8 
hes developing for it
So he's an enabler. Even worse.
k
Running 1.8 prob pvp ¯_(ツ)_/¯
1.8.8 is still in the repo, just, different package ID
Basically, RTFM for that version, it's all on the github
it stinks
u stinks
no it's u
nah, smells like rotten duck
smells like upsidedown kenny
yeah it's a nice smell
.8ball do duck smell like shit?
shakes the magic 8 ball... Maybe...
maybe
.8ball is MrEGirl lacking braincells?
shakes the magic 8 ball... You know the answer better than I

ur both dum
ur the dum one
ur a duck

no u no uu'ed
that's surprising
I cannot express how much I fucking hate latex
I use latex for everything :p I take my notes in latex nowadays too because easier
This type of latex? City?
https://media.tenor.com/images/74c49e7ee7092ac43523cb530e6edfc0/tenor.gif
😂 
hm might also be due to the person that taught us being the worst didactics prof ever to be seen on earth
so he literally just gave us a 10 page pdf of info, and another 2 page pdf to recreate. without tips, without his own answer, without correction 🐋
and was like "now I taught you how to use latex!"
😂

We had to self learn it for an assignment, then I started taking my notes in it and eventually I started feeling comfortable using it
do you take notes on a laptop
I generally don't take notes during the actual lecture, I just write down examples etc
then I write them on my computer at home
I did an optional course for LaTeX. It was like Kenny's but not that bad experienced.
It was a good and easy alternative to get credit points.
We're expected to write all assignments in latex
that's pretty neat city
and the thesis work kinda has to be produced in latex
Plus, you can make diagrams and shit using code 😛
Ngl, I do kinda wanna learn more of LaTeX
Jep, that's super cool I know.
There's definitely a learning curve, and then you have to get used to the libraries etc
but once you get used to it, it's wayyyyy faster than word
Yea, that's the headache inducer
It's a really nice system
It's just getting up to grips with it and all the quirks
Having fun the next semester writing 10 sites IEEE (double column). LaTeX itself is fun, the content is the bad thing.
double column in latex is a pain in the ass if you want to include any sort of figures
because they'll jump all over the place :p
ur a pain in the ass
I sure can be
Not really. Had no problems with it.
We write most of our reports in double column, but latex has a tendency to ignore placement of tables, etc
you can work around it, but it gets pretty annoying at times
That's why you should reference your figures in text.
Sometimes a [ht] or a [H] works as well.
If I remember the chars correctly
Sometimes, yeah, that's the thing 😛
looks cool when it works tho
I mean, it's still a lot better than doing it in word
Jep
and if you use appendices properly etc, then you're not going to run into problems. We had weird restrictions tho
Alsooooo references in latex are fucking amazing
I had to write a paper in Word this summer and getting the bibliography to not be fucking dumb was uh... interesting
Yes. I love my bib files. Zotero rules.
yeah no, it's definitely worth learning
that's prolly the 2 top reasons for using latex at all: bibliography and easy text formatting/quotations
for me*
I have a really good "IDE" for LaTeX. TexPad makes my life so much easier when using LaTeX.
Yea, that's what I'm using right now
There are some good free ones, but, macOS love is macOS love
I think I used to use texstudio or whatever it's called, but now I only use overleaf
we had group projects where we needed to edit the same document and overleaf was fucking amazing for that, so then I just continued using it
I use TeXMaker, tho I only had to write like 10 pages until now
Plus, you know, the cloud
Bought TexPad some years ago on AppStore. Now it got an update there and I don't have to use the official workaround.
I looked at overleaf, but was kinda concerned about getting started with it and hitting some limitation with it or something
there are no document limitations, you're just limited to 1 collaborator
Overleaf does take a while on large documents but you can cooperate live.
and you don't get full document history, github sync etc
I have the student plan because uh... github 😛
No, but I needed to sync with github
so then I started paying for it. Also, full document history is dope.
I haven't found overleaf to be particularly slow either, at least when you divide chapters into separate documents etc
If you're used to live typesetting, is is slow.
live typesetting is nice, but, at the same part, I find that that often disappears pretty fast from texpad :L
Oh yeah, I suppose. I like to write a big chunk and then compile, so I haven't really noticed that
Cat they are extending live typesetting support to more and more document types.
I think article is the one that is fully supported.
bigotsort
It's nice when you self host so you can just assign 64gb ram for world edit purposes only
weird flex but ok
Keeps crashing when I'm pasting shcematic
Crashed again
yea I don't think ram will help there xb
Helped last time lol
disable the watchdog and just let it paste for a while
use fawe 
duck, use awe 
wow upsidedownist
There are plenty. I prefer Matrix. https://www.spigotmc.org/resources/matrix-anticheat-advanced-cheat-detection-1-8-1-12-1-13-1-14-1-15.64635/
good ol' NoCheatPlus also works: https://github.com/xaw3ep/NoCheatPlus/ ;)
I’d go with Matrix, personally.
i'm new to build a server. May i ask how to apply plugin ? I'm not sure is put the plugin.jar in plugins folder under world folder the correct way?
no, you put the plugin file into the plugins folder that is in the server's root folder, not inside the world folder
You put the plugin JAR file in plugins.
server\plugins
There’s no plugins folder in the world folder.
yes, it will automatically get created on server startup
Phoenix how fast u typing 🤦♀️
fast?
okay thanks a lot 
wait, I should've said "I don't type, I am a bot" ;_;

I don’t know what you just said, but I’m gonna have to say yes.
.g atkin's algorithm
(phoenix616) https://en.wikipedia.org/wiki/Sieve_of_Atkin -- Sieve of Atkin - Wikipedia: "The algorithm: Create a results list, filled with 2, 3, and 5. Create a sieve list with an entry for each positive integer; all entries of this..."
In mathematics, the sieve of Atkin is a modern algorithm for finding all prime numbers up to a specified integer. Compared with the ancient sieve of Eratosthenes, which marks off multiples of primes, the sieve of Atkin does some preliminary work and then marks off multiples ...
@cyan cloak Henlo
hi
well you seemed to have some opinion about it, what do you think about it?

He's a duck
i dont use it so idk
not you, the duck lol
first a leaf now a duck lol
apparently the leaf is now frozen water
Impossible
Got this issue with hub basics where it keeps giving me another compass everytime I join
ok
@mortal zinc what are you even asking 🤔
how do i get cows to spawn
cuz it 🚮
don't think it's that bad
Search keyword fawe in the discord and read
alright
FAWE can lead to some world corruption if you are unlucky due to how hacky it's implemented
Bunch of people have said stuff about it
it also tends to not stay in sync with the upstream WE api which is quite annoying
so i'm searching for it and see phoenix' message and thought that was an old result, turns out he just said it... lmao
i see
my knee hurts
who tf is jesse?
sorry, his name is boyd001
Idk, this is papermc
yes
is that the dude who originally created that mess of a project? if so, good.
boy0001, not boyd001
Sounds like a 90s rock band name
boyX was the following decade
german and quality in the same sentence 
kailh box reds
I've got greens on this keyboard, MiniDigger - thinking of getting a new keyboard and getting different ones
razer 
Yeah I hated razers switches
just go for a ducky / filco / varmilo board w/ cherry mx reds or browns
I had a blackwiddow
It sucked
I got a old Corsair k95 now (before all the Platinum gamer bullshit was added)
old corsair keycaps are great
er, the styling
even cheap chinese keycaps are thicker & made out of better plastic than corsair keycaps
kashike, i'd just go to the nearest electronics store and try some keyboards out
i would just recommend going for linear switches since there's not much of a noticable tactility / difference between browns and reds
what would you want then?
bruh its a keyboard, not a freaking submarine
when it's something you use daily for multiple hours a day
debating between browns, blacks
i would like something that types nice
i've got a $20 keyboard with french azerty (im not even french) and i've been using it for over 5 years now lmao
still types fine
that's nice
have you ever tried a mechanical keyboard?
:P
it's a night and day difference imo
definitely
isnt every keyboard mechanical lmao, unless you're using touch ¯_(ツ)_/¯
no
an 80 eur mechanical keyboard is plenty for most users
Hyperx alloy or smth, can recommend
it might be mechanical, cba to figure out what that even means
a 20 eur keyboard isn't going to be mechanical
so you can really just rule that out from the start
lemme pull one out
kashike, personally i'd go for the blacks
kashike red(low profile)/blue/brown switches. The red is my daily since it’s more portable
but blacks are hard to get
since most mainstream keyboards would only offer red blue or browns
are you US?
every keyboard I've looked at has them as an option
just go to the black market
Just not clicky
if you're in the US they're probably easier to come by
Just import them then
^
well obviously everything is available
but i wouldn't pay $100 more to import something
Michael lives in a country where you can't get everything unless you import ^^
Getting blacks here isn't a problem either
is that WASD keyboards?
yup
have you taken a look at mechanicalkeyboards.com?
not yet
yuck
Michael lives in a country where you can't get everything unless you import ^^
it's true for keyboards though here
like
thats one ugly purple 
near impossible to get blacks that are in stock & considered mainstream enough to get sold at a regular electronicsshop
while i could go visit a webshop located in germany or belgium that has more choice
e.g. candykeys.com or mykeyboard.eu
@worn ember trying to find nice colours
I want a neat design this time
not just black
you should take a look at keycap sets
Getting blacks here isn't a problem either -Minidigger
kek
link me @twin lagoon
uhh
sec
MechanicalKeyboards.com - Learn, Compare, Buy. Choose from over 1,000 mechanical keyboards and accessories with the world's largest dedicated mechanical keyboard catalog and knowledge base.
from china: https://kbdfans.com/collections/keycaps
#justiceformagma
also i said it's easier to come by in the US, but it just is
there's a lot more keyboard vendors / shops in the US
doesn't stop you from buying from those shops when you live in the EU, but the import fees, taxes and shipping is way too much sometimes
#justiceforlava
hard to colour this like I want :P
wasdkeyboards is the only site that allows you to create your own keycap sets
whats with the random chars?
random
neither
korean?
there you go
close enough
minecraft enchantement symbols? 
lol

I currently have this keyboard: https://www.pcgamingrace.com/products/gmmk-full-brown-switch
DESCRIPTION
GLORIOUS MODULAR MECHANICAL GAMING KEYBOARD
Full Size Pre-Built with Gateron Brown Switches & Black Keycaps
Trying out different switches, replacing old ones, and matching several types of mechanical keyboard switches used to be difficult and required advanced tech...
mine is gateron greens, as I mentioned
razer

@worn ember is the colour better now? :P
i dont see anything?

ooh that's pretty
do want
plastic 
@cosmic raft how about white & purple?
opensource keyboard firmware
@twin lagoon it hurts the eyes
i've got QMK on my 1uphse
haven't played around with it yet though
but will have to so i can replicate the tap arrow keys feature on my current 60%
Yep, I want it so I can load Dvorak and QWERTY on the keyboard
mhm dvorak
kinda want to learn it but on the other hand
only way to type dvorak would be at home
yeah
it isn’t that hard
every other keyboard around is qwerty
and it would be quite annoying to learn it
i'd probably be slower typing dvorak than qwerty
meh i type fast enough on qwerty
its not so much speed but fatigue
i don't think i've ever experienced fatigue after typing for a long period of time
idk about ergonomical keyboards
i don't like the way they look and i don't think i would be comfortable typing on those either
You can use dvorak with a qwerty keyboard too
i know
Language setting in Windows I think?
yeah but you don't have access to language settings sometimes
That pc wouldn’t be your daily driver then
or work pc. IT will normally change it for you if you ask
IT
its Not like you forget QWERTY anywho
the one issue I had with Dvorak was keybinds, the defaults are designed for QWERTY
Colemak is better for that
I should buy a different keyboard and mouse for at work, though
mx master for life
wtf is wrong with logitech
I love my Logitech proteus series mouse
The last mouse I got from Logitech stopped working properly when not even a year old
and their support was utter fucking trash
i got corsair k70 no complaints
that's the first complaint i've ever heard about logitech lol
same
My corsair mouse is the best thing ever
my logitech is still going strong after a few years
ditto
even the cheapest ones
I told them about the issue I was having
Unfortunately it is not possible for us to send you the replacement was their response, minus case number/etc
oof
are you not able to just go through your reseller / webshop?
i went through 2 corsair mice, both had issues with scroll wheel so now i got logitech g pro
This is a couple years ago now
the only time i have had to contact the manufacturer about a support issue





too much clicking