#general
3141 messages ยท Page 195 of 4
.g the oasis
(DiscordBot) http://www.oasis-austin.com/ -- The Oasis on Lake Travis: Austin, Texas Restaurant: "Nestled in Austin Hill Country overlooking Lake Travis, the Oasis has become the Sunset Capital of Texas. Enjoy delicious food and drinks while..."
if this is some weeb
No
trash
.g ready player one
(DiscordBot) https://www.imdb.com/title/tt1677720/ -- Ready Player One (2018) - IMDb: "Tye Sheridan in Ready Player One (2018) Ready Player One (2018) Olivia Cooke in Ready Player One (2018) Tye Sheridan and Philip Zhao in Ready..."
water is wet
thank god it's not weeb trash
Thats the movie adaption
The movie adaption is pretty close to the book ngl
The movie is really good
72% 77% on Rotten Tomatoes, which is awesome
Plus it's got references to real vr tech that exists
Omni Directional Treadmills
Tesla Suits (Haptic Suits)
Ect.
You should def watch the movie or get the book
hey leaf
try and beat https://www.youtube.com/watch?v=1w_TmaaLYCY
Cookiezi Profile: http://osu.ppy.sh/u/cookiezi Cookiezi's Skin: https://goo.gl/dhiB3X | Click "Show more" for an explanation what the hell this video and gam...
(DiscordBot) Cookiezi | High Free Spirits (Speed Up Ver) [Fleet] +HD (100%) SS UNRANKED (767pp if ranked) 8.19* - length 4m 32s - 3,328 likes, 39 dislikes (98.8%) - 316,449 views - Circle People on 2017.04.08
The book predicted basically all of VR
wet paint
?
lmao the chat goes insane later on
What do you mean by that
(DiscordBot) Cookiezi | High Free Spirits (Speed Up Ver) [Fleet] +HD (100%) SS UNRANKED (767pp if ranked) 8.19* - length 4m 32s - 3,328 likes, 39 dislikes (98.8%) - 316,450 views - Circle People on 2017.04.08
watch the chat
@cosmic raft here's some sweet and sugary goodness for you ^_^ https://www.youtube.com/watch?v=zg2076b5Lqc
Music video for "Demiurge" from the MESHUGGAH album Koloss. SUBSCRIBE TO MESHUGGAH: http://bit.ly/subs-mesh-yt SUBSCRIBE TO NUCLEAR BLAST: http://goo.gl/pn6p...
(DiscordBot) MESHUGGAH - Demiurge (OFFICIAL MUSIC VIDEO) - length 4m 56s - 47,106 likes, 1,500 dislikes (96.9%) - 7,105,759 views - Nuclear Blast Records on 2013.01.15
did 1.14.2 fix lighting ?
For the most part yes
wiz has a nice gif somewhere showing off the async lighting @carmine hinge
there it is
stable? yes. fast? no.
how much slower than 1.12
much
more than 2x?
way
its top priority for everyone, even mojang
1.13 aint that bad in hindsight
still? wtf
is it the cause my 2 players had 2.8k chunks loaded?
no
damn
I already told u that's standard behavior
wasnt before 1.14
yeah ik
and then 1.14
right I should go create a ticket on jira for this
link us so we can vote on it when done
I'm definitely not fixing this one those motherfuckers can
I could have ass a fix but I'm not familiar enough with how player tickets even work to make a guaranteed fix
I wish there was a way to heapdump a server without freezing the entire jvm
only good way to do it is freeze it
rip
it just sucks since it will freeze the server long enough for the jvm to get killed
the problem with allowing the program to run is you get inconsistent state
and then the dump becomes useless
.g mojang jira
(DiscordBot) https://bugs.mojang.com/ -- System Dashboard - Jira: "Welcome to Mojang's Official Issue Tracker! Using this issue tracker, you can report bugs you've found in any of our games. Please note: this is not..."
Theoretically you could do it
You'd likely just kill all hopes of performance while it's dumping, however
you could treat the heapdump as a massive seqlock
that'd eventually work
j f c
god even just thinking about it that way has given mecancer
alright anyone know if people have reported this issue to mojang
Change your name to Spottedleaf if you get Erect when you see a dog
good thing you said change
actually before I make this report does mcp exist for .3
pre 3 at least
wanna make sure this isn't patched
well
fabric is on pre4
there's a pre4?
There's a pre4?
(DiscordBot) https://www.minecraft.net/en-us/article/minecraft-1-14-3-pre-release-1 -- Minecraft 1.14.3 Pre-Release 1 | Minecraft: "6 days ago ... We're now releasing the first pre-release of 1.14.3 which addresses a couple of bugs. Please report any bugs you find on our bug..."
@unreal quarry opinions on Fabric?
indeed we are
snowman branch?
i like fabric better than mcp @wraith oracle
it looked somewhat promising last time I saw it
no idea what class you're referring to
fabric doesn't have it
the ticket manager
it's ChunkMapDistance md69 mappings, ChunkTicketManager fabric
probably the same name on mcp
shit tier naming yeah
that .3?
fuk
MCP is only on 1.14.2, so
alright then I'll create the report
and if it doesn't occur on .3 I'll just get fucked I guess
report?
u shud anywaiz
report for what
Imagine minecraft 1.14
look to be vanilla
elaborate?
and by look to be vanilla I mean definitely look to be vanilla
alright
lemme tell you what looks to be occuring
so you're sitting around on your minecraft server right
i have fabric .3 pre2, tell me the class name there and i'll gist it for you leaf
and you decide "let's use elytras and fireworks"
oh you do
net.minecraft.server.world.ChunkTicketManager
anyways
fabric?
@cosmic raft 404
doesnt exist
so you get out your elytra and fireworks and fly fucking everywhere
private repo
nice
but you decide "i wanna quit while flying"
but you also quit basically as you move from one chunk to another, meaning the ticket around you need to be adjusted
tickets
interesting
the server decides "well needa adjust those" and schedules them to the next tick
cuz the server is retarded
you leave
your tickets get removed immediately because retardation
but next tick you add a ticket
but since you've left
the server stops updating your tickets
and so you keep tickets
until you like relog
or someone else travels to ur area
relog? but they've left already
well by relog I mean join again
oh
alright lemme point you to the code in that gist if it's there
oh god no syntax highlighting
refresh :3
as you can see a potential ticket add is created in the second method and posted to the next tick
what? does updateLevels call 368?
yeah
calls it in l394
I confirmed via elaborate sysouts that this is the code path that adds the bullshit ticket
and by elaborate I mean totally not dumping stack traces for each ticket add that was a player and notifying when player tickets were removed due to disconnection
revert to 1.12 chunk system
no thanks :p
the problem with this system is you do not keep track of what player owns what ticket
so you can't do a simple
if this player isn't fucking here
I'm going to guess that there's some reason why we can't just make it track that sanely?
I haven't looked into that yet
I mean, Paper could track that fairly easily
I'll have to do some reworking of the different chunk position detection to track players
given all that method has is "lol it changed"
or just rip it all out and do my own tracking
what's fabric?
different from mcp?
it's scheduled for the next tick at least for sure
could be a later schedule idk what the other bullshit in that method does
interesting, does it have a website?
.g fabric mc
(DiscordBot) http://fabricmc.net/ -- Fabric | The home of the Fabric mod development toolchain.: "The home of the Fabric mod development toolchain."
๐ค
i swear to god.
my fiance only ever wants to watch romcoms, i don't know if i can keep doing them. they are all the same remixed story with different (sometimes the same!) actors. Like how do people enjoy these.
Difference of taste I suppose. Some people find it just as strange to hear some people enjoy sitting in front of code for over several hours a day
i made a bow that shoots entire stacks of arrows at a time :3
i'm so bored lol
sorry for the jerkiness. this peek program doesnt like me moving my mouse around while recording :S
This is a new kind of torture
My best friend been sending me kitten pictures all week
https://i.tcpr.ca/LPulU0k packets shouldn't be this high up on profiles right?
Because she knows am too lazy to come on over, lol
Look at these!
Yive, those are just packets that need to execute main thread tasks
TIL that breed's kittens don't have their circles
I probably should figure out how to lower that then
Teto like's computers
Circle?
the spots on their coats
The blues generally don't
Blue = white
Those are just over a week old, they don't even have their eyes open
Bit easier to see
Aren't they cute?! ๐
I wonder what the reasoning is behind why cats don't open their eyes till a few weeks after birth
Oh God, I asked Mrs expert and now she send me a two minute voice message ๐
i googled it, theres no reason
well, no scientifically known reason
but, there is an observation that short haired cats open their eyes sooner than long haired ones
odd
Ok, so she asked her mother, it's because they lived in "caves" for the first days of their lives out in the nature
It's the same for dogs or mice and shit
When the open their eyes before they leave the net
thats some wives tale myth right there if i've ever heard one lol
humans lived in caves, too
Whoever said that a 1.14.2 Paper server won't even START on 1GB well I have a few words for them... ๐
Now to see if by just joining will make it fall apart or if 512MB can really support a player or two.
Indeed, and those newer providers container wouldn't be long suffocating by now. Since I ordered a "512MB" Minecraft server that Pter killed long before it even booted.
From SkyNode
So yea I said it a couple of times but a 512MB Container is NOT a 512MB Minecraft server.
At 639MB Process Usage I will see if if it already running at full tilt or if I can remotely even join this minimal server.
Doesn't it make sense for the Cave living to be a result of them not opening their eyes
If your newborns can't see and can't move, makes sense to hide them in a cave away from danger
Topped off at 737MB of Process Usage and service able for at least 1-3 players for sure. Since the heap wasn't even at full usage (84%). So I KNEW something was up with those hosts who I tried that used docker containers.
Now to see how good their support is because if they are stellar I may buy this decent thing off of them. Despite being on some form of E5 Duals.
Since I have access to all 24 cores apparently.
how much bukkit runnable do I need to run at the same time in order for it to cause performance issues?

a single one that runs sync and takes a long time would be enough.
e.g. a network request downloading 10GB on the main thread ๐
that just reminded me of the asian driving meme
"how much notice i give to cut off 8 lane?"
"OK I GO NOW GOOD LUCK EVERYBODY ELSE"
NONE? I TURN NOW, GOOD LUCK EVERYBODY ELSE
(DiscordBot) HOW MUCH SIGNAL I NEED TO CUT ACROSS EIGHT LANE? - length 16s - 5,847 likes, 167 dislikes (97.2%) - 878,983 views - NLaos on 2011.08.07
generator settings are now supposed to be written as json? ๐ค
sorry but its skript
@unreal quarry maybe its something to do with the muscle development for their eyes or their tiny little brains finally installing the open_muh_eyes app a few weeks after birth
step 1: uninstall marijuanas addiction
step 2: uninstall dum
which uuid is offline mode? __-__-3__-__-__?
offline is v3
Citizens NPCs generate v4 but disguise them as v2 by changing that digit
I seem to be having an issue in the latest build. i keep getting large thread dumps on console that coincide with lag spikes ingame. console says not to report it to paper but frankly i dont know where else to report it, its persisted across multiple game versions and has only been happening since i switched to paper. is anyone else having this issue or am I just really unlucky?
@solemn leaf it was happening before switching, too. Spigot just doesnt inform you about it (until its too late and 60 second lag spike crashes the server)
Paper has an enhanced watchdog that is pretty verbose about lag spikes to let you know whats up
yeah it keeps dropping full thread dumps every time the server doesnt respond for ten seconds. is there any chance that the effort of creating a thread dump is contributing to the lag spikes?
negative
the thread dump is so you can see if plugins are the cause
if you're on 1.14.x then its most probably a bunch of getChunkAt calls in there, which is normal for 1.14
i see. it was doing this even without plugins installed so i can only guess at my server doing something stupid somewhere then
its on 1.14.2 now, but it started doing this when i first switched over back in the first few builds for 1.13.2
first few builds of 1.13 were bad, too. Aikar put a lot of work into it and got us async chunks which fixed that for us. Spigot and Vanilla still suffered, though.
we have leaf working on fixing it in 1.14, but its more messed up than 1.13 was, so its taking longer
mate i'm just happy to see that theres development going on. please dont think i'm trying to rush a fix.
infact i say take all the time you need. rushed code is bad code i've always thought.
^_^ agreed
i just got fed up with not knowing why console was forever blasting me with eleventy brazillion lines of error spam all the time
there are some settings on paper.yml you can change to lessen the spam. it wont fix the lag, it just makes it less verbose
look for a setion with "watchdog" in the name, its got two options
the biggest pain in the ass with things like this is not knowing enough about it to track the source of the lag. twas more frustration at not knowing what most of the thread dump actually meant.
i'm kinda more hardware than software.
a circuit diagram i can understand, but all my respect to people who can code because it may as well be alien runic language to my eyes.
thank you for explaining it to me though
you're very welcome ^_^
makes me a bit less worried that i fucked it up somewhere.
must admit i do like the way paper handled performance.
4gb server used to be constantly maxed with three plugins and spigot on 1.13. put paper in there and slashes that usage in half.
this guy sends one of my admins a tracert to my server to try to scare them saying they're gonna ddos
BAHAHAHAHAHAHA
wow.
send him one right back.
i wanna say then ban his arse for making threats, but not my server, not my rules.
so cuz I have to use -O with wget for parchment it can't timestamp >:c
timestamp what?
paperclip.jar
does -O not set file modification time or something?
or do you mean paperclip-mm-dd.jar
what's supposed to be timestamped
Anyone else a movie person in the US that uses the AMC A list?
Honestly it's so amazing. I've seen 9 movies this month for a grand total of $19.
Does anyone have factions running on their server? (on 1.14.2)
checks file attributes for last modified afaik
wget tells me that since I'm using -O the flag for not replacing if server version is older or equal last modified is ignored
i remember i was at work and had to sort files by last modified
well i wrote code that worked, it just took for fucking ever
came in here and asked for fastr wey
and someone said just fucking run powershell from java :^)
it worked, and fast too

work smarter not harder i guess
wait, what?
ugh, sorry, gotta go, will read later
@void void
sup
Why did it take faster through java?
no it went faster when i spawned a powershell process (FROM java)
What were you previously doing?
leaf did it in 30 mins afaik
Only java?
I used Files.listFiles(), and that's what was taking the longest. Millions of files. Initially, the entire thing was only java. I finally ended up just spawning PS and running something to the effect of ls|sort.
Plus, it was a network drive. So I don't know what the overhead was in numbers, but I would assume that it added to it
I see
If I still had the code, I'd share it, but I lost it when I resigned from my job.
Well then
The whole "abuse probably simulation" and "changing direction* thing is actually awesome
but can it make toast?
kek
fix/#12: Added code for Windows users

Not much you can do, really
That's exactly the reason I created AltFinder and AntiVPN
no chatting w/o rank, auto apply rank via bot after time spent
Doesn't stop DMs
true
We had similar problems
but it will help, nonetheless
That's fore a server, though
You have a solution for discord or are your eggs just scra... nvm
can prob disable phone verif at that point since that also doesnt stop DMs
We used that watchdog bot for Discord
Forces new users to go to a link and click a recaptcha
can you stop them from seeing people until a rank is given?
Are they spamming your discord or dm'ing others?
If they're spamming, go make/find a bot that deals with filters
You can't DM who you can't see
For DMs you can't do jack, provide a tut to disable DMs
Put unpriv users in a group
Guess you could require tying your discord to a mc account
Honestly the watchdog bot works well enough to start
Does anyone have experience with visual studios (Windows form app)
Then get a moderator or three
I think it's that one?
mcbans anyone?!
Lol
This is a stupid question, but I've never used gradle before, do I use "build" in intellij?
To get the plugin jar
Because it's not including the API on this plugin I forked right
Can roll your own ban system easy enough
I'm under gradle > tasks
build > build
But why
"multifactor background check" -- but can I audit this? I'm trying to find the source for this bot. There's no extra info behind the headlines, unless my browser is just being stupid.
I see no benefit to this
I'm not sure about a source
Honestly I didn't focus on Discord
I let other people do that
meh
Seemed to work anyway
I mean, they're likely not going to bring anybody on who can actually not use their phone for a week without strain, and well, it's dumb
and yea, automation is cool, it's just nice knowing what it's actually looking at
Don't let the bot completely take over moderation, just make it easy for moderators to use
And useful
That's what I wound up implementing on Perf
In the end I helped cut the amount of effort our mods needed to expend
The ban system sending people to an anarchy server was hilarious. Also the largest pain in my ass
Caching is a bitch
Cache invalidation across a network in less than five seconds anyway
I did
Lol
Redis is also a network call though
So caffeine
I used MySQL, Redis, rabbitmq, and caffeine
Caffeine to reduce network load
I use a cache for my user objects, but most stuff is just pushed off and dealt with, queries are done as needed, etc
I don't feel the need to start throwing caches in stuff early, would rather create some controller or something that everything has to talk with that deals with all the caching and stuff
I wound up assuming access and kicking to the jail server if found otherwise post-join
hey its me ur bro
hey simple remember all those things I did for you?
I didn't want to delay player logins so everything was checked on first join and sent across the network
Though now I believe bans are checked solely on MySQL through a function
I don't like the whole "lets cache everything on the server" approach
The speed was necessary since we had ~400 concurrent
Especially for things like bans, etc; I do need to consider looking into getting a messaging system setup for when I start adding more servers, but a lot of stuff in cache is just ๐คท
~350-~400
Teto has just experienced... the most Wholesome Stream of all Time
Who is Teto
.remindme 76h libcomp
DiscordBot: Reminder set for 3 days from now.
Actually I didn't originally think to cache locally until some asshole constantly re-joined one of the servers and effectively DoSed that box with all the requests on the join event
Not being able to Ctrl + Q feels so fucking weird 
Get a mac, then you can command instead
I wasn't aware there was an async join at that time
best
Welcome
I'm trying to add a handler to the logger but I can't seem to get it to print all messages that I can see in console. I am wanting to intercept all things logged to console so i can read them with my plugin. Is that possible?
implement an AbstractAppender and add it to the root logger
wait paper uses log4j?
yes
heres an example of how i'm logging my console output to my discord bot https://github.com/BillyGalbreath/Discord4Bukkit/blob/master/src/main/java/net/pl3x/bukkit/discord4bukkit/listener/ConsoleAppender.java
beautiful, just what I wanted. thanks
me, just now
UEFA Nations League finals
๐ต๐น 0 - 0 ๐ณ๐ฑ
@void void I need to study
Also me: starts random pointless projects
yeah i do that too when i have a project i really need to finish
TIL the polish conscripted a bear into military service and the bear was promoted to Corporal

So you're saying that bear did more for its country than Trump?
I don't know why politics just reared its ugly head, but okay!
https://us-central1-chinesemarc-2.cloudfunctions.net/helloWorld?id=stone
What i made today because i was bored ๐
nice
That smooth image generation
needs more antialiasing
wat
Someone recommend a solder iron
oh my god lol, this is literally the IRL version of "everything is fine"
https://www.youtube.com/watch?v=-Ung95ORVUY
(7 Apr 2003) STORY The former Iraqi information minister appeared on Arab television on Thursday - his first appearance since the collapse of Saddam Hussein'...
(DiscordBot) American Troops At Baghdad Airport And Mohammed Saeed Al-Sahhaf - length 57s - 23 likes, 1 dislike (95.8%) - 2,215 views - AP Archive on 2019.04.08
sounds like the norm
@vestal jasper good on
idk then
I nabbed a cheap $35 one recently and it's worked well so far
variable temperature
template<typename S, typename B>
std::size_t timeout_read(S* stream, const B& buf, asio::error_code* error,
const asio::steady_timer::duration& timeout) {
std::size_t read_len = 0;
with_timeout(stream, error, timeout,
[&read_len, stream, &buf](asio_completion_handler handler){
stream->async_read_some(buf,
[&read_len, &handler](const asio::error_code& err, std::size_t len){
read_len = len;
handler(err);
});
});
return read_len;
}
This snippet instantly reminds me why I prefer java over c++

Welp, time to brek sum stuf
because with java you could just do #setSoTimeout(...) and don't worry about writing a timeout handler yourself.
#paper-github be scary

incremental chunk saving
fancy, let's look at the diff
The diff itself is pretty easy, I maybe shoulda put aikars name on that one, given that it was based off his patch but :/
shit just realised I am in the wrong channel
literally just went to adobe and was like "im broke, can u help" and they said they will give me 90 days of free creative cloud
okthx gaiz
@spiral garden i didnt expect much
i was gonna cancel, but they wanted to charge me so i told him i cant afford to pay monthly and i cant afford to cancel wat do
and he said here's 90 days free

i hate some people
how can someone decide that it's a good idea to connect 15 thin clients to a 100mbit switch
and expect that to not fail miserably
"A+, Net+ Certified!"
those don't exist here
so you just have to trust the IT firm/person you're dealing with
the firm that did that specific network seems competent-ish
so why in the world did they decide on 100mbit
Minecraft Dungeons, an all-new action-adventure game from the creators of Minecraft, is coming in spring 2020! #XboxE3
818
2162
I see your cleanup op was a copy pasta of the patch 
bruh why are they making spinoffs
I mean, how is that Minecraft Dungeons gonna be, a fork of the original game?
watch the video
I copied the settings, there rest of it is mainly "theres only one way to do it"
wonder how much that patch would help tbh
hmm, so basically an RPG?
it removes the spikes, major concern is balancing max saves per chunk
yeah that's gonna be
given the IO is synchronous
and given chunks seem to refuse to unload :>
wonder how it'll all play out
would anyone happen to know what datetime format the eula generates? its something like: Sun Jun 09 22:50:18 CEST 2019 is this a standard? or just a custom format?
checkout the eula class, it'll use some formatter
i dont really have any decompiled source on me rn
yeah but its not the standard format in C# i think ๐
TIL fabric isn't just some mappings alternative to mcp.. its an actual mod loader like forge was
got me some fabric + optifine + voxelmap on 1.14.2 and it nice \o/
yeah, everything seems so much nicer than forge was already, and i've just started using it
forge feels so clunky in comparison
i cant wait to make a mod for fabric now ^_^
just gotta figure out where all their docs are to help me setup IJ environment
yarn:mcp
fabric:fml
fabric-api:forge
loom:forgegradle
...etc
so much to learn... so little time :3
why'd i have to find this 4 hours before i go to bed to start the work week
kinda feels like the end of an era now. rip forge.
i'm gonna start small. probably next weekend. gonna make a client only mod to fix the damn seat positions of all these mobs for my ridables
lol
e.g keybind v -> runs simply /vanish etc. and helps to rotate between players
ooh
neat
i was waiting on forge to update to 1.13/1.14 so i could do it there.. but i'm still waiting lol
forge is updated
to 1.14.2?
yes
really..
wth, no one tells me anything lol
worldedit is already updated ^.^
that's what all those gifs last night were from
with the item brush
oh, its like 2 days old
made it sound like i missed some big announcement months ago
lol
No Billy, everyone else got it 2 weeks ago. They decided to hold off for you to see it till 2 days ago. "this guy isn't bored enough yet, let's make him wait" /s
Run Billy, run!
https://twitter.com/Windows/status/1137840024890699776
New Minecraft game just announced at E3
Just announced at #E3: an all-new action-adventure game from the creators of #Minecraft. Minecraft Dungeons is coming to PC, consoles, and Xbox Game Pass in spring 2020! #XboxE3 https://t.co/00RMoOJpan
(DiscordBot) โ@Windows (Windows): Just announced at #E3: an all-new action-adventure game from the creators of #Minecraft. Minecraft Dungeons is comiโฆ https://t.co/QS3HwiJ6vL (2 minutes and 25 seconds ago)
โJust announced at #E3: an all-new action-adventure game from the creators of #Minecraft. Minecraft Dungeons is coming to PC, consoles, and Xbox Game Pass in spring 2020! #XboxE3 https://t.co/00RMoOJpanโ
So instead of fixing stuff, they come out with new stuff, seems legit.
DOA
"Windows on Twitter" should be the other way around ๐ค
@old badge that game was announced in minecon last year
Not too new
just a new trailer
^
Ayup, antvenom covered the issues the Java community's having https://youtu.be/uhJunIeU8Go
Thanks mojang ยฏ_(ใ)_/ยฏ
Minecraft 1.14 servers perform so bad that it's killing the game... ยป Facts & Lists Playlist - https://www.youtube.com/playlist?list=PLR50dP3MW9ZUjf6oq6l9DOO...
(DiscordBot) this issue is KILLING Minecraft 1.14... - length 10m 57s - 3,695 likes, 141 dislikes (96.3%) - 30,640 views - AntVenom on 2019.06.09
mojang fixing bugs
antman makes so bad videos nowadays
just clicky videos without real content
like, whats the content of that 10 minute vid?
The issue in his preview pic has also been fixed?
yeah
his stuff is so shitty nowadays
like, the way he presents stuff is cool
but like, there is no content
1.14 update was cool but performance is shit so anarchy servers like 2b2t don't update but mojang is currently fixing stuff
11 minute video
he just wants to generate clicks ๐คท
I mean, this is just sad
notice how every title has "..." or "?!"
like not a single exception
I kinda wish I could stream and stuff, but I just don't have the connection for it :/
Also, the fact that I'm in the living room is 10/10 for the rest of the flat
I would stream me coding stuff but a) I can't speak english properly and b) its boring, lol
I have anxiety, and I kinda wanna start leaving my comfort zone a bit more, but it's like o.O
ah
for that it would be easier to just play games I guess
and voice chat with ppl
Hello there! Im looking for some advice regarding servers (or rather, Paper vs Sponge) as I am going to set up a server for my son. Last time I played myself was probably 7-8 years ago, so would be great to get some pointers
cooking food, but it's mostly, "do you want mods or to use bukkit plugins"
how old is your son?
he might know more about this than you do and have preferences, depending on his age ^^
hmm, all I know is he watches something (or guy?) called hermitcraft(?) or something. Think he wants to have a server like that
He is 8
so not mods, smp
I would go for paper then, but expect him to get angry that some weird technical contraption doesn't work like he wants to you need to tweak settings ^^
Aight! Thanks for the help!
oh and just so you know, hermitcraft is a server where like 30 youtubers play together
aha! good to know!
Trying to learn more about Minecraft these days so I can help and/or play with him
oh man, I hope minecraft is still a thing when I have kids in that age, lol
or at least something similar
Fight your way through an all-new action-adventure game, inspired by classic dungeon crawlers and set in the Minecraft universe! Coming to PC in 2019. Brave ...
(DiscordBot) Minecraft: Dungeons โ Announce Trailer - length 1m 27s - 41,385 likes, 1,570 dislikes (96.3%) - 1,320,448 views - Minecraft on 2018.09.29
rip hytale
this looks fucking sickkkk
So wait there was PCPE, then WIN10, then Console, then Bedrock and now this garbage?
its just an ue4 dungeon crawler with the minecraft IP
its completely different, I would be surprised if you would even place blocks
its like minecraft story mode
Ahh so it just a re-brand basically right?
its an original game, but in the genre of ^
or well, diablo is more hack and slay I guess
I expected to be first person tho ๐
Does anyone know how I actually order a backup/storage server through OVH? It keeps sending me in circles ๐คฆ
You mean the extra storage thing they offer?
Get a free 500 GB backup space with every server. Data transfer via FTP, FTPS, NFS and CIFS.
You need to order it as an addon to your server from the manaver
Oh wait
I literally just read that
Oops
I've been sitting here for 30 minutes clicking around trying to find it

In which case, are there any recommended (and cheap) places to go for ftp file storage? I'm trying to find a place to store my server backups
Do you have an OVH server?
I do not
I'd look around, there are some cheap ass arm servers around which have decent amounts of storage on them, depends on your budget
(sure, arm, but like, if you're just using it for backups, it's likely not an issue)
Does anybody know any good scoreboard plugins for paper which support PlaceholderAPI? Currently using AnimatedScoreboard, but it's unsupported on paper.
I found one place for $2.50/m but they have a max file size of 16gb/transfer, my full server is already 13gb zipped up
There's a lot of ones like KiteBoard, LiteBoard, QuickBoard, etc.

You could create multiple zips, or do you mean 16GB total
Yea, I personally just recommend going for a cheap dedi or something for backups, FTP specific sites aren't going to give you anything super nice
I have Server Restorer taking backups and compressing them for me right now
A backup of an old dedi?
Weird.
That's why a lot of people docker stuff so they can just pack up and move
use S3 for backups
S3?
Also I took a look at SYS's ARM servers but they seem to be completely out of stock
Iirc those always go out quickly.
They're pretty cheap so I can imagine
Yup
I know a lot of people will do Rsync snapshots so they can do backups while the server is running.
I'm not going to pretend to know what that is
It basically will constantly save backups of your server to some place local or remote and it'll only actually send over what changed
I was planning to just use ServerRestorer's built in system to offload it to an ftp server
We store terabytes of data so we just use an OVH storage machine
works well tbh
I should of put tens of before that but oh well
Woah :p
Is there anyone else you know who offers cheap storage? I'm struggling to find what I'm after
Sys's looks ideal, it's a shame they're out
S3?
storage for backups specifically?
either way i'm fairly partial to backblaze, they've worked alright for me in the past
s3 is nice also if you feel like affording it
I did just look at those actually
Would I be able to send backups from ServerRestorer to them via Ftp?
backblaze is nice, only irk for me was that at least with the personal stuff, it kinda sucked for downloading stuff back, but then again, I do have stupid cases where I have dozens of small files in folders which never helps
@vestal jasper What do you mean by this https://discordapp.com/channels/289587909051416579/555469074080202765/587431379768442901
It's using reflection and I'm not sure why
@vestal jasper Do you know if the problem is in IReflection.class or TriggerMethod.class?
Might be
my first client side fabric mod \o/ (i fixed the seat position when riding polar bears, which normally would just make them look like they're eating you)
fabric?
pic from long time ago when i first noticed the client seat hight issue http://i.imgur.com/lctKHo4.png
Well
I've seen something like that before
It was... concerning... to say the least
^_^
@Mixin(PolarBearEntity.class)
public abstract class MixinPolarBear extends LivingEntity {
@Shadow
private float warningAnimationProgress;
public MixinPolarBear(EntityType<? extends PolarBearEntity> entityType, World world) {
super(entityType, world);
}
@Override
public double getMountedHeightOffset() {
double height = getHeight() * 0.75D;
if (warningAnimationProgress > 0.0F) {
height -= 0.5 * (warningAnimationProgress / 6.0F);
}
return height;
}
@Override
public void updatePassengerPosition(final Entity passenger) {
if (hasPassenger(passenger)) {
float yOffset = (float) (getMountedHeightOffset() + passenger.getHeightOffset());
float xOffset = 0.0F;
if (warningAnimationProgress > 0.0F) {
xOffset = -1.0f * (warningAnimationProgress / 6.0F);
}
Vec3d offset = new Vec3d(xOffset, 0.0, 0.0).rotateY(-field_6283 * 0.017453292F - 1.5707964F);
passenger.setPosition(x + offset.x, y + yOffset, z + offset.z);
}
}
}
simple fix. took me so long because i had to learn mixins :S
What the hell, Justin Bieber just challenged Tom Cruise to a fight.
Sounds interesting
Tom Cruise gonna go Lord Xenu up on his ass
nerver forget when Orlando Bloom punched Justin Bieber
Anyone interested in helping test GriefDefender before I release to Spigot/Paper?
woah I finally completed something new with staff+
feels nice actually coding for myself instead of for school
What'd you make
congrats
A way to change your password for staffmode and then to have it reset by say the owner in case you forget before it was welp
Next up on the list enderchest peeking for online players
Nice
school programming just isn't the same you know
@void void ill DM you test jar
on discord, while i'm here already
@unreal quarry speaking of fixing mob issues, i'm looking forward to mod which fixes mob elytra flight oddness :p
i've tried to solve this myself but apparently adding elytra flight feature for mob (i tried with zombie at first place) wasn't enough to do the trick
Damn, my mobo firmware was like 2 years out of date. Don't forget to update your shit ppl >_>
Apparently I been missing out on some Intel security updates with my old ass BIOS ver.
realistically updating bios versions
is something 0.1% of people do
windows should be enough at patching the microcode
yeah, but it's still nice I suppose. I mostly updated though because of some XMP issues when I upgraded to DDR4 3200MHz
Yes
Any Spigot Devs online?
I could use a hand with a bug I can't squash
It's getting kind of annoying.
pastearino logarino
hey folks, is multiverse good still in 1.14.2?
I don't know where i should ask this sorry
mfw 8 people join at the same time that all have near identical IPs
vic ur serbur is trash
dio will smash ur face leaf
.g dio
(DiscordBot) https://www.ronniejamesdio.com/ -- Ronnie James Dio: "Tweets by @OfficialRJDIO."
@ornate sun
.g dio brando
(DiscordBot) https://jojo.fandom.com/wiki/Dio_Brando -- Dio Brando | JoJo's Bizarre Encyclopedia | FANDOM powered...: "Dio Brando (ใใฃใชใปใใฉใณใใผ Dio Burandล), known simply as DIO (๏ผค๏ผฉ๏ผฏ(ใใฃใช)) from Part 3 onwards, is the main antagonist of both Phantom Blood and Stardustย ..."
DIOOOOOOOOO
filthy weebs
@ornate sun , use Multiverse 8.0.0
ovh start of attack email
8 people join at once
they all log off
ovh end of attack email
notsuspiciousatall.jpg
thanks @tropic quarry I'll check it out
I doubt they themselves were the trigger lol
rtp?
random tp I assume
random teleport
tp's to random player?
oic
^
in that case then prob just to trigger a bunch of chunk loads
need to cooldown that shit
Tbh, even asking for a loaded chunk seems to hit all of that mess
.ask
If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply.
clone the item first
(or at least make sure to try to bump up the item count, otherwise the server will decrement the amount and turn it into air for you)
Yes
Whelp, just bought more steam games I'll probably never play.
@golden gust
You mind if I dm you?
I did what you said, no change.
Maybe I'm doing it wrong?
Easier to keep stuff in a chat where others can comment
At this point we kinda need to see code
Electronic I have two questions
- what is #1615
- with that incremental saving, is that exclusive to 1.14?
- No idea, somebody probably had to hit rebuil for something
- No, that's been brought up to 1.14 today, however
Btw, I get all three test messages through, like events are registered, the lore is picked up etc.
Ah okie thanks
the incremental saving is great, no more extreme lag spikes :)
I'd probably suggest just giving them a new torch on the next tick vs trying to do whatever
Also iZeusi you might be able to just cancel the event then check what block the player is looking at and one behind that and place a torch there but that can cause problems I'd imagine
Ehhh.... the torch has special lore, and it has glow and stuff...
I tried TehBrian
But I struggled to rotate a wall torch, if they placed it on a wall
Is the special lore variable each time it's given?
the event should expose the block face
You'll want to use the blockdata stuff too
If it's the same torch each time you really can just give them another no big deal.
I can convert the code to do the event cancelled, I'll get back to you when I get stuck
That'd probably look the most seamless.
(assuming you're using 1.14)
And couldn't find anything online
Wrong directional probably
Seeing it placed on the client and getting a new torch a tick later is a lot more seamless than seeing it weirdly disappear and then reappear in the world.
Does placing blocks through the API even trigger a sound?
Wait so
What do you want me to do?
TehBrian
You want me to add the torch back to the inv?
That sounds like the easiest..
Then please, how would I fix the pastebin code?
Or you're saying
I make a new torch
And add that to the inventory?
With the same lore and stuff?
How are the players getting the torch in the first place?
It's a crate item
That just sounds like the best idea to me.
Right sure
No worries
What to give an item to make it glow, but hide enchants?
I have the meta stuff all set up
And can add the enchant
But what to give it so it is hidden?
Yeah yeah, I guess I'll have a google cause idk how to do this bit at all.
Just copy everything from the crate right?
Well, no
Because the item doesn't have glow
I use a plugin to /glow it
Because some time ago, I was a java noob, and didn't know how to glow.
So, what I did was get the item in inv without glow, and then /glow it, then add it to crate
Enchanted look without enchants
Oh okay that's just a random enchant with a flag to hide it.
Yeah but idk how to do the flags.
I suggest you have an ItemBuilder class somewhere in your plugin which makes building items easier.
rip there isn't a replay mod for 1.13.2
Hmm actually could you get .. give mee a second.
Then we gucci xD
I'm not sure if event.getItemInHand() gets the item before or after the block is placed.
So, how to get item before xD
What API version are you using? 1.14? 1.12?
@EventHandler
public void onBlockPlace(BlockPlaceEvent event) {
if (event.getItemInHand().getItemMeta().getDisplayName("Infinity Torch, just do your checks")) {
event.getPlayer().getInventory().setItemInMainHand(event.getItemInHand().clone());
}
}
I'd imagine something like that but can players place blocks from their offhand?
Why the fuck does Google Maps think I'm going to a Walmart in Quebec? I'm just walking down the street in BC
It might be "better" if you compare items directly, if you can somehow get the item given by the crate.
Mainly just don't compare the display name.
Players can change that with anvils and that could lead to some cheating.
I did it
@cosmic raft because you are in a walmart in Quebec, it's a fever dream! Wake up!
With making the rare pop into my inv
Sorry
I mean
I fixed it by creating the itemstack again, using the same thing as how I was getting it in the first place
.clone() is pretty useful
Perhaps you could make this more generic. If it has [Infinite] in the lore, then .clone() it on place.
Could lead to some more cool stuff :)
Like what?
Oh
You mean other objects
Not just a torch
I do in my actual code, just use the lore
Cause I have 20 different rares, with loads of different custom enchants from lore
And I kind of just mix and match
I'm happy with this now though.
What are you trying to do?
I'm trying to allow it in my creative world, and I've never seen this message before. Google is turning up no help. Gamemode is set to Creative, as is the world's gamemode.
That you have no permission to?




