#general
3141 messages Β· Page 272 of 4
Finish the verse and I'll give the person who guessed the song the prize.
Barty are you trying to doxx me?
no
Lol I just compiled and I'm apparently already behind
told ya he might force push
Yup
Now I gotta update the nms page again
I'll wait a bit in case he does that.
Is there a place to see what he changed in each version?
I was looking around in the stash
Ahh
and then soft reset to latest
and git diff
when paper updates
so nag the retard doing it
Okay lit, on latest ver now
doesn't like the r word confirmed
Whelp, chunks are loading, so that's good.
I figured out that chunks still exist in .4 at least.
I think they are faking the tps. It's staying at 20.

yes
Since when did they have their own region files?
since they were introduced
Alrighty then
i.e. 1.14
Ahh
Pretty sketch. I just did some WorldBorder generation and didn't drop below 20 TPS.
Heh, there we go, I broke that lil fucker.
tps counter broke
love this rust syntax
!check_eula(&env)?
! on one side, ? on the other
perfect harmony
Needs to be:
β½check_eula(&env)β½
burn wiz's town
mbaxter it sounds like you'd really love APL
it's quite nice
but im probably biased
I write a lot of go now
and I wish to fucking god
that that language had literally any syntax at all for handing errors

instead 80% of your code becomes error handling
if err != nil {}
over and over and over and over and over and over
"but it's better because it encourages better handling by not throwing it up in the call stack!"
Anyone requesting an ETA will be fed to goblins.
@carmine hinge Surely this is the place to ask that question about catch-up
"Computers will definitely write code on their own soon!" I tell myself as my password manager repeatedly inserts my credit card number into the zip code field.
556
2838
(DiscordBot) @garybernhardt (Gary Bernhardt): "Computers will definitely write code on their own soon!" I tell myself as my password manager repeatedly inserts m⦠https://t.co/9caOsJGFSf (5 months and 7 days ago)
Whats a good worldborder fill frequency for a server with 0 players on?
1x1
/wb [worldname] fill [freq] [pad] [force]
1200
Oh, I was only joking, I didn't understand π myb
Lol, @fallen oracle would that load it properly? with 0 players on?
Yeah
1.14.4 is on paper?
they are working on it it will be out when its out
If any reputable server admins want to give paperd a test f or me I'd appreciate it
Ik that @void void I just said that cuz barty said on 1.14.4 so i was confused
they did say improved, not fixed
I'm confused. Is this performance optimizations to the rendering of leaf, OR is it performance optimizations to leaf's rendering algorithm?
theyve pretty much admitted its all gonna wait to 1.15
Demon, does it work on WSL?
so 1.14 is basically windows vista but minecraft versions
won't know until someone tries
Hey barty, do that /ontime tehbrian again ;)
it's built specifically for linux, but I would imagine it might work in WSL2 where it's just a VM
Oki
I can test when paper pulls from upstream
I can boot up a linux VM and test it if you'd like.
dunno about v1 though
They handle like advertisment for java
Probably gives them deadlines I bet, you're probably right.
so they really wanted 1.14 pumped out
thats why most of it is unfinished
cuz iTs BeEn a YeAr
don't really care to sell this to you, if you don't want to use it then cool. but @fallen oracle I would appreciate the test
give me a second and I'll get the latest builds to you
idk how to explain it better than the readme
running MC like an actual linux daemon
DemonWav, how does paperd handle server shutdowns, does it reboot?
"I've been quite hard criticizing Mojang lately for lack of focus on quality and performance. This statement is a huge relief. Looking forward to 1.15!"
Don't speak too soon, lol.
That's a funny interaction. The guy who mistook the post was the same guy earlier.
No I just think it's funny lol.
they did fix one instance for chunk loading
@cunning raft I don't understand the question
Which one's that, Leaf?
since they did some bullshit getEntities call for pathfinding targets
Hey is like CPU performance slightly better in 1.14.4 for servers?
paperd has a restart command
and it loaded neighbours
Oh it does
and a stop command
Well I dont see why it woudnt work in v1
and the in-game restart command uses paperd rather than any restart script
It wraps all the syscalls
ah nice
oh
itd probably work in v1
Out of curiosity @ancient bolt will paperd get waterfall support?
better hope it does because v2 isnt coming until this time next year
not likely, waterfall is kind of hospice care until people can move over to velocity anyways
I dont think this is too hacky of a thing though, should work
but the framework can be easily ported over to waterfall if someone wants to do that
I want to get more people to use Velocity. Gotta figure out some ways to promote it, get more developers on board, ...
don't want to reboot my servers more than needed
Is velocity supposed to be a bungeecord replacement?
@peak dirge if I pulled the paperd framework part of Paper out as a library so you could use it in velocity is that something you'd have any desire in using or doing?
i think i accidentally connected to my 1.14.3 server with a 1.14.4 client>???
would be easier than copy/pasting that code from paper if you want to use it
paperd would just have to be forked
I don't have a problem with someone making a velocityd and integrating the support into a future minor release of Velocity
I suppose I could do that and say I've contributed to velocity
ACF has velocity support, right?
Yes
Alright cool. I got a new plugin coming out soon that's proxy-based. Might have to look into Velocity support.
Velocity, different API than Waterfall?
Correct
I'll take a peeksie into it.
But still has the base API?
is demon boy a velocity dev?
Is still has the basic bungee api?
It's got what you'd expect
I have no idea about the Minecraft protocol and I'm not keen on touching it haha.
@austere ivy That's only if you want to contribute to Velocity.
Oh okay.
Protocol - whether in a given situation you should say "Beep boop", "Boop bop" or "Have you seen my chunks?"
Still need to work on that downloads API, but time has been in short supply.
"Endianness" seems like a cool word.
little endian is god tier
So, paper's latest version I'm guessing is bleeding edge? Is it worth using it?
don't insult it π
Or waiting until further updates
Just stating facts
Endian, we're all bits
Storing things in memory in the order that it is read (left to right) makes more sense in my opinion.
but I don't think I'm qualified to argue with folks who think otherwise.
tbh it makes downcasting integer values when reading from memory easier
oh hey spigot's .4 release is out
we know
You like big Endianess and you cannot lie?
that was quick
Probably with how the information is moved through the system
Used to pack flags into a byte
probably still done
you cannot send a bit around anywhere on current hardware
That's what I thought.
a single boolean can take up 64 bites on typical 64bit machine
Oh.
since classes are word aligned in memory
Isn't that kind of inefficient?
does java have something similar to C++'s bitset
memory is cheap, it's significantly more efficient
Ah okay.
how about the BitSet class
but that means with a class if you have 5 booleans you're likely using the same amount of memory as 1 boolean
since it's just padding mostly
[20:42:50 ERROR]: Exception in thread "main" java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
[20:42:50 ERROR]: at net.md_5.bungee.conf.YamlConfig.getServers(YamlConfig.java:228)
[20:42:50 ERROR]: at net.md_5.bungee.conf.Configuration.load(Configuration.java:107)
[20:42:50 ERROR]: at io.github.waterfallmc.waterfall.conf.WaterfallConfiguration.load(WaterfallConfiguration.java:60)
[20:42:50 ERROR]: at net.md_5.bungee.BungeeCord.start(BungeeCord.java:274)
[20:42:50 ERROR]: at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:64)
[20:42:50 ERROR]: at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)```
What does this mean?
lol
actually in #waterfall-help
is Minecraft Classic still played?
that's generally the format of lists in yaml
You could try feeding your config into a yaml linter/validator
Im on 1.14.3, paper #134
got a live server and a dev server ready to upgrade
willing to help test
Thank you all for the amazing work on Paper, for without it this wouldn't have been possible β€
ok I need help figuring this one out
I want to run a #getChunk on chunk load
but seemingly that's thread unsafe
is there a workaround? am I failing to see something?
I just need to know if the chunk getting loaded is the right one to populate with my npcs
Howdy all. Love ya software, you are all good peeps
I'm a server admin who uses paper so i figured I'd keep up to date
Fancy idea @flat bronze
turns out it was an old paper bug, disregard it
Disregarding!
lol hey techy
how do I turn off force push notifications from github 
Heya all, my friend was falsely banned from Hypixel for hacking and her appeal was rejected. Any good alternatives that have bedwars and/or bridge duels?
@merry talon Stop force pushing? π
Then everyone gets to see how often I forget things
Thaaaat's aggressive.
retard recognizes retard
i know
which means ur retarded by that logic
we're all retarded
yeah ur all retarded
this is retards only discord
.leaf
Despite the fact KeepInventory is set to false, with MV disabled, I do not lose my items upon death.
Anyone have any ideas on what could cause that kind of thing?
Yes
What do you mean?
Op gives you all permissions except those the plugin author explicitly defines as not being granted to Op.
Important distinction for some plugins π
why does minecraft have op
Ah, I didn't think of that, thanks, but now I need to find what plugin would do that.
To be fair, another user without OP told me they had the same effect and I just confirmed that wasn't true, grumble grumble.
literally all performance issues would be solved
I agree, why are we using MC or Discord or even Windows?
IRC would solve everything
including the housing crisis.
minecraft has different op levels
Anyone have any idea what plugin could do this though? I wouldn't have installed anything knowing that would be the effect.
@spare venture Don't hate permissions.yml
I'm oldschool, i'm still with GroupManager, but apparently LuckyPermissions or whatever is a thing now
What do you use?
Oh god.
permissions.yml
in one server I had my discord roles as IRC ones
there was significant REEing about it
@thick rose GM was a bad plugin before it died in 2014. Please use LuckPerms for your own sanity. It even has its own web gui functionality for easy control.
Masochism, barty
begger
I used groupmanager before it died, then I moved to PEX, PEX was broken and caused issues with some plugins, so I eventually went back to groupmanager. Simply because I know it works.
I'm not saying it isn't a pain in the ass to setup.
PEX was a bad plugin before it died in 2017. Good lord.
I use Zperms.. I was told to use Luckperms but I absolutely hate luckperms lol
i did that same thing as you @thick rose but i found my way to luckperms which works wonderfully so far
When I last used plugins like this, it was 2013-2015.
It's like watching someone talk about how they're not a fan of alcoholic beverages because all they've had is bud light and miller light and they keep switching back and forth.
MHhbl
I still have the goo.gl url memorized ...
My big list of all the horrible issues with PEX in 2013.
lol
i still use pex
The number of times I had to link someone to that document because PEX broke my plugin...
I liked the simple pex or group manager type tbh luckperms didnt seem very easy to use imo

@empty spear What part of the web editor is not very easy to use to you?
the web editor is god
It's like, user, permission. Or group, permission ._.
If you can't figure that out, how did you figure out joining this discord server.
also i switched mine to use yaml still instead of the DB just because i wanted it to feel a little more like my old plugin
I have autism so not all is easy to use depends what it is :p
Sometimes it's just hard to get my head around things coz I was more familiar with the pex plugin so learning something new was a pain for me
is it that you want to edit the file by hand?
cause luckperms has an easy setting for doing that if you love to edit yaml
I do prefer yaml yeah
then set it to yaml
But I got a perms plugin now anyways
Β―_(γ)_/Β―
Lol
Bukkit plugins need more HOCON
Nah, they should use RON
Looks more suited to an internal data representation than user facing configuration
Guess you could explain to users what structs are and shit but meeeh
bukkit needs more rust in general
The entire Bukkit API is very rusty
like this bukkit program I wrote entirely in rust https://github.com/DemonWav/signz-rust
wat
Native, C-based Bukkit plugin API. Please don't actually use this
What else could you want
The best projects tell you not to use them
one written in x86-64 assembly?
pretty doable using wat
Something something MIPS take over
actually, I should do that
migrating to C might be the worst idea ever; imagine all of the plugin developer related memory leaks
I love the size of the Windows part of wat's readme
it's such a trash dev environment
Imagine all the chat clearer plugins in C
No memory leaks in Rust ;)
Well, you can still have Rc/Arc cycles which would be a leak
"This isn't what the documentation for FindJNI says or how it should behave, but that is what it does on Windows."
But the whole point of it is to get the safety of GC without the cost of GC so it keeps track of when you stop using something and frees the memory
TIL FreeMarker
Also I'm going to make node bindings for wat so you can make plugins in JavaScript in the least efficient way possible
Sure why not, I'll whip up some cython for python bindings too :P
almost none of bukkit's API is actually implemented, since it's so much work for literally no gain, actually possibly even negative gain
Although I think the preferred way to do such a thing these days is to use cffi from within Python so your bindings work with any implementation that implements that module
but I've considered changing the generator to instead generate C code directly from the bukkit interfaces, so when you call wat functions it's all just one giant JNI wrapper
but I 1. haven't come up with a feasible way to do that and 2. haven't had the energy to care to come up with that
Although really I should use your rust bindings and then use https://github.com/PyO3/pyo3 and https://github.com/neon-bindings/neon
then join them https://github.com/chrisdickinson/node-python
wait so how does WAT even work, i just saw that
with some reall bullshit
it calls C from java?
wat
JNI boys
it lets you implement your bukkit plugin in any language that has a C FFI
ok so its doable but i'm guessing very messy when you get into the gritty parts of it?
It's awful
it's worse than you can imagine
it generates translation code for moving data back and forth between java and C
JNI is horrid to work with and usually you're using it to consume some C library, not to pretend your Java app is a C library
and that translation code is ridiculous to say the least
but the generator is pretty cool tbh
if fairly limited
I think I have an example generated file in my gists somewhere
enjoy
entity is a pretty thicc struct
so in our server that just started, we have some people who made massive cow farms with hundreds of cows, are there plugins/approaches to help reduce server lag from that?
im not sure if i like or hate that icon
this is prob because statuses will get enabled soon
wait demonwav why does that repo say its written 96% in C when the only files in there are rust files
oh wait nvm theres a .h lol
are there paper/spigot things to help with limiting mobs or do I need plugins
You can change how often mobs spawn and stuff like that in the different configs
.optimize
Guide for optimizing performance: https://www.spigotmc.org/threads/guide-server-optimizationβ‘.283181/
well the issue here is people with mob farms with 500+ cows
or uh, just manually fed to have 500+ cows
[VADemon] this issue is solved by plugins or mob clamp damage
^
any plugins you recommend?
trying to look around for something
Lit.
[VADemon] @gabby: maxEntityCramming is a gamerule not a paper/spigot option
[VADemon] but there gotta be plugins that allow to set per-chunk limits
ClearLagg has chunk entity limiting
Paper 1.14.14 when 
10 away now bois
I heard paper 1.14 is semi stable ish now
@pseudo island I love your profile picture and name
Is it stable enough for a large ish server though?
My server's a relatively large movecraft type server
I heard that new ice was dope
As in relative to other movecraft servers
So it involves a lot of chunk loading
Considering that 1.14's biggest problem is chunk loading.... π
I'm still on 1.12.2
they're doing what they can, its under way dont lose hope π
People really want the new building materials for ships
And also new players can't join easily
Probably would've got a lot more new players over the past year otherwise...
Via version doesn't work well with ships so I don't have it
People crash a lot with it
New players can join easily. Back in my day you had to still own the old jar file to downgrade
now its all builtin the client
Yeah but it's effort
And my player retention is bad enough
It's a complicated server lol
Complaining here won't speed up anything
Ik I'm just saying why I want to upgrade lol
60 seconds until .4 drops 


@upper flicker you big troll. The download button don't work
Paper team thanks for your hard work on 1.14 you guys are incredible
how rare are the wandering traders?
[VADemon] when is the paycheck coming from microsoft?
[VADemon] ... ahahah never. bukkit team was bought already
1 spawns every 20 minutes according to wiki
job simulator doesn't count as work kash
with some low chance of succmess
not at all in my experience
they're a good source of leads
since the trades are always shit
ya they have dyes wtf
fuckin yay
new catalina update fixed the jetbrains provided jdk issue
\o/
do they provide a recent one at least
1.8.0_202-b53
good enough I guess
thats just to boot the ide though and what the ide itself runs on
last version it wouldn't work, had to change to my own jdk. but now it works and no more weird IDE issues\o/
mfw mbaxter is shilling paper in the admincraft announcements
link
he made a normal post in the subreddit
I was referring to the discord guild though
That server's the /r/admincraft discord which is a great place to be
I can also shill discord guilds
still concrete's 
that subreddit seems to separated from the rest of the community as a whole
I know a lot of names from here, spigot, other servers
but no one on there
there's intelli
ive never taken part in it tbh
If you're comparing the people with a colored role and sidebar spot here to the folks there you're in for confusion because anyone that clicks a button gets added there π
If you mean the actual subreddit, there's a lot of folks from these communities that post there. I have several of them tagged in RES so I can poke them in random other posts on reddit
I'm not in the discord
Wow! Look, mom! A use of the word 'normie' in the wild!
ur a normie
I dont have a better way to describe it
look at mbax, he climbed right into his cat carrier like a good boi
every time I've gone there I go 'wow these people are out of touch'
It is comfy in here.
@merry talon We're not out of touch over on the discord server! π¦
I think that can be said about reddit as a whole though
@true canyon
I see people suggesting godaddy and such when people are looking for somewhere to host their images
like, the majority of them
so it just be like that
what did they do now
general in Paper

and now apt install maven
Figured I'd spread the word around
apt is so 2015
uhh?
real men ./configure && make && make install
running things in one off docker containers is unironically cool
I do that with some stuff
that'll give you an old version
unless they have their own repo
but iirc maven is just distributed as tarball lol
yeah its not really all that out of date
and its maven so it could be 5 major versions out of date and work fine
certainly wouldnt add a PPA for maven
for maven its probably fine
just for other things it's not so I try to do it all the same way

you might be running ugly code 
@peak dirge Your post suggests that it won't work for all plugins. Do you have an example of what won't happily run on OpenJ9?
Obfuscated to the point of relying on JVM bugs that make the code work though it shouldn't?
@true canyon weird plugins that rely on HotSpot-specific APIs, which are thankfully very rare
Not sure I've ever seen that.
I've seen at least two, so they exist.
ok stupid question, do i download java jdk 12 or 8 
One of them relied on it as a performance optimization, and if it didn't find the API, your server was going to be in deep doo-doo as it would constantly create throwables, which isn't a very fast operation.
You should grab 8, it's the most stable/well-supported
thanks
That sounds.... fun, tux
Said plugin is very popular. It was HolographicDisplays. Thankfully, they now support the standard Java 9+ StackWalker API.
So now the performance isn't hideous. (In fact, I think Oracle making internal HotSpot APIs hard to get to and providing well-documented replacements really did help a lot.)
The other case I've found are things that create heap dumps, but you're better served with YourKit or similar anyway, so it's not that big of a deal. But if you can't afford YourKit, then you might benefit from having the server be able to take a heap dump at any time so you can plop it into the only tool I know that processes OpenJ9 heap dumps... Eclipse Memory Analyzer (eww!)
That being said, I don't think any obfuscators exist that rely specifically on the behavior of HotSpot, otherwise they would probably break the JLS.
And HotSpot could fix the bug later, which would break everything that was obfuscated.
So tell me about 135, any forest fires yet?
Not making that mistake again no thanks
try it on a local instance with a backup
take backup, plop it into a folder, run on your local PC
test there
two bird with one stone, you also get to test your backups
iunno how long it's been since I said it last, so periodic reminder to test your backups
lol
Lol, also made that mistake before
should have an announcement that goes up every month or two for a reminder ot test backups π
Something something molex to SATA something something
hahaha
Make sure to at-everyone with the backup reminder
Srys tho set a drive on fire in my server that way once
lol
Uh
nah, I'm sure it's fine
I've seen a server update set the world map on fire, but not a hard drive
Well ran enough to copy data off with a new molex connecter before failing completely just after
and possibly your home
But yeah, actual flame from a HDD and still ran for 2 days!
@true canyon there's a story there somewhere
Talk about reliability
Flames make drives run faster
On a side note my new ssd is sitting happy in its slightly singed drive bay
@wide hazel I don't remember the cause, but... fire. Everywhere. Fixed before public release.
heh
I HAVE to make this a patch now
air is not well handled as a flammable block
You know how many people I had to tell were fucked because they loaded in 13/14 decided they didn't like it and went back to 12 with no backups? Forum is full of them every update
Or loading their prised 2010 worlds in snapshots and horrifically permanently breaking them?
lol
backup to m2 ssds
put m2 cards in balls
give balls to cats
cats bat them around
bam, offsite backups
via reddit "Plugin support isn't really there when it comes to 1.14 in the first place." - Dear lord how many plugin authors are doing stupid shit to break on 1.14
No bad actor will ever find a cat's secret stash
My pillow is oozing slime >.> It's almost like a mucus.... Time for a new pillow I think
I dont think pillows are supposed to do that
lol
Fix it by moving UnsafeUtils into a new utilities package and leaving the others where they are.
Really don't think so either... But it's doing it. It's a duck feather pillow
leaves arent people 
are you talking for using it in paper or plugin
we need more util packages
i use it in paper
duck feather or duck down
Duck down I think
eh
now that I've learned that apparently doing ./paper p and ./paper m on WSL doesn't work for IDEA on Windows
good to know
should add that to contributing
ugh
you should send your pillow in to the SCP foundation
shouldve listened when they asked if we could drop windows
haha
My beardie just murdered a fly right out of the air >.>
just do it on some VPS then
also happens to be, by far, my most powerful machine, so I do a lot of dev on it too
I mean when I did paper dev on windows I just had a fedora VM
The pillow is really good at hurting people in pillow fights, very heavy. I'm sad to get rid of it
you can get it pretty seamless if you have to use it every day
when I put 64GB of RAM in here I'll just run a second desktop as a VM
should be next week sometime
you werent even in the tree yet when this happened
WEREN'T IN THE TREE
you are an odd specimen, when thinking about pillows I dont usually consider how much potential for bodily injury they may have
Why else would I keep a pillow full of mucus?
The same reason people like water beds
Bodily harm is the express reason I have this pillow
@upper flicker have you ever done a project-wide search for "TODO" in Paper?
I have
π¦

Sounds like the collosal depress egg
// TODO something with this
even better
in the redstone?
ik why they're there
tell me in there π
ahh
when you are staring at your screen why its not working and you typed "java -jar BuiltTools.jar" instead of "java -jar BuildTools.jar"

Built tools makes me think of a super buff compiler
I have hacked their firewalls and disabled their algorithms
their cameras are ours
pulls out second keyboard
honestly this thing could be hacking my pc and i wouldn't know cause im not looking at it 
This just hurts
https://youtu.be/msX4oAXpvUE
I dont think they understand that typing two different things at the same time works. Then the guy just pulls the plug. WIN!!
(DiscordBot) NCIS hacking - length 51s - 2,581 likes, 91 dislikes (96.6%) - 486,165 views - Splavodo69 on 2013.07.31
ENHANCE
seriously I cant see ANY case where 2 people on the same keyboard is any useful except on Tyrian 2000 at 2 player, and even that i'd put one on mouse
why are you in here and running BT
Also a good question
Honestly protocol hacks cause more trouble than they are worth...
what should i be running π€
Backwards compatibility has been essential with forge having shit mod support
for what zach
instead of BT
paperclip
I'm making a plugin
Can't tell you how many people complained about items and whatnot not working as expected because of protocol hacks and missmatched versions
You should be using a build system like Maven or Gradle, @potent halo
then you just reference the spigot repo and declare a dependency on the API
https://github.com/simpleauthority/detective/blob/master/build.gradle#L17
that line and line 39
different for maven, but that is the repo and dependency
i like maven. dont quite understand how gradle works yet since never needed to
ezpz
Just stepped on a staple π©
I think I've touched gradle when i tried sponge 

There is a scene in iron man 3 where they have an IP starting with a 9 for a few interactions before changing to a correct one later
It hurts to see
i never noticed this
Lemme find it
i was just about to say "what about that one ncis episode"
but scrolled up and you already linked it
Here's the clip, it's around 2 minutes mark
https://youtu.be/BSPeeOrSfJA
(DiscordBot) Tony Stark Meets Gary the Cameraman,Stan Lee Cameo Scene Iron Man 3 (2013) 4k - length 3m 59s - 22 likes, 1 dislike (95.7%) - 1,002 views - Ultra HD movie Clips on 2018.05.30
2:17 exactly apparently
yo what the fuck was that
ouch
what plugins are epic
i already have gravitree and oldcombatmechanics
and i only do survival
That's.... A very hard question to answer
Some sort of permission and logging plugin like luckperms and coreprotect for one
Unless you like getting greifed
Team Avo
Yeeeaaah... I'm talking beyond just breaking blocks
but i did disable lava monsters
because they are OP
or cobble monsters i think theyre called
Without permissions I can crash your server pretty easy
Look at this @void void even build numbers
Not having proper perms set up leaves a lot of plugins open to easy exploits
ok i dont have random plugins so i think im safe
Also without permissions most plugins will refuse to work unless you OP everyone
yea i havent ran into one i wanted and required perms yet though
so do u guys listen to galaxygoats
what @tranquil bone
Nope. I just manage my server and try to keep sand out of my underwear
Eh, I recommend it, egg or z or someone said they would eventually set up a roll or something for it, never happened
Thonk
They are busy tho so no hard feelings
I just think it's helpful when asking for help
i think it's done so that when they ask for help we dont have to ask what build are you on
No, it's the actual version/build my server is on
because we do have to ask that otherwise
and people are rarted and tell us "1.14"
not even the feature ver or the build
making it damn near impossible to help
so iz nice
Oh that sounds way better loool
Or just "latest" and they mean 1.8
14.4? No 5 yet

Today we're releasing 1.14.4,Β a release that addresses left over issues from 1.14.Β We plan on this being the final release for 1.14 and we'll continue our efforts on 1.15. Aside from new features, 1.15 will also focus on quality and performance improvements.
This is promising tho

is it though 
Well I mean it's better than the previous notion that everything is fine
I meant 1.14.4, simple
This just made me smile with so much joy https://www.youtube.com/watch?v=3WR7Gt0lNHY
(DiscordBot) MAN SHOWS UNEXPECTED ACT OF KINDNESS (must watch)!!! - length 2m 26s - 293,997 likes, 3,204 dislikes (98.9%) - 8,697,105 views - Tariq Ouri on 2016.09.18
wtf is that name, whoever was just typing
I dunno but I am name
what the fuck
Sounds like america to me!
This is about minute amounts of time like 10 minutes a day where an employer can have you working off the clock.
But it adds up over the year
hey guys super quick
cough cough
does 1.14.4 turn mobs and entities invis
or is that just me being retarded
lol
no?
did u use invis pot
why is everything invisible lol
Tab plugin?
TAB reborn
which iirc uses packets to intercept tab menus instead of the methods built into the game

i dont get it
The dev went into the velocity discord asking how to do packets in velocity so it can do tab ordering

I'm in the process of making my own tab plugin for velocity so I don't have to wait for updates
52wks/yr - 2wks vacation (assume unpaid) - 1wk of fed/state holidays = 49wks/yr * 5 days/work week * 8 hrs/day = ~1960 paid hours per year
and assuming 10 mins a day unpaid, 49wks/yr * 5days/ww * 0.1667hrs/day = ~41 hours
1960-41 = 1919 paid hours
you lose about a full work week??? assuming my math is right
not sick, not sick
@unreal quarry ^
Yeah it definitely adds up
Douglas Troester, a supervisor at a Starbucks in Burbank, filed a lawsuit because the checklist for closing the store required him to clock out so he could upload data about employeesβ hours, sales, and other information before leaving work, which he said required a few minutes of off-the-clock work.
Employers think it's OK to not pay for this.
oh shit
i tagged billy, not you
i think i had a bit much beer
that's not ok
didnt know about this.
well fortunately in our state now the question has been resolved π
Good.
Yeah, expecting work and not paying for it is bull
"It's only a few minutes a day, it's not compensateable!"
Silly employers
for context, my pay was not extreme, but it was $25hr. a full work week was ~$2000 before benefits.
that is...just not fucking okay.
definitely rough in california π
@void void i dunno how all the minimum wage workers pull it off in california
I read a story on Reddit about a call center that had their hours rounded down to the nearest half-hour
and they probably have to deal with this non-compensable work hours all the time too
So people clocked out and hung up on customers at exactly their time
before i became salary at my last job mine was rounded to the quarter hour
and i did that, t oo
Apparently that policy changed quickly
i said "sorry, my shift has ended, would you like me to transfer you?"
and then my manager promoted me to salary
or "non-exempt" as they call it
"promoted"
yeah, it was same pay was pretty BS lol
he framed it as "well you dont have to file hours, your pay is fixed, so all is better rite?"
I was just like "ok"
in my mind it was "well, i need the money, so fuck it"
That's when they hand you twice as many hours
Oh, they did
I was in charge of the ECM platform
Like, top of it
Including DR failovers
Which they loved to schedule for like 9pm? and before i redesigned the system, it was entirely manual
And that's when you leave for greener not-dirt pastures :D
but... think of the billionaires!
im talking, lock the users out MANUALLY, check for active sessions and CALL THEM TO HAVE THEM LOG OUT (wtf?), because locking doesn't log them out just prevents new ones; then fire up the DR server. MANUALLY COPY THE FUCKING FILES (wtf???), change the platter pointers, shut down the original server, and then do a full UAT.
the UAT would take like an hour.
Wouldn't get home until it was midnight or 1am
"long"
How do you expect billionaires to continue creating jobs if you wanna be paid for every 5 minutes of trivial work??!
correct.
i eventually resigned because of that shit
(need a new job tho so if anyone's hirring @ me)
(only slightly /s)
Churn for the call center I worked for was very high
Most didn't last two weeks
There were four of us that lasted 6 months
I was nice enough to give them 2 weeks notice, and write documentation which previously did not exist for the platform.
So the new guy is probably fine.
But I had to learn the entire thing from scratch which sucked.
Also redesigned the system architecture, got it virtualized so DR failovers are now "click button, wait, done, UAT, done"
takes 15 minutes or less
I am so lucky that I have a proper job where my work is valued
And properly compensated
and proper laws to protect those rights
that's kinda key there
Labor laws in America... let's not get into it
It's not like Amazon doesn't have warehouses here π
I mean, the situation here is properly much better l, yea
we need a macro command for this question
It's still, compared to other industries, a shit hole
absolutely not.
Why would irc die?
I wouldn't either but it's kinda nice to know that it's an option if I ever really, really need it π
Discord is what dies all the time π
.xkcd irc
(DiscordBot) xkcd: I'm An Idiot (14 January 2009) | http://xkcd.com/530
I've seen most of servers go inactive
I've worked some pretty shitty jobs so I'm usually open to anything
I was luckly enough to never have to accept a shiity job
