#general
3141 messages Β· Page 169 of 4
No idea
yeah when backporting future patches they strip the original author
π¦
they sound like bitches
K I should have been in bed a couple hours ago, nn
lol
making business-critical needs-to-be-tamperfree info available in html hidden inputs because they're hidden
Lol
.g spigotmc stash
(DiscordBot) https://hub.spigotmc.org/stash/projects/SPIGOT -- Spigot project overview - SpigotMC Stash: "Name, Description. RepositoryBuildDataPublic. RepositoryBuildToolsPublic. RepositoryBukkitPublic. RepositoryCraftBukkitPublic...."
https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/commits/f8b2086d60942eb2cd7ac25a2a1408cb790c222c#src/main/java/org/bukkit/potion/PotionEffectType.java
https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/commits/67d908a9830c71267ee740f5bddd728ce9c64cc7#src/main/java/org/bukkit/potion/PotionEffectType.java
answer: md69
can you not read
kash
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
I am wrong? :>
no u
Jesus
/**
* Squee'ek uh'k kk'kkkk squeek eee'eek.
*/
public static final PotionEffectType DOLPHINS_GRACE = new PotionEffectTypeWrapper(29);
(DiscordBot) What In The Goddamn? - length 3s - 2,685 likes, 7 dislikes (99.7%) - 129,831 views - Eppleblam on 2014.01.21
Yeah yeah we are over it now
dw vic is just retarded
sorry I was busy doing stuff
probably md's interpretation of dolphin sounds
being useful, unlike leaf
or a stroke
u sure
I'm working on improving someone's plugin so yes 
Oh
you never expect it to be very loud 
Also mfw I'm like 1/3rd of this plugin's code and I'm not listed anywhere 
leaf ur retarded
vic
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
you like that one, don't you
it's getting pasted till the end of time
:D
second time you've used that insult on me and the 4th time I've seen you use it in general.
your retardedness never ceases to amaze me
vic ur literally and physically retarded
thanks
oh ffs
gandi reset my nameservers for some reason
so now I get to wait for three hours for the ttl to expire -.-
hey dudes
what's some easy way to host a paper server that can be on all the time?
I have a server running on my pc as a family server
but I want to have it running all the time
so that it's not limited to only when im online
Yes, use a dedicated or virtual server
dedicated server as in running on a separate machine in my house?
What's your budget and requirements (playercount)?
Try aternos, it's free
Is it any good?
and there's a huge queue right? and from what I remember, it won't run all the time?
thats what you get for free
I said free, or cheap
not just free...
Obviously I'm not gonna pay over Β£10 for a server that just 5 ppl use
if you have some old hardware at home (old pc, old laptop) you can use that
(raspberry pi)
some ppl also use a raspberry pi, but I wouldn't recommend that for 5 players
Depends on your mc version
especially since you will ruin your sd cards
1.12.2 ran okay with 10 people
It did freeze for like 10 seconds when anyone went to nether, and dropped to 15TPS when anyone went to the animal farm :/
there are good vps providers that offer smth good for under 10 bucks
.wa 10 pound to eur
(MiniDigger) Result: β¬11.29 (euros) - https://is.gd/BrMyes
like, my host, netcup, offers 8gb ram 40gb ssd + 2 dedicated Xeon Gold 6140 cores for 7 euro
calling shared hosting unequivocally a massive scam is just stupid
Sorry, I should say for higher end
kek, on the english site they charge 9 euro π
It's just the spikes the pi couldn't handle
benchmark it mini :D
stupid question, how do I change the nbt of a block, would it be using e.getBlock().setData()?
There is currently a public minecraft project called SURO from a German youtuber. They use Bungeecord and thay forgot to protect their offline mode server from directly connecting to it.
Someone joined with an op name and destroyed everything. lol :D
oof
R
L L E D
rip
see this is why you protect ur shit :>
benefits of using docker, you have to specifically expose ports, can't really have that happen by accident
who runs SURO?
that sounds like fun
ungespielt
mmh, he normally has competent ppl who setup stuff for him
I knew the guy who worked for him ages ago
He cooperates with Nitrado in this case
they didn't use gameservers by nitrado then
because those are protected by default :D
they use nitrado
That was a custom setup with a bungeecord
nitrado gives out dedicated servers for sponsoring
Yep and it seems like they have used that one
I worked for a project (also a youtuber) where we had nitrados dedis
I guess they didn't have any special system admins this time and did it theirselves (ungespielt & Halbzwilling).
He had competent people back then when we did the ungeserver project.
@shy nova That will still happen, the ports are open anyways. The important part is that they aren't open public and are behind a firewall or at least only bound on 127.0.0.1/localhost.
@shy nova Not using docker
I just .. mentioned myself ..
@velvet marlin Not using docker
gg
You specifically expose the ports you want exposed
do I know you felix? your name sounds familiar, lol
Tbh, mc and docker is a bit of an investment
Yeah, but this isn't a matter of ports
How so cat?
If you wanna do it properly, stuff like public plugins just become a bitch π¦
@vernal moth Yeah you do. We met back then at Devintia, I worked for ungespielt, was active on spigotmc and many more.
how do you mean?
but under another name, right?
SasukeKawaii maybe π
I bind mount the server volumes
ahhh
it's not like I'm rebuilding the containers every time
ye, now my memory comes back
I don't actually have any dockerfiles, just a docker-compose
you do a commit and auto magically your code ends up on the dev server
Cat, that's my setup for DB, waterfall, and three mc servers
only port that's exposed is 25565, totally secure
MiniDigger, what images are you using?
custom ones, ontop of openjdk-12
s/-/:
Correction, <MiniDigger> custom ones, ontop of openjdk**:**12
I did some work on https://github.com/FelixKlauke/paperspigot-docker , based on openjdk-11 π
@velvet marlin [Auto] We're now known as Paper.
For me, I hate the idea of bind mounting the whole server folder
that way we have more control over our deployments, we can just promote an image to the staging server and eventually to prod
@shy nova Thats only secure because of your local network.
For me it just feels somewhat counter-productive
@velvet marlin I don't understand what you mean
we don't have sqlite :D
everything uses proper dbs, mongo in most cases (not my call...)
You still haven ports, but they're only bound in the local docker network.
I mean, it works, but like, my idea for having a docker setup is that I can actually take advantage of being able to spin stuff up/down
No felix, they're bound within the docker network
Most people don't use networks and bind everything on localhost.
I can't access those even from the server docker runs on
Forgot a word
I believe that the docker argument is that you have to intentionally control where you expose a container
^
Sure, it will be on the internal docker network, but ain't much use to the rest of the world if it's not exposed
No, my point is you expose only 25565 on the waterfall server
@shy nova That way you do it is ok, I supposed another way.
since they're on the same docker network as they're in the same docker-compose file, all the containers can talk to each other freely through docker dns
what I still need to do is auto discovery, then I could auto scale servers and have them show up in bungee automatically :D
But the only port exposed in the entire setup is 25565 on waterfall
Lol, been kiiinda working on auto-discovery
MiniDigger do you run your own kube network?
MiniDigger, I think someone did something like that: https://www.spigotmc.org/threads/automate-bungeecord-proxy-with-docker-event-listeners.333407/
ye, currently we have dedicated hardware, we want to move into some kind of managed kube eventually tho if that turns out to be cost efficient
hm
How can managed be more cost efficient if you have the knowledge?
I hate setting up kube manually, dealing with calico/flannel/whatever SDN is flavor of the month
ah cool, bookmarking
Im still not a fan of kubernetes in terms of minecraft, just too complex and too much aiming for scaling etc.
Docker Swarm is perfectly fine for most use cases I think
well, if you need the scale its a godsend
there really isn't much difference between swarm and k8s anyways
Yeah, if you need the scale, otherwise the complexity and maintenance are too much
often its actually less maintenance compared to bare metal
What kind of machines are you using?
no clue :D
bruh
Kinda been wanting to start with k8s, but most I've read tends to seem like it would be a PITA on a mac to toy with, or would require multiple VMs and stuff and just "urgh"
Bullshit
we are in closed alpha or smth and I am only a developer, I don't deal with infrastructure
You can use Docker for Mac
Yes, in a VM
It can deploy a local kubernetes cluster with one button
minikube for life!
I'm pretty sure it doesn't use a VM anymore cat
mac
My major thing is that I want something to toy with that I could use in production
Yeah of course Docker for Mac has a VM
doesn't mac require a vm to do anything useful 
Doesn't it use xhyve?
You can try Google Cloud Kubernetes, if you want some power
If its only for toying around
just go for minikube tbh
damn
this may be a mistake but I'm now motivated to spend my day turning my setup into a declarative build / using images with no volume mounts lol
How do you deal with logging?
Whats so bad about volume mounts?
kibana <3
Full ELK stack?
doesn't ELK run exceedingly heavy?
how many servers do you guys have over at dynescape o.0
Deploying elasticsearch in production always makes me sad
MiniDigger: when does this dyescape server go public?
Never Kappa
we also use elasticsearch for graphana, for visualising stats and whatnot
soon (tm) :D
grafana is nice yep
once I figure out how to properly inject my blockphasing stuff into the chunk packet
your anti xray framework is of great use btw stonar
i collect generic system statistics and display them with it
ES is itself fine so long as you're not using it as a primary datastore (which would be very silly)
Mikro, was referring more to console logs (to catch errors/chat logs)
Oh, stonar, as your here, if you still hate yourself and wanna look at anti-xray, I did start but no idea if I've broken anything or how far I've even got with it \o/
I have so many tools I need to play with π¦
Days need more hours
oh god, I could imagine mini touching it
So we have 48 hours a day
CPU 12 x Intel Xeon E5-2667 v4 @ 3.20GHz
That make 50$
Memory 94.4 GB
No problem, youre welcome
reminds me of the AWS outage from them accidently killing all their workers π
thats our main instana/elk machine at work
holy crap
GitLab β€
gitlab != gitlab.com :D
and people are using it like it's production ready lol
Of course you want a self hosted instance...
Just wanted to say a massive thank you to all the devs / contributors of this project β€ Major improvements even for my little 5 man squad run from home hahaha
I wonder if I still have my gitlab instance up or if I just dropped it
Mine is still alive
GitLab really does awesome stuff nowadays. The inbuilt docker registry and so on a great features for enterprises
But GitLab is still a Jira like resource hog
and here am I in a company that runs gitlab community
feels bad man
we only use gitlab for source code management, we have jenkins nexus and jira and confluence ontop
you lucky he didn't send you abombs
Thats why good people run theirs at Klauke Enterprises Kappa
.rekt
β SpottedRekt
ah yes
Well there goes another three hours waiting for the changes to propagate
man, I should play a round of civ when I come home
I don't know what I would do the whole day at university without CIV
Learning???
Bruh
I just finished my third year, one more to go..
I needed 3 1/2
Still have two years to go π¦
I'm in Scotland, system up here has it as 4 years for a BSc
extra year is annoying but it's v low pressure as a result
here in germany 3 is normal for a BSc :D
turns out, you need to add another half year if you are lazy as shit
lmao
but even if I would have done it in 3 years its not that high pressure
since IT stuff is basically free and maths is ok if you actually attend classes and do homework
see, I failed every single math exam, and sadly thats 50% of my study π
a few ones I did 3rd try, one I did 4th try π
oh boy
I need 4 years for my BSc as I'm in a dual study
glad i'm not alone π
but hey, my grades are still above avg
2.1 on a scale from 1.0 to 4.0, where 4.0 is worth possible without failing
math is like the only thing i struggle with, shame its needed for almost everything
^this
I did a dual study too
And you did it in 3 years?
math isn't needed for shit in a real world programming job
lul
Depends on the job
Sorry I was afk. Thanks MiniDigger. electroniccat how can I help you? If you want I can try to update it. Unfortunaltely it will take a while until I have the time again.
I did "Mathematisch-Technischer Softwareentwicker IHK + Angewandte Mathematik und Informatik @ RWTH/FH Aachen (but in cologne)"
its ze german
MiniDigger any chance I could see a dockerfile for your mc server build? Not sure how I want to structure mine
Might have a common directory where I copy in plugins/config used across all servers
need to move everything to DB
and figure out a way to store logs
don't have my private ubikey with me rn, you can try pinging me in a few hours and home am at home :D
@Fβelβixβ Kβlaβukβe what kind of dual study do you do?
Just figured I'd put a blimp on your radar :3 I have a gist somewhere of my current patch, but I need to go over it all when I'm not tired
@velvet marlin ^
stupid discord bot not converting pings
Just figured you having more experience with it might make it easier given mojangs changes \o/ But, no rush, it'll be done when it's done ^^
π Im doing "FAW IHK and Softwartechnik @ FH Dortmund"
Are these bots some kind of IRC bridge?
yep
wrong
they run very advanced AI, trained for atleast 20 years
can confirm
o no
oh hey bot mikro o/
do you guys have bridges for every channel on the server?
only a few
fair
well
time to yeet some docker config together
MiniDigger how do you deal with DBs? Do you run them in docker too, and if so do you use named volumes or do you bindmount them?
using dropbox for images
I like Dropbox >:
using green text in discord
having a purple name owo
It has a straight integration for my MacOS inbuilt screenshots
"owo"
uwu
staappp
I've the Business Plan anyways
i have the power of infinite discord space
I prefer megaupload
6.2M ./logs
148M ./world_nether
248M ./cache
890M ./world_the_end
2.7G ./plugins
3.6G ./world
4.0K ./timings
408K ./crash-reports
19G .
I usually use my G Suite for such things
Am I missing something or does that not add up to 19GB
lmao
Doesn't show files in the current folder
2.7GB is entirely coreprotect
You're using flat file storage for coreprotect?
i blame the coreprotect guy
That's why I use mysql for coreprotect
yeah I'll migrate to that soon
oh wtf
I have a 12GB folder called core that's owned by root
π€
root alert
holy fuck
folder or file?
file
Probs a core dump
Ohh yeah core dump would make sense
how can you even get to 120 gb
loooong running servers
Databases are probably a good portion of that
Databases are just a good place to store a lot of data
:O
the stacktraces from ur plugins vic also take up a lot 
thanks leaf
Hm, is there a way to migrate all my coreprotect data from flatfile to db?
Don't think so
ofuk
nope
I kiiiinda tried it in the past, don't remember how exactly I just recall finding some sqlite dump > mysql script somewhere, and it kinda broke more than it worked
I mean, I would bind-mount worlds outside of static ones that don't change
Then again, don't really need to
anyone ever implemented drawing in minecraft?
define "drawing"
i want to do some snapchat like stuff where you can just draw on a pic
hi 'skeem
on an item frame?
nah just screen, its for a mod rather than a plugin xD
ah
shouldve probably specified that
holy shit it feels like 1.14 loads slower than 1.13
i guess its just a matter of tracking the mouse and write some pixel data?
so smart
please dont listen to jan, painting your monitor is not a good idea
to be fair, we did have some pretty nice gains on 1.13
e.g. spawn was loaded up using the async stuff
i always thought 1.13 was slow lol
Collision stuff was BS, but overall it was kinda nice
1.14 is broken as fuck
1.14 is basically still a WIP
thats why you use 1.14.2 duh
I am
Denied
I loaded up a vps with 6 cores and it still lacked behind in ticks on an empty server
i doubt it uses all 6 anyway
I don't think the core count is the primary factor for good performance
clock speed > core count
It was fast enough
read/write is important too
A ssd
MiniDigger: How do you deal with mounting world files? Do you bind mount them?
I can't think of another way to do it
it's either that or a volume
or yep yep volume rather
Docker is cool, but it still has a lot of concerns around it tbh
data persistence is a fun topic in and of itself
there aren't really... better alternatives either
rkt has entirely different concept
and systemd-nspawn is raw as hell
nspawn is nice when you want a lot of control, and when you actually want to run systemd in container properly
but people rarely need that (in game server setups)
i can imagine the use case, but average minecraft server dies before someone invents that into their systems :p
rgp server :D
oo nice
i used squashfs + tmpfs overlay at some point for a kitpvp server
few years ago
map was static
damn I'm pushing loads of 10.0-15.0 for 5-10 minutes on a 2 core OVH VPS whenever I start my docker services at the same time >_>
surprised OVH doesn't kill it
my epic clever idea 
@acoustic pilot why would they kill it?
vps hosts don't like people eating all the resources
because it's common practice to kill machines using more resources than they're allowed
a 2 core OVH VPS shouldn't exceed a load of 2.0 for any prolonged duration
OVH doesn't really care unless there's no free resources on the host node.
from my experience.
Some do, some accept that it happens and just use the "play nice" rules
oh my god gandi is driving me through the roof
nameservers still haven't updated properly
DNS is fun
hm, still need to figure out who I wanna settle with
I need to move my stuff off of Namecheap, I originally switched a long time ago from GoDaddy after the SOPA stuff
I moved to gandi from namecheap but regret it
I've been using googles DNS tbh
gandi just has so many weird bugs
was on namecheap, but I got annoyed with their support
leaning Google or CloudFlare, yeah
Kinda turns out I was annoyed with the wrong people, but woulda been nice if they offered more help on the fact that their registrar blacklisted my domain \o/
Google seems too big to fail and as a business they don't rely on domain income so they can enter the market without any markup
I've actually been moving entirely out of the google ecosystem the past few days
moved to fastmail, dropbox, etc
Yea, still been using CF for DNS
CF is amazing for DNS
their api is nice (but they only support single API key for now...)
which is... really sad
Why did you but there
and somewhere like that iirc
Buy*
and they're well known, tbh
they're well known as a registrar yeah
Hm
didn't namecheap offer .pw for same price?
Yeah they do haha
wasn't satisfied with them so moved to gandi
turns out gandi has even weirder bugs
idk i use namecheap as a domain registrar only
Same
Thing is is that they're cheap, but they get you at renewel time
yeah
i can spell
and veebimajutus.ee's web ui sucks as well, both are reputable local domain registrars
why can't get any registrar their web stuff properly done i wonder lol
Ever used afraid? :D
I think
yeah my one .cf domain was there
Their ui was 10/10
And namecheap was just meh, better prices elsewhere and better support
Namecheap prices seem to come with a markup, yeah
also zone.ee-s site was built on bunch of iframes at some point iirc lol
There are other registrars that don't mark up
Namely registrars like Google, who don't depend on domain income
Yea, I can't fault namecheap service though
cloudflare is a registrar too now - however you can't buy domains from them?
atm CF is limited to transfers I think
you have to do transfer which costs usually more than domain itself
Can only transfer right now
unless they opened up new registrations, but that's the plan eventually
.com domain transfer was 20β¬ or something
(DiscordBot) Failed to fetch info (400)
Iβve got a few of the .tk and .cf on freenom
I use world4you
Yea :/
bunch of .eu, .ee and .pw
best domain name i came up with tbh 
how to change the server ip to words?
buy a domain name
does it need to start with mc.
or can it be for example gymblonski.com
not unless you want it to
no, it does not need to start with mc.
it can be that, if that's available
so i need to buy domain?
do i need something else
you need to buy a domain, yes
$13 USD
check other sites if you wish
freenom.com works too, but with limited set of free TLDs
what about godaddy? i heard its pretty cheap
avoid
...at any cost
Last I used them their DNS servers are about as stable as a crack addict
I'd recommend google domains or namecheap
i mean is there even any diffrence?
Yes
i recommend hover, but /shrug
Well, they all purchase domains from each other, basically
But, whoever you go for is basically hosting critical infrastructure for you
Your DNS servers go down, people can't connect
Hence why I don't recommend godaddy who I consistently had issues with
.typing
Goducky
(but it will renew for 13)
(thats what namecheap does)
namecheap works yep, just their dns is bit.. limited
yeah
:oof:
1year is enough
Can always consider transferring the domain out close to renewal π
buying from namecheap, transferring to cloudflare π
gotta pay renewal to transfer to CF atm?
i think as long as it's within 2 or so months of renewal you can transfer it to CF
ye @void void
I think everywhere I've seen does that
ICANN also wants some money from transferring? 
jeese
Wouldn't surprise me lol
Mister fix π
He has a lot of fun doing stuff like that
icann already gets money for every domain sale/renewal, so if they are asking for more, it's probably a "processing fee" π
kathy.send-bob-and-vegene.pics
lmao
i wish there was a sharex (read: sxcu compatible, points for sharex features) program for mac
jumps on simple
this-domain.is-a.fail
ππ¦π¦

okay
Jan, you're cowshit.
"Milk this, mother fucker"
.... i'd just burn the house down
They had been there for a while and started to eat the house to survive
Hmm

jan-the.vagina.guru
rip IRC
Aw
net split
I fixed their names
paper irc network when
there was this new and shiny irc server software...
oragono or something
im ready
however it was too shiny, still went with inspircd
Write your own in rust
i don't really like rust :c
or rather - the state of rust autocompletion in vim
I can't get into it
mainly bc the lack of autocompletion
im too spoiled
vim is and remains as my main editor for a long time :p
irc aliveeeeee
rust has some lovely ideas but compile speed is trash and the borrow checker is awkward
i don't want to install Eight Megabytes And Constantly Swapping on my system either
just to write rust
(emacs who can't figure it out)
Tbh iβve only used it a little
nice netsplit
my god I'm getting confused trying to set up a reproducible docker mc server
how so
./images
./images/mc-server-common
./images/mc-server-common/start.sh
./images/mc-server-common/paper-58.jar
./images/mc-server-survival.Dockerfile
./images/mc-server-survival
./images/mc-server-survival/paper.yml
./images/mc-server-survival/server.properties
./images/mc-server-survival/plugins
./images/mc-server-survival/bukkit.yml
./images/mc-server-survival/spigot.yml
./docker-compose.yml
this is the setup I'm thinking of going with
I do that in the dockerfile
FROM openjdk:12.0.1-oracle
WORKDIR /mc
ADD mc-server-common/* ./
RUN ./start.sh
RUN echo "eula=true" > eula.txt
ADD mc-server-survival/* ./
ENTRYPOINT ./start.sh
I would wget the latest paperclip jar from the api in the dockerfile and only add the cached jar to the image, without the cache folder
iirc paperclip has a option to just patch, not run
I don't use paperclip so I am not sure
java -Dpaperclip.patchonly=true -jar paperclip.jar
-Dpaperclip.patchonly=true
pppf
but ye, run that in build, move finished jar from cache to server root, delete everything unneeded to keep image small
I kind of want to have that be manually updated
in case there are broken builds / I want to easily revert
o
I went OTT
what is this magic sed s\#\"\#\#g
dafuq
does sed have some magic hidden syntax that uses crazy slashes
isn't parchment just a url
say I wanted to learn some Rust, is VS Code the ideal editor in Windows?
Pretty much the ideal everywhere imo
how good even is ide support for rust
unless you wanna use vim and be old school cool
I found this and VS Code seems to be among the better supported: https://areweideyet.com/
huh
There is some IDE support but the quality varies wildly
tbh I'd avoid rust in favor of C
nou
node.js > c
why's that lol
Heβd prefer his memory unsafe
C is simply god tier
I noticed youβre rotating your profile pic on a weekly basis now
wiz, sed supports different separators yep
webassembly is the future of computing
/, # and : too iirc
God help us all
I think it doesn't care
this won't get executed in the on enable method
doesn't that broadcast into chat?
yup
^
and such messages should be output using a logger
generally
getLogger().info("Successfully enabled")
I was doing it for debugging
public void sendConsole(String text) {
Bukkit.getConsoleSender().sendMessage(PREFIX + text);
}
z
also
use the logger for debugging
isn't this better than logger?
No
Nothing stopping you using a logger for debugging and no
no lol
lmfao
logger isn't there for nothing
s
so... use it
wasn't the reason you should use this because colours were weird in the logger
colors are okay with paper's logger atleast
logging colors to console
wait till u see what I got in queue
smh
I have a queue just 4 u 
no one wants to see your shitty colorful console messages
woah
System.out.println("red orange yellow green blue indigo violet")
we don't call them "colored" these days
there I logged some colours
we got a smartass here
not racist
better a smartass than a dumbass dylan
Bukkit.getConsoleSender().sendMessage(PREFIX + text);
```in which case should I use this then?
the console sender
also since when am I the only person on IRC while everyone else is on Discord, this never happens
dylan: no
you don't really need to use that
!stats
Uptime: 5 days, 18 hours, 40 minutes, 55 seconds
Message Handling: 3ms / 2ms (mean/median)
Messages from IRC: 2061 (7%)
Messages from Discord: 27001 (93%)
also WE does have a lot of colorful stuff
since forever
I just go for my closest chat client, tbh
yea same
md678685: wat u on about?
for whatever reason i just have discord and irc on different monitors, so i go for whatever's free
getLogger().info(text);
``` will this add the prefix set in the plugin.yml?
[wizjany] hey guys is esper still where the cool kids hang out
I don't have Discord open Β―_(γ)_/Β―
yes
generally you should always just use ur logger tbh
<Mana> [+DiscordBot] <_βJuβstβDyβlaβn_β> java getLogger().info(text); will this add the prefix set in the plugin.yml?... https://paste.gg/p/anonymous/12dea040f5bd420b93b55c9d927c2e19
can I color the prefix set in the plugin.yml?
disconnects from spigot IRC and joins #paper on esper
just ignore its cancer
The previous bot was that reactiflux JS pile
ye
that thing was bad
still better than urs
ok
it had good nick colours for irc
and that's about it
and that's all that matters too
lmao
shutup or PR
He loves you
@cosmic raft pls
nick colours π¦
why is kash not in irc?!
prefix: Β§6Β§lPlugin name``` can I set colors in the plugin.yml?
He is
or rather how
Guest56814
cause this don't work
(DiscordBot) https://github.com/VHAINNOVATIONS/LEAF/blob/master/test/shared/src/LEAFClient.php -- LEAF/LEAFClient.php at master Β· VHAINNOVATIONS/LEAF Β· GitHub: "Simple HTTP client that wraps GuzzleHttp\Client. *. * Configures the Guzzle client to work with LEAF. */. class LEAFClient. {. private $client;...."
fuck off
fix ya nick Guest56814
Ye bring up leaf client again, that pure trash
Apt name
[wizjany] i mean, Z needs to fix his nick too
.g leafclient irc
(DiscordBot) https://en.wikipedia.org/wiki/EFnet -- EFnet - Wikipedia: "EFnet or Eris-Free network is a major Internet Relay Chat (IRC) network, with more than 35,000 ... and the server was linked in via a defunct H:line..."
EFnet or Eris-Free network is a major Internet Relay Chat (IRC) network, with more than 35,000 users. It is the modern-day descendant of the original IRC network.
[wizjany] Guest22293, hi
(DiscordBot) https://github.com/vividexstance/leafIRC -- vividexstance/leafIRC: The awesome lightweight IRC client...: "The awesome lightweight IRC client for your command-line - vividexstance/leafIRC."
"As a work of the United States government, this project is in the public domain within the United States."
Esper isnβt a real place
wtf is this supposed to mean
[wizjany] i'm a real boy :<
what kind of licence has it for non americans?
what the fuck
Dockerfile ADD doesn't preserve directory structure!?
it just flattened everything
A work of the United States government, as defined by the United States copyright law, is "a work prepared by an officer or employee" of the federal government "as part of that person's official duties." In general, under section 105 of the Copyright Act, such works are not e...
use copy
[wizjany] apparently the govt still has copyright in other countries
same thing minidigger
[wizjany] I miss you already Guest22293
.g leafchat
(DiscordBot) http://www.leafdigital.com/software/leafchat/ -- leafdigital leafChat - IRC chat client: "leafChat 2.5 for Windows, Mac OS X, and Linux; a full-featured IRC chat client."
leafChat 2.5 for Windows, Mac OS X, and Linux; a full-featured IRC chat client.
still have it installed
Fixed
z
COPY folder/ /folder/
ur braincells haven't aged well
Yeah
that should work
[wizjany] burn soon enough to become a hero, or live long enough to rot a villain
Changed from ADD dir/* ./ to ADD dir/. .
ye star is evil
wizjany: out of all the clients it seems you chose the one with the worst bridge
[wizjany] wtf are you talking about
hes on esper, he talks to you via two bridges :D
[wizjany] the bridge has nothing to do with your irc client lmfao
oh god
man why isn't this white by default
Eh by client I mean like
[md678685] helo
wizjany -> Mana -> spigotirc -> discordbot -> discord
[wizjany] esper is bridged to spigot irc via mana, which is bridged to discord via discordbot
Heβs being an Uber hipster
oh god
Which makes sense because heβs a WorldEdit dev
[wizjany] ye
Thatβs their thing
[wizjany] yup
now I get pinged for every message I send \o/
[wizjany] if it's not 9 years outdated it's not bad enough for us
.xkcd irc
(DiscordBot) No results found!
(DiscordBot) No results found!
That bot is bad
worldedit for hytale when
.xkcd team chat
(DiscordBot) No results found!
.xkcd 819
(DiscordBot) No results found!
.g xkcd teamc hat
(MiniDigger) https://xkcd.com/1782/ -- xkcd: Team Chat: "< Prev Β· Random Β· Next > Β· >|. Permanent link to this comic: https://xkcd.com/1782/ Image URL (for hotlinking/embedding):..."
here
(DiscordBot) xkcd: Team Chat (6 January 2017)
Yeah itβs just crap
[md678685] no u
[md678685] beep boop
[md678685] okay I'm quitting, I don't need no pings
[md678685] or something like that
[wizjany] interesting
[wizjany] my client doesn't ping me from me talking through bridge
[wizjany] only when someone else says my name
[wizjany] i guess it parses my name in []<> etc at the beginning of lines?
we have things to avoid pinging
oh my fuck FINALLY my nameserver has updated
You thought irc was an efficient way to communicate
Wait until we pad all of it with Unicode white space chars
Weβll get that sucker up to discord levels of inefficiency in no time
oh the bot changed?
didn't the bot change it's name though?

