#off-topic

1 messages ยท Page 504 of 1

fallow crow
#

with easily readable stacktraces

#

so buyers can actually resolve their own issues

fading orbit
#

Stack traces are useless for most

#

Information comes in form of context

#

a stack trace means literally nothing to most, especially if you start tryna obfuscate shit

fringe sigil
#

๐Ÿ˜ฅ

#

KiteBoard stacktraces be looking like: IiIIIIiIIiIIiIIIiIIiIIII.java

fallow crow
#

well the string / reason itself

#

would stay

#

beyond the obfuscation

fading orbit
#

Yea, but you could just use a string there

fringe sigil
#

Mr electronix boy do you fancy a code review?

fallow crow
#

if someone could see InvalidMaterialException: DIRT isn't a valid type.

fading orbit
#

Less scary to end users, all it requires is devs to maybe provide some contextual errors

eternal apex
#

sonarqube niall

fringe sigil
#

Can sonarqube tell me how to structure my app though

eternal apex
#

no, that's what SOLID & OOP is for

fringe sigil
#

Yeah but

#

You can do stuff in many different ways.

eternal apex
#

then choose the one you like most, and that has the most benefits to the type of application you're developing

#

while adhering to SOLID and OOP

fringe sigil
#

Yeah

fallow crow
#

I think discord is slowly lagging (not sure if it's global or just in specific areas)

muted fern
#

As in message sending?

#

or receiving?

fallow crow
#

ye images wont load

muted fern
#

was being interesting on my phone before

eternal apex
#

i just got lag in sending a message

muted fern
#

I was just gonna blame my great internet

fringe sigil
#

Remember that nice game I made

#

I lost it all when my hard drive busted

boreal escarp
muted fern
#

thats a big f

fringe sigil
#

Html 5 web game

#

Not that

#

๐Ÿ˜ฅ

boreal escarp
#

rip you bud

fringe sigil
#

Yeah I know

#

Kinda just want the client back because that took ages

#

I already started rewriting the server

muted fern
boreal escarp
#

soon

jagged pollen
#

Only if u can add banners for channels ๐Ÿ˜›

muted fern
#

or just had our banner back

#

big oof

fallow crow
#

Personally would be cool to add icons to some channels.

boreal escarp
#

ikr

#

and custom role icons

fallow crow
#

I just need a folder channel implemention to save me time if I had hundreds of channels.

muted fern
#

just let me ping roles and others cant

#

then ill be happy

jagged pollen
#

Yea that will be good lol

#

very needed for admins

fallow crow
#

Well I am applying to Discord, currently waiting on a reply, been about 4 days.

boreal escarp
#

as?

jagged pollen
#

Noice

#

As a dev i guess

#

Ofc.. :p

fallow crow
#

Senior Software Engineer - iOS.

boreal escarp
#

o

jagged pollen
#

cool

eternal apex
#

swift?

fallow crow
#

As my other two replies got denied as I can't apply to multiple.

#

React Native.

eternal apex
#

o

fallow crow
#

As that's how Discord is built in React.

#

Luckily I still have some of my apps (privated) from 2 years ago for examples. Need to get a new developer license from Apple.

#

I noticed that marketing would earn more though as a salary instead of a engineer.

eternal apex
#

surely as an engineer though you could get some sweet perks for this server

muted fern
#

yeah expect verification k thx

fallow crow
#

Weird

#

Anyone see a discord poop icon above my weird text?

eternal apex
#

yes

muted fern
#

yea

fringe sigil
#

No

fringe sigil
#

Loading dots

fallow crow
#

Well that's through the link, but ye.

#

I was comparing salaries at specific title departments.

muted fern
eternal apex
#

daz hot

fallow crow
#

Looks spicy.

muted fern
#

@fringe sigil ^^

jade oasis
#

kite board cubed

eternal apex
#

funny, pun intended?

muted fern
#

no

fringe sigil
#

๐Ÿ˜ฎ

jade oasis
#

for me it was

fringe sigil
#

Nice

#

Please may I receive the file in png format

jade oasis
#

never

fringe sigil
#

Do I owe you?

muted fern
#

no

fringe sigil
#

๐Ÿ˜ซ

muted fern
#

on the house

jade oasis
#

yes now you owe him $100

#

opinions on opinions?

eternal apex
#

usually wanted, but only when warranted

jade oasis
#

@muted fern was the go get that xp mateo your thing?

eternal apex
#

a warrant can be defined in this circumstance as whether the "opinion giver" feels their opinion adds onto the topic being discussed, with the requirement that they aren't a moron

fallow crow
#

Just noticed one of Discord's new features and it's alright with the update.

muted fern
#

Yeah @jade oasis

#

guild welcome message

jade oasis
#

ah alright

fallow crow
#

It'll try to detect a discord account on any other browsers you have.

jade oasis
#

anyone up for some bedwars

fallow crow
#

I'm trash at bedwars on Lagpixel.

muted fern
#

only if @eternal apex joins

fallow crow
#

Played with Siri

eternal apex
#

sorry nah, gonna get off soon

fallow crow
#

Averaged 800fps, but continued to fall off the island.

eternal apex
#

just doing some homework

muted fern
#

well then

#

1 game

#

which will turn into more then most likely

fallow crow
#

Currently just messing around with discord's console safely.

#

It's weird to notice that Discord is allowing console integration due to the fact it can cause memory leaks.

trim raft
#

bedwars any1

fallow crow
#

o

trim raft
#

hhmmmm...???

young temple
#

interesting

fallow crow
#

any good ways of testing your api/util without an actual test server

velvet crescent
#

Can someone explain this placeholder to me %luckperms_prefix_element_<element>%

#

if anyone has used it

boreal escarp
#

Frosty, did you had a different name before?

#

dont think so charlie

velvet crescent
#

Gaby wdym?

boreal escarp
#

A different username

velvet crescent
#

It's been Frosty for like 2 years now

#

ish

boreal escarp
#

kek

velvet crescent
#

Trynna find a placeholder that would return the users prefix color

fallow crow
#
    @Override
    public void onEnable() {
        try {
            new ItemBuilder("DIRT")
                    .withName("&6Golden Dirt")
                    .withLore("&7This dirt is well..", "&7MAGICAL!")
                    .withItemFlag("HIDE_ENCHANTS")
                    .withEnchant("KNOCKBACK", 1)
                    .getItem();
        } catch (InvalidEnchantException | InvalidFlagException | InvalidMaterialException e) {
            e.printStackTrace();
        }
    }```
#

sexy asf

velvet crescent
#

no Charlie

naive agate
#

@velvet crescent its priority pretty sure

velvet crescent
#

ugly

naive agate
#

In Prefix ect listing

velvet crescent
#

know of any that would return the prefixes color?

#

or am I gonna have to use regex

naive agate
#

Dont think he has color

#

Cuz it wouldnt make sense

velvet crescent
#

ye it doesn't

arctic raptor
#

Luck perms big gay

naive agate
#

No its not

velvet crescent
#

no u

naive agate
#

XD

arctic raptor
#

Pex is superior

#

Change my mind

naive agate
#

ew

#

thats nasty

#

Its bad period

boreal escarp
#

why "with" instead of "add"? @fallow crow

arctic raptor
#

That doesn't change my mind

fallow crow
#

@boreal escarp uses builder pattern

#

i like pex

#

so +1 there

jade oasis
#

potato

fallow crow
#

time to test chapi

#

๐Ÿ˜

jade oasis
#

does anyone agree with my statement

velvet crescent
#

can I get a js that would strip this and return the & color %vault_prefix%

boreal escarp
#

maybe

jade oasis
#

maybe not

boreal escarp
#

but it's parset so I doubt

velvet crescent
#

any other way I could do that?

fallow crow
#

frosty I wanted to do one of those

#

where it gets colour of rank

velvet crescent
#

ye make me a placeholder could really use it (aesthetical purpouses :p)

fallow crow
#

ye i wanna use on my survur

velvet crescent
#

Too op for me @naive agate

naive agate
#

xD

#

wow u -

#

thats rude

#

it aint bad it was suppose to be simple

boreal escarp
#

why the black bg and the different "op" sizes ๐Ÿ‘€

jade oasis
#

anyone bedwars

velvet crescent
#

if the sizes were the same I'd oop

naive agate
#

cuz discord background

velvet crescent
#

and since it's not it's meh

boreal escarp
#

discord background isnt completely black

jade oasis
#

we need an opt-in channel for playing bedwars

naive agate
#

Well SORRY ill fix smh

boreal escarp
#

make it transparent ๐Ÿ˜›

naive agate
#

wow drew ๐Ÿ’”

jade oasis
#

@muted fern opt-in channel for hypixel/bedwars

fallow crow
naive agate
#

yall out here trash talking my shit when u guys cant even do it

boreal escarp
#

lfg

velvet crescent
#

Charlie drop this, and make me that placeholder

fallow crow
#

nu

jade oasis
#

is it spelled Chapi or ChAPI

velvet crescent
#

Please

fallow crow
#

Chapi

jade oasis
#

chapi sounds like some spanish word

fallow crow
#

hahaha

#

gonna register domain for it sometimetoo

#

chapi.dev

fringe sigil
#

Hi

jade oasis
#

chapi

fallow crow
#

it'll prob always remain private but eh fuck it

#

yes

naive agate
#

k fixing then reposting

fallow crow
#

xd

jade oasis
#

charlie make it say chapi not chapi

fallow crow
#

ye

#

ChapiAPI

#

xD

velvet crescent
#

no..

jade oasis
#

oof

velvet crescent
#

ChAPI

jade oasis
#

just bold the api part so it still is read as chapi

fallow crow
#

:<

#

ye true

jade oasis
#

but it's obvious its an api

fallow crow
#

could do that iwht logo

#
            new ItemBuilder("DIRTS")
                    .withName("&6Golden Dirt")
                    .withLore("&7This dirt is well..", "&7MAGICAL!")
                    .withItemFlag("HIDE_ENCHANTSS")
                    .withEnchant("KNOCKBACKS", 1)
                    .getItem();```
#

like

#

sexyyyyy

jade oasis
#

either bold or seperate colors

fallow crow
#

it'll be used for my own plugins to speed up development

jade oasis
#

nice

fallow crow
#

because im somewhat slow merely because my mind wonders, or I end up copying classes from other plugins of mine

#

so better to just have 1 personal util

#

that I shade in

jade oasis
#

Chapi

fallow crow
#

ye

jade oasis
#

so clean with the bold

fallow crow
#

tis dope

velvet crescent
fallow crow
#

๐Ÿ˜ฎ

velvet crescent
#

smh..

#

lagcord

fallow crow
#

ye i had to manually open

#

discord is broken

naive agate
#

k thought it was only me

#

cuz its been happening for the past 2 days

trim raft
#

chapi lmao

fallow crow
#

ye xd

#

cool name

#

its rly cool

#

so you could ez support bukkit enchant names

#

like EFFICIENCY

boreal escarp
#

you mean minecraft enchant

fallow crow
#

oh

#

i thought bukkit is the one with nicer names

#

woops

boreal escarp
#

I doubt

fallow crow
#

VanillaEnchant.EFFICIENCY.getEnchantment();

#

bam

velvet crescent
#

@boreal escarp this works in dm right? - ' &8โ— &7To select a color click on it\'s icon'

boreal escarp
#

it should, ye

velvet crescent
#

kk

fringe sigil
#

I actually just want to play some minecraft

fallow crow
#

meme

fringe sigil
#

Why is that meme

fallow crow
#

bord

fringe sigil
#

โ˜น

#

Bored as well

boreal escarp
#

what is that zap @fallow crow

fallow crow
#

@boreal escarp im building a util/api that simplifies the plugin process

#

and provides intuitive exceptions that are noob friendly

boreal escarp
#

I know what you are doing, I'm talking ab the โšก icon

fallow crow
#

oh its cuz its an exception

#

so intellij did that

boreal escarp
#

o

#

sexy

#

wonder if you can set custom icons for files that contains certain name

fallow crow
#

๐Ÿ˜ฎ

#
            try {
                LocationSerializer.fromString("1;2;3;4");
            } catch (InvalidLocationException e) {
                e.printStackTrace();
            }```
#

dat boi

mellow wedge
#

@velvet crescent one reason why that person is blocked for me :L

velvet crescent
#

hm?

mellow wedge
#

nvm

fringe sigil
#

Events to items?

boreal escarp
#

would be possible to add custom file icons to iij?

fallow crow
#

like this

#
hbi.setOnClick(new HotbarRunnable(Action.RIGHT_CLICK_AIR,Action.LEFT_CLICK_AIR){

    @Override
    public void onHotbarItemUsed(PlayerInteractEvent e) {
        //Use whatever code you want. We just want to open an inventory here.
        InventoryS.openInventory(e.getPlayer(), "Hauptmemรผ");
    }
});```
#

how do u do that

#

where u can add event inside

boreal escarp
#

wot

fringe sigil
#

Ah I saw something like this

velvet crescent
#

@jagged pollen I just use the same numbered cooldown if I want it to effect the whole menu right?

fallow crow
#

i wanna add it to my shit, but looking at how others do it

#

seems overcomplicated

fringe sigil
#

This sounds similar

fallow crow
#

o wow

jagged pollen
#

use the same id if u want to use the same cooldown @velvet crescent

#

Check the example

fringe sigil
#

I want to make a sick plugin what shall it be?

boreal escarp
#

a sick plugin

fringe sigil
#

KiteHolograms?

velvet crescent
#

Yes Niall

arctic raptor
#

oo

velvet crescent
fringe sigil
#

Wait

#

KiteClearChat

velvet crescent
#

NO DON'T

boreal escarp
#

omg yes niall

arctic raptor
#

oh no

boreal escarp
#

well, guess escaping doesnt work on yaml?

velvet crescent
#

it doesn't load the menu either

fringe sigil
#

Yeah you can do "

#

\"

velvet crescent
#

I mean you can do " nonetheless

#

but I want a single line ๐Ÿ˜ญ

boreal escarp
#

a single line?

velvet crescent
#

'

boreal escarp
#

ah

velvet crescent
#

this works :p
- " &8โ— &7To select a color click on it's icon."

jade oasis
#

@velvet crescent

#

you can just do ''

#

- '&8โ— &7To select a color click on it''s icon.'

boreal escarp
#

yea frosty

velvet crescent
#

can u not read?

#

smh

jade oasis
#

wait

#

i meant to copy and paste and fix

velvet crescent
#

I mean there's nothing to fix :p

jade oasis
#

there

#

if you don't want to use " you can use double '

velvet crescent
#

I don't want to, cuz it looks ugly

jade oasis
#

lmao

#

anyone bedwars or skywars or something

fallow crow
#

i modified the above shit, as it had multiple classes which was aids

#
        InventoryGUI inventoryGUI = new InventoryGUI(20, "&cTest", this);
        try {
            inventoryGUI.setItem(20, new ItemBuilder("DIRT").getItem(), new InventoryGUI.GUIAction() {
                @Override
                public void click(Player player) {
                    player.sendMessage("Hi!");
                }
            });
        } catch (InvalidMaterialException e) {
            e.printStackTrace();
        }```
velvet crescent
fallow crow
#

rekt

fading orbit
#

Check the logs before that

#

(That just means that timings was thrown off)

jade oasis
#

i think i just got like 5 beds

#

in bedwars

#

5 or 6

velvet crescent
#

It breaks it every time I type /color..

fading orbit
#
02.09 13:19:27 [Server] WARN java.util.ConcurrentModificationException
02.09 13:19:27 [Server] WARN at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
02.09 13:19:27 [Server] WARN at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
02.09 13:19:27 [Server] WARN at net.minecraft.server.v1_14_R1.NBTTagCompound.clone(NBTTagCompound.java:382)
#

Something is fucking with inventories async

fallow crow
#

dope

#

my new system works, yay

mellow wedge
jade oasis
#

Chapi

velvet crescent
#

hm?

fallow crow
#

Chapi is fire, canโ€™t wait to start using it in my plugins honestly

arctic raptor
#

Chapi

fallow crow
#

Ye itโ€™s a cute and dead simple name

#

Idk if Iโ€™ll keep it private or sell copies or make it free

#

Not entirely sure atm

fallow crow
#

Yikes

jagged pollen
#

@velvet crescent there's a prefix color placeholder already -papi vault

velvet crescent
#

oh didn't see that

arctic raptor
#

Stupid ass paypal

fringe sigil
#

What do they do when that happens?

boreal escarp
#

Rip

arctic raptor
#

Thats because Paypal sided with the customer on a fucking bullshit claim

#

Refund Policy: 48 hours after purchase.

When did he try to refund? 1 Month after purchase on a monthly payment plan..

#

His reason: I didnt use it

#

Whereas you pay hosting companies to rent a space on their server which gives you access to use it, not just to use their server.

boreal escarp
#

How did they won smh

fallow crow
#

Ye Iโ€™m contacting my bank tomorrow cuz PayPal sided wrong

velvet crescent
#

@arctic raptor did you call them?

arctic raptor
#

What can the bank do if Paypal sides wrong?

#

and no frosty

velvet crescent
#

You should call them, and explain the situation more in-depth

obsidian fable
#

@fringe sigil If you ever want to create a GUi, you should make something similar to the resource you linked above somwhere

#

its very efficient and you can even add itemAnimation like i did

boreal escarp
#

I have tried to use that but couldnt understand shit

velvet crescent
#

That makes two of us Gaby :p

obsidian fable
#

This is actually not bad to start with

fallow crow
#

ye I used the above it took me ages to grasp

#

and combined it into 1 class

#

as it wanted multiple

obsidian fable
#

How many lines does your class have Charlie

#

Sometimes its better to have more classes instead of everything in 1 class

fallow crow
#

122

#

and its better to be 1 class, esp as my thing I'm making is a api/util system, its best to minimise the work needed

jade oasis
#

who is watching mc monday

velvet crescent
#

has it started already Scholtes?

jade oasis
#

in 5 mins and for techno 10 mins

velvet crescent
#

who's technos teammate?

jade oasis
#

connor

velvet crescent
#
@EventHandler
  public void spectator(PlayerRespawnEvent event) {
    Player player = event.getPlayer();
    ItemStack armor = new ItemStack(Material.LEATHER_CHESTPLATE);

    if (player.getGameMode().equals(GameMode.SPECTATOR)) {
      return;
    }

    if (player.isFlying()) {
      return;
    }

    if (!player.getInventory().getChestplate().equals(armor)) {
      player.setGameMode(GameMode.SPECTATOR);
      player.setFlying(true);
      player.sendMessage(colorize("&8[&bBedwars&8] &7Your gamemode has been updated"));

    }
  }
#

also this'll work right?

jade oasis
#

i only watch techno's stream because he's the only competent player

velvet crescent
#

same

jade oasis
#

Should work frosty

#

how is the leather relevant

velvet crescent
#

it's an "addon"

#

since the current spectator gamemode is broken and if the player is alive (he has the leather in that slot)

#

meaning if he doesn't he's a spectator

jade oasis
#

honestly i wouldnt put them in spectator mode for bedwars

#

i would put them in survival and make them vanished

velvet crescent
#

they can mess with other players if they aren't

#

haven't figured out as to why tho

jade oasis
#

just do what hypixel does

#

prevent them interacting

velvet crescent
#

I mean ye, but if you stand infront of someone bridging it messes with the block placement, and I don't know what's causing that

jade oasis
#

as in?

velvet crescent
#

wdym as in?

jade oasis
#

how does it mess with it

velvet crescent
#

the player can't place blocks if the "spectator" is standing in front of them

jade oasis
#

ill see tomorrow and check for a solution

#

cos mc monday

velvet crescent
#

k thanks, I mean this should work, and I can make a wg region so they don't go out the arena

jade oasis
#

you can probably find an answer on google to prevent block placement issues

velvet crescent
#

will check

#

not today tho, cuz gotta watch mcmonday, and then it's gonna be 1am ish, and I gotta wake up at 5am

jade oasis
#

techno has 6.5k viewers and the stream hasnt even started

#

imagine paying techno for a stream

#

thats like 40k viewers

velvet crescent
#

nah it's like 60k

jade oasis
#

for mc Monday

#

probs like 30k or 40k for sponsored

boreal escarp
#

@hard bane can you even use custom plugins on aternos? IIrc no.

velvet crescent
#

You say "plugin" yet you mean config

hard bane
#

@boreal escarp @velvet crescent i was speaking to a moderator on the aternos discrod server and they referred me to u guys and told me if my plugin that i told u guys to make was successful they would add it

velvet crescent
#

so basically you'd do /creative and it'd open the full creative menu?

hard bane
#

@velvet crescent i mean something along those lines like maybe instead of /creative you can do /creativemenu or something cause /creative might interfere with something else

naive agate
#

just do /settings or something

hard bane
#

good point

naive agate
#

I made one doing tons

#

Like
Scoreboard, Chat, Dms, AutoBroadcasts, Particles, Pings, Friend, Marry and a few other

hard bane
#

so do u think u can make my plugin?

naive agate
#

I just used deluxemenus

#

xD

#

Its pretty simple

hard bane
#

whats that?

naive agate
#

:p

#

Clip made it

#

wrong link there

hard bane
#

do u think id be able to create my plugin in this? mod thing

#

lol

radiant flax
#

What would you want to make ?

naive agate
#

^^

hard bane
#

[Service] Custom Plugin For Spigot To Work With Aternos
[Request] I need someone to please make a plugin that you can access the creative menu in survival mode. (i was thinking of this and thought it would be a pretty cool idea.) If you can make this happen please DM me. Thank You!

#

i just copied and pasted itfrom request free

naive agate
#

I would require a pay

#

This isnt simple

#

It takes time

radiant flax
#

wait it is ?

#

wait let me read the request good.

hard bane
#

ok

naive agate
#

Creative in survival mode

hard bane
#

just the menu

radiant flax
#

ooooooooh rt what Terfs said

#

Thats not "just the menu"

hard bane
#

its not?

radiant flax
#

every item you would want accessable in survival that is in creative is lik 10 lines of yaml

#

if not more

hard bane
#

whats yaml lol (im bad at this lol)

radiant flax
#

:silent:

feral obsidian
#

yet another markup language

radiant flax
#

yaml is the markup language u use in any plugin configuration

#

lol

hard bane
#

so do u think id be able to do this in deluxemenus

#

oh ok

feral obsidian
#

or yaml ain't markup language

radiant flax
#

it's possible yeah but it'll take a while

feral obsidian
#

I forgot

#

yep it's ain't

hard bane
#

oh

#

well.... if anyone is willing to do it lmk!

velvet crescent
#

I mean it's doable, but if you'd want it to be made with DM, that a lot of things, meaning I doubt anyone would do it for free

mellow wedge
#

=faq esstags

honest thistleBOT
#
Unknown FAQ:

I couldn't find anything for: esstags

mellow wedge
#

=faq list

honest thistleBOT
#
Available FAQ Answers:

sounds, external-menus, paste, ecloudblock, placeholders, vp18, imgur, yaml, tagess, customheads, autosellapi, site, item-data, hidden-roles, discorddev, help, asktoask, dm-update, materials, dictionary, nojquery, enchants, spigot, entities, hosting, codeblocks, new

mellow wedge
fallow crow
#

When you finally found a easy site to optimize your gif's size to be able to uploaded on discord servers lol.

naive agate
#

LMAO

#

Link me pleaee

#

Been looking

fallow crow
#

Is it bad to create 1 listener per player essentially

#

For my inventory system, it temporary registers listeners until they close it

arctic raptor
fallow crow
#

wew

#

ive been getting mad dark in legends

#

but so hard to stay up here

#

poggers

mellow wedge
#

?dm-update

honest thistleBOT
#
FAQ Answer:

For 1.12.2 and below:

fallow crow
#

Well looks like I got a bank dispute to sort tomorrow.. fun

long summit
#

what happened?

boreal escarp
#

gl

mellow wedge
fallow crow
#

#funnycubebugs

velvet crescent
fringe sigil
#

Anyone want to find some coords for me

boreal escarp
#

Guys, what's your oppinion on a RolePlay mc server with levels, jobs, houses, quests / missions, maybe guns, cars (and others), things from irl like thirst etc?

eternal apex
#

add pvp to it and ๐Ÿ‘

boreal escarp
#

Yeah but not everywhere, or at least not everyone will be killed.

#

Was thinking ab having pvp arenas (like box rings) and let cops to be killed by any players or smth like that.

eternal apex
#

I'm more thinking like rust

#

survival & pvp, although in rust it's more catered towards the latter

#

but yours can be more survival

boreal escarp
#

By roleplay I mean like irl stuff

#

But for sure there will be pvp as well

eternal apex
#

I'd say pvp anywhere, but in cities/towns you could have cameras

#

if a camera picks up another player pickpocketing, killing, hurting, etc, another player, the owner of that camera could report it for a check

boreal escarp
#

Oho, sounds dope, all I need it's a plugin for that haha xD

#

I already have some jobs ideas but will take time to make them. Eg Pizza Delivery

eternal apex
#

that way u've got safe zones, and the rest is ffa

#

cameras should be pricy, and possibly even exclusive though, so people can't just place them everywhere in attempt of some $$

boreal escarp
#

SA:MP works the same but I'm afraid of trollers that will kill players just for fun

midnight wyvern
#

what is batter 12gb(2666hmz 1.5 cores) or 10gb(2666hmz 2 cores) for factions with 50-70 players!??????

boreal escarp
#

2nd I guess

#

Also, dont spam the channels.

tired garden
fallow crow
#

ok so wtf

#

using that to my advantage

boreal escarp
#

o

woven prairie
#

Iโ€™m working on an RP server ๐Ÿ‘€

eternal apex
#

what version?

fallow crow
#

1.7 ๐Ÿ˜

woven prairie
#

1.14. Custom models, upgrades, etc

boreal escarp
#

smh gian xD
jk, good luck ๐Ÿคž

fallow crow
#

well dead simple cmd system added to Chapi

#

victory royale

fallow crow
#

is it possible to have an interface generate a method WITH an annotation?

cc: @eternal apex

eternal apex
#

ide based annotations will be passed, for example suppresswarnings, data annotations wouldn't be passed down though

#

at least as far as I know, worth a test though

fallow crow
#

Because I want to have a class for my commands

#

and i want it to generate method with annotation

fringe sigil
#

So i need to go pickup something from my friends

#

But if i go he might want me to stay, I just wanna program lol

boreal escarp
#

xD

fringe sigil
#

that sounds so bad lol

fallow crow
#

just ask if u can quickly come and pick something up, but you cant be long as you've got other duties to do

#

thats what id say

fringe sigil
#

yeah that wont work

fallow crow
#

"Is it fine if I can come pickup some items from yours? I can't be long as I've got to go see family"

#

or some shit

fringe sigil
#

my parents left it there when we ent over

#

meh

boreal escarp
#

I have to stay with my friends's cousin cat

eternal apex
#

just be honest tho

#

well, partially honest

fallow crow
#

id say ive got to go see family

#

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

eternal apex
#

replace want with need

#

I need to do some coding

#

not I want to do some coding

boreal escarp
#

Would a server with a world that doesnt generate new chunks work with 7-8 gb of ram on 1.14?
I know that's a vague explanation ๐Ÿ˜…

fringe sigil
#

Woo

#

Radar server combines multiple radars so I can connect two radars

young temple
eternal apex
#

bad meme

#

programmers don't go outside

#

at least not willingly

young temple
#

I apologize

fringe sigil
#

Lol

#

Lol wonder what happens if I connect the output as a receiver

#

It crashed

fringe sigil
#

Hi do not print a shapefile please

velvet crescent
#

hi Niall

fringe sigil
#

go away you DefaultFeatureTypeBuilder

velvet crescent
#

bye then

fringe sigil
#

Lol jks

#

Bruh bois

#

We got the coords

#

Okay epic fail

boreal escarp
#

what coords niall?

fringe sigil
#

the world

boreal escarp
#

ah

fringe sigil
#

I will show you in a min

#

britain just melted

boreal escarp
fading orbit
#

they're a good starting point overall

boreal escarp
#

anything better? Dunno how to make my own ๐Ÿ˜…

fringe sigil
#

Aha wow

#

The file gives you altitude

#

I was plotting the wrong dimension

#

Ok stil ldidnt work

fading orbit
#

it's more a case of they work for most, but 1.14 is "fun" in terms of memory allocation that it can sometimes hit issues depending on your environment

fringe sigil
#

Oh yeah baby

#

Were getting close

velvet crescent
#

I'm dead rn..

boreal escarp
#

3072 isnt the same as 3000 when setting the server memory, right?

#

baby

velvet crescent
#

nop gaby

fringe sigil
#

Letsss goo

#

Ok lag

velvet crescent
#

Niall, why are you so mean to me pepo_sad

fringe sigil
#

me i joke

#

๐Ÿ™‚

#

The program taking over a minute to calculate points ๐Ÿ˜

fallow crow
#

Ouch.

#

Is it calculating it over a single thread @fringe sigil ?

#

or are you splitting it up to calculate points over multiple threads for less strain on the single thread.

fringe sigil
#

very good point actually

#

but to be honest it should not be this slow

#

I've only changed it a little bit and its a thousand time slower

woven prairie
#

Those flags are a good base and then the RedisBungee guy has an article on smth else

#

Combine the 2 and whoop

fringe sigil
#

Ah ok so

#

The method i was using did its work when invoked

#

So i just defined the var once e.g e.g and its faster

#

This is sick, got it working

velvet crescent
#

@boreal escarp Where'd you get IJ ultimate btw ๐Ÿ‘€

fringe sigil
#

They offer it free for students

velvet crescent
#

hmm might needa look at that

fringe sigil
#

Yeah what I use

#

Need to renew it soon

fallow crow
#

we out here chillin

jagged pollen
fallow crow
#

needed to test spoof, so gotta make the best out of it

boreal escarp
#

velocity it's some kind of bungeecord?

fallow crow
#

time to make my spoof logging fancier

#

The founder of Velocity was the founder of Waterfall back in 2017

boreal escarp
#

o

fallow crow
boreal escarp
#

What plugin do you guys recommend to monitor your server? Eg the ram usage, cpu usage etc. (Free if it's possible)

#

>.... [18:06:52 INFO]: Done (98.950s)! For help, type "help" lovely

velvet crescent
#

@fringe sigil you here?

fringe sigil
#

Yeah

velvet crescent
#

so I'm making an addon for bedwars1058 (without using any of it's events) and I wanna know what event I should use to check when a placeholder changes to the correct value

fringe sigil
#

When a placeholder changes?

#

I would say you might have to check it in a bukkit task

#

It isn't going to make any lagg or anything as long as its not like an sql lookup

velvet crescent
#

It's not, will look into it thanks

fallow crow
#

hell ye

velvet crescent
#

finally a non insance text art (unlike leveltools :p)

fallow crow
#

hahaa

#

Ye wanted to go with a slimmer and cleaner logging

pale grotto
#

@fallow crow the S looks off

velvet crescent
#

You look off blobsmirk

pale grotto
#

Frosty

#

You're cute but

#

im salty rn

velvet crescent
fallow crow
#

@pale grotto you look off

#

Just realised already said above

#

But idc

fringe sigil
#

Help

velvet crescent
#

Hi niall

fringe sigil
#

See looks good

#

Then If i zoom out

#

It oofed

#

America is like sideways

#

Russia is cut in half or something

velvet crescent
#

ain't noone care bout america so kek

sterile parrot
#

now we just need a lot of centrifuges for uranium

fringe sigil
#

GeoTools is a pain so I'm just using the plain old Graphics2d version

#
  • The data server keeps dieing
#

I think its this library I used

velvet crescent
#

Niall, I'm confused as to how I should parse a placeholder and check it's value

#

got any pointers

fringe sigil
#

if (PlaceholderAPI.setPlaceholders(null, "%server_time%").equals("2:30") {
//Do something
}

#

For example

velvet crescent
#

ohhhhhh

#

and the null represent the player I'm guessing

#

represents*

boreal escarp
#

yes

fallow crow
#

I did the S & F for Charlie by the way (got no credit)

velvet crescent
#

S&F ?

fallow crow
#

I know the S is off, but gotta figure out new characters that will look nicer.

velvet crescent
#

Share and fock?

fallow crow
velvet crescent
fallow crow
#

I do it for a bunch of my projects tbh

fringe sigil
#

Oo

velvet crescent
#

@fallow crow all the "loading" should have atleast 2 dots at the end

fallow crow
#

I usually had three

#

ASD helped me do it, but he took inspiration from luckperms

#

To clarify

#

And yeah I guess

#

Correcto.

#
[Spoof] Enabling Spoof v3.0.0
   __   _   _   _   _
  |__  |_) | | | | |_  Spoof v3.0.0
   __| |   |_| |_| |   Running on Bukkit - CraftBukkit
 
[Spoof] Loading injector.
[Spoof] Checking license.
[Spoof] Successfully registered under Charlie.
[Spoof] Successfully enabled (took 0ms)
#

Did have something like dat

fringe sigil
#

_
|/ ||
|\ |
|

fair island
#

Spoof? :o

fringe sigil
#

oof

#

is KB possible

fallow crow
#

ye

#

ez

#

you'd need to do \ for the \ in the K

#

as a regular \ is a exit code for java

#

tbh @fallow crow you need to add some color if you don't have any

#

I do

#

Ah

#

But windows strips colour

#

ye

#

From what it seems

#

Anyways I am off to the gym for 2-3 hours.

velvet crescent
#

Would something like this work

@EventHandler
  public void teamChange(final PlayerEvent event) {
    final Player player = event.getPlayer();

    if (player.getGameMode().equals(GameMode.SPECTATOR)) {
      return;
    }

    new BukkitRunnable() {
      public void run() {

        if (PlaceholderAPI.setPlaceholders(player, "%bedwars1058_team%").equals("[SPECTATOR]")) {
          player.setGameMode(GameMode.SPECTATOR);
          player.setFlying(true);
          player.sendMessage(colorize(""));
        }
      }
    }.runTaskAsynchronously(plugin);
  }
fallow crow
#

equalsIgnoreCase?

fringe sigil
#

Bruh

#

BorderLayout is awesome

#

GeoTools is mad so much to do such little

velvet crescent
#

Charlie, meh

boreal escarp
velvet crescent
#

activate windows

boreal escarp
#

nou

fallow crow
#

activate windows

long summit
#

activate windows

boreal escarp
#

nou 3

fallow crow
#

@boreal escarp donโ€™t forget war attack also

boreal escarp
#

oh f

fallow crow
#

If you donโ€™t want to be in any of them lmk, can be swapped in/out for each one

boreal escarp
#

I just forgot, sry.

fallow crow
#

Nah itโ€™s fine I didnโ€™t directly tell you

#

So my fault there

#

I kinda just put everyone in lmao

#

@fallow crow need to specify a valid budget bro

#

bruh im not gonna put a specific budget its tbd on how good they are

#

soo

arctic raptor
#

Weren't you already warned like 3 times about that

#

literally "$1-$10" would work

velvet crescent
#

@fallow crow Specify a valid budget please, the guideliness give you everything you need to know

pale grotto
young temple
#

@pale grotto #nerds

pale grotto
#

@young temple dm

#

fix it

young temple
#

I can't, I actually forgot everything about it

#

I tried

arctic raptor
#

Why are you tagging glare Seriously

#

Literally look above your message

fallow crow
#

@fallow crow Soo change it xd

#

there

#

stop pinging me lmao

#

Why are you so toxic

#

Scares me from even wanting to help you

young temple
#

Charlie, you can always ping me blobLove

velvet crescent
#

Tsunamii, if I'm not mistaken this is your last warning since you've been warned twice already

fallow crow
#

Thanks baby, love you โค @young temple

#

Haha

#

warned for what

young temple
#

for being a nerd

velvet crescent
#

Not obeying the rules of the channel..

young temple
#

No nerd zone, idk how Frosty is still here

fallow crow
#

what else ddi i do

#

โ€œTBDโ€ isnโ€™t good, especially on how โ€œgood they areโ€

velvet crescent
#

@fallow crow Gotta say, you're a complete madlad, I tried that pushup and nearly faceplanted onto the floor :p

fallow crow
#

Someone could spend a ton of time and make it good

#

And you say โ€œnah youโ€™re not good I can only pay $2โ€

#

And yeah ASD has one hench body

velvet crescent
#

Charlie, reason I negotiate the price before starting on the project

fallow crow
#

^^

#

I always negotiate a price and then do 50% upfront

#

called a trial where you monitor them for a day or so and look at their previous work then discuss a price

#

I wouldnโ€™t work free

#

Time is money

velvet crescent
#

I give them the aprox. time and effort that would go into it, then sort out all the details, then either if I know the person (/i know they can be trusted) I start the project by them either paying full up upfront, or at the end (for randos 50% upfront ofc)

#

cause you know, fEeS

fallow crow
#

Yeah

#

Or you say โ€œTBD depending on how good you areโ€ and pay m$2 at end

velvet crescent
#

I mean the project isn't sent until it's fully paid for so GWcmeisterPeepoShrug

fallow crow
#

who would pay fully upfront

velvet crescent
#

and any agreement made during the process of making it, are discarded meaning the project can be used elsewhere

#

Tsunamii, people who know the person who is working on their project/know their reputation

fallow crow
#

yea if u have known em

young temple
#

@jagged pollen did you get a paper? (rip he just died)

fallow crow
#

@fallow crow idk what the point of saying "Or you say โ€œTBD depending on how good you areโ€ and pay m$2 at end" when i literally said "called a trial where you monitor them for a day or so and look at their previous work then discuss a price" before

#

A trial to be a yaml dev?

velvet crescent
#

I'm legit confused rn

fallow crow
#

@boreal escarp war!!

boreal escarp
#

How much time left?

velvet crescent
#

10s

boreal escarp
#

Fr

#

?

fallow crow
#

Ye

jade oasis
#

@fallow crow whats happening with the server now

#

you buying a new one or something?

fallow crow
#

@jade oasis yeah so it was all drama and shit so we agreed to a refund and transfer back

#

Iโ€™m gonna buy a dope logo for survival

#

And make a cool survival server

pale grotto
#

seems accurate

fallow crow
#

Hahahaha

echo badge
#

Also one star lol

fallow crow
#

HAHA

#

hopefully fine to post, seemed fine from how I read it

boreal escarp
#

ok? :))

velvet crescent
#

LMAO

jagged pollen
#

Sorry just came home :p @young temple and they gave us the usual papers that they give every year

#

But idk wtf is wrong this year... They are so strict blob_sad

jade oasis
#

ffs they told us we dont start school till 10am tomorrow and now the suddenly say we start school as usual

boreal escarp
fallow crow
#

@warped light who made that theme

boreal escarp
#

he did

velvet crescent
#

Gaby is that you or?

boreal escarp
#

no frosty

warped light
#

me

#

why?

fallow crow
#

Wow thatโ€™s amazing

#

XenForo theme?

boreal escarp
#

Just a normal 1.14 server 3087 / 3072 MB (used / allocated)

fallow crow
#

Iโ€™ve got to make my 1.14 server soon

warped light
#

Nope, isn't xenforo, is a website template ๐Ÿ˜› but i'll release a xenforo theme

#

with same design

fallow crow
#

Oh ๐Ÿ˜‚

warped light
#

My website is like xenforo without ranks

#

is fully configurable

fallow crow
#

I need a nice theme like that in XenForo

#

How much do you charge

#

For XenForo themes

warped light
#

Atm i don't create xenforo themes because i need to see first how xenforo works ๐Ÿ™‚

fallow crow
#

Yeah Iโ€™m good with general websites but canโ€™t figure XenForo

#

Seems confusing lmao

warped light
#

yea

fallow crow
#

I basically got scammed a theme

warped light
#

how?

fallow crow
#

Benj made me a theme that was legit broken

#

Paid $200 for it too

warped light
#

wtf

#

200$....

fallow crow
#

Yep.. maybe I should fix it myself and just sell it

#

As he scammed me out basically

warped light
#

So benj is a scammer

fallow crow
#

Ye

#

He constantly makes poor excuses

warped light
#

sad...

fallow crow
#

And the theme he provided is broken

#

The design itself is nice

#

But he uses a template for all his buyers, and certain shit thatโ€™s broken

warped light
#

lol

fallow crow
#

Yeah I basically found out he used a template lol

warped light
#

That's bad...

fallow crow
#

Very

boreal escarp
#

Time for charlie to stop being lazy and make his own theme ๐Ÿ˜›

#

jk

fallow crow
#

With your design (just saw from MCM), if you made it a real site would be so cool

#

Hahaha

#

Iโ€™d prob try finish Benjโ€™s one and sell it myself

warped light
#

๐Ÿ™‚

fallow crow
#

As I got delivered a broken theme

boreal escarp
#

And use what on mcp?

fallow crow
#

The same one

boreal escarp
#

..

fallow crow
#

Or get the money and hire another dev

#

To make new theme

boreal escarp
#

that sounds better haha

fallow crow
#

Currently broke tho but still ๐Ÿ˜‚

fading orbit
#

dark theme

#

PLZ

boreal escarp
#

ikr

fallow crow
#

USE AN ADDON

#

smh :<

fading orbit
#

Be respectful of us people who actually have eyes ๐Ÿ˜ฆ

fallow crow
#

use an addon at night

#

tbh I often enjoy white theme through the day

#

makes me less tired

boreal escarp
#

anybody here uses voxelmap?

#

For some reason it doesnt save the map when I reopen the client and that piss me off

fringe sigil
#

Charlie

#

Letโ€™s get this bread

#

Thatโ€™s awesome lol i didnโ€™t think thatโ€™s possible

boreal escarp
#

I really need a new pc ... dealing with 1.14 kills my pc

fringe sigil
#

It does for everyone I think

#

Mines taken 120 seconds before donโ€™t feel so bad lol

fallow crow
#

haha o ye

#

my profile thing

boreal escarp
#

I mean, it didnt worked too better before either but now ..........

fallow crow
fringe sigil
#

Found this awesome meme again

fallow crow
#

@/funnycube

#

o

#

u already added img hahaha

fringe sigil
#

I canโ€™t remember who made it

#

I think it was Awesome Ahmed or aboody

fallow crow
#

Well I started doing calisthenics when I was doing my freshmen year of high school.

#

I would just tell you @velvet crescent is to do simple pushups, and then slowly work on explosive pushups.

slate mist
woven prairie
#

2 mins D:

boreal escarp
#

movie trailer

fallow crow
#

Looks weird in my opinion.

boreal escarp
#

why aren't they like no plugins for farming that uses heads for plants p.p

fallow crow
#

As you didn't even center the text, and it's at a slow pace, like most trailers I see are at a fast pace?

#

explain @boreal escarp ?

boreal escarp
#

eg you got a cabbage plant and instead of using normal crops you use like 3 heads to show the growing stages, fount one but isnt updated to 1.14 ๐Ÿ˜ฆ

fallow crow
#

send me it in dms

boreal escarp
#

the plugin?

fallow crow
#

ye I guess.

arctic raptor
#

Its hard to read the text in some places and the shader pack used isnt really the best

fallow crow
#

well my spoof is on sale for those interested :3

#

@fallow crow you could improve the startup message by tons tbh.

#

Loading modules (Vote, Entity, Action, and Fluctuation)..

#

Eh true, but reason is people can toggle them

#

Well, got some writing to do, and then will be working on my Inventory API that I was telling you about Charlie.

#

๐Ÿ˜ฎ

#

Pretty much completed.

fallow crow
echo badge
#

What's wrong with it? @fallow crow

fallow crow
#

Ok so here's this

#

You can't have a custom plugin on aternos, that's why ._.

boreal escarp
#

That person said they were redirected here by aternos guys and if they get the plugin made it will be added on aternos / their server.

#

Idk

fallow crow
#

I worked with aternos tho

#

To have the plugin added, you need to "request" it

#

But because of the fact that aternos uses spiget to create a plugin list, you can only request a spigot plugin /or Bukkit

#

Weird, right?

boreal escarp
muted fern
#

@arctic raptor as pretty as that was, don't fill up the chat with it.

arctic raptor
#

:(

#

Here I condense it in image

naive agate
#

;o

arctic raptor
#

@proper jungle beautiful

fallow crow
#

Need a suggestion

#

Is it ok if i do the supermarket plugin ._.

#

As of role-play thing. Ik ShopGui+ already is a standing-still shop

arctic raptor
#

wdym

#

super market plugin?

fallow crow
#

As of, you know ChestShop?

#

It works the same way as it, it's just a role-play fun stuff

#

i ran out of plugin ideas ._.

mellow wedge
#

=faq list

honest thistleBOT
#
Available FAQ Answers:

sounds, external-menus, paste, ecloudblock, placeholders, vp18, imgur, yaml, tagess, customheads, autosellapi, site, item-data, hidden-roles, discorddev, help, asktoask, dm-update, materials, dictionary, nojquery, enchants, spigot, entities, hosting, codeblocks, new

mellow wedge
#

=links list

honest thistleBOT
#
Available Plugins/Services for =Links:

actionannouncer, advancedcustommenu, areashop, autosell, chatinjector, chatreaction, chatreactionplus, crazyauctions, crazycrates, deluxechat, deluxecommands, deluxejoin, deluxemenus, deluxetags, essentialsx, ezblocks, ezprestige, ezrankspro, fawe, featherboard, fishslapper, frozenjoin, griefprevention, guihelper, headdatabase, holographicdisplays, inventoryfull, itemmanager, kiteboard, levellingtools, luckperms, materials, mcmmo-classic, mcmmo-overhaul, messageannouncer, minecrates, nuvotifier, papermc, papibot, placeholderapi, playersettings, protocollib, rankupholograms, tempmotd, tokenenchant, tokenmanager, viaversion, voteparty, worldedit, worldguard

fallow crow
mellow wedge
#

oh shoot

#

it's on topic

#

๐Ÿ˜ฎ

arctic raptor
fallow crow
#

I only know dang supermarket role-play shop lol

#

And i have no idea if i want to do it eyesshaking

boreal escarp
#

Morning

eternal apex
#

yo

boreal escarp
#

O

#

Wish I could run exotic garden without slimefun :'(

proper jungle
#

@arctic raptor thx

velvet crescent
fallow crow
#

Rip legends

boreal escarp
#

already?

#

Also, remove me from war, cant attack on this bs phone ๐Ÿ˜’

fallow crow
#

Alright haha and yeah legends is so hard, one minute youโ€™re high up the next minute 3 people 2/3 started you and youโ€™re out of legends @boreal escarp

boreal escarp
#

welp xD

#

btw my bd it's coming soon ๐Ÿ‘€ js

fallow crow
#

๐Ÿ˜ฎ

boreal escarp
#

Bro, not hate but you remind me of Brock Lesner haha โค

fallow crow
#

honestly

#

idk who that is

#

๐Ÿ˜‚

boreal escarp
#

google

fallow crow
#

well todays plan: new thread designs

boreal escarp
#

o

#

todays plan: get a fking working farming plugin

fallow crow
#

HAHA

#

i also need to try climb back to legends

#

whicn no doubt is gonna involve a lot of gems

boreal escarp
#

on a game like minecraft you would probably thought that ppl made more farming plugins

#

but nooooooooo, who needs that

fallow crow
#

haha

#

just nearly 3starred a max base

#

feels good

boreal escarp
#

๐Ÿ˜ฎ

#

wait to see one of my last versus enemy

fallow crow
#

hopefully afte this war league I can get my queen to max

boreal escarp
fallow crow
#

arabic

boreal escarp
#

glad they wanted to go low in league and let me win

fallow crow
#

HAHA

boreal escarp
#

fr dude

#

had max lvl giants

fallow crow
#

i have those

#

but builder base has a thing of making u lose

#

every so often

boreal escarp
#

indeed

fallow crow
#

so i get max dudes fail on me, cuz of that

boreal escarp
#

ikr

#

also, I hope the 1.14 lag will be fixed on 1.15 or even earlier

#

testing on 1.14 it's aids with this pc