#general
3141 messages ยท Page 96 of 4
I want to store the dank memes on PC but be able to add new ones or access them from phone
#FirstWorldProblems
onedrive
Google drive, etc?
how come Leaf gets a purple name, Princess gets a pink name
and I don't get an orange name >:(
can access PC files directly if you desire
But GDrive doesn't store to PC
(or a blue name I'm not picky :)
it does
I don't want google seeing the dankness
ya just onedrive
It doesn't store to phone, however
I oculd've sworn some file explorers allow nextwork access on android but the user login stuff wont work
onedrive
Look for something that supports samba
Samba bus?
You can access PC files directly
they call it "fetch" or something
if you're using something like a ms account to login, might need to use your actual email address to connect
you gonna open smb to the wan? ๐ฎ
so what is the ETA on stuff?
.eta
Anyone requesting an ETA will be fed to goblins.
o no
one can not feed GoblinSlayer to Goblinsa
Hm.
Anyone requesting an ETA will be fed to goblins.
if anyone else wants a 1.14 compatible crazy crates https://github.com/nossr50/Crazy-Crates/releases/tag/1.8.7-SNAPSHOT
anyone know a general player count i can sustain with 4c8t 32 gb ram server?
just recently got into minecraft and had a server laying around so i thought why not
really depends on the plugins, your MC version, your server settings, etc
ah figured is there any guide other than paper docs on getting started with performance optimization?
.optimize
Guide for optimizing performance: https://www.spigotmc.org/threads/guide-server-optimizationโก.283181/
great thanks!
also your single threaded performance is a big factor
so check out single threaded benchmarks for your cpu
its a 4790K so i think im generally fine there
leftover server from when i was hosting a large discord bot
yeah it should be fine
I mean it really depends on a lot of factors
just follow that optimization guide and pray for the best
What about an Intel Core i5 4460
with 8gb of ram. (currently sitting in my closet)
mine dogecoin
Probably good for ten players at least
that's just robo being a shitter on irc
I bought 50 dollars worth of doge coin and sold it for 400~ when bitcoin peaked
damn nice
thats honestly godlike
aw thought it was some cool markov chain or something
is there asic dogecoin miners
ya avoid nossr
avoid RoboMWM
you name is so familiar
what plugins do you maintain?
ah spigot gp thats where it was
si
cause wasnt parallel gc new for j11
ya rate it 5 stars pls
@orchid pelican its familiar because once a day he says 'dumcordians IRC guys amirite'
ill have you know it's an insult to dumb people to call me dumb
i have an iq of 2.3
u can be not a dumcordian 2day!!
dam you have 10x the iq of me
there was this time i owed someone a quarter but i big brained them and only gave them 3 dimes!!!
acting like clunky chat software that was only ever good for XDCC pirating in the 90s is still relevant
you should have just given them 80 penies
ur client must mega sux if u think it's clunky
@muted niche has me doing his dirty laundry, just compiled ghidra
that was a fun experience
:P
ghidra looks cool
dont know if i trust the precompiled version
mfw article about google location history again, informing people about google tracking your location again, which is included in the ToS of google, and clearly enumerated in their priv settings

I don't care what they have on me, really. I signed up for the service because it's good
makes my life easier
I don't have anything to hide
afaik, its for your own reference lmao and benefit lmao...
better search results, etc
like, oh hey u been in this city before cool, heres some recommends
yup
without our data there wouldnt be google maps either
i made a post about it on unpopular opinion and people started hounding me like "oh but what happens if ur password is leaked" and didnt realize they were talking about something completely different
"oh but what happens if ur password is leaked"
"that's okay i have 2fa"
good luck guessing my google account password though
lol
I don't know any of my passwords
i was using 25 length alphanumeric and symbol passwords before i learned the existence of password managers
lastapss knows mine
made my life so much easier now that i didnt have to memorize em
its mostly muscle memory at that point
i legit know 1 password
@stiff yarrow I know... 6 in my head
my master and others i have no dam clue
i cant login on mobile unless i think about it for like 5 minutes
desktop boot decryption
desktop root decryption
desktop account password
laptop account password
1Password master password
google account password
all of which are a-zA-Z0-9 + symbols
;D
good to know ๐
lol
I probably have some very old passwords on the internet before I used keepass dunno which websites anymore though
my passwords are ascii art of tacos with slight variations to the toppings
well, actually, I have 7 passwords
i can just create a paper.yml in the same directory right
the above, plus one shared password I use for temporary accounts
websites that require registration to download or other crap
i personally enjoy the google loc history tho https://puu.sh/DkWZ5/4b13253d08.png
I have around 50~ passwords, all managed
oh shit kashike we can meetup and bang 
Why does spigot have the pagination controls on the bottom of the page but not the top
they have all of this free space that they could shove it into
hehe
Tesla is going to develop a quiet, electric leafblower
26432
321703
(DiscordBot) โ@elonmusk (Elon Musk): Tesla is going to develop a quiet, electric leafblower (4 days and 6 hours ago)
(DiscordBot) โ@elonmusk (Elon Musk): Tesla blows haha (4 days and 6 hours ago)
shit elon musk has gone out of the closet weeb mode
Yo its 1:25am rn for me and i cant seem to figure out why this simple code isn't working
I will link class in a sec
it's 4:32pm
It's 8:32am
cool
Cool
rise and grind
Let's continue writing useless stuff until Sam actually posts the code
let's do that
it's 7:36
no, its 1:36
isn't the internet amazing

we're all in different parts of the world and can chat instantly
Can yall help a feller
can you be more specific about what doesn't work?
whew this is some spaghetti
it checks for a int to run some code, and it works properly, but the problem is when it saves, it should save 1 because the value is 1
but it keeps saving 0
and i am cry
which function
ConfigurationSection playersection = this.dataconfig.getConfigurationSection("Players");
for(PlayerData playerdata : this.players){
playersection.set(playerdata.getPlayer().toString() + ".claimed", playerdata.getClaimed());
}
try{
this.dataconfig.save(data);
} catch (IOException e1){
e1.printStackTrace();
}
}```
as checked by the code above it, playerdata.getClaimed() is 1; but it keeps saving as 0
have you checked it in the debugger
yeah don't know how to use that ๐
have you tried taking it apart piece by piece to figure out what part went wrong?
@crystal compass setup the remote debugger in your IDE, and set a breakpoint on the method
step through it
also I know my brackets are cucked as hell, thats just because some of this code I had to copy from my old jar file using jd-gui
lmao
Your ide can format your code for you ;)
ctrl + alt + l in intellij ๐
you say it saves as zero, you mean in the file it literally has Players: Sam: 0
or what
debugger is god, don't waste your time analyzing the code when debugger can just show you right away what mistake you made
I dunno. Are you giving getClaimed a value?
This code is....top tier though lmfao
if you're going to debug you might want to disable the spigot watchdog too
Oh ya. It'll scream like crazy
so you can spend more than 30 seconds debugging
To get past spam filters probably?
Anyone know how it's decided which way you orient when sleeping?
they really are. because their emails are so stupid only legit fools will fall for them. when one replies or whatever, they know they've got them
๐๐ฎ๐ต๐ต๐ธ ๐ฝ๐ฑ๐ฒ๐ผ ๐ฒ๐ผ ๐ต๐ฎ๐ฐ๐ฒ๐ฝ ๐ฎ๐ถ๐ช๐ฒ๐ต
Like you specify the head of the best in the packet and does the client just search for the other half of the bed then orient you that way?
I feel like this is something kashike might know
He has all the misc knowledge
I contacted a craigslist seller who was renting his place out for a little too cheap and he wanted all this personal info wouldn't meet me in person and a bunch of other shady shit, so I was like yeah nah bro
what is the question tofuus
Anyone know how it's decided which way you orient when sleeping?
well, idk about you, tofuus, but i like to sleep with my head at the pillow end
that's based on the bed itself
Really? I thought you'd sleep on your motercycle or something
bed state has the facing property - anything in the horizontal plane is valid
Right but in 1.14 you can just set their pose directly
facing just tells where the pillow end is
But I don't see a way to change which way to face
I don't have an actual bed placed in the world
I'm sending a Entity Metadata packet to change the player's Pose to sleeping
if they're not in a bed then it's based on the body rotation of the entity
if there is none it probably defaults to south or something
spigot without paper feels slow as shit
Ah sweet thanks
Original by Madness Check our house listing here: http://bit.ly/2VtPg1E Thanks to Anders Oftedal You can buy my albums or singles here: DIRECT FROM ME (LOSSL...
(DiscordBot) Our House (metal cover by the Moracchioli family) - length 5m - 17,867 likes, 174 dislikes (99.0%) - 250,328 views - Frog Leap Studios on 2019.04.26
lol
@stiff yarrow yeah, that's a nice monitor
I've got two of these: https://www.newegg.ca/Product/Product.aspx?Item=2W2-000Y-00008
not 4K obviously
I'll probably order a monitor sometime in the new few weeks
magical
๐ฝ

its difficult for me to spend large amounts of money on myself
my GPU was dying so I had an excuse for that
same because i dont have large amounts of money
well
my pc was 5 years old so i had a good excuse on my front
you could accidentally throw a chair at your wall
and then buy a new monitor to cover the hole

my mom would not be happy that I destroyed her wall
oof
she wouldn't be able to see it
with that 4k 27 inch oled tv you just ordfered
exactly
27 inch tv?

is that a thing
needs to be a high refresh rate with gsync or I pass
speaking of chairs
im running 60hz old ass monitors
high refresh rates are basically the best hings for PCs since SSDs
legend
like you cannot go back
ye well i cant afford new monitors
me either
do some freelance
who is lance and why do i need to free them
becuase i might be able to steal some ground on that front
why not freenossr50
very
for you maybe
high refresh rates give me headaches
I legit havnt made a single dollar besides ranks on my server from my plugins
and i dont touch the rank money because thats for server costs
so net profit = 0
i made money by selling fly (the eula compliant way) ๐
and hows that?
1 person buys, everyone gets it
@unreal quarry from the googling on your headaches, seems your brain may just need time to get used to it
how's that work @unreal quarry
So uh its worth selling premium plugins?
very
yes
like, i sold fly for $1 for 1 hour. for that 1 hour anyone that logs in and plays has the ability to fly.
A gameplay advantage is eula compliant if the player don't have the advantage, a.k.a everyone gets the fly
it sold pretty constantly
interesting idea
1 dollar was definitely too cheap
yeah, but i do this for fun, not a business ๐
in 2-3 days my server costs was paid for
I made a nice claiming pluin a while back
all i cared for
freelance is way more reliable money tbh
my day job is more reliable money ^_^
what type of freelance?
Realworld applications
in this scene you can easily find plugin freelance work
outside of this scene will depend on your skillset
Easily? i dont know where to look
its dead
1 post every like week

and theres 30 applicants every dam time
getting lazy these days tho...
Be a great applicant then.
you could always apply to work for mineplex
you gotta be the first one though
they start at like $30/hr for jr devs
or first few
die
@orchid pelican You donโt have to be the first one if your portfolio is better than the others.
When you see how most of the people on spigotmc writes code I don't even know how they get hired by servers ๐ ๐ ๐
and cant really be open sourced or whatever
once you do some freelance work you will network
cant really be open sourced?
sounds like an excuse
kinda in prod
I just hate the spigot community
thats an excuse
how
because its not a valid one
you can open source anything even if its not functional yet
Becuase i dont want some chineese knockoff of my server?
๐
you worry too much
you think yourself to be too important tbh if those are your thoughts
you are not some unique butterfly
I know im not thats why i dont want to oss
"oh no someone copied my ideas"
that specific plugins
Iโd bot want to show any of my prod code for my own stuff.
not
Just because itโs usually super shit
if your server isn't making you money you have nothing but fake excuses
open source everything, tbh
well lets just say i progressed a long way form the start of the plugin to a few years down thbeline
^
you went a few years without open sourcing anything 
It is making money it sjust not making me money
i wouldnt be half as decent as i am today if it wasnt for open sourcing everything and having people critique it
ye i guess your right
if you aren't open sourcing because you legit think someone copying your ideas or code would harm you and you aren't even making money off your own code...

if you're a highschooler that's one reason to open source your things
ok legit there would be poeple that would compile and create a server
what are you even doing
because the plugin IS my server
basically you're only taking actions that harm your financial interests so far
it does EVERYTHING
becuase its not like i have an astonishing playe rbase
people will write code that does what your plugin is, it's just not as easy
if someone copies my stuff i feel flattered ^_^
you're thinking thoughts that are dumbo thoughts chase
ok think of it as me owning a server and over time i didnt like any of the plugins that were avalible so i learned java and made them myself
im not that confident in my code
becuase it was created over a time
They're not even worth copying then
where i wasnt that good at the start
like @stiff yarrow i showed you my claiming plugin once and you said it would be a shame if it wasnt public and low key fucking made my day
and the claiming wasnt even done or funtional at that point lol
it had potential
anyways it doesn't matter if your code is shit
open source it anyways
(hint your code is probably embarassing)
but its okay
everyones code is embarassing
until they get better
everyone is their own worst critic. stop.
if you are afraid of criticism you will be hindering your own improvement
learn to delete your ego
If you want examples of horrific code, ask kash; He seems to get to see all the good stuff with all the places he lingers
is it bad i dont see anything inherently wrong with that sample kash
It may not look bad, but it's extremely hacky
(context: 3rd largest french network back in the days)
I'll show you the replacement class now
@orchid pelican you should decompile CoreProtect and have a look at its code. You will feel better about your own.
I should remake core protect
well, lets not tell him stuff like that in case his own code is core protect bad
woops

@orchid pelican
old: https://paste.gg/p/kashike/333b3124123142b5bc9d0430076d300f
new: https://paste.gg/p/kashike/f1dcdec7201a415c92385c61d05ac2bc
they both do the same thing, but the new one is the proper way
thats quite a difference there
yes
The comment on the old one is accurate: This is an extremely ugly method, for extremely bad magic.
code almost always can be refactored and improved, especially as you continue to grow @orchid pelican
just post your shitty code
go do freelance and earn money

chances are it isn't as shitty as you think
some of the code sent here is good
some of the code sent here is a steaming pile of shit
its mostly about accepting that its not going to be perfect
why are we pressuring him to open source?
well it was one of his excuses for not having a portfolio
I have nothing to drink what to do ?
You know what else pays as a highschool student? A part time job
thats a complicated subject im not getting into
Part time job, that's not able to pay for my cocaine addiction
๐
๐
i would rather type at a computer all day than work a shift at a local mcdonalds
make some open source plugins then if you dont want to open source old stuff
he'll just have the same mental block
What i really need to do is try and split this spaghetti of intangled code into sub modules and release specific ones
as someone who is at home all the time and works on tonnes of open source and private projects, there are times I'd rather be working at mcdonalds
:p
no
GOD PROJECTS ARE THE ONE TRUE WAY
mcdonalds is sort of ok i guess
you know, you can release code that doesn't compile without other parts of the code too
it's what lots of people do
@cosmic raft submodules are witchcraft for most people
I feel bad releasing code that doesnt do shit
ye eye
your ide can rename it in 1 second
no, I'm saying that, for example, he could put the menu package and waypoints package on github as small examples
ik
if he wanted to
yep
gist exists for a reason too
you don't need to shove everything
i could post my like core shit becuase a lot of the packages rel on some core utils
chase needs to conquer the following mental demons
- being afraid of criticism
- paranoia about other people stealing his ideas or code
- motivation to improve

- dont give a shit about this one
- yes
- quite possibly
you contradict yourself there
im not that confident in my code
becuase it was created over a time
critisicm is like no big deal because you not ganna make fun of a bigger dude for going to the gym right?
fun fact
I mean, 2 is kinda dumb in that at the point which anybody sees a feature they like, it doesn't matter if they have code or not
fun fact people laugh at skinny people at the gym
listen to mr druggy here
Half of the premium shit on spigot could be programmed on a week or two by people on here, code isn't hardโข
ye
hmm
listen to me like the old granpa dying in a few weeks
@orchid pelican are you german
๐คฃ
knew it
Drugs are bad, m'kay
but im borna nd raised in the USA
anywyas I've said all that I needed to say in advice to you chase
How do you know?
I got to stop procastinating now and go do work
I'll write my mafinesto against python developers
๐
I could tell you were at least part german from your code
I'm supposed to be sleeping
@stiff yarrow thanks hehe
System?
Every single project I've seen by people in germany have the word 'System' at the end
lol
menusystem package in your code
do i ahve that
yes
@golden gust knows what is up
'system' is a dead giveaway :P
im impressed
Pretty sure I remember MiniDigger pointing that one out a good while back lol
Why would you write Gui in one and GUI in another
The germans love the word system, and bungee seems to be a favourite for them
is that the only thing that you see @wraith oracle ?
because its usually 3 am when i code my most?
I don't care about anything else
CrashGooey
@golden gust CLOUD SYSTEM
don't @ me
@zlprp
lol
it's gooey
that's basically telling people to ping you lol
just use the ipa at this point
wanna see my deepest darkest code
sure chase
unclosed sql stuff grrrr
oh dear
why would i clsoe it
leaks
seriously?
but i use the same connection everythwere
i just like dont close it ever
is that bad
*joins this channel to promote his new fancy cloud System *
Big dick digger
Use a connection pool
explain?
Those connection objects are not safe to be used across threads, either, btw
didnt know that
new connection per statement is probably not great either
@orchid pelican now if you open sourced your stuff you may have learned this stuff sooner 
It basically keeps a pool of connections, you ask for a connection, you get one from the pool, open a new conn, or wait a connection to return to the pool
me and leaf are buddies united in our bond of anime
Take a look at hikari
is it needed for sqlite though?
yes
ok and you see that mess of creating sql statements in that file i pasted?
any better way?
I mean, you can get away with a pool, just you'll be stuck consistently opening/closing connections or limiting yourself to a queue if you wanna do it without; sqlite is also fun, not too sure how well it would cope in an environment with lots of writes
*without a pool
I cache everything into memory that gets accesed a lot and writes are like few and far between in the terms of reads
looks like its compiled thread safe
also is there like an easy way to do async db calls?
make them in an async thread ๐
umm
that thing looks scary
TaskChain is nice, lets you write async flows nicely vs nesting
Then donโt complain moron.
so i followed all the performance optimizations in that forum thread
are there any plugins to reducing memory usage for players etc
I dont think thats possible
ah so i guess it was just tied in general to the optimization settings
like view distance etc
yes view distance would affect the payers consumed memory i guess? beacuse less chunks are stored in memory
rn waiting on worldborder to finish filling those chunks
what ver?
1.9.0
get off the horse and onto the rocket ship man
er can you elaborate
why 1.9?
haha what server verions
oh yea 1.13.2
that makes more sense
lol which discord is that
Aikars
discord invite link pls
@gloomy warren Yeah already posted it haha
do you want to see a thingโข
do you have to code with him or is it just a general discord also
you have to give him 2 lines per day. No - it's just a discord for his projects like acf, db etc.
alright i'll think about it
when he live streams coding the chats are bridged
thanks for the invite though
You can just join #aikar on irc
its like discord but only text
eh
Just donโt use CLI clients
you're talking about clients that can show link previews and such?
Yes
holy moly https://kennytv.eu/files/zkkv2.png
alright can someone explain to me why i can't join a server that uses paper or spigot
We don't know, tell us more about it
well the servers im trying to join are on 1.13 so I imagine the obvious reason is that the servers aren't updated to the current version of mc because I'm on 1.14, so if I wanted to join these servers would I have to go to a past version of mc?
@nova juniper thats exactly what the profiles in your launcher are for. you can pick and choose at will which version of the game you want to launch. ๐
Oh I see, thanks. I've just come back to MC after a couple years so there's quite a bit of new stuff I'm getting around to
Maybe this question got asked alot, but is 1.14 to be released soon? ๐
.eta
Anyone requesting an ETA will be fed to goblins.
๐ญ
It needs a lot of work lol
[1:11 PM] MrIvanPlays: it was not his code
[1:11 PM] MrIvanPlays: i found it on google
[1:11 PM] MrIvanPlays: i swear
til everything what you can find on google is freely useable
Yes
@void void Stop making code that shows on google
So that stacktraces are great
Find anything?
(DiscordBot) http://snapbuilder.com/code_snippet_generator/obfuscate_html_source_code/ -- Obfuscate Document HTML Source Code Generator: "Easily obfuscate document HTML source code using the free obfuscate document HTML source code snippet generator."
Easily obfuscate document HTML source code using the free obfuscate document HTML source code snippet generator.
Why would you even
So on TPH someone wanted to obfuscate the methods but not the method name.
Because he didnโt trust his coworkers
filthy peasants, i always obfuscate my html
qwe??
i mean write your shit with react or something and obfuscate js
nah thats pussy shit
no u
its all about protecting html
what happened
cloudflare made a tweet
screenshot?
Cloudflare delivers a faster, more secure, and more reliable Internet experience. #BetterInternet - https://t.co/Uncg2dnFJz
(DiscordBot) โ@Cloudflare (Cloudflare): Cloudflare delivers a faster, more secure, and more reliable Internet experience. #BetterInternet -โฆ https://t.co/K3aFO1weR7 (11 hours and 6 minutes ago)
โCloudflare delivers a faster, more secure, and more reliable Internet experience. #BetterInternet - https://t.co/Uncg2dnFJzโ
basically people are shitting on cloudflare for simply doing their job - proxying web
interesting
cloudflare is not supposed to silence politics
that tweet is about basically nothing at all so they're just taunting those nutheads
I love it
ye lol
fuck i hate social media
bunch of retards getting together to form mob mentality powered ultra retard fuel
cloudflare is in a really shitty situation
if they do nothing, people hate them for "hosting white supremacists"
if they shut them down, then the freedom of speech idiots will come about
^
i swear to god
the complaint is that they mask the real server IPs
but honestly that's their job
otherwise their service would be close to useless
it's not like it would make any difference if their origin was exposed
probably better to spend time figuring out how to fight actual terrorism instead of whining over people saying things you dont like on some forum
I'm so tempted to pull the trigger on getting a 2nd monitor
living in a 1 monitor hell

mfw you don't have 2
lol
sad
just ordered it 
I agree. Thereโs people trying to use CloudFlare as a political censorship tool...
Open an issue
no 
trynna capitalize on the people joining waiting for the 1.14 update?
french
I'll b honest I dunno what the update is
Well if you do, DM me and I'll send and invite
sacrebleu
tbh should just ban
: >
for once i agree with leaf
TALK ABOUT JUMPING THE GUN
jump in front of it 
someone who joins just to self-advertise will contribute absolutely nothing to the wonderful community we have here
i never went to the moderator training seminar. idk whats a bannable offense or not lol
"wonderful community"
i'd rather not have that kind of person befuddling our sense of community and friendship
shut up retard :^)
memes a bit
"sense of community and friendship"
cofnimernd
no u
wiz is retarded wtf are you talking about
We rank friendliness by how often they call people retarded
LUL
leaf makes up over 35% of messages here that include the word "retarded"
true facts
I DIDN'T JOIN JUST TO SELF PROMO
oh no he's yelling now... where did I put that duct tape
I ACTUALLY WANTED TO BE IN THIS SERVER AND THEN REALISED IT'S THE BIGGEST SERVER IM IN SO WHY NOT SEE WHAT HAPPENS WHEN I SELF PROMO
jesus
APPARENTLY BAD STUFF
๐ฎ

you know what they say billy
eat some chips
๐ฆ ๐ผ
silence is golden, but duct tape and a wrench are silver

couldnt find the tape, so i used the boot
You can borrow mine
oh no

your account?
It's almost like they were prepared for a kick

his server, hopefully
It's gone anyway
I didn't expect anyone to join I just wanted to see what would happen
that's a bad excuse
i'm gonna try that excuse next time a cop stops me
"just wanted to see what would happen"
^_^
"sure thing, sorry to have bothered you"
hello guys
\o/
I think he's succeeded
it's bait some dumbass staff into talking about it more than was needed :>
get more of that sick advertising it
: >
Sometimes I feel that the api-version stuff creates more issues than it actually solves in the long run
"I didn't expect him to get hurt, I just wanted to see what would happen if I put a bullet through his head"
agreed @golden gust
we should rip out the compat layer
(we as in you guys, of course. i'll just sit back and watch)
thats not a dog.. its a snowball
ex de
I've ascended to using "xb"
okay I think I forgot something in the oven gotta go
With great power comes great responsibility
I mean, I don't think it solved any problems except keeping a subset of old plugins alive
because pineapple pizza is delicious
Is there any official documentation from Spigot on api-version enforcement now? There wasn't last time I checked
You can't use api-version: 1.14 plugins on 1.13 from what I've heard
what about some apple pizza 7w7
what does api-version: 1.14 even do?
grrr
Disable the legacy material compatibility layer
afaik there isn't another compat layer for 1.14 -> 1.13?
There isn't, you're correct
i mean, what's the difference between 1.13 and 1.14 api version
Material.SIGN just gonna be NoSuchFieldError ยฏ_(ใ)_/ยฏ
etc
the floor is lava, just that
I do not understand anything so...
Java 8 -OpenJ9 is cool huh?
If you set it to 1.14, to my knowledge your plugin will load in 1.12 but not 1.13
1.12 isn't "api-version" aware, it just doesn't care
1.13 won't load a plugin marked with an api version it doesn't know
ooo
wot
that's retarded
actually
so everyone is just gonna keep api-version: 1.13 forever
because it doesn't make a difference now
How do you type like that xd
probably what's going to happen
imagine a simple help message plugin not loading because md thinks he's funny
I mean if you use 1.14 api you'll probably just add it in cuz why not
and if you don't you just wont
But there are so few additions in 1.14, all I can think of is the new materials and Registry
having api-version at 13 doesn't restrict you from using 1.14 api
yeah if it did that'd be nice but really you'd just use the 1.13 jar
still dumb though
the api check just disables the plugin which is kind of funny to me
implying there was ever a chat worthy of being called a party
Yea it should say Party's Started! 
hey guys.
PaperMC discord isn't the best place to party, not gonna lie... Unless you plan on making a party in Minecraft... using command blocks or something
Hi TehBrian ๐
๐ Hello peeps
Hey there
๐
I'm alive
โ woah
๐ญ
implying we had pylons
(DiscordBot) @LogikEmily (lillie cardstone): what the fuck https://t.co/WidSaarrup (12 hours and 28 minutes ago)
@stiff yarrow your pepes do not appear to be in compliance with ADA standards
please cease using them immediately
.g ADA
(DiscordBot) https://www.ada.gov/ -- ADA.gov homepage: "The ADA Home Page provides access to Americans with Disabilities Act (ADA) regulations for businesses and State and local governments, technicalย ..."
The ADA Home Page provides access to Americans with Disabilities Act (ADA) regulations for businesses and State and local governments, technical assistance materials, ADA Standards for Accessible Design, links to Federal agencies with ADA responsibilities and information, upd...

of course that exists

Well, seeing as you have to run BuildTools to get the Spigot jar, while with Paper you can just download Paperclip and run that, Paper is faster.
Since paper wasn't 1.14 i downloaded from a getbukkit website
but it doesn't seem to work
it keeps telling me i am 20000 ticks behind
There is no 1.14 paper
Well, it's coming into fruition slowly, but Paper is pretty much geared towards making Spigot fast
Saying that, 1.14 is another ball game of waiting for a .1 to fix major issues
When i use paper 1.13.2 with 1G ram it seems perfectly fine. but i just used spigot 1.14 and it keeps saying Can't keep up! Is the server overloaded? Running 6894ms or 137 ticks behind
Why did that never happen with paper 1.13.2
1.14 has a lotta issues apparently
if its the same ram





