#general
3141 messages ยท Page 160 of 4
your world is inconsistent
I don't get it, is it because I remoeved the SoulShard Data pack or something?
No, it's because you have a chest TE where the world has a mobspawner block
Okay so the world pretty much had became corrupted?
I made a terrifying logo and from that, I present my new favorite emoji. His eyes beg for the sweet release of death, but his smile.... oh that smile.

About as expected from yourself
as in land claims
Grief Prevention wins almost every time.
WorldGuard or etc if you need more granular control.
you want your players to claim their own land? then yeah griefprevention literally
Exactly
Alright thanks guys
very helpful
is it possible to turn off the autolandclaims?
CoreProtect is also pretty good
https://www.spigotmc.org/resources/coreprotect.8631/
who
lmao
idk who he is, or what he wants, but he's glaring at me and it makes me mad
dont you just hate when you are having a problem and the reason why is staring you right in the face
that one's going to be a bitch
my dumbass tried to put quotes around a local varible to get something from the config
gonna blame force of habbit
alright more or less fixed the issue
Hey why cant I make Configuation.set add something to a spceific spot in the config
you can?
Really it's just adding it to the bottom of the file for me (not that it really matters that much)
I am looping thru the config and adding it if it's not already there
setting it in the default config might preserve it
sounds like you want a config default
well it is a custom yml I'm using config as it's essentially the same
Im sure I've over complicated what Im trying to do but yall know me if it works it works and honestly I dont care about it being at the bottom
bad design eventually bites you in the ass
I know this
if you want to setup defaults and stuff I'd take a look at using helper methods in a config that automatically set defaults
i.e getInt(path, default) -> gets the current value and sets a default
rewriting the config after would add the missing options
at the cost of losing comments that aren't in the header of course :>
well there's nothing you can do about the comments right? Aside from writing your own YML thingy
basically
well I think it's time that we as a community did that
quite possible to do something seriously retarded
it's a problem within snakeyml isnt it?
it's a general problem with the yaml spec
hey some1 wan checc muh queshun in #paper-dev kthx
(DiscordBot) Exact result: 730/729 - Decimal approximation: 1.001371742112482853223593964334705075445816186556927297668... - https://is.gd/ehcDtI
Nice
I dont get YML when I have thing: "t" in local yml I get thing: t on server and if I do thing : "'t'" I get thing: '''t'''
.wa 1/(3^(3^(3^(3^(3)))))
(DiscordBot) No results.
.wa 1/(3^(3^(3^(3))))
(DiscordBot) Decimal approximation: 7.94903529673899758796101161081940385894311984... ร 10^-3638334640025 - https://is.gd/qk0eFd
I aint sleeping till I figure out this shit
@static badge Yeah, I should really take some time and at least learn more about concurrency, lock-free data structures, ...
Your average Joe could reimplement ArrayList easily... he couldn't do ConcurrentHashMap so easily.
tbh I actually will do that for concurrentutil
make some better guarantees about compute() calls
be nice to have a map that could guarantee lock only on one key in compute()
does this load for anyone https://hastebin.com/ozulotuwum.php
if so can you repaste it somewhere and throw me a new link
not for me
empty for me
nope
Does paper auto update
deleted perhaps?
paper does not auto update
I wasnt aware hastebin had a way to delete pastes at all
half of them dont load for me
yall should add a way to do that for the lazy peps
no
feed the lazy
the lazy peeps can do it themselves or get bent
you can make that with a script
we have api to get latest with whatever parchment is
interesting how you can name a url api but
now paper removes the stupid delay for old builds right
if you really want you can make your script update on start
fuck YML it makes no goddamn sense just like fucking women it cannot make up it's mind
lol

https://paste.md-5.net/ikijotumaw.py HELP PLZ
that paste explains it pretty yell
just need to know newLang is the internalYml
Please? ๐ฆ
I thought I said hastebin
hastebin in general sucks for bug reports
oh I thought you meant the software
haste sucks in general tbh
why the fuck would i want a website overwriting hotkeys for "new tab", "new window", etc
WHY WOULD I WANT TO OPEN YOUR FUCKING TWITTER INSTEAD OF OPENING A NEW TAB
yeah it overlays that over the content which is annoying
alright Im gonna go sleep now
who thought of this shit?!
Major annoyance for me is the longevity of logs and stuff
hastebin in general is shit
Then again, we also have people who don't even use codeblocks
using code blocks to post errors
using css to greentext le epic maymays
i hope i gave someone cancer there
good night :^)
Anybody use a comptentant finder alternative for macos?
terminal.app
Like my spelling, Finder has taken a nose-dive ๐ฆ
public class Permuter {
private static void permute(int n, char[] a) {
if (n == 0) {
System.out.println(String.valueOf(a)) ;}
else {
for (int i = 0; i <= n; i++) {
permute(n-1, a) ;
swap(a, n % 2 == 0 ? i : 0, n) ;}}}
private static void swap(char[] a, int i, int j) {
char saved = a[i] ;
a[i] = a[j] ;
a[j] = saved ;}}
can we all just stop and feel disgusted about how that's using recursion
tbh z with ur eyesight everything looks worse
go fall out of a tree fire starter
u really walked into that one
idk if you can look worse leaf
perhaps ur retarded
sweepy
if I had two remaining braincells
and one of them was dying let's say
and you offered to lend me one of yours
not only would I reject that offer but I'd be surprised you'd offer your last remaining braincell
u fuking retard
its ok
I wrote a Hello world application for you leaf
and its beautiful
here's the call stack
java.lang.Exception: Stack trace
at java.base/java.lang.Thread.dumpStack(Thread.java:1383)
at diseased.Leaf.yes(Leaf.java:11)
at diseased.Leaf.access$300(Leaf.java:5)
at diseased.Leaf$$.lambda$leaf$0(Leaf.java:26)
at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411)
at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
at diseased.Leaf.leaf(Leaf.java:38)
at diseased.Leaf.access$200(Leaf.java:5)
at diseased.Leaf$$.lambda$leaf$1(Leaf.java:26)
at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411)
at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
at diseased.Leaf.leaf(Leaf.java:38)
at diseased.Leaf.access$200(Leaf.java:5)
at diseased.Leaf$$$.leaf(Leaf.java:33)
at diseased.Leaf$$$.access$100(Leaf.java:31)
at diseased.Leaf$$.leaf(Leaf.java:25)
at diseased.Leaf$$.access$000(Leaf.java:23)
at diseased.Leaf.leaf(Leaf.java:20)
at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411)
at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
at diseased.Leaf.leaf(Leaf.java:38)
at diseased.Leaf.main(Leaf.java:16)
at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411)
at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
at diseased.Leaf.leaf(Leaf.java:38)
at diseased.Leaf.main(Leaf.java:7)
you can thank me later
alright that's disgusting
its beautiful
the better part is
streams alone is bad enough case
here's the code
kash
package diseased;
import java.util.stream.Stream;
public class Leaf {
public static void main(final String[] args) {
leaf(Leaf::main);
}
private void yes() {
Thread.dumpStack();
System.out.println("Hello, world!");
}
public static void main() {
leaf(new Leaf()::leaf);
}
private void leaf() {
new $().leaf();
}
class $ {
private void leaf() {
new $$().leaf(() -> {
Leaf.leaf(() -> Leaf.this.yes());
});
}
}
class $$ {
private void leaf(final Runnable runnable) {
Leaf.leaf(runnable);
}
}
private static void leaf(final Runnable runnable) {
Stream.of(runnable).forEach(Runnable::run);
}
}
ok streams still is awful
ur retarded
ugh there has got to be a better way to install windows fonts on arch
cp from windows part to arch part too hard?
I've not had much success doing that with the ttf-ms-win10 packages
unless you mean a blank copy
like no package
I usually did it with no package
but I havent done it on this latest install
dont really need them
that's probably a good idea
I thought I needed it one time to render a PDF I thought
Guess I can just get rid of it now
tbh there's probably just some super grey sketch github repo with a bash script somewhere too
loonix
there is and it downloads tt's from some self-hosted server
so yeah not gonna run that
lol
how is there still no officially supported google drive client for linux
googles doesnt wanna deal with supporting it probably
you'd think they'd just throw whatever they use internally in a GH repo somewhere
but idk
tbh I don't dislike completable futures
I guess I can try insync and see if it's worth it
just how mojang decided chaining and doing literally all of their logic into 15 separate completable futures all in different places really irked me
is there a tolerable fuse driver or something?
that might be worth looking at before moneys
a fuse driver doesn't really give the frontend that I also would like to have though
but I'm sure one exists
I don't really have any issues at all with my seafile setup, but I think it'll be easier in the fiture to switch over to google drive
then I won't have to manage anything anymore
linux is the only barrier
oh no I guess I tried the trial for insync a long time ago and can't try it again lol
the only fuse wrapper I found actually syncs all file io operations with google drive
oof
so creating a file takes like 5 seconds because it has to sync lol
I should rephrase, the only fuse wrapper I found that works*
yeah definitely
tested 2 others, one didn't build from the AUR, other just didn't sync at all
Hmm
@acoustic pilot I'm about done with the post. I want to try and explain what each one of my flags do so that the user knows what's happening when I suggest a flag to use.
facts when i was 14 years old i coded 99% faster and better
Bullshit
Canโt just use rclone @ancient bolt ?
wait, Tux, actually explaining and not just throwing a list of flags at people? What is this? ๐ This is now how the community does things
We make statements without any sources and claim that it's the absolute truth, then mindless kiddos spread those absolute truths around the rest of the community. If you bring facts into this, then what will happen?!
Wikipedia
Ask Aikar that question too ๐
For the record, these are GC flags for OpenJ9 (https://www.eclipse.org/openj9). They're not exactly Aikar's flags, but they have worked very well for our server.
I actually want to give OpenJ9 a try at some point, it seems pretty neat.
wait did the blog post go live?
It isn't yet. I'm still cleaning up the post and prepping my new site for going live.
Yuck garbage collection
ah okay
It will be happening Soon โข
Nice, I look forward to reading it ๐
rather interested in how J9 is so looking forward to the blog post
The startup time and memory footprint is pretty sexy tbh, especially as I want to add some new on-demand load balancing shit to my web servers, could be fun
Tuning OpenJ9 for Minecraft has been my unofficial pet project since July 2018, so I obviously have a lot of work and research poured into it.
The reason for that will become clear in the post.
I'm curious how a minecraft server performs inside of openj9 compared to without it
run a minecraft server with the epsilon GC
OpenJ9 has a no-op collector too ๐
well it has to if it wants to conform to the specification...
just run it on AWS's largest memory server
-Xgcpolicy:nogc
see how long it lasts before you use up a few TB of memory
for the past week I've been tasked with eliminating as many memory leaks from 1.8.8 as possible, sure does get annoying
I'm scared to run it tho, it's too modern. Anything released after 2006 is far too modern to be usable, or so my professor told me
I still scream when I see the diamond operator in use. Scary stuff.
OpenJ9 goes way back... it started life as an efficient Smalltalk VM, but was later retrofitted to run Java bytecode
Hi! I'm basically trying to start a server again after being on a Minecraft hiatus for two ish years. I was really experienced with Spigot, but now I've heard about paper and all these other forks of spigot. I'm starting to get into plugins development now since I know java, but I'm wondering, is Paper right for me? Or should I stick with Spigot?
Eclipse OpenJ9 is a high performance, scalable, Java virtual machine (JVM) implementation that is fully compliant with the Java Virtual Machine Specification.OpenJ9 can be built as a component of OpenJDK v8 and later, with prebuilt binaries available at the AdoptOpenJDK proje...
Paper is the correct choice 99% of the time, my dude.
@void void Paper is the correct choice 100% of the time. Much better performance.
All spigot plugins are compatible with paper?
Well, there's the 1% that will be annoyed by the slight delay in updates and there are some dumb kiddos that makes their plugins disable on paper servers, so if you rely on those you'll have a nasty time. Extremely rare, however.
99.9% of them are compatible with Paper
Paper is a drop-in replacement for Spigot.
Nope, same API as Bukkit and Spigot.
We also have some special Paper-specific extensions as well.
some stuff has more features such as EntityDeathEvent which you can cancel
(Also, keep in mind that are cases where Paper has prevented plugins from breaking between updates, because they're not insane)
It has extra APIs that you can depend on, but you can target bukkit or spigot-api and it'll still work fine
Simply put, you'd be a fool to not use Paper.
What about waterfall, what's that?
It's a fork of BungeeCord with more features and better performance.
It's an optimized fork of BungeeCord
It's like Paper, but for BungeeCord.
That's nice bungee cord was a bit of a mess last time I used it
If you don't care for Bungee, there's also Velocity
I mean, waterfall has the flaw of being based on bungee
or if you're insane like me, use lilypad
Velocity author represent ๐
Eh not trying to do any mutli server setups right now but thanks lol
Paper has Velocity support
Do people still use lilypad? ๐ค
Well, better Velocity support
yeah
or is it just yive being a dumdum
We can't even have proper working scoreboard APIs on waterfall thanks to bungee ๐ฆ
quite a few servers use it
oh, huh. Haven't heard anyone mention it in years
most servers which update to the next protocol version tend to be ones running lilypad
first that is
Also, am I able to get plugins development help here, or is this the wrong place? I have another server to ask help from, I just want to make sure I don't overstep my bounds here or something
brb, making waterfall-wiki.vg-reader edition
didn't mojang say they were going to release 1.14.2 this week?
was supposed to be last week
But that got delayed, somebody said this week but not seen anything myself personally
@acoustic pilot I added the -Xdisableexplicitgc flag to the list. My network doesn't have badly-behaving plugins that call System.gc(), but our server setup is not quite representative of most setups given that our codebase is largely custom and we have few public plugins.
I hope I will be awake for it so that I can update lilypad basically instantly
PlotSquared (used to?) call System.gc in some random places and it's really funny
Just ran a source-code-of-lines counter on our codebase. 173,958 lines of code and that's excluding our backend infrastructure stuff that's written in Go and our webshop written in Elixir and JavaScript.
Both will easily add a few thousand more lines of code.
Elixir ๐ค
mfw iterm2 update: - Work around a macOS quirk where the equals sign on the numeric keypad is not treated as a numeric keypad key.
I wonder how many times a day the phrase "god dammit apple" gets uttered
https://i.tcpr.ca/MbblO5a I love how fast github cloning is :/
holy
iam sticking to 1gbit speeds where posible...
I'm bored can someone do something silly
@heady spear You could work on plotsquared
yes
city ur a filthy weeb
and paste code here
im sure there are some weeaboo cartoons to watch
so we rant on your crapy code
? @void void
I am not a part of the PlotSquared team >:(

Leafy, I only watch you =)
You got thrown out?
Might be
he's also beheaded
Nuh uh
hah i started to think of adoption of leafy cuzhe/she >:3
by the filthy bourgeois
Citymonstret#3274 worse than Brian?
Anyway so, I am thinking of going somewhere but idk whether to go to Denmark or Norway
Yes, far worse.
I mean, Denmark is way cooler but Norway is like an hour from here
That's the plan. Can't afford to drink in Norway lol
I sugest to choose country that haves more nature than people.
My friend wants me to go to London but like I'm scared of the brits
Oh god dont go there
go to Scotland and walk through the dodgy side ways
Spain good but dumb
I had my friend in spain he came back retarded...
Hah, my aunt has a house there
In Seville =p
My uni wants me to go to Spain for 6 months. They pay you to go, then there's ERASMUS+ scholarships on top of that
Last time I was there two junkies got into a fight on a parking lot and it was kinda awesome
I dont like any of this.
Then we ate sketchy hot dogs and got food poisoning
Huh but chips and crisps are holy expensive there.
We somehow ended up at a Chinese restaurant where we got fucking wasted and then I don't remember the rest of the week
All in all it was a great experience, I would recommend.
In short term that can be best country. Not in long term. People live and dont think about any future. Yes its fun.
What future?
Spanish people way to relaxed...
How is that a bad thing
If I move to Spain I want to be one of those dudes selling watermelon slices for โฌ8 each
Spanish can live ww3 barely noticing it.
LOL
For example in my country there is new way of thinking: what you can do to make it beter place.
My country wants to ruin everything by giving all the money to elderly women and Russian billionaires
Before it was relaxed meh: oh someone have to do it for me, russia might be beter, just because i didnt make my country beter rusian will do it (drunk).
european uninion will do the rest etc
But we don't do that, instead we spend all our money on hosting unannounced music festivals in Sรถdertรคlje
And providing free fine Arts education to teens in the suburbs
I love Sweden
where u live tho
Basically in the poor version of Norway
whats so bad of it what type of economics in that place?
All our national expenditure is regulated by an old senile dude
We also tax everything so that the poor people remain poor and get depressed so that they buy government manufactured cigarettes and alcohol
Countryes with high its own curency money value are horibly bad for developers.
You get low donations and everything is destroyed by curency transvers.
You shud take something in eurozone where euro curency is high.
1 Norwegian krone to Euro =0.102698598
that destroys everything u get
Meanwhile I'm in Poland
If you citymonstreet planing on continuing to develop some crap.
go to countrys with low eur vages, they surely will have so way of living by geting few euros from donations. Cuz there your few euros will look alot.
And historicaly those countryes with high value of curency dont go bankrupt for long time (especialy those with euro curency).
I am not planning on surviving off of plugin donations lol
awh, was going to start a #DefundCity campaign
I'm in university getting my degree in computer engineering. I am not planning on moving to Greece so I can flood their economy with my Minecraft plugin fortune
Wrong country for that anyways
Start a cracked server
offer ranks for $$$$$
== rich
interesting
does that even work
you get people on your server who don't even pay for the game
and u make money from em?
yes
from some server experience
remarkable
I wouldn't ever want to be in the server owning business :p I'd much rather take advantage of stupid kids with rich parents, as a developer.
"here u go take my generic enchantment plugin $$$$ plz"
I wouldn't use any of citys plugins tbh
Might explode or start preaching about meatballs or something
LOL
I will never understand vegan
"I don't want to eat meat but HOLY HECK A FAKE MEAT BURGER!"
It doesn't even taste good ;-;
I don't like any food that emulates meat, then I might as well eat meat.
it's about pretending to be normal
No. Plenty of people don't go vegan because they dislike the taste of meat, they do it for ethical (or in some case, although very debatable, health reasons)
Well, I said I was going bed earlier, guess I'd better get some form of sleep \o/
then by having meat replacements that sort of taste, and very much look like the real thing, they don't have to make as big a sacrifice.
I'm talking about the burger part
hm maybe ur right
or ur retarded
one of those is true
u mean ur swedish
Dr. Weggie Tรขbleu
Vegans: bone pain brain damage weakness
apparently carnivore diets cause cancer
Buuuut there is a lot of questions over those studies given the whole "vegans are more likely to give a crap about their health" kinda thing
The carnivore diet is kind of stupid, to be completely honest. Almost as stupid as high carb low fat vegan diets
One of the main reasons why I'm still vegan is because most protein sources are very lean not calorie dense in the slightest, and therefore it's easier to cut while on a high protein diet
Bulking is easy because you just add peanut butter to everything
i did keto a few dozen months ago for a little while and It was kinda nice
Actually, really nice
Just, a pita as a brit to come up with meals and stuff, and now I live in a flat with my muslim mate, which yea
I don't like going into any extreme when it comes to diets. I exclude milk and milk derivatives mostly because they make me really fucking ill lol, and eggs because I can't eat them either way
Fish is floating metal containers so like nty
Sugar, duh du duuh du duuuh duu
Reminds me of when I was first toying with the idea of keto
I definitely think it's entirely possible to feel great on a short term keto diet, but there isn't enough research to prove that ketotis is good for you in the long term
Saw this amazing diet: The bacon diet.
I will remain skeptical until there's enough evidence ๐คท
yes beacon diet is goodd
would recomend
Oh boy this is definitely not an argument I'm joining ๐
Same thing with high carb diets, I think they can be great in the short term but all of those freelee looking people will feel like shite in the long run
milk is crap yes, but because it tasty icegream and cofee no wonder yes
the only good diet is one without tacos
Coffee with oat milk tastes way better, and ice cream made from coconut is both creamier and tastier than normal ice cream
The only thing I fucking miss is milk chocolate, god fucking damn I miss it ๐
There's no good vegan chocolate and it's fucking miserable
Get cocoa powder?
No. Milk Chocolate.
.g milk chocolate
(DiscordBot) https://en.wikipedia.org/wiki/Types_of_chocolate -- Types of chocolate - Wikipedia: "Chocolate is a range of foods derived from cocoa (cacao), mixed with fat (e.g., cocoa butter) ... Milk chocolate is solid chocolate made with milk..."
oh it's chocolate
No, I mean the one that doesn't taste like you're chewing bark
oh god not oat milk
chocolate under 60%, that is
the things with the golden tickets in em
i eat 97% chocolate lol
97%
"I do dumb things", good for you.
Yea, major issue I had was finding stuff you could eat
dark chocolate was nice but you couldn't really have too much of it
yes
Chocolate is really the only thing that I find myself craving that I "can't" eat
Going around the store when you're trying to care about stuff like sugar, etc; is actually kinda scary
Like, you realise just how shitty pretty much everything is
There are proper substitutes for everything else
all vegans eat sugar like swazenager and i hate it
I don't really eat shit with added sugar. Cutting out natural fructose would be hell tho
yup i cant stand that
I kinda wanna do a sugar kick
the key is to get whole foods and prepare shit yourself, but then you need to have a lot of time on your hands
sugar is replaced with wheat and alot of fruits
But I drink stuff like tea, and I've yet to find a good cheap sugar replacement for tea ๐ฆ
thats not healthy either
goddamn brits and their tea time
sugar alcohols are pretty neat lol
In my defence
YES
our tap water is shit
they don't get digested at all, and they are hella sweet.
filters work?
So all of the sweetness, but none of the cancer ๐
I'll get one eventually, my mate generally gets in bottled water, but it's 'eh
It still confuses me how people can't use their tapwater abroad lol
my dreamz vodka + sugar
here bottled water is just tap water in a bottle
Same here, but filtered, generally
No need for filters here because, eh, yay?
to my understanding bottled water has a level of additional treatment
it probably does
So, yea, it's likely the same water you're drinking, it's probably just been cleaned up a tad, however
no need filters we need those which help to fill botles up
There has been like a single case in my lifetime where they told us not to drink the tapwater
whether or not you need it I guess would depend
because there was a pipe leakage and it contained poo
it always contains poo
We had a boil water restriction due to some sheep dying in a river somewhere
altho my sister uses their own ground water and it contains loads of heavy metals so I think that's why her brain is literal mush
50iq?
40 tops

last time I visited she asked me if I could eat fruit as a vegan
wat
and if cheese was made from animals or nah
I corrected her and she now knows that cheese grows on the cheese tree.
nah
she thought bill gates was a famous singer
and that Scotland was a part of NA
hm, what else... She also believes either pepper will cure the stomach flu
which is scary because she's a fucking nurse.
@heady spear We are blessed with our tapwater
yes, imagine buying water lol
Same, because I don't want to spend my entire trip on the shitter
imagine drinking water that is taken from belows of atomic plant
Hmm?
I thought you meant an atom sized plant and I was confused
ugh hugo resources are a PITA
Nuclear plants don't usually release the products into the ground water tho
LOL
unless it's the simpsons ๐
nononononono
Lithuanian atomic plant realeased nuclear particles multiple times and it wasnt covered in media
noone actualy knew until papers actualy found
Lithuania isn't real
.g Lithuania
(DiscordBot) https://en.wikipedia.org/wiki/Lithuania -- Lithuania - Wikipedia: "Location of Lithuania (dark green). โ in Europe (green & dark grey) โ in the European Union (green) โ [Legend]. Location of Lithuania in the World...."
it's just Russia--
NO
your only export is Dom Zeglaitis lol
yes
idk what u talking about
because you're in a made up country, that's why
wtf is that cap chanel
Try Blitz loto games here: https://perlas.lt/lt/blitzloto Donate: https://patreon.com/whydotas Merch: https://teespring.com/whydotas Thank you for watching!
(DiscordBot) MILITARY GO-KART - length 19m 12s - 15,412 likes, 298 dislikes (98.1%) - 236,386 views - WhyDotas on 2019.05.19
xDD
And tanks
Offfc
DONATE: https://patreon.com/whydotas Motociklลณ, motoroleriลณ, keturraฤiลณ dalys: https://heradas.lt Komplektas motoriniam dviraฤiui: https://www.heradas.lt/mot...
(DiscordBot) TANKAS / KAIMIEฤIO DIRBTUVฤS - length 28m 22s - 27,927 likes, 460 dislikes (98.4%) - 432,886 views - WhyDotas on 2019.03.24
so today I learned Essentials(X) has two separate config storage systems for some reason
just listening to all the ranting nossr does about mcmmo
I completely believe that essx has tons of random legacy stuff in weird places
one does all saving async, the other only does disk writes async
EssentialsConf is used in most places and is based on Bukkit's YamlConfiguration
but the direct SnakeYAML one is used for storing jails and spawn locations
sorta what happens with legacy ass ancient motherfuckin code
the latter has more functionality that goes totally unused because of course it does
rewrite when
honestly the command system is one of the most robust parts of this plugin
you mean the one which shoves all the commands into a single executor
I mean it's no ACF and doesn't do Brigadier but still
and the one that doesn't define permissions for the commands because of that
so you tab complete to commands you don't have perms for?
yeah that one
yeah who needs separate executors or bukkit-enforced permissions anyway
also I mostly fixed tabcomplete thank you very much
was essentials the one that even when you disabled the commands it still registed its executors
pretty sure that issue still is open on gh
or was it closed
but yeah it was essentials
๐
disabling the command really didn't actually do it or something
even in the essentials config 
oh yes
that command system
there's a disabled-commands option in the config which has nothing to do with whether or not commands get registered
because of course there is
have y'all seen recolored black and white photos
they really bring history to life ๐
gosh I
Gosh, I've been working on my "new" website since last year and never got it done.
I am just going to put it up now and then clean things later to my liking later.
Hmm... Linode, DigitalOcean, Netlify, or Amazon S3 + CloudFront?
Oh, I can't actually get into my AWS account because I don't have my phone.
So has Linode's
Example
I use multiple hosts so my eggs aren't in "one basket", so to speak
I pick my host based on what I need. If I care a lot about the project I'm not going to be cheap about it
But if it's just some PlotSquared web service I'll use the cheapest shit I can find
DO are barely competitive price wise anymore so I've been wanting to move away from them
At some point I should just get a dedicated and run my shit on there, would probably save a bit
This is a personal site, so resource requirements are quite minimal.
If it runs NGINX then it's fine by me
leaf: configs include user data files
For that matter, I could just buy a cheap-ass OpenVZ container from http://ramnode.com/vps.php and we'd be fine.
RamNode is pretty good for a yearly box that does a few things
$15/year for 128MB, which will run an nginx box that simply serves static pages.
The issue, of course, is that it's OpenVZ and the distro choices for that are quite lacking.
The newest Linux distribution available is, um, Ubuntu 16.04, which is still supported, but it's kind of old.
I don't really like Linode as they have some severe CPU problems occasionally
like half of my CPU being stolen by another VM
For a personal site serving static pages? CPU steal is the last thing I'd worry about.
Gh pages does fine
For "reasons" I don't want to use GitHub Pages.
Cheap ramnode boxes do well then
I know CPU steal is a somewhat major issue on Linode. When I ran a small survival vanilla-ish server there were some CPU steal issues.
Iโm really not sure about Netlify, their โcdnโ is geo dns not anycast
I've convinced myself that I should run all my websites using my own web server, so I need a JVM for everything
I also haven't fixed all memory leaks so I need a tonne of memory ๐
though my VPS is pretty speedy after they moved it to an EPYC based node.
granted those are 32 core processors so they have a lot of spare room on those.
I remember RamNode from late 2012: https://lowendbox.com/blog/ramnode-15-60year-128mb-openvz-kvm-ssd-vps-in-atlanta/
And I remember when LowEndBox wasn't total garbage.
ยฏ_(ใ)_/ยฏ
@ornate spindle @heady spear @acoustic pilot https://steinborn.me/posts/tuning-minecraft-openj9/
Learn how to tune OpenJ9 to run your Minecraft server optimally, with a explanation of each flag and a convenient shell script.

Huge heaps can benefit from OpenJ9's better memory management
gencon should work well for large heaps, but maybe you can investigate the balanced GC policy as well.
@unreal quarry I see you updated Shop for 1.14.x
we're currently not inside of a VM like hotspot or openj9. would openj9 really benefit us?
Please share ๐ been waiting for this plugin to update to 1.13.2 and it never happened lol
I think java by default you're in a VM Yive.
ah okay
i dont think you want it @fresh granite ^_^ i ripped a lot of crap out i dont use
Anything is better than what we used
only kept the parts i personally use
clearlagg hook, worldguard hook, creative selections, etc
i dont remember everything. i kinda went at it with a hacksaw ๐
I dont use any of that ๐
How much better is a 3.8GHz i3 than a Raspberry Pi?
Should be much better, a Raspberry Pi server has to treated gingerly to even approximate decent gameplay.
10 players with 20tps :P
Well, if you're getting 20TPS on your Pi, good for you.
I'm not concerned about performance really, just the server crashes without logs every few hours
are you actually using a raspberry pi to run your server.
if so I actually must congratulate you
Yes
@ornate spindle our optimizations mean jack shit
we need to run our 500 player on a raspberry pi
should just fire me now for being so shit
โค
TBH, part me wants to scrap Hugo and just plop on WordPress.
https://timings.aikar.co/?id=15391bb067224084824a82f76635de53 This was saturday
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
wow
well do you have any logs?
Nope, it just ends without pasting anything
1.12 on a pi? man, i'm not impressed anymore. i thought you had 1.13 or 1.14 on it
I hate this so much
I need enough memory for 10 players too
1.14 would cause it to be on fire
Yeah home
i just put retropie on my pi ^_^
billy this chat surprises me everyday.
It'll only be a small community with very few new people joining
literally everyday I come in here I don't know what to expect
you can only really expect two things when you come in here
boobies
- dislike for md_5 is common. 2. dislike for songoda is common
^
but yeah, uh are you running it without the GUI?
I assume yes but just making sure
I have no idea what your raspberry pi is setup to do
I love md_5
or if it's even overclocked
Raspbian Lite (terminal)
and what model it is
3B+
also songoda said my plugins are good so I like her
it might be making the chip unstable
uh if it's crashing out of nowhere.
that would do it
is it cooled by any heatsinks
at all
or just bare thing
bare
๐ฎ
you're doing it wrong love
In testing it didn't go over 62C
the poor thing
Stress testing
ok then idk what the issue is then.
Then minecraft crashed after 2 hours at 1.5
any voltage increase?
nope
damn that would do it
you need a heatsink and fan, my man. this is the case/fan/heatsink i have
I've reset clocks back to normal
shit @unreal quarry link me that
I need one of those in my life.
I just used an ebay heatsink and some thermal pads currently.
and it "works"
ooo sexy.
let's see if it crashes again
650M should be fine for 10 players rite (with 5 view distance)?
you could honestly do 800MB easily.
I had 800 at the start :L
but yeah 650MB should be fine.
starting with 800
given that you have no plugins you'll probably be ok.
3 plugins
mcMMO and stackmob don't play nice with each other.
remember the JVM needs room on top of Xmx
but you don't have them so you're ok
worst i've seen is JVM using as much as Xmx (effectively doubling your ram usage than you would expect)
Thing is there's less ram usage shown until like 8 players online
it depends a lot on variables.
Showing 410M rn
and idk how much swap he has.
100M swap
(Though swap on a SD card will be painful)
How do I make it use up all xmx?
don't swap to your sd card if you don't want to switch it frequently, lol
it will die soon
get one of those 1TB SD cards
you'll be fine then
it'll only cost like 10X the cost of the raspberry pi
i have put render distance to 1 and made hubs / auth small
I have a SATA SSD but no usb adapter
iam runing loby hub server with 150mb
so not wise.
well rip there's no players on now cuz it crashed 5 hours ago and didn't restart
plz no grief
generally people dont give af if you ask but have an issue when it's unsolicited
You could probably just look at the motd from the timings and try to guess the domain and subdomain
well a PMC posting exists.
That might be my old server
I'll join later, dealing with backup scripts
thats the kind of recommendations i like to see, thank you Youtube, very cool
@worn ember Adblocker extreme
oh its you
Oh its you
i was first
I was first
Kek
1.14.2 is out
Weird, got a notification that it was pushed to release
Ah yeah there
, but we do also have a bunch of less critical bugfixes releasing soon in an upcoming 1.14.3 - stay tuned!
WE'RE FUCKEd
WE'RE ALL FUCKEd
Lol
1.14.10 "We are aware of the critical bugs, we will release in the next pre-release (pre 2028197)"
literally went to go test something and got oof'ed by the update ๐ฆ
well 1.14.2 just dropped
interesting to read about what 1.14 did internally to mojang
Stockholm office has now veto power, can halt any release if they are not happy
in particular, slicedlime is the one with da power
that fact really gives some insight in how that release came about, looks like they were pressured by murica
1.14.2 \o/
Goddamn muricans
go drink your tea and shush
heads up
1.14.2 seems even more broken
then 1.14.1
atl east for the client
movement is like completely broken
it's not responsive to any of my key presses
server wise it's probably even worse :/
๐ค
move aside. i'll test it in single player
Maybe your keyboard is broken
seems like a problem with our proxy cool.
client is fine for me
not getting 1400 fps anymore, though
only getting 900-1000 fps
VBOs option is back \o/
vbos helped
oh dear
~minecraft 1.12.2
ffs
LOL
i'm in the wrong version ๐ฆ
cool
it's forced on vsync
for me
1.14.2 jut doesn't like my computer, I'll have to fix it later.
Everything's forced vsync for me
ok, now i'm in 1.14.2
\o/
well, will be after this loading screen
aaaand vbos are gone again ๐ฆ
back to ~1400 fps tho
new 1.14 record
why is MultiplayerChunkCache unbalanced in 1.14?
unbalanced?
it used to be 441,441
the 2 numbers not the same
so parity
it depends on view distance
ยฏ_(ใ)_/ยฏ
@unreal quarry Any ETA? 
isn't that what the .2 changed?
"Added server-side chunk count to debug screen"
no, that's a separate entry in the debug screen
ah ok
https://www.youtube.com/watch?v=6HnemzaoY4M i feel they really improved 1.14 > after watching this
The second minor update for Minecraft 1.14 has been released, with a fair amount of critical bug fixes! Here's a guide to all the changes in Minecraft Java E...
(DiscordBot) What's New in Minecraft Java Edition 1.14.2? - length 5m 57s - 134 likes, 1 dislike (99.3%) - 1,172 views - slicedlime on 2019.05.27
haven't launched it yet
The second minor update for Minecraft 1.14 has been released, with a fair amount of critical bug fixes! Here's a guide to all the changes in Minecraft Java E...
(phoenix616) What's New in Minecraft Java Edition 1.14.2? - length 5m 57s - 134 likes, 1 dislike (99.3%) - 1,201 views - slicedlime on 2019.05.27
don't forget that slicedlime is actually a high up dev at mojang, so his view is slightly biased :D
Uhm
or do you ignore the paper devs telling you what they fixed as well? ๐
well some of the stuff isn't in the changelogs that he includes ยฏ_(ใ)_/ยฏ (e.g. all of the village structure changes between the different snapshots xD)
but most of it is just a nice vidual representation of the changelog, yeah
*visual
We will confirm his "Visual representation of the changlelog" after Paper 1.14.2 
for some reason we know have a "eclipse keybinding of the week" section in our wiki
and theres one dedicated dude that comments the intellij shortcut under it ๐
who tf would use eclipse?
runs
nice
(note: eclipse is the offical ide here and company doesn't provide ultimate (yet, anyways, just harrased my boss about it again today :D)
wHen IS 1.14.2 pApEr
CafeBabe, kill RedFox
grabs a Uzi and riddles RedFox's body with bullets.
good girl
with all settings maxed (even 32 view distance) i still get ~60 fps on 1.14.2 \o/
I get 18 fps
now they just have to fix server performance ๐
That means it is stable :3
My render distance is at 4, just so my pc doesn't die
make that ~150 fps once the chunk updates stopped
all these people with electronic potatoes
you got a better gpu and cpu than me ๐ฆ
Display 840x480...
Oh wait xD
oh you're not maximized window?! cheats!
let the chunks load in some more
That's better
32 takes awhile
Iirc you get a few more fps running games full screen
Yeah it does
I don't really remember why
i'm also flying over coral ๐
Let me find corals :p
The second minor update for Minecraft 1.14 has been released, with a fair amount of critical bug fixes! Here's a guide to all the changes in Minecraft Java E...
(DiscordBot) What's New in Minecraft Java Edition 1.14.2? - length 5m 57s - 200 likes, 1 dislike (99.5%) - 1,809 views - slicedlime on 2019.05.27
LOL
I'll help
The second minor update for Minecraft 1.14 has been released, with a fair amount of critical bug fixes! Here's a guide to all the changes in Minecraft Java E...
(DiscordBot) What's New in Minecraft Java Edition 1.14.2? - length 5m 57s - 212 likes, 1 dislike (99.5%) - 1,881 views - slicedlime on 2019.05.27
adds 4th tally mark to his list
lol it is, throwing a 504
@hot gorge its to do with GUI stuff :p
exclusive fullscreen always has a few more frames than windowed fullscreen or whatever
since it will still render your backgrounds/gui's and stuff
this is why your other monitor screens are black when you play in exclusive fullscreen but not when just regularly
Where is the nether folder located in PaperMC?
world_nether
i have sugestion
everyone stay at minecraft net and refres until u get 1.14.2 /s
weks is confirmed 8 y/o
holy fuck rate how genius i am

