#off-topic

1 messages ยท Page 520 of 1

boreal escarp
#

lmao lemmo

eternal apex
#

this is a good example of the distractions we were discussing earlier

fallow crow
#

them talking about spoof!!

eternal apex
jagged pollen
#

I mean tbh, most server owners/customers don't really care about the code quality if the plugin works fine without causing any performance issues

fallow crow
#

rofl

#

aboo the srp stuff is more for the design

#

if its not laggy

#

spoof runs perfectly fine, the code cleanup is more for 'show'

#

@eternal apex so I'd be doing new EventManager(Vouchers)

#

and forget about static variable

eternal apex
#

it's either that, or you make the register method static

fallow crow
#

ahh yeah

#

smart

eternal apex
#

both should be acceptable designs, but I'm not 100% sure

#

you'd have to check with someone more experienced than me

fallow crow
#

ye, appreciate it even so

#

so this

#
public class EventManager {
    private static final Listener[] LISTENERS = {
            new InteractListener()
    };

    public static void register(Vouchers vouchers) {
        for (Listener listener : LISTENERS) {
            vouchers.getServer().getPluginManager().registerEvents(listener, vouchers);
        }
    }
}```
#

and then EventManager.register(this);

eternal apex
#

that, or vouchers can be stored with the getproviding thing

#

if you do go the route of static, you should be using a static instance getter in your main however

#

who knows what performance issues getProvidingPlugin has

fallow crow
#

getInstance() ?

eternal apex
#

yes

fallow crow
#

i didn't think that was a good move

eternal apex
#

it's fine in a bukkit plugin's main

fallow crow
#

oh I c

#
    public static Vouchers getInstance() {
        return instance;
    }```
eternal apex
#

instance should be a constant, so INSTANCE

#

actually no

fallow crow
#

ah ye

#

oh

#

its set on enable

#

so maybe not

eternal apex
#

not sure you can do that

#

idk, you can figure it out

fallow crow
#
public class EventManager {
    private static final Listener[] LISTENERS = {
            new InteractListener()
    };

    public static void register() {
        Vouchers vouchers = Vouchers.getInstance();
        for (Listener listener : LISTENERS) {
            vouchers.getServer().getPluginManager().registerEvents(listener, vouchers);
        }
    }
}```
#

well good progress so far tbh

kindred inlet
#

Can anyone here recommend me a good website host? ๐Ÿ™‚

fallow crow
#

Honestly piggy after our chat I'm debating to drop vouchers for now and focus on 1 thing at a time which is Spoof

#

do a recode and do it nicer

fringe sigil
#

Ovh

kindred inlet
#

looking at it now ๐Ÿ™‚ ty

#

i was set to rent serverspace at tigernode, but they claim to be out of stock, on webserver space.. :S

woven prairie
#

DigitalOcean

fringe sigil
#

When digital ocean cost twice for slightly worse specs ๐Ÿ‘€

#

CPU optimised VPSs were a joke, 2.3 to 2.7GHz

fallow crow
#

Yeah they are overpriced

fringe sigil
#

ovh vps ssd 1 2.7ghz 3.56/Month

drifting blaze
#

I had forgotten how much I loved this server, #showcase is like developer cocaine

fallow crow
#

Rofl

split basalt
#

Blockworks did amazing with the builds for that boardgame

fallow crow
#

And thatโ€™s a wrap, finally ๐Ÿ‘ all heroes max

fair island
#

when you fix git because it's being a d*ck as usual. FeelsGoodMan.

velvet crescent
#

When you break git. FeelsBadMan.

arctic raptor
#

Good one

velvet crescent
#

kek Mc Saturdays

fallow crow
#

Yet another event I couldnโ€™t care for

rough river
#

hahaha they made also spotify upgrader in minecraft

boreal escarp
#

lol

rough river
#

seems bit a cool and unique

fallow crow
#

Itโ€™s kinda dank I have a few private methods

#

One to get a verified PayPal (higher limits n api access) and a way to get into twitters

rough river
#

ahhh Charlie u bloody flexer

#

:ddd what u dont own ?

fallow crow
#

Wat

#

Methods donโ€™t have money attached and I donโ€™t have a lot lol

#

Thereโ€™s many things I want

rough river
#

yeah i know

woven prairie
#

lol

vague walrus
#
private void On$$$ (Paypal paypal) {
    paypal.give(me).amount("$",3000000)
}```
fallow crow
#

if only

#

yikes deploys.io banner shows they are rated "excellent"

#

thats not the case lol

jade oasis
#

Dont you have to let users see source code if requested?

#

Cos bukkit and shit

eternal apex
#

only legally; as we've discussed in extent here before, it's all theoretical. Your average developer won't follow the license in reality.

arctic raptor
#

What's deploys

eternal apex
arctic raptor
#

Yeah

eternal apex
#

a host

trim raft
#

They are going down hill.

arctic raptor
#

So says the reviews

trim raft
#

mhm

jagged pollen
#

@jade oasis u said that urself "users", read the whole thing and ull know what i meant

velvet crescent
#

Tbf y'all get way to upset about someone for decompiling a plugin (for his own personal use, wether it may be adding stuff, fixing it, etc)

boreal escarp
#

@jade oasis dont bother with that

fallow crow
#

hello

fallow crow
#

@velvet crescent itโ€™s natural to get upset tho

#

Itโ€™s your hard work being put into it

fallow crow
#

Geez I never knew, shocking amount been reading ๐Ÿ˜ฎ

boreal escarp
#

Rip fc

eternal apex
#

@muted fern not cool bro

fallow crow
#

Wouldnโ€™t ever expect that from him :/

jagged pollen
#

@velvet crescent i wouldn't get upset if YOU used it for PERSONAL USE (still need my permission tho) but when its not personal use.. thats another thing

#

ikr Charlie

#

Bad funnyboi

fallow crow
#

Iโ€™d get upset and tell them surely they should tell me so I can add it, update and then everyone gets that feature ๐Ÿ™‚

jagged pollen
#

Yea, that another annoying thing.. i mean id get it if im inactive

fallow crow
#

Yeah if I was inactive then yeah I would understand it

elfin minnow
#

if dog = cat
dog = false

#

if charlie = alive
charlie = hydrated

let charlie = client.login
let alive = config.bot.token
hydrated = console.log('Bot is online');

fallow crow
#

HAHA

#

Me have water ๐Ÿ‘€

#

Question before hand: has there any papi expansions that gets value from api call?

sterile parrot
#

from what api call

fallow crow
#

Some kind of request api (json)

sterile parrot
#

what?

#

you want to make an papi expansion which uses a rest api

fallow crow
#

Yeap

#

And has there any expansions that uses it?

#

what lemmo is trying to say is

#

whats your objective

#

what are u wanting an api call for

#

(or is it what u told me in DMs)

#

Yeah. Yesterday we mentioned it in dm

#

ahhh I c

#

honestly dont think anything of what we discussed has been made

#

or say it ๐Ÿ˜‚

#

either works

woven prairie
#

I think buyCraftX has a wrapper for this

sterile parrot
#

maybe there is a sdk and if not do it manually

#

use a very fast http client and use caching

magic summit
#

Idk why but for some reason do I recode a Bungee plugin....

fallow crow
#

Looks kind of weird tbh

magic summit
#

Can be changed

muted fern
#

mcm links dont have the thread name in the url, smh @fallow crow / @woven prairie

jagged pollen
magic summit
fallow crow
#

@muted fern rip ๐Ÿ˜‚๐Ÿ˜‚

#

Iโ€™m not a massive shoe person but damn, a YTer getting to do a video with Ronaldo n shit

velvet crescent
#

@jagged pollen That I completely agree with, but when it comes to adding some stuff (for yourself and not leaking it) I'd be fine with that

jagged pollen
#

Yea Frosty, thats private use.

woven prairie
#

Lol

velvet crescent
eternal apex
#

I believe that's simply how vanilla intellij is

velvet crescent
#

Where does one change it

eternal apex
#

try using material theme

velvet crescent
#

k

magic summit
#

I use Darcula

velvet crescent
#

ye It's nice, I saw that material was nicer tho

eternal apex
#

material theme is a plugin

velvet crescent
#

can I get a link

eternal apex
#

no

#

intellij has a plugin manager

#

with an excellent search feature

velvet crescent
#

found it

eternal apex
velvet crescent
#

ye

#

dank

magic summit
eternal apex
#

yeah that didn't fix the issue

#

idk frosty

velvet crescent
#

wdym it did

eternal apex
#

it still shows me.frosty.enchancedcreeper

#

btw enchanced isn't a word

#

also, 2 words

#

font??

#

solarized????

#

what's wrong with you

velvet crescent
#

wut?

eternal apex
#

oh wtf

#

idk

#

anyway that font is disgusting

#

and did you pick solarized for the theme?

velvet crescent
#

It's default jeez

eternal apex
#

idk what's going on with urs

boreal escarp
#

I want the Mac OS font :(

velvet crescent
#

(for the font)

magic summit
eternal apex
#

yep, that's better

#

almost better actually

#

open up the folder in file explorer

#

is the folder actually called "me.frosty.lcenchants"?

velvet crescent
#

I'm confused

#

I think it just combines hiearchy

#

so, me.frosty, me.frosty.lcenchants

boreal escarp
#

Iirc the folders stack in one instead of having to go through me/frosty/lenchants

eternal apex
#

ยฏ_(ใƒ„)_/ยฏ

boreal escarp
#

(At least IJ display them in this way)

#

Math test tmr, kms

eternal apex
#

math ez

velvet crescent
#

is the correct word enhanced?

eternal apex
#

me chilling here got 100% on the last 3 tests

#

flex

velvet crescent
#

gl gaby kek

boreal escarp
#

grade?

#

Ty

velvet crescent
#

He's 117 years old

eternal apex
#

^

velvet crescent
#

guess his grade

boreal escarp
#

Anyways, math here is complicated and useless

eternal apex
#

what u learning atm?

boreal escarp
#

Integrals

velvet crescent
#

would it be wise to set up a default project btw (as in it creates some things for you already)?

eternal apex
#

I made a framework to do that for me

#

so yes

vague walrus
#

Like the minecraft dev plugin for intellij?

eternal apex
#

like an api, although I plan to make an intellij addon for dcevm, and maybe my framework in the future

velvet crescent
sterile parrot
#

@eternal apex it stacks in newer versions

#

and open some issues I want my t shirt too

eternal apex
#

i'm using the latest version ๐Ÿ˜•

#

i've got 3 prs done so far

sterile parrot
#

probably imported old config

eternal apex
#

o yea

#

eh idc, i like it how it is

velvet crescent
#

What tshirts y'all talking about ๐Ÿ‘€

eternal apex
#

hacktoberfest

sterile parrot
#

hacktoberfest

fallow crow
#

hacktoberfest

eternal apex
#

lemmo

#

easy way to get prs

#

just add another build tool to public projects

#

like if they only support maven, submit a pr adding support for gradle too

#

easiest shit possible

fallow crow
#

Rofl

velvet crescent
#

can you just pr random shit or?

eternal apex
#

Has to be of quality

velvet crescent
#

I mean adding /stop lag ,)

#

;)*

sterile parrot
#

I have quite a few issues open on lemonmobcoins

#

go get your prs

#

heh

velvet crescent
#

y'all can go fix multieconomy while you're at it

sterile parrot
#

megaeconomy is better tho

fallow crow
#

Giant economy is where itโ€™s at

sterile parrot
#

gigantic economy is even cooler

velvet crescent
#

stfu

fallow crow
#

Hahaha

sterile parrot
#

anyway guys get your free t-shirt I have a lot of easy issues

#

xD

fallow crow
#

So how do you get the shirt

eternal apex
#

make 4 prs

sterile parrot
#

4 prs

eternal apex
#

of quality

fallow crow
#

Is that it

#

LOL

eternal apex
#

yea

fallow crow
#

holy fuck

#

I better do this then

#

Time to PR spoof competitors to shut em down /s nah jk

velvet crescent
#

kek

eternal apex
#

just one more to go

fallow crow
#

Oh wow you can do PRs on one thing?

#

And that works

eternal apex
fallow crow
#

Geez Christ

eternal apex
#

i'm at a loss here

#

i've got two choices

#

I can actually make niall's project slightly better by abstracting his storage & manager system

#

or I could just pr gradle to some random repo

velvet crescent
#

I was gonna say you should clean up FJ but it's not on gh (atleast not latest ver)

eternal apex
#

the latter would be a lot easier

velvet crescent
#

if anyone wants a free pr lemme know

sterile parrot
#

me

fallow crow
#

Do they have to be accepted then

#

To count

velvet crescent
#

Lemme push FJ

eternal apex
#

idk charlie

#

I'm pretty sure they get manually filtered

#

lemmo, document my framework

velvet crescent
#

Lemmo, if you say What the fuck is this code I'm gonna be sad mk?

sterile parrot
#

lmao

fallow crow
#

This year, the first 50,000 participants who successfully complete the challenge will earn a T-shirt. (Last year 46,088 earned a shirt!)

#

shit

#

gotta be quick

velvet crescent
#

Lemmo it's live

sterile parrot
#

boi

#

use issues

velvet crescent
#

no what the fucks tho

#

wdym

sterile parrot
#

put stuff that needs to be done etc in issues

#

features, bugs etc

velvet crescent
#

how does one do that

sterile parrot
#

you go to the issues tab

velvet crescent
#

and then what

fallow crow
#

and say "all of it"

#

jk ily

sterile parrot
#

enough to do

#

enjoy your free prs

fallow crow
#

fail I accidentally did a push

#

instead of pr

jagged pollen
#

o 4 pr only

#

That would be easy to get if u went to papi org kek

velvet crescent
#

kek

fallow crow
#

haha

eternal apex
#

k then

#

why aboodyy?

eternal apex
boreal escarp
#

the program I mean

eternal apex
#

hacktoberfest

boreal escarp
#

o

velvet crescent
#

kek

boreal escarp
#

still dunno what that is

velvet crescent
#

aBoo got shrecked

sterile parrot
#

google it

boreal escarp
velvet crescent
#

:nowe:

sterile parrot
eternal apex
velvet crescent
#

feels bad

fallow crow
#

rofl

fringe sigil
#

Thank you piggy

boreal escarp
#

so you just pr stuff?

fringe sigil
#

Also whatโ€™s hacktoberfest?

velvet crescent
#

Charlie why tf..

#

smh atleast clean up the gui code ๐Ÿ˜›

eternal apex
#

it's meant to encourage developers to commit to other peoples projects I guess

fallow crow
#

ye

#

frosty thats my next 1 ๐Ÿ˜‰

velvet crescent
#

noice

#

don't mess with my pagination tho

#

aka page utils

eternal apex
#

o

boreal escarp
#

I go pr papi and add my name somewhere, brb

eternal apex
#

i've got a good idea for a pr for frozenjoin

#

i'll convert it to my framework

boreal escarp
#

o

velvet crescent
#

Gaby kek

boreal escarp
#

what do you suggest for GUIs, pig?

#

what lib

velvet crescent
#

Piggy, if it's understandable for a beginner like me and you plan on explaining what some things do, sure

eternal apex
#

most gui libs are shit

boreal escarp
#

make one den

#

ploz

eternal apex
#

you can only justify using them if they supply some sort of sick utility action

velvet crescent
#

I don't use a lib cause I'm good ๐Ÿ˜‰

eternal apex
#

like pagination

#

or something unique

boreal escarp
#

do you have any in your mind?

#

xD

eternal apex
#

base I think it's called

boreal escarp
#

๐Ÿ”—

velvet crescent
#

@fallow crow also check if I messed up the placeholders, cause rn they ain't working GWsetmyxPeepoSad

boreal escarp
fallow crow
#

o rly lmao I shall check

#

I've used base before I started using Chapis

eternal apex
#

can also try inventivetalent's menu builder

velvet crescent
#

IF only we could have nice things in life

fallow crow
#

hahaha

#

ekks dee

jagged pollen
#

lol

velvet crescent
#

I'm a goddamn comedian I knwo

#

know*

boreal escarp
#

nope pig

jagged pollen
#

indeed u are kek

velvet crescent
#
public static List<ItemStack> getPageItems(List<ItemStack> items, int page, int spaces) {
    int upperBound = page * spaces;
    int lowerBound = upperBound - spaces;

    List<ItemStack> newItems = new ArrayList<>();
    for (int i = lowerBound; i < upperBound; i++) {

      try {
        newItems.add(items.get(i));
      } catch (IndexOutOfBoundsException e) {
        continue;
      }
    }
    return newItems;
  }

  public static boolean isPageValid(List<ItemStack> items, int page, int spaces) {
    if (page <= 0) {
      return false;
    }

    int upperBound = page * spaces;
    int lowerBound = upperBound - spaces;

    return items.size() > lowerBound;
  }
}
#

here u got Gaby

#

probably better ways to do it but GWcmeisterPeepoShrug

#

Also I like how the only thing Charlie did was refactor the code :p

eternal apex
#

basically same as mine frosty

#
public static <T> List<List<T>> paginate(List<T> list, int maxPerPage) {
        final List<List<T>> pages = new ArrayList<>();

        for (int i = 0; i < (list.size() / maxPerPage) + 1; ++i) {
            int current = i == 0 ? 0 : (i * maxPerPage) - 1;
            int nextEnd = ((i + 1) * maxPerPage) - 1;

            if (nextEnd < list.size()) {
                pages.add(list.subList(current, nextEnd));
            } else {
                pages.add(list.subList(current, list.size() - 1));
            }
        }

        return pages;
    }```
velvet crescent
#

I mean ye yours is more advanced

eternal apex
#

just noticed an issue in it aswell

#

from my debugging

velvet crescent
#

oof

eternal apex
#

accidently left a hardcoded value in there

#

fixed

#

btw frosty, when using indexed for loops, use ++i instead of i++

#

just micro optimization

velvet crescent
#

hmm

fallow crow
#

never knew that ๐Ÿ˜ฎ

velvet crescent
#

Accepted it Charlie

boreal escarp
#

why does all tutorials show i++ tho

fallow crow
#

i wondered that

velvet crescent
#

same kek

fringe sigil
#

What new feats does frozen join need

velvet crescent
#

I mean I understand Piggy is 117 years old so he probably knows more than those tutorials :p

boreal escarp
#

I bet he invented java

velvet crescent
#

Niall, I wanted to do mysql support, but It's kinda hard

sterile parrot
#

for simple for loops this does not matter

eternal apex
#

well, I did mention it was micro optimization

fallow crow
#

I'm half way through mine

#

๐Ÿ”ฅ

eternal apex
#

I didn't invent java, but supposedly vk actually worked on java

sterile parrot
#

I mean imho

vague walrus
velvet crescent
#

lmao

sterile parrot
#

vk isn't as good as they say

eternal apex
#

no one necessarily says he's good

velvet crescent
#

I was gonna say something, but I don't wanna be rude GWcmeisterPeepoShrug

fallow crow
#

i dont like him

magic summit
#

Anyone knows how I can get rid of worlds managed by Multiverse?
The worlds are deleted and I also removed the entries in MWs worlds.yml, but it still loads them on startup and complains I should remove them with /mv remove... Using that command tells me I first need to import/load the world -_-

vague walrus
#

Piggy ,it would seem that there isn't a difference in usage in loops.
Appears that it compiles into the same bytecode

eternal apex
#

not sure about that

vague walrus
#

Dunno, I was just reading the link I posted

sterile parrot
#

LemmoTrestoToday at 4:59 PM for simple for loops this does not matter

eternal apex
#

I just remember someone more experienced than myself referring to "number of operations", with ++i having 2, i++ having 3, i.e the tiniest micro optimization you could imagine

sterile parrot
#

not in for loop context

#

i++ is indeed more operations than ++i

#

but a for loop does not care about the way of incrementing and so generalises it

eternal apex
#

ic

sterile parrot
#

but the real test would be to have 4 for loops and check the bytecode
2 simple for loops one using i++ and one using ++i
and other 2 complex for loops using i++ and ++i

magic summit
#

Anyone?

eternal apex
#

got no clue andre, I do remember having similar issues back in the day though

#

too long ago for me to remember however, sorry

velvet crescent
#

Andre have you tried having the server shut off while editing it?

magic summit
#

yep

#

Also edited all files of other plugins that store the world (coordinates) somewhere

#

I'll now try to disable the "loadInMemory" option of the worlds and see if I can delete them through this...

#

I mean it's a stupid joke tbh.

#

MV tells me to use /mv remove to remove the world(s) but when using it does it tell me to first import the worlds... smh

velvet crescent
#

remove mv

#

problem solved :p

magic summit
#

I actually could considering I only have the main world and two slime worlds... which are managed by SWM

fringe sigil
#

Sql support eh?

#

For storing what kind of data

magic summit
#

hm?

velvet crescent
#

mainly for bungee messages

fringe sigil
#

When piggy sais someone is more experienced than him:
Me: Impossible

#

@velvet crescent Hm

#

Wait

#

As in syncing messages between servers?

velvet crescent
#

also pulling data across different servers, so you don't need 10 different configs

#

ye

fringe sigil
#

Master and slave system

velvet crescent
#

yup

#

master would be hub and slave would be other servers

magic summit
#

Yeah. Such stuff would be nice to have....

fringe sigil
#

@eternal apex Im going to insert a global copyright thing onto my project

#

Can I modify the format of your copyright header (keeping your name and website and copyright)

magic summit
#

Or it could be like LP does where it just sends a update ping each time data changes and the others refresh their data

eternal apex
#

my header is just the mit license

fringe sigil
#
// Copyright (c) PiggyPiglet 2019
// https://www.piggypiglet.me
// ------------------------------```
eternal apex
#

oh that

velvet crescent
#

Andre, that could cause a lot of lagg tho..

eternal apex
#

yeah, you can use that

velvet crescent
#

since it'd be pinging quite often

eternal apex
#

though I'd recommend using an actual license header over that

#

there's a gradle plugin called licenser by minecrell which does it for u

#

i'd assume there's one for maven too

magic summit
#

Not really.... I made a lot of changes with LP and the lag was non-existent

#

Considering it also used sql messaging

fringe sigil
#

I'll just use intellijs i think

eternal apex
#

that works too

magic summit
fringe sigil
magic summit
#

Man I like that level

fringe sigil
#

And this is preferred convention yes?

eternal apex
#

ok, technically I lied

#

it's not a convention

fringe sigil
#

๐Ÿ˜ฎ

eternal apex
#

it's just my personal preference

velvet crescent
#

dang

fringe sigil
#

Lol

eternal apex
#

imo, it makes your code cleaner

velvet crescent
#

why don't you have spaces before brackets?

eternal apex
#

you mean the parentheses'?

sterile parrot
#

that is ugly lol

eternal apex
#

^

velvet crescent
#

You're ugly GWvertiPeepoSadMan

magic summit
#

I just changed my settings to not have spaces after ) and before {

eternal apex
#

who tf puts a space before an opening parentheses

magic summit
#

Like instead of myMethod() { it's now myMethod(){

eternal apex
#

that's eww too

#

spaces are nice before {

fringe sigil
#

I think you would find KiteBoard suprisingly clean

velvet crescent
magic summit
#

Not for me. I dislike that

velvet crescent
#

butiful

fringe sigil
#

When you have been working with certain libraries for a long time, you sort of get used to that

magic summit
#

And IntelliJ for some reason always adds them back on new projects even tho I set it for default settings

fringe sigil
#

Like never worked with Jackson before really

#

But then again i dont usually use final everywhere as a norm

fallow crow
#

@eternal apex I've done my 4, it says matured on right

magic summit
#

Like... Why tf do you even have default settings when IntelliJ just chooses to change it anyway?

fallow crow
#

what does that mean

eternal apex
#

it means that ur set to go

#

and it'll ask you for an address and size eventually

fallow crow
#

so in a week I can request basically

eternal apex
#

o

#

no

#

that's how long the author(s) have to review & accept I believe

#

not sure

fringe sigil
#

Whats the best os license

fallow crow
#

ye its odd, cuz PRs have been accepted

sterile parrot
#

depends on your needs lol

eternal apex
#

I usually just go with mit for everything due to it's simplicity

fringe sigil
#

Basic things i want:

  • people to not make a modification and say im endorsing it e.g
  • people to not claim as their own.
  • original author to be mentioned
eternal apex
#

basically every license does that

fallow crow
#

^

#

@eternal apex do yours have that mature countdown

fringe sigil
#

Also dont want people selling it

eternal apex
#

I don't believe any license will prevent that

#

i'll check in a sec charlie

fringe sigil
#

@velvet crescent Do you want me to help cleanup FrozenJoin

#

Can I replace System.out.println with Bukkit realted stuff

velvet crescent
#

sure kek

#

(Don't finish the gui things tho, since I wanna finish the format displays etc)

fringe sigil
#

Can I move the database management to a seperate class?

magic summit
eternal apex
fallow crow
#

o wow, yeah I just got email

velvet crescent
#

Yes Niall

fallow crow
#

so the project maitainers have a week to review

velvet crescent
#

Good thing it's already reviewed ๐Ÿ˜‰

fringe sigil
#

I still reccomend Hikari CP

fallow crow
#

no the project people

#

not u

velvet crescent
#

I looked into it, and got confused as fuck

fallow crow
#

hacktober

velvet crescent
#

ohh

fringe sigil
#

Well I mean

#

I could add

#

๐Ÿ˜‰

eternal apex
#

frosty, hikari is sick

#

but

#

aikar db is sicker

#

because it makes things simpler, and uses hikari underneath

fringe sigil
#

Wait

#

let me add Spring, Hibernate and a couple other libraries

velvet crescent
#

I'm new to these things kek

fringe sigil
#

Jar becomes 40 Mb

velvet crescent
#

smh

fallow crow
#

Hahaha

fringe sigil
#

Im cleaning up the printing stuff

velvet crescent
#

(It's set to 8)

eternal apex
#

evidently not

#

go to project structure and set it to 8

fringe sigil
velvet crescent
fringe sigil
#

Frosty what this do

eternal apex
#

wadu hek

velvet crescent
#

Niall, find the prefix method down bellow

#

lemme try restarting it

#

I had that issue a while back, I forgot how I fixed it tho

dense zinc
#

@fallow crow how come you copied cursed craft?

fallow crow
#

Oof

dense zinc
#

Sorry if Iโ€™m not supposed to call people out here 0-0

#

But like really..

fringe sigil
#

I donโ€™t see any copying

#

More inspiration

jagged pollen
#

^^

eternal apex
#

yeah, that's not a copy

dense zinc
#

The icon they used in the rate my server

#

IS cursed crafts

fallow crow
#

Eh not a big deal

fringe sigil
#

Oof

dense zinc
#

Iโ€™m not saying itโ€™s a big deal

fallow crow
#

its just an icon

#

whats ur problem?

velvet crescent
#

Take it to dms, I can see where this is headed :kek:

dense zinc
#

I was just asking a question

#

Smh

#

How r u frosty

fallow crow
#

Frosty got himself a new egirl

velvet crescent
#

Boutta yeet myself of a cliff

#

cuz this shit ain't working

fallow crow
#

If you have any issues dm me ๐Ÿ™‚ @dense zinc

fringe sigil
#

@velvet crescent Aye, dont understand what this bit is doing:

#
if (prefix) {
                consoleSender.sendMessage("ยง8ยป ยงfHostยง8: ยง6" + host);
                consoleSender.sendMessage("ยง8ยป ยงfPortยง8: ยง6" + port);
                consoleSender.sendMessage("ยง8ยป ยงfDatabase Nameยง8: ยง6" + database);
                consoleSender.sendMessage("ยง8ยป ยงfUsernameยง8: ยง6" + username);
            } else {
                consoleSender.sendMessage("ยง8ยป ยงfDatabaseยง8: ยง6" + prefix);
                consoleSender.sendMessage("ยง8ยป ยงfDatabase Nameยง8: ยง6" + database);
                consoleSender.sendMessage("ยง8ยป ยงfUsernameยง8: ยง6" + username);
            }
#

prefix you have defined as a String in your config but load it as a bool in the plugin

velvet crescent
#

It just prints out the db details in console

#

which are defined in the config

#

and ye I messed that part up (I believe it was like 1 am when I was doing that part)

woven prairie
#

New Vsauce video ๐Ÿ˜ฎ

eternal apex
#

actual vsauce or dong?

velvet crescent
woven prairie
#

Actual Vsauce xD

eternal apex
#

dayum

fringe sigil
#

Piggy your storage thing doesnt work oof

magic summit
velvet crescent
#

It probably will be when cube awakens from his slumber

fringe sigil
#

@eternal apex I dont think jackson likes them generics

magic summit
#

Some questions about Barry.
Iirc does Barry soonโ„ข replace Gary in the #617569043599196191 right? Is there a place (like a public trello) with planned features? And is there a place to suggest features for Barry?

#

Some people can't check categories of plugins.

fringe sigil
#

Lol whisky tango foxtrott

velvet crescent
#

Niall have you messed with FJ now?

magic summit
velvet crescent
#

Dang you found a picture that's like 116.8 years old

magic summit
#

yup

#

I was surprised too

velvet crescent
#

||gotta say tho, that's cute||

#

it's ya eboi tig

elfin minnow
#

||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

velvet crescent
#

smh..

elfin minnow
velvet crescent
slim spear
#

u guys know how to link something to an image on spigot?

#

like clicking the picture will lead to the link

velvet crescent
#

ye click the 8 (infinite like ish) icon

#

and then enter the link (while having the picture selected)

slim spear
#

ooo ty

velvet crescent
#

I thought you were dead Terfs :p

magic summit
#

Select/Highlight the image in the text, click the chain (It's a chain @velvet crescent) and add the link. It's that simple.

velvet crescent
#

same thing smh

boreal escarp
#

[URL="url here"][IMG]image url here[/IMG][/URL]

#

Even better

velvet crescent
#

or that

magic summit
#

I thought about working on a sort of library to make JSON text with a markdown like syntax...
Like:

This is [JSON text](hover:{showText:["lol", "Text"]},click:{execute:"say Don't click me!"})!
boreal escarp
#

Interesting

magic summit
#

And I also had an interesting idea for a business

#

But don't have enough money (nor the knowledge in website developement) to realize it

boreal escarp
#

I can feel that

magic summit
#

And I believe nobody would know about it without proper advertising...

boreal escarp
#

That's me everytime I have an idea

#

No money, no knowledges and I suck @ advertising stuff

fallow crow
#

Same

magic summit
#

My idea was a service to make e-mails to physical mails and vice-versa...

boreal escarp
#

o

magic summit
#

Like you have a mail and every e-mail send to it will be print out and send to you.

fallow crow
#

I doubt anyone would be willing to pay tho

magic summit
#

When this would be something I make then it would be mostly per-mail cost...

fallow crow
#

Plus imagine trees

boreal escarp
#

I dont want to work on paper anymore

fallow crow
#

PaperSpigot

boreal escarp
#

Id rather get a graphic tablet and do stuff on pc

fallow crow
#

Amirite

magic summit
#

I just had this idea because when I see my parents struggling with e-mails, this would be an interesting solution.

boreal escarp
#

No tbh

magic summit
#

That's your opinion

boreal escarp
#

I mean, paying on a website to send a letter or sending an email would still require them to know how to use a phone / pc

#

Same shit imo

magic summit
#

Nah

#

Not everything is paid with PayPal Internet boy

boreal escarp
#

wot

velvet crescent
#

Well everything could be tho kek

#

Also just teach them kek

boreal escarp
#

I didnt said anything about paypal but paying on the internet isnt as easy as going to a store and pay with cash (imo).

mellow wedge
#

@nimble geyser reason for add?

fallow crow
#

@velvet crescent I got the same lmao

boreal escarp
#

Someone wants to be your friend, rude cj.

velvet crescent
#

Cj, he trynna mingle ๐Ÿ˜

#

Or she, or it ๐Ÿคท

fallow crow
#

in 2019 we have non binary!! Jk I donโ€™t believe in that bullshit

mellow wedge
#

You brought up FPS after internet connection @boreal escarp

#

xD

boreal escarp
#

p.p

mellow wedge
#

I get the track you were on

velvet crescent
#

Charlie, there's 3 genders btw, male, female, and attack helicopter

boreal escarp
#

No

#

Male, Female and Stupid

mellow wedge
#

I identify as attack helimachopter

boreal escarp
#

Wings Eater

fallow crow
mellow wedge
#

@fallow crow Should've been "HD TV"

fallow crow
#

hahaha

boreal escarp
#

Who is this "guy"?

mellow wedge
#

Horny Dwarf Transvestite

fallow crow
#

Pmsl

mellow wedge
#

๐Ÿ˜‰

boreal escarp
#

On another note, fuck school

mellow wedge
#

agree

velvet crescent
#

That I can agree with

fallow crow
#

Same

#

Imaginary school

velvet crescent
#

kek dropuot

#

out*

fallow crow
#

Xd

boreal escarp
#

Nah, got too far for that

velvet crescent
#

Wondering what Niall is up to, wether he's messing with FJ or

fringe sigil
#

FJ?

#

Oh

boreal escarp
#

Fiji

fallow crow
#

Fucking John

fringe sigil
#

Gonna see what Charlie has done

fallow crow
#

Iโ€™ve been asleep for 3 hours

#

From 12pm to 3

fringe sigil
#

Oh all my files are up to date

fallow crow
#

Cuz my headache is too bad

velvet crescent
#

Why are you fucking john thonking

boreal escarp
#

any bot for halloween pfp?

fringe sigil
#

Forgot why i dont ever use GIT

#

Its stupid

velvet crescent
#

The amount of times I fock myself due to java's 0, 1, 2 etc

fringe sigil
#

Tell me to never use git again

#

stupid program

#

"Files up to date"

fallow crow
#

Just got my free Costa

#

Yipeeeee

fringe sigil
#

Charlie

#

Why didnt my git ignore work

#

Stupidness

fallow crow
#

Itโ€™s prob already registered thatโ€™s why

#

Use their un cache tool

woven prairie
fallow crow
#

Lil peep at those new iPhones ๐Ÿ‘€

velvet crescent
#

Wow flexing on us you nerd

woven prairie
#

Not even intentional xD - That's just how it looks now

fallow crow
#

I know I didnโ€™t say it but ofc not, looks nice tho

#

Lucky mofo with the new iPhone tho

woven prairie
#

Cable management on 100

fallow crow
#

Hahaha

#

You gotta come to London again next year ๐Ÿ‘€ cough

#

Longer meet-up this time xd

velvet crescent
#

My boot drive might've just died

#

If that's the case I'm fucked

boreal escarp
#

he took the photo with the 3rd mac

velvet crescent
#

Lol

boreal escarp
#

that telephone gian xD

#

โ˜Ž

fallow crow
#

Hahahaha just realised that

woven prairie
#

lol

fallow crow
#

In the corner

woven prairie
#

I mean, why not xD

boreal escarp
#

do you use it or it's for room service?

woven prairie
#

I use it once every so often

fallow crow
#

Yeah my man gian has his own room service

woven prairie
#

xD

fallow crow
#

He got stacks

#

Or otherwise I gotta save up to fly to South Africa

#

For a meet-up ๐Ÿ˜‚

boreal escarp
#

rip you, only 2 iphones and 1 pair of airpods

velvet crescent
#

Ok we good

fallow crow
#

my battery on my AirPods has been shit so far ๐Ÿ˜ฆ

velvet crescent
#

Just needed a rest

woven prairie
#

Only 2? Pls

I had to use 1 to take that photo smh

fallow crow
#

Hahahahaha

#

Flexxxxx

#

Jk ily and I wanna be like Gian

boreal escarp
#

thought it was your 5th mac GWmythicalFeelsSadMan

fallow crow
#

He got that HomePod too

#

Goals

velvet crescent
#

Y'all gotta focking stop please ๐Ÿ˜ข

fallow crow
#

Iโ€™m here stuck with Alexa ๐Ÿ˜ฆ

woven prairie
#

I have 2 HomePods for that cool audio thing

boreal escarp
#

is that big ass speaker a "homepod"?

woven prairie
#

ye

fallow crow
#

Yes

#

Hereโ€™s my pic so I can seem special!! My AirPods 2 cuz I donโ€™t have many apple products

boreal escarp
#

are you breathing apple products?

fallow crow
#

Gian has them all

#

Lucky mofo

boreal escarp
#

ikr

fallow crow
#

Wish I had money like him to buy

woven prairie
#

I'm a sheep

boreal escarp
#

you do but you are noob and want to "live on your own" lmao

woven prairie
#

My goal is to be like papa tailosive

velvet crescent
#

Selling a sheep everyone, hit me up with offers

woven prairie
#

Does it breed with wheat?

boreal escarp
#

no, only with airpods

velvet crescent
#

I mean you tell me since you're the sheep I'm selling

woven prairie
#

o

#

Are you today's date @velvet crescent ? Cause you're 1/10

velvet crescent
#

wow

boreal escarp
#

lmao

velvet crescent
#

boutta kms

boreal escarp
#

just realized that my pc has the shitty mm/dd format ๐Ÿคข

velvet crescent
#

same kek

woven prairie
#

o

fair island
#

I "might" be becoming a stupid dumb developer ๐Ÿ˜ฆ I keep setting the x, y, z's in the wrong god damn place. Free to hire, btw.

velvet crescent
#

I just can't with that guy in general plugins

fallow crow
#

ok wtf is up with my internet tonight

fringe sigil
#

How many stars can our boys in the sky get?

#

โญ๏ธ

fallow crow
#

im getting 1/3 of what I normally get

#

but we paid for 350 internet

#

and rn only getting 102

boreal escarp
#

I blame my 10/100 eternet card

fringe sigil
#

Please star โญ๏ธ

arctic raptor
#

Lmao that was great

#

"Does it breed with wheat"
"no only with airpods"

boreal escarp
#

At least 5 successful public resources with at least 1000 downloads on each of them and at least 10 five star reviews on each of them
"Top stupid requirements" lmao

#

You can take @sterile parrot as example, he may not meet these requirements but he's ๐Ÿ‹๐Ÿ”ฅ

fallow crow
#

wat

boreal escarp
#

Btw I dont suggest to work with these guys

fringe sigil
#

I mean.. you donโ€™t really want people barging in while your enjoying a meal

fallow crow
#

well thats ovh paid off for anothr month

fringe sigil
#

star

fallow crow
#

me too

woven prairie
#

o

#

i need to pay soon

fallow crow
#

@woven prairie i went with the ยฃ3.50 vps for my sites, works wonders

woven prairie
#

Same

sterile parrot
#

I pay nothing

#

๐Ÿ™‚

woven prairie
#

oof

fallow crow
#

oof

boreal escarp
#

yet no lemmo.host

fallow crow
#

@boreal escarp u in for CWL?

boreal escarp
#

coc stuff? Nope, still waiting for a new phone ๐Ÿ˜

fallow crow
#

some guy joined clan asking to join cwl and idk who he is

#

he hsa 1100 war stars tho

boreal escarp
#

ยฏ_(ใƒ„)_/ยฏ

fallow crow
#

4d 11h until my king is max

boreal escarp
#

Almost 2nd of Spooktober and still no dope server icon

#

shame of you @muted fern ๐Ÿ˜ฆ

pure bane
#

Gg

woven prairie
#

o

muted fern
#

O

trim raft
#

โญ•

fallow crow
#

๐Ÿ˜ฎ

fallow crow
#

Can someone tell my dumbass how to open the run thing

#

nvm

trim raft
#

@fallow crow leaderheads

fallow crow
#

no that cannot be right

#

i have leaderheads and they do not support buycraft leaderboards

#

as they have papi and mvdw placeholders

#

and as far as i know, there isnt a placeholder for buycraft/tebex

crimson onyx
#

Leaderheads support buycraftX recent and top (daily, weekly, monthly, lifetime)

fallow crow
#

not since the update

#

im confose

trim raft
#

Then they are on an outdated version...? lol

fallow crow
#

also, i tried doing it via the older version

#

buycraft updated their api becuase they changed their name to Tebex

eternal apex
#

@fringe sigil .idea was already excluded in the gitignore, also gradle/ wasn't misc, it's needed.

pale grotto
#

@muted fern I am responsible for my parent's divorce! ๐Ÿ˜„

arctic raptor
#

you sad fuck

#

im dead

pale grotto
#

clip and cube are no longer together โ˜น๏ธ

arctic raptor
#

wat

fallow crow
#

This evening i was really heart-breaking... when I revisit the primary school, we had the conversation with the kids, not until realized they started to swear in every sentences, this and that to me :(

fallow crow
#

They even swear like a full-grown adult, even with a 5 year-old kids

muted fern
#

Wot are you on about @pale grotto

fringe sigil
#

@eternal apex made some changes on your storage system, Jackson didnโ€™t like the generic types much so had to use a little work around I found online

eternal apex
#

๐Ÿ‘

#

looks like clazz is just initialized into a javatype in both methods

fringe sigil
#

Yeah

eternal apex
#

you should initialize JavaType in the constructor

fringe sigil
#

๐Ÿ˜ฎ

#

Iโ€™ll change that haha

#

I wonder if Iโ€™ve made the same mistakes in KiteBoard

fallow crow
#

Rofl

muted fern
#

@fallow crow #showcase is for recent projects not to advertise smh

fallow crow
#

It was a showcase

#

Maybe I just needed a gif

#

And to show the website

boreal escarp
fallow crow
#

Hahahaha have fun

boreal escarp
#

Nah, I choosed to read it, talking in general :))

fallow crow
#

Oh lmao

#

@fallow crow oof

boreal escarp
#

Lol

magic summit
#

Why do the Spigot and BungeeCord javadocs have to be so..... empty?

#

Like no comments for most methods I looked up so far.

boreal escarp
eternal apex
#

star for a star @fringe sigil

muted fern
#

cute

fringe sigil
#

Already gave it a star piggy

eternal apex
fringe sigil
#

Oh wait

#

The button looked pressed but Iโ€™m not logged in, one sec

#

Started

eternal apex
muted fern
#

Time to work on helpchat's spoopy level

eternal apex
#

what u planning?

muted fern
fallow crow
#

Invite me too thanks

muted fern
#

yeah ez

fallow crow
#

๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

boreal escarp
muted fern
#

top secret spookness

boreal escarp
#

aha

#

still no dope icon

eternal apex
#

nothing important happens in these channels

#

i promise

boreal escarp
#

you should have prepared for this since november 2018

muted fern
#

leaked?!?!!@2212131

boreal escarp
#

:))

sterile parrot
#

demoted

eternal apex
#

Please don't talk about leaking here cube

muted fern
#

Could of kept the throwing of tim tams

boreal escarp
#

lmao pig

#

ez

eternal apex
#

didn't want to reveal anything that might be secret

muted fern
#

yeah helpchat branded tim tams

eternal apex
#

that can be our game

#

for your discord dev app

muted fern
#

ah yeah

eternal apex
#

our game is really just a form where people enter their credit card & address

muted fern
#

coming 3030 or something

#

300*

boreal escarp
#

April 2069

muted fern
#

ic

#

but icon will come

#

soonโ„ข

boreal escarp
#

spooktober 2020

muted fern
#

getting a few things ready first

boreal escarp
#

we better have a christmas theme starting from 1st Dec

#

xD

muted fern
#

well we have animated icons this time

#

takes time to make

boreal escarp
#

idc cube, that's why I dont pay you

muted fern
#

Hopefully we should be all spooky within 24 hours

fallow crow
boreal escarp
#

๐Ÿคž

#

still looking for some bot for PFPs

muted fern
#

open paint

#

draw

#

???

#

profit

boreal escarp
#

lmao

#

like the blurple icons

velvet crescent
#

I don't have an animated icon GWsetmyxPeepoSad

boreal escarp
#

I do but I dont have nitro for it ๐Ÿ˜ฆ

empty sun
#

Whatโ€™s an actual decent affordable gaming headset that works for both PC and Xbox?

#

Rn I have like the TB Recon

sterile parrot
#

I bought all expansions of destiny in like one week

#

and played everything lol

#

it was free on ps4 for ps plus

#

but only like the base game without expansions

#

great game

long summit
#

@empty sun I got an Astro A10, it's a good price and pretty good quality

eternal apex
#

I use a razer nari, not sure if it can be considered pricy as I don't know what an average headset costs, I also got this as a gift.

fallow crow
#

I used to use the razer chroma then I just started using my beats for gaming tbh, I got them as a student so was win win

empty sun
#

I was thinking of the Razer Kraken Pro V2

vague walrus
#

I usually grab my headsets on clearance

#

$20 for $80 headphones is nice

arctic raptor
#

@fringe sigil Released? :o

fallow crow
#

I got tagged

woven prairie
#

@mellow zinc Wouldn't using the assignment method work for what you're needing ( #628725781119500298 )

scoreboard-assigning:
- '{autosell_hasmulitplier}'

https://www.spigotmc.org/wiki/featherboard-configuration/#scoreboard-assigning - Then name the boards accordingly
https://www.spigotmc.org/wiki/featherboard-configuration/#settings-that-affect-the-behavior

Otherwise, there's still no need for a custom event trigger, just schedule, and check, and then FeatherBoardAPI.showScoreboard(player, "scoreboard"); - https://www.spigotmc.org/wiki/featherboard-api/#void-showscoreboard-player-player-string-scoreboard

eternal apex
woven prairie
#

ooo

eternal apex
#

it correctly predicts which variables "nAm" and "aje" are meant to be referring to

fallow crow
#

ML?

eternal apex
#

no

#

uses the levenshtein algorithm

#

only works if the object's constructor and fields are roughly in the same order atm, gotta make it also work if there's no constructor, or a shit constructor

woven prairie
#

ooo

velvet crescent
#

I need a teammate (or 3) for some armed bedwars

woven prairie
#

Slots on TopG are RIP now ๐Ÿ’”

magic summit
#

Someone has any idea why the server still generates a world called world, even tho I renamed the level name in the server.properties and that world is managed by SWM?

#

I'm just confused because it's literally the only server of multiple ones that does this

woven prairie
#

Do you have Multiverse running with the configs prior from the change? Cause in worlds.yml, there'll be data for it to go off.

Either that, or, it didn't save?

magic summit
#

No. No multiverse

safe meadow
#

beta testing my skyblock

magic summit
#

Uhhhhhh

safe meadow
#

it's fun

#

I caught a name tag

velvet crescent
#

Why you advertising?

fallow crow
#

oof

#

exposed

fringe sigil
#

I asked him for his twitch, heโ€™s not advertising

fallow crow
#

wat

fringe sigil
#

Like

#

Me asking you where I can get a copy of spoof, and you send me a link

fallow crow
#

ik but

fringe sigil
#

Smart advertising

fallow crow
#

i didnt see u ask xd

fringe sigil
#

Lol

fallow crow
#

(also spoof.gg for those wondering what he means)

#

๐Ÿ˜‚

#

pmsl sorry had to

fringe sigil
#

Lol

fallow crow
#

:thinksmart:

eternal apex
#

usage looks like this

#

most certainly not it's final form, there's a few things I need to change, but the logic is there

fallow crow
#

Honestly after the news I found out about this morning, its scary to know you don't know how anyone is truly feeling. Someone I knew (my dads friend) killed himself late last night, someone who always represented themselves as happy and joyful.

I think for me personally its a wake-up call, to not go at people or call people things.. you don't know how anyone is truly thinking inside.

#

I know its random and deep, but kinda had to share..

magic summit
#

I found out that it was a minigame that loads with a default arena. And this arena uses "world"... causing the server to generate one smh

elfin minnow
fallow crow
#

HAHA XD

elfin minnow