#off-topic
1 messages · Page 523 of 1
Lemmo, do you know that old sponge mechanics, where it would clear a certain radius, but not actually update the surouding water
(I managed to do that, but it only works if the block is a sponge and not a wet sponge), So gotta find a way to efficiently change the wet sponge back to a normal sponge
Lemmo that was a joke, I wanted to see what would happen if I looped it
the reason that works with a normal sponge since It constantly sucks it up
That's easy to do?
Frosty how did you do that?
Odin not really since it has to be a custom radius
[FrostyClient]
I’d listen to the water flow event
LabyMod
and check if the location it wants to flow to is in the radius of a sponge if so cancel
What event would I check for to see what block was chaned into a different block
Hm thats what I was thinking
BlockFromToEvent
changed*
ye I've used that for the water already
will make another check for sponges I guess
for (world in server)
for (chunk in world)
for (block in chunk)
//check
Lol, ultimate lag
lol
@fallow crow How does your Globalholders plugin work?
Charlie is no longer on discord
Bruh our plane got delayed
The de-ice was apparently broken so we had to switch planes
@velvet crescent What makes you think that?
Because he said it himself kek? His main got terminatted, so he decided to stop using discord
Dude. I don't waste my time checking 50+ message k?
@forest dirge @copper kayak #628725779911409674 Is not a place for a conversation.
and this isn't a conversation then? lmao
(olzie had a message, but deleted it, as that is not the place for a conversation and should only be used to offer a service)
Send friend request 
I just can't lmao
Someone has a template I can use for creating a banner, that I can use in Labymod?
They suck at having a simple "download template button"
wdym by a banner?
@obsidian fable Perhaps some chat messages when you get the reward
or perhaps even some titles
still dope af
Might just build a small ticketing system
@velvet crescent it is a beta test of the project
I will be adding particles, messages, titles and maybe more animations
xd
neat
Who needs a decent ticketing system?
as in a plugin?
No web-based
meh
A ticket system, but every time a ticket is submitted you just get a virus
a ticket system, but everytime you submit a ticket, it solves the ticket
Lol
Every time a ticket is submitted it redirects you to a new ticket application/site which does the same thing recursively
dang that's mean
@fringe sigil u here?
Yes
I need some advice
so I have a command to create a warp, should I use the same command to move the warp or should there be a seperate command?
And just putting the name would teleport
Just use setwarp like on ess
(ignore the color scheme)
it's like this rn:
/pwarp create <name>
creates a warp
/pwarp set name
/pwarp remove name
/pwarp name
ez
Make "set" not require to remove it first.
wdym
Eg in you example, I guess you check if a warp named X exists already before creating it.
I am ye
Imo that's just annoying.
Alternative idea
Just change the coords if it already exists
Dont make a move sub command. Just check if the warp name exists and make a flag for override
see but if you don't know it exists, that'd be kind of annoying since it would move the warp
/warp set -o home
and -o would be?
Flag for override
/warp set --override home
-o is shorthand
Optional command argument ofc
Or set it at the end
Gross
hmm
That's not very standard of you
:P
@boreal escarp opinions?
Not bad
Is good
(I feel like this has a btter vibe :p)
Why gold
idk cause it looks bright
Not bad tbh
@rain rover A recycler plugin?
That's worth a bit more than 5$ fyi
i don t want it with anti dupe
i want it like 2 rows of slots and when u put a item there it will recycle in 2 seconds
Again, that's worth a bit more than 5$
I'd say around 20-40$ depending on how customisable and what all the features would be
Eg for a stone you get 1 coal?
yea
sure
Gaby, not worth for that litle kek
accept
Does anyone have experience with setting up paypal for spigot plugin transactions?
@pale grotto lmao
oui'd
oui'd
How do I resolve or help prevent people from opening up disputes saying "Item or service not as described" even though they received the jar and source when selling spigot plugins on paypal.
You really can't
You could make the plugin load via a loader which checks for the license, but I don't think spigot allows that
https://youtu.be/Oi7_9s6bKHY yay got the moving part of my unity game finished!
^lag is recording/video lag, smooth in-game
Uh huh
when u have phone in your hand
Nobody enforces it
" lease stop recording when the plane is taking off and landing. You can get kicked off the plane. Happend to a guy "
lol
" rules. Just a FYI "
Remember that time that doctor got beat up for existing on a plane?
yeah but United doesn't count
scroll up
so a gui where you put in items and then it will give basically replace it with other items when you close it
$5 seems like a good amount to me
Literally a GUI, get the contents and have a config list for what item replaces what
-STONE;COAL
e
That's tough stuff right there friend
Love it when your account gets compromised by Discord, and you get logged out every minute for safety.
Just press the uncomprimise button
development is way more expensive than what this mc community thinks @jade oasis
i mean, i myself wouldnt charge more than $5 for that
if I was not in this branch I’d sell myself for 80~ an hour
that’s what my colleague earns for example
gn
gn
Yeah I guess, I also dont have too much experience so your prices would be higher than mine since you'd be getting much better quality from you
I mean, lemmo's code it's basically PluginName.work();
it is mostly that the mc market is very broke and cheap but that makes sense since it is a kids game
hence why there are no developers who do this for a living
we get actual jobs and move away from it
Yeah definitely, a youngling like me who cant get a software development job yet and still has to study more and shit would do this
Do you include your mc related projects on your resume
I did not
Alright
but I’m going to bed now cya
Sponge devs charge around 15-20/hr, which is nice
wym?
theres something off about it but i cant tell what
I don't know what would be off about sponge?
I mean if you don't like it due to it's lack of plugins that's one thing lol
Also for some reason sponge plugin development is weird. They made some stuff super easy and then overcomplicated some stuff
They keep a much cleaner API for the most part.
The most confusing thing I'd say is the data API, but they're changing that in Api8
for example to set a players health to max (from what i did and understood) its a pretty long line
theres all this offering thing or whatever
Well yeah, it's data. You need to offer data to an object for the object to accept it.
I have my own data, and I can store UUIDs onto an item.
it's nice
Yeah its very different from spigot with that stuff , spigot is what I'm used to. I shouldnt have trouble making the switch if for some reason I want to make sponge plugins but i got so used to spigot that sponge feels bizarre
I assume spigot has something like that?
Yeah.
School tmr so gn
player.getHealthData().health().set(player.get(Keys.MAX_HEALTH).get());
Also that's for setting max health, whic isn't too bad
@muted fern I'd like to disconnect my github from this account.
=link github @fallow crow 0 0
Successfully linked that account, please note they will need to run =github check before the stars are checked!
Removed it @fallow crow
Barry dmd me saying my post was removed, didn’t explain why 🤔
Most likely it didn't contain a valid budget
Ah alright
@forest dirge Do me a favour and report this to people that are responsible fot this.
I'm no longer part of helpchat and I couldn't care less about thw wiki.
Also, blaming someone that doesn't have english as their main language to have poor grammar in it is just bad. gfy
Sorry it just said that you last edited it.
I also respect that English isn’t your second language
Yet you complain
Nah I was just pointing it out
Also, is it so hard to see that the edit was in april?
You could've assumed that I no longer work on it.
Especially considering that I'm no longer helpful here
I didn’t know that you were working here anymore
I didn’t click on your profile
Sorry, but guys like you are the reason why I have this Discord muted
- Don’t be picky
- Get over it
- I didn’t check I guess my fault
- Don't be nitpicky yourself
- Next time don't just tag me because...
- Check next time before tagging someone
- I wasn’t I was just letting you know
- I tagged you because you were the last one who edited it
- I said it was my fault. I’m guilty
shut people
yeah, but you also need to be respectful ab it
yo whaddup terf
Christ it's been awhile
🤘
Lol
fs xD
Olzie you graduating this year too?
got SAT this week yikes
you're American?
that explains alot
yup
@forest dirge virgin mobile?
xD
Lol I did
I could have graduated last year since have had straight 4.0 GPA
the better version of America
I’m from England
wow
GPA wtf is that
a stupid system
Lol
xD
We have GCSEs
They take all of their classes into 1
if you get straight A's with no fails
And grades
on my-
God
What
been slackin
1am
my teacher sent 15 emails today
yikes
Fallow me on instagram: https://instagram.com/sam_music_remix?igshid=s0f3q2ku32hz Fallow the original Creator: https://instagram.com/ismokefuego?igshid=17lid...
I want smoke
Such nerds
I've circled the information for you
a few thousand times
I apologize for getting upset
I'm just a bit hostile due to a few things in life and I shouldn't have taken it out on you
I apologize
I understand all you're here for is help, and I'm sorry, have a nice night
All good, I understand how it could happen. My bad for not seeing the github
All good man, sorry that you're going through shit. Thanks for the help either way.
considering I got hostile at @boreal escarp for doing the same thing
Yep, not a problem
Hope it works !
Yup worked perfectly thanks!
:P
Im not sure where this goes so - Anyone that used cpanel do you know how to do like http://map.mywebsite.com -> http://map.mywebsite.com:8125
automatically when they go to the firstr link
I was just being lazy when I said that, uh what else changed so far?
@lament crane If you use nginx/apache, you could try proxy reverse
Or use an SRV record, however not really sure how they work
@trim raft
Spookyness:
- Animated Spoopy Icon
- Admin role name change
- Pumpkin role
- Trusted role colour change
- Helpful role colour change
- Barry status messages spookified
- Spooky Overlays for:
- Daily
- Level
- Profile
- Spooky Event Webhook + Announcement
+ Some other stuff I most likely forgot or can't mention at the moment.
ecks dee https://www.spigotmc.org/threads/deploys-ios-owners-confession-to-being-a-lying-host.399187/
Deploys.io's owner confesses to wrongdoings and admits that him and his co-workers are at fault. I just had to post it because they advertise and...
eek
Was considering moving one of my VPSs over to them
Like everyone can self host :)))
Guess I gotta start a host now
why is everyone becoming a host in the mc community nowadays lol
or atleast 'try'
without being a registered company n shit smh.
lemon.host when
It's just sad that even to this day try to cause a witchhunt, instead of actually do things like reports or similar.
Like if the company is bad, get a refund and/or report for questionable stuff and don't make public witchhunting with half baked "facts" from one person.
honestly, I don't see what's bad in there being choice on the market
yeah, there are lots of people opening hosts without any experience in system administration and server management
Thing is, AS LONG AS they don't false advertise, it is fine
we're living in a free market
poggers
well as long as they don't lie and they're registered it is fine but almost none are.
whats good
B capital please.
I installed this MoreRAM plugin but it didn't increase the RAM on my server, what did I do wrong?
Give it some time, it's not instant
guys can u rate my hosting package for mc server
Nah.
wut
1gb ram for 2$ is expensive nowadays
i9 tho
Please say hello to Link Steve
hi link steve
@slow pilot Perhaps explaining it a bit would help
@slow pilot I'd be interested, what sort of stuff would I be working on?
Maintaining existing plugins that utilize RedisBungee, Bungee, Mongo, and HikariCP apis as well as creating new ones.
We're a survival server, so primarily small feature plugins and fixes.
For example, we need a portal in a plugin to use worldguard region entry instead.
We need whitelist functionality added to a bungeecord fork modification
Hello @dusky sorrel,
I highly recommend checking this site https://growyourserver.com/
It will help you with what you want.
Good luck!
Also, your request doesn't have a valid budget.
Please read the channel's rules for more info about this then change it.
Thank you.
he should note that the plugins he is mentioning are his own
he advertises in dirty ways lol
poggers
lol lemmon
_minecraft._tcp.mc this is dns
right ? mc.domain.com
with port working without still not yet
aboo loves the t r e e?
wow mc monday has terrible admins
no firewall I assume so some kid started saying he hacked the server and banned the youtubers. most likely a poorly setup bungee
@jagged pollen Isn't that growyourserver the same or similar like this? https://mcplugins.io/threads/grow-your-server.84
Considering it's from Charlie
Lol
They got Momento
Danny is a proper sysadmin 💔
But, MC Monday was poorly setup from week 1, lmao. I'm surprised it took so long
Hack an MC account?
But, this isn't a place to talk
bruh lukas for real don't get involved in that stuff
I've seen it come across multiple times coming from you. If we find anything out you'll be banned without a single thought.
which really isn't hard
you don't need to know about hacking mc accounts to protect your players.
you literally did 5 messages up, but it isn't about that. it's just being noticed hence why I'm warning you that if you get into it there can be consequences.
well many server owners are dumb
90% of the mc community is just plain dumb and still a kid
if not physically, mentally lol.
Guys I deleted my services thing in the offer services am I allowed to post it again
I didn’t mean to delete lol
I was meant to edit it
No, level
?
@forest dirge yes but idk if the bot will let you
i am lifeguard
Hey does anyone here live in New York?
I'm going there for a week next week
Would like to get it to count towards a "business expense" for taxes sooo
if you want me to buy you food lmk so we can talk "strategy" 😛
i've tried
but it just comes up with domain redirects
I want to do
map.domain.us
->
map.domain.us:1845
thats a dns record
which record
specifically srv
yes
Still getting Apache2 Ubutntu Default Page
however, im not the best with dns records and its not instantaneous, you gotta wait for the records to migrate
ah right
so map.domain.us -> 14400 -> IN -> SRV -> Prio: 0, Weight: 0, Port: 1845, Target: map.domain.us?
Can't send screenshots in here lol
you need Tier 2 or send it as an imgur link
They can take up to 48 hours @lament crane lol
I don't know I just know the an take while sometimes
Oh no
Tig is actually the kind of guy to just tell you to swim
Still skinny?
Yo @elfin minnow :)))
Just deleted my old deploys review on trustpilot. :/
F
😂 😂
ikr like wtf
Glad I didnt used them
I am hella glad I moved away from them in August.
Though I do i have a test server with them currently to test plugins, not a big loss though.
I should see if FTP still works.
o it works lmao
its been working for quite some time now, ive got 1 month left there then ill move to another host
Their discord is still locked :p
got myself a second optifine cape for free ay
@magic summit https://growyourserver.com/ is owned by Charlie, he just posted it in his forum too, apparently.
theres this alt shop (fairly new) and they have a discord and if you boost u get a free optifine cape account so lit
Meh, I just got it from the official site just like everyone should

Lmao
Holy fuck
Mike krieger is going to talk in our school
Co owner instagram
Net worth 300mil
Insane
He left instagram one year
How many players do you guys think a server could host if it has these specs:
- 192GB of ram dedicated
- 2 Cpus Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.4GHz, speed: 2400MHz
And internet speed is:
- 200mbps in download
- 800mbps in upload
- ping: 11ms```
Poggers, MC Monday became such a joke kek
@waxen wave you know it doesn't matter on the specs it matters on the setup you can even have 15 gb holding 300 players if you have a very good setup clean plugins and configurations
Alright

Wassup lifeguard
wots goof
That kinda looks nice
😮
I'm confused by the picture, this is the third day you've posted it, and I just can't figure out what you keep changing (I might just be blind lol)
@velvet crescent
First: Default Link skin
Second: Link skin with steve face
Third: Link skin with Questionmark face
Or this one
I want the NPCs to have a similar face/look and thought the steve one is.... 🤷
Also, I currently have a weird issue where the NPCs, holograms, etc are in some sort of.... other dimension?
Like when I join are there no NPCs, no holograms, etc. Only the armor stands I designed
But when I select an NPC and then teleport to it do the NPCs and holograms exist, but no armor stands
Like it's so weird

I wonder if that cat just yawns or roars xP


||https://www.mc-market.org/threads/503974/||
If any devs are interested poggers
low pay p hour
Didn't even see an amount
they responded in the thread
but the 1$ every 10 hours is p neat though
but they’d need to give a contineous amount of work, explain exactly what tools they use etc
which they don’t they give 0 information but that you get 1$ extra per 10 hours
Wow one whole dollar
How long does it normally take for the bot to assign you your role? :)
@olive aspen if you're talking about one of the premium resource roles you have to link that yourself with =spigot I believe.
I did that
As for the level roles, you should get it automatically as your rank up
I bought DeluxChat earlier today
Maybe spigot linking is down again?
Check #bot-commands
@sterile parrot I actually giggled when I saw this response :p
So low as shit aight
but ye, that is low af
Frosty
yes darling
$2 a day? Sick
I charge between 15 and 30 for things that can take me 12 hours or more
But that's modeling
That is low
and 1$ extra every 10 hours on top
That's low lemmo
that is what I said guys
Development costs can range up to $250 per hour lol
if you can read like 20 messages up
I can't read sorry 
20 an hour isnt actually bad
My dad made $300 an hour doing a private website project a few months ago.
20 an hour is very low lol
That's standard for sponge plugin devs
poggers
well that sucks for them lol
That's because a bunch of kids started developing stuff for it and fucked up the market
with the most shit code everrr
We are talking about minecraft plugins tho.
kek ^
Imagine if EVERYONE would charge $40+
you should charge the amount for the quality you get
which of course varies due to it being a market people try to be lower than others etc
It doesn't matter if it's minecraft or for all I care a simple little Java program or game
Time and effort costs
What I meant was, people are broken.
it is because they’re all kids in mc
Me charging only 30 bucks for a vehicle 3d model is way too low but I don't have much of a choice considering the market getting fucking up by 8 year Olds charging $5
yea exactly ^
See.
hence why I don’t want to be in the mc market
Better for you, kids now steal work and sell it too :p
Not surprised poggers
aBoo, there's going to also be a section for custom text bellow this (for the subtitle)
(regarding the topic we had earlier :p)
no, the bar will be a subtitle (the default title will be "Warping to <name>")
you're going to have the ability to either use the built in progress bar, or use a placeholder for it
mhm
How do I activate that =/= and other symbols on Material UI?
ah it's called font ligatures
First time seeing that 👀
oh god I hate that
wdym it actually looks nice imo
not practical imho
it changes all operators
and those changed operators are only seen in your ide
so github and every other place doesn't
ah
if you are from a greater distance you have to look a lot more (this is only for >= and <=)
Ik it's only for you, Lemmo
hey! i wanna edit a cool video to learn more about editing but i don't have any material to edit... so pls dm me if i you have something that i can edit for you(free) 🙂
Check out W2S, he had a video looking for an editor with some sample footage in the description. It's got synced, multi camera shots, so you can gather a fair bit of knowledge
can you give me a link @woven prairie ?
@fringe sigil Under what package would a GUI builder be under (I have it under utils rn)
anyone ever heard of https://herbystar.eu/ ?
yeah is site of CTSNC
Anyone here do anyform of eCommerce?
I've been known to deposit my checks from my mobile phone ;)
1.13+ had a huge API change in WorldEdit and WorldGuard
So, it could be logical to not support legacy
1.13 isn't that bad anymore, it's slowly becoming the standard as a base
Paper did well
it isn't that it's not great
literally every other game requires LOADS and loads of specs
mc is very cheap in that
and then once they add stuff which requires more work y'all complaining
when they're literally putting so much time in making it a lot better in performance
It can hold nearly 225/instance, it's fairly good
gian the mc servers god
So, 100-150/server is easy and is a good benchmark for modern servers
HOOLY MOLY MR ROBOT IS GOING
Anyone has an idea if there's a way to get rid of the Endportal (The one in the end) and the enderdragon?
Just destroying it will recreate it on next startup/world join
@magic summit disabling end world, and create one using multiverse.
atleast that method is what i use.
Won't work with SlimeWorldManager
You cant create end world using slimeworldmanager?
@magic summit btw why ur reacting like that to my announcements? I know its disgusting thats why its getting recoded. that code is like 3 year long used without updates.
I just gave it away so people that are looking for something like that can use it. I am probs making an updated version soon for the community discord.
I can create end worlds with SWM but they start with the end portal and enderdragon
Also, this happens with multiverse
@magic summit oh wait
i fixed it
by breaking all end crystals
then delete the portal
then restart
and kill the enderdragon
Is SWM beneficial for actual worlds? Not just small scale stuff (islands, etc), and stuff that isn't loaded and unloaded frequently?
namecheap doesnt allow to have .tcp.play ? in dns wtf
That's what I meant by smallscale and whatnot. I was curious as to why you're using it for End, and if it offered a benefit
I want to have a end-themed lobby
Also, I feel kinda happy because I helped the dev finding a huge bug where you apparently have the same world twice
It still has some smaller downsides
Like that it doesn't save the recipies and advancements you made
So each time you join you unlock the same advancements and recipes
I guess I won't have that issue since I'm on 1.8
No idea.
@elfin minnow Yo, that record never ended up working
thats toxic
tbh i have no idea :/
kk
people here might know more about records
@cobalt wyvern plugin
Thanks
@elfin minnow why using 🇨🇭 in your name?
Because he a lifeguard..
That is not the lifeguard symbol to my knowledge
Like white bg with red cross also works. 🤷
Me obviously
wHo Is YoU
Let's say I got a premium plugin on spigot
And it gets leaked on BlackSpigot
How would I go about removing it from that hacking website? Is there any way even to do that
Cause I know spigot itself cannot do anything about it, so I assume that I would have to do something
You kinda can't, the most you could do is remove their license
Also I see that the word bl@ckSpigot is blacklisted on this discord
You can pay for it to be removed
Lmao
Wht
So you can pay the owner of that black market site
To have it removed for probably like a week?
And then have someone else put it on there?
That way you are pretty much funding criminal activity..
Idk mate
@waxen wave don't bypass the blacklist, I don't add words for fun
;) DM people if you wanna keep up that conversation
Why is the word blacklisted though? I doubt anyone will be sending the link to some leaked plugins on here
O crap, I even read the rules before texting about it and was like "O ye there is no rules about that site" but I read wrongly
Sorry about that
😮
It's a upcoming project 🤔
@waxen wave dmca.
A dev once did this and managed to get their site down temporary
DMCA works until ownership passes to someone else
Or they could easily just buy a server to host the website off of somewhere that DMCA doesn't apply
For example, venezuala
It's like trying to get rid of torrent websites, you do your best but they just end up doing the same thing again.
I'm not that good at building large things
It doesnt look bad, just a lot of unused space
@pale tiger u can open an issue in askyblock expansion repository in GitHub suggesting a new placeholder if you want 😄
https://github.com/PlaceholderAPI/ASkyblock-Expansion/issues
yeah but I rather pay someone so I can get it right away 😉
@pale tiger DM @boreal escarp
Found someone to do it.
Sure, let us know if you need anything.
IntelliJ IDEA 2019.3 EAP is here with basic MongoDB support. Learn more https://t.co/O0d70fmWMy
o
:oshit:
And I just got scammed $20
F
If you buy a unban and it says "any reason" How does that give the server the right to ban you again because the reason was "blacklist"
It says anything, so...
Why would you buy an unban poggers
What did you get banned for?
So say "advertising"
Does it say in fine print that you can't buy if blacklisted
Not at all Drew.
Also these idiots don't have their store linked with in game? So that if you're blacklisted it just denies you access to the shop?
"This will unban you from -server- if you have been banned for any reason. If you are not banned and buy this by accident then please create a purchase help on the forums or create a ticket on discord with -new and explain your issue."
Appeal the ban again and tell them it doesn't say that if you buy it while blacklisted it won't count
Mention that if you still won't be unbanned you would like a refund
If they don't give you the refund, then charge back or open a claim on pp
I've said it all, they refuse all refund.
Say fuck them and charge back then
And JS that's called false advertising
It's illegal in a lot of places
You think I should chargeback?
I forgot that that's their attitude
What's their server ip
it's called arkham network
You know of them?
I've heard nothing but shit about them
poggers
And I also hear they're natorious for spoofing
Music: Noisia - Seven Stitches
I was gonna help them but fuck that
Charge back
I'll have to :/
Akrim is a bit of a sketchy company anyway (apparantly) - Serayne is a cool dude tho
He's a cool dude? He was until the money hit him.
I don't think my day could've got any worse until this happened
I mean it's your fault so kek
It is tho, you knew about the servers "reputation" and you still proceeded to buy an unban, hence it being your fault imo 
Never knew it was this bad.
Just make a pp claim, you'll probably win the chargeback
Take screenshots and video before hand. To prove that they said nothing about it not being allowed and to prove they still l denied a refund
Because knowing their type of people, they will change it for a month while the charge back is going on just to win, then after they will switch it back
I don't know how they get away with scamming people so much
@magic summit I do disagree with your opinion that you should leave /plugins enabled. 1: not everyone instantly recognizes all the different plugins. 2: The server may have some custom plugins or plugins that it would like to hide. 3: In general, I feel like it is rather unprofessional to instantly give away your server’s formula to everyone.
^
It's also not really favorable to have everybody know what's happening
It's better if people don't know every single detail for many, many reasons
I wish Arkham's competitor was way more popular to be honest.
@safe meadow To point 2: If it really is custom, then why hide it in the first place? When a plugin is custom made, then there's like 0 reason to actually hide it, since you can't just get it from somewhere...
And if you can, then it's not custom
What would be the point of having /plugins enabled? Even if you use custom plugins or not.
For example, airlines don't let you listen to the ATC feed because would it really be good if there was an emergency on board (even a minor one that doesn't really effect much) and everybody starts freaking out and panicking over something that opposes no threat because these pilots are trained to handle the situations and it doesn't scare them because they know what their doing
What's the point in allowing people to listen to the ATC comms and risking them panicking because of something simple? There is none, and that's why they don't volunteer you to listen to it
Same goes for /plugins
Still, my opinion remains that your server can be unique in the combination of plugins it’s using, not the individual plugins themselves. I run a skyblock server, bu I also use JetsPrisonMines for some features, should that be exposed to all the people on the server? No, I feel like it shouldn’t
No is not. People shouldnt see what's behind the scene.
Why would I enable it and allow people to look at all my plugins and start criticizing me for using a certain plugin?
Are you sereously comparing a MC server with an airline @arctic raptor?
That's a gateway for harassment
Also, This is MY personal opinion
Are you seriously not listening to the goddamn point @magic summit.....
You can listen to atc @arctic raptor 😉
I was listening to you Drew, fuck
@safe meadow they don't let you (they don't say you can do it) , you have to do it yourself.
United used to allow you until that same thing I just explained happened
What's ATC?
Air traffic control
Ah
Yeah that's what I use
I've come across many many servers (especially Bukkit/Spigot servers) that keep their plugin list more secure than The Coca-Cola Company keeps the recipe for Coca-Cola.
Same lol
I'm saying they don't voluntarily let you listen
Yea true
They urge you to keep your phone off until they think you're above the cell service lmao
Lol yea xD
Unless you buy their expensive wifi
Then they don't care what you do, cause you just paid them a quick $200
I love to listen to atc
Same
To bad brussels airport isn’t on there
Then I could listen and whatch at the same time lol
When I took off from Houston to Miami our pilot started his takeoff roll before cleared for takeoff lol
Srs? Lol
I have a recording of it and you can hear the ATC through my earbuds
They didn't yell at us, they didn't even know it happened
Lol that’s a screw up
We were also delayed 2 and a half hours because our original plane had a broken de ice
An our cruise was at like fl380
Every frickin’ time I fly, 1 minute after they tell everyone to shut down their cellphones etc, someone gets a call
I stg auto correct makes things worse
Lmao
You know it doesn't actually interfere with anything
It's their excuse to get you to pay attention to the demonstrations, food teasers, and announcements
So that a) less likely you're the one dumbass who doesn't know what to do in an emergency evac
And b) so they can get you to buy food, or get bored and buy food
But yeah, atc said "United 1176 runway 15L line up and wait", we lined up, and stopped. That's normal
Then took off xD
Then he said "United 1176 make sure you're squwking xxxx and in mode charlie"
(if I were to guess we had the wrong squawk code in)
Ig our pilots took that as, fix it, and take off lmao
Cause I heard them repeat the squawk code, and then then started to take off
By the time we got to V1/VR (The point where the plane actually lifts the nose up) that's when atc said "United 1176 turn right heading 330 after departure up to 3000 runway 15l cleared for take off"
To be fair our pilots were ready to dip cause of the long ass delay, AND we had to switch to a different plane
Dang that’s a mess
But he didn't care id assume because nobody was in front of us, he was just telling the other pilot to line up and wait before telling us we are clear
But had he not said it, the pilot would have gotten in big trouble, and if the ATC didn't report it, they both would've gotten fucked in the ass
Yep
Especially at a busy airport when you just sat in a line on the taxiway waiting for the 4 planes in front of you to take off
Hi
Hello
I was forced into a new discord
Basically 😂
I hate the fucking platform, but people wouldn’t use Telegram so here I am. Though I refuse to buy nitro or support discord in any way
Whomst brought you here
You know who I am.. ?
Oh fuck me yes
Lmao
MCPlugins guy
Ye
Yeah I got ducked over
It’s a nice app / platform
Eh
Good for anonymous stuff
bro Charlie what happened
damn bro, any reason why?
Sadly discord don't take context so
I gotta be careful what I say now
Someone can report 1 individual message, and discord will take action (even if say you said as a joke, etc).
damn what kinda shit did u say
idk lol, but the reason was in relation to promotion of cheats, or distributing etc
when Ive never done that
alt
ye
lots..
So now I will no longer be supporting discord at all, they won't get a penny off me
Any important contacts u lost or all the important ones recovered
You say that but they're making money off you just using their platform
➨ OPEN THE DESCRIPTION ★ Thanks for your amazing support, keep supporting so we can build a better community together:) 🔔 (TURN ON POST NOTIFICATIONS) 🔔 DISC...
@sterile parrot for a start hey 👋
With what you said about GrowYourServer, actually most of the plugins on that site are other people’s - the only exception is Spoof.
I forgot to update the site links, but they are other dudes plugins basically
@sterile parrot yeah idk who’s been reporting, but being more careful with words now as it gets taken out of context
But yeah idea of GYS was to actually push other people’s plugins as well
And the only plugin on the site that’s mine is the spoof, everything else is other peoples (so it helps their stuff get seen more)
Ban evasion is technically bannable by discord so I'd be careful there too
👀 won’t comment much, cuz ain’t gonna have someone fuck me over
Don't only server chat moderators have the ability to report users?
Mine was in the 1 week mark before I got banned
Is that a hopeful expectation, or a realistic estimate now
Well..
But spigot is a meme, MCPF is where it’s at
I'm literally someone who reviews the plugins, so...
That doesn't answer my question
So is it a hopeful expectation, or a realistic estimate?
A realistic estimate
👍
That's assuming everyone does like 2/day lol
That shouldn't be difficult I'd assume.
What's your review process like?
Just a general overview
My guess would be; download plugin, only hunt for malicious code, then approve or deny
- Assign the resource to ourself
- Download the resource and decompile it
- Check for malicious code, beginner code, etc
- Decide if it's common, simple, etc
- Review
Ah, that's not bad.
I loosly base some stuff off https://www.spigotmc.org/threads/beginner-programming-mistakes-and-why-youre-making-them.278876/
I might be able to help then, if you wanna DM me I can take a gander at it
@frank pasture perhaps try to not get all accounts banned
Sadly
@woven prairie I like your post.
Might make one myself
What post?
Oh. yeah
Xd
Still like the post here on Discord xD
😂
Also 👋 you and others forced me into discord
Cuz nobody would consistently use telegram lmao
Seems a bit stupid imo
Especially the "delete account after x time of inactivity"
I mean sure, security, but still
Man.... md just destroys my fun
I wanted to make a post about why 80% of resources is shit code.
md5 is a knob lol
I have 0 respect for the guy, he was a 🤡 at Minecon 2015
He shit himself when me and my dad confronted him after he gave us abuse via email
Just as silly and basic as the hashing itself 🤡
I just want to post that now
HAHA
But don't know where
MCPF ofc


