#general

1 messages · Page 191 of 1

potent prawn
#

screenshot?

lofty compass
#

Doesn't do it on mobile. Not at pc lol

potent prawn
#

fair enough

lofty compass
#

Was going to remote into my home server but the internet or power is out oof

lofty compass
#

It doesn't let them scroll further down. Seems to depend on resolution

#

Works in portrait

potent prawn
#

needs a max-height by the looks of it

lofty compass
#

Would adding spacing to the bottom fix it maybe

#

The more options I add they can still scroll, but just can't see the bottom buttons

normal surge
#

here's a quick question for you wonderful maven-wielding warriors

gilded nova
#

Yes

normal surge
#

when creating a bungee plugin that has maven dependencies, do I also include the plugin.yml and spigot.yml there

#

or do i include them in the build.xml

#

or am i talking nonsense

gilded nova
#

Why do you need a spigot.yml?

normal surge
#

well the spigot guide recommended a spigot.yml

#

do i not need one?

rigid widget
gilded nova
#

I onlh ever use plugin.yml

#

Spigot yml comes from spig does it not

rigid widget
#

Here's the structure of AVPN-bungee, it has a maven parent module so the deps idk, but plugin.yml goes in the jar for sure

normal surge
rigid widget
#

yes

#

the plugin.yml is in resources

gilded nova
#

^

normal surge
#

oh wait

#

i totally misread it

gilded nova
#

Its already made

normal surge
#

i'm blind

gilded nova
#

Lol

#

Providing youre using intellij

rigid widget
#

resources goes in the pom as resources

potent prawn
#

spigot.yml is a spigot config file lel

normal surge
#

i'm using eclipse 😅

gilded nova
#

And the spigot development plugin

rigid widget
#

eclipse?

potent prawn
#

eclipse

rigid widget
#

do you hate yourself

potent prawn
#

o dear

gilded nova
#

Ew

normal surge
#

shhhhhhh

gilded nova
#

Use intellij

#

HAHAHA

rigid widget
#

you're in love with feeling pain?

gilded nova
#

Intellij literally codes for you man

rigid widget
#

it's like using notepad++ for webdev eh @potent prawn ?

gilded nova
#

HAHAHA

potent prawn
#

just notepad

rigid widget
#

oof

#

worse still

gilded nova
#

Microsoft word

rigid widget
#

hehe impossibruuuu

potent prawn
#

mmmm rich text

gilded nova
#

Sticky notes even

rigid widget
#

seriously Ivan, it's free and it's good. Why wait?

potent prawn
#

why are the notes sticky

gilded nova
#

Do it now

rigid widget
#

seriously Ivan, it's free and it's good. Why wait?
@normal surge ^

#

im gonna send this, often

gilded nova
#

IntelliJomama

normal surge
#

i'm just used to it at this point ;-;

gilded nova
#

No

rigid widget
#

I got used to IJ in like 3 days

gilded nova
#

Intellij is so easy to pick up

#

And its so much better

normal surge
#

hmm

gilded nova
#

SO MUCH

#

Better

rigid widget
#

I hit tab and all of a sudden I have an improved version of LP

gilded nova
#

Hahahahaa

normal surge
#

alright alright i'll see about changing sides

#

not right now though; baby steps

gilded nova
#

Eclipse isn't even a side its just bad

rigid widget
#

"Hey intellij, code me async minecraft"

normal surge
#

first i need to figure out why my plugin.yml isn't being put into my jar

rigid widget
#

kk bud gotchu

#

@normal surge I had that problem earlier today

potent prawn
#

jetbrains products are just so much better

gilded nova
#

first i need to figure out why my plugin.yml isn't being put into my jar
@normal surge intellij makes plugin.yml for you fyi

rigid widget
#

Tim not exactly

potent prawn
#

and intellij has the minecraft development plugin

rigid widget
#

^

#

that is needed

normal surge
#

oooooo

potent prawn
#

which is what makes that file for you lol

gilded nova
#

If you use the mc development plugin

#

Yeah

#

Forgot to mention that

rigid widget
#

I don't have it so it sucks a bit but at least I learn the true way

gilded nova
#

Hahaha

#

I don't have it so it sucks a bit but at least I learn the true way
Its free lazza

rigid widget
#

i knoiooow

potent prawn
#

i think he means the extension

rigid widget
#

just too lazy to download the mc plugin

potent prawn
#

it's only useful when you're making a new project

gilded nova
#

Its like

normal surge
#

but once I do create the plugin.yml file, do I do something like <include>**/plugin.yml</include> in the pom.xml

gilded nova
#

2 seconds

potent prawn
#

well, could be good for existing ones idk

rigid widget
#

the whole plugin is like 7 classes and a pom

gilded nova
#

You dont need to do that in eclipse im pretty sure it does it for you

normal surge
#

oooh i'll take a look

rigid widget
#
<resources>
            <resource>
                <directory>src/main/java/dev/laarryy/resources</directory>
                <filtering>true</filtering>
            </resource>
</resources>
#

this part is operative

#

im off to bed, enjoy poking around and figuring it out

normal surge
#

alright :3

gilded nova
#

What are you coding @normal surge

normal surge
#

i'm making a discord bot within a bungee plugin to verify & link my players' respective accounts

#

as well as sync their ranks

rigid widget
#

ever hear of dsrv 😛

gilded nova
#

Was gonna say HAHA

normal surge
#

i have but i gotta get experience ya'know :3

rigid widget
#

@spring cobalt one day soon, if you ever do it, I'll plug for you in this exact situation

normal surge
#

plus i don't know if dsrv can do all of that ^

rigid widget
#

@normal surge i suppose - but two APIs at once is a bit much to master no?

gilded nova
#

Srv is open sourced, just learn off their code lol

potent prawn
#

dsrv doesn't have bungee support

rigid widget
#

indeed

gilded nova
#

I was just about to say that too so that makes sense

normal surge
#

well i've dealt with spigot plugins for a while now, and the bungee api should be pretty similar from what i've heard

rigid widget
#

yep

gilded nova
#

And the devs are stubborn about giving it bungee support

rigid widget
#

no nbt to deal with ivan

gilded nova
#

Whats nbt again

rigid widget
#

@gilded nova bungee requires some serious time, dedication, and hard work to get working. It requires pretty fricking massive time commitments and dedication, as well as thinking. No matter what they do at this point they'd probably upset a bunch of people by implementing it 'wrong'

#

nbt is ingame data stuff, ez google for the definiton but it deal with like actual blocks

gilded nova
#

Yeah not wrong, but it is a big plugin and working on a bungee fork of it on the side isn't a bad idea instead of just straight-up denying suggestions to do so. It would be great and they'd get so much more business out of it, even if it was to be a paid plugin

rigid widget
#

there's probably a chat plugin out there that is being developed, able to do literally anything... probably 😉

gilded nova
#

nbt is ingame data stuff, ez google for the definiton but it deal with like actual blocks
I thought that was one of your stupid uncommon abrieviations, my bad i know what nbt is hahaha

rigid widget
#

best not to worry too hard and just wait

#

ah mate nw i cbf to spell anything yk how it is tbf i do make some gr8 abvs

gilded nova
#

😂

normal surge
#

g0774 7y93 1ik3 7h3 el1t3s

rigid widget
#

it hurts that I can read that

potent prawn
gilded nova
#

It took me a while

rigid widget
#

im off to bed before i blow up

gilded nova
#

Ok bye

potent prawn
#

gn larry

normal surge
#

bye larry 💋

potent prawn
rigid widget
#

and no, I don't type like the elites

#

awe guys

#

you're lovely

gilded nova
#

Lol

unborn mantle
#

I missed Larry by 17 minutes

#

Now where am I going to get my elephant tranquilizer from

normal surge
#

hmmm i don't fully understand why, but when I export my jar the plugin.yml and config.yml files end up in the src directory, instead of at the root of the jar

potent prawn
#

probably

normal surge
#

alright 😮

#

i removed that bit, but they still ended up in the src folder

#

but the issue can only lie within the pom.xml right

unborn mantle
#

Wheres your plugin.yml at?

#

It needs to be in src/main/resources

normal surge
#

i actually just placed it there a few seconds ago 😆 , but now it doesn't seem to be being placed into the jar at all

normal surge
#

@fluid obsidian you gotta stop man 😅

#

i believe in you, just find a tutorial and spend a bit of time working things out

fluid obsidian
#

=(

#

I dont find dude

nimble sparrow
#

So am I not being helped with my issue

potent prawn
#

that sucks

quiet kettle
#

does anyone know about a good Knockback ffa plugin?

#

that you can have blocks ender pearls, speed..

#

or a plugin that executes a command when you join to a server, like hypixel mystery vaults (you have a chance of finding a mystery vault everytime you join the server)

gilded nova
#

or a plugin that executes a command when you join to a server, like hypixel mystery vaults (you have a chance of finding a mystery vault everytime you join the server)
@quiet kettle code one

nimble sparrow
#

What a great plugin support server! You ask for help and you don’t get it, fantastic

modest compass
#

maybe you should explain are issue clearer and be more detailed

trail shuttle
#

Where did he even ask for it?

modest compass
#

idk thats why lol

rigid widget
#

He sent unreadable pictures of his screen yesterday and doesnt seem to have taken to heart my advice about using screen snip and explaining the problem in a different way

modest compass
#

ah those ppl... oh welll...

bold sparrow
#

lol

nimble sparrow
#

wow toxic support members what a beautiful site

rigid widget
#

I've asked you twice now

nimble sparrow
#

they are clearly readable i can read them he never asked for a clearer picture he said he didnt know what the problem is and hsnt replies sinmce

rigid widget
#

Literally cannot help with crappy pics of your mods

nimble sparrow
#

since*

#

you cant help me anyway

modest compass
#

sure, gl with solving youe issue then.

nimble sparrow
#

youre just making excuses if you could help me you wouldve said already

modest compass
#

i dont even know your issue

bold sparrow
#

@nimble sparrow make a more readable pic and ill help u

nimble sparrow
#

its for sponge forge

modest compass
#

ppl doesnt scroll 100 message to find your issue just to help a complaining person

rigid widget
#

Lol if I could help you then I would've? I don't even know what exactly the problem is lol

nimble sparrow
#

100 messages? ok pal whateverfloats your boat

#

ill send in a second @bold sparrow

bold sparrow
#

alright

trail shuttle
#

You send the pictures like 20hrs ago

#

That would be more then 100 messages

nimble sparrow
#

shush please unless yuo can actually help me

modest compass
#

lmaoo

potent prawn
#

All this nonsense and you haven't even said what the issue is

vast onyx
#

Do anyone know how to config crazy enchantments

#

?

modest compass
#

not to you lol @vast onyx

nimble sparrow
#

well i have and your support just stopped replying to me

potent prawn
#

Where tho

#

Yeah cause you're just being arrogant now

nimble sparrow
#

theres one

bold sparrow
#

thanks!

potent prawn
#

That's a list of plugins

nimble sparrow
#

prefizes arent showing on my sponge forge server

bold sparrow
#

@nimble sparrow would you mind explaining your problem again please?

potent prawn
#

!faq

outer vesselBOT
bold sparrow
#

alr

modest compass
potent prawn
#

There is a section on prefixes not working on the FAQ

rigid widget
#

Do they show in lp user <name> info,basically, @nimble sparrow

nimble sparrow
#

no there isnt

modest compass
#

lmaoo

nimble sparrow
#

yes they do im pretty sure

#

thats for bukkit server

#

and spigot

bold sparrow
#

can you send a screenshot of that command?

rigid widget
#

It applies to everything, equally, no server platform discrimination

nimble sparrow
#

im on forge and there is nothing on the internet that helps me so i come to the official server and they cant even help me and being toxic with me

#

well it didnt workj

bold sparrow
#

/lp user <name> info

#

What happens when you do that?

nimble sparrow
#

ill try in a min

potent prawn
#

Calling everyone toxic is clearly going to make this easier for you

nimble sparrow
#

so does that mean youre refusing to help me?

potent prawn
#

I suggest adjusting your attitude a little and act a little more sincere

bold sparrow
#

@nimble sparrow ill help you

potent prawn
#

You have several people trying to help you

nimble sparrow
#

no it looks like larry and the unofficial guy are the only ones

rigid widget
#

Asking for help from people you're constantly criticising makes them want to help you less

#

And two is still several

manic lake
#

hi u can help me ?

rigid widget
#

Yep

bold sparrow
#

Whats up @manic lake?

potent prawn
#

I was also being helpful

#

But I need to go to bed

modest compass
#

haha thats a good choice

manic lake
#

i have a database, and i want to syncronize the ranks, but theres some ranks i dont want to syncronize

potent prawn
#

Got a flight tomorrow 😴

bold sparrow
#

ay same

modest compass
#

ah have a save trip lol

manic lake
#

i can make exceptions?

vocal rivet
#

You can't make ranks server based, but you can assign them to users on a server base

potent prawn
#

I'd suggest asking for LP support in the proper channels otherwise this will just get clogged with messages

bold sparrow
#

@manic lake well you can make certain permissions only work in certain servers and worlds

vocal rivet
#

not off topic XD

bold sparrow
#

my bad

#

So is anyone here a bit familiar with FeatherBoard?

#

My lines get cut off all the time

vocal rivet
#

A bit, we used it in the past

bold sparrow
#

Even when below the char limit

#

For instance:

#
var playerName = "%player_name%";
var playerNickName = "%essentials_nickname%";
var hasPermission = "%player_has_permission_essentials.nick%";

function nickNameChecker() {

    if (hasPermission === "yes") {
        if (playerName == playerNickName) {
            return "Nick not set";
        } else {
            return "%essentials_nickname%";
        }
    } else {
        return "Req. &5&lLegend!";
    }
}
nickNameChecker();

This is a placeholder that im using in my Scoreboard

#

And inside my scoreboard i call it like this:

  player-line4:
    frames:
    - '|score:0|{papi_javascript_nick}'
    interval: 20
    random: false

Where papi_javascript_nick is the placeholder

#

however it returns this:

#

The "D" is cut off (and the "!")

rigid widget
#

Print to log the placeholder as well, is the d still there

bold sparrow
#

you mean papi parse?

rigid widget
#

Oh, hmm, just read that again and what I said makes no sense

bold sparrow
#

yea lol

rigid widget
#

I must say, why not just use a Boolean for hasPermission

bold sparrow
#

ehh i was shit at coding when i wrote that (look at the name of the function lol)

#

(still am)

rigid widget
#

Not sure why it cuts, maybe it is indeed past the limit?

bold sparrow
#

I dont see why tho? its literally not even close to 14 or 16

vocal rivet
#

You should contact the featherboard developer

rigid widget
#

Scoreboards are v weird, maybe it looks at the length of the placeholder or something dumb

#

Yeah I agree

bold sparrow
#

Alr

#

Ty either way

vocal rivet
#

I have looked around but couldnt find if there is a limitation on PAPIs side or FEatherBoards side, so I assume this is a bug

bold sparrow
#

I hate when devs dont have Discords

#

Spigot threads are soooo sloooowww

#

and inconvenient for pics too

nimble sparrow
#

@bold sparrow

#

see it says there is a prefix yet doesnt show in game

rigid widget
#

!chat

outer vesselBOT
#
LuckPerms does not display things in chat!

LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it, and you need Vault. Same goes for the tablist! If the information appears correctly when you run /lp user <user> info, LuckPerms is doing its job!

nimble sparrow
#

it shows [OP] in game

rigid widget
#

that's.. probably how you configured it on Nucleus

nimble sparrow
#

not sure what im looking at there

#

@bold sparrow

rigid widget
#

LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it

bold sparrow
#

So youre only able to see your name, and not the prefix?

nimble sparrow
#

so what chat formatting sponge plugin shall i use

bold sparrow
#

EssentialsChat works

rigid widget
#

Nucleus is a common one

bold sparrow
#

or that

nimble sparrow
#

with the [OP] prefix which i did not set

#

i use nucleus

rigid widget
#

@bold sparrow EssX chat doesn't work on spongeforge servers

nimble sparrow
#

so what do i need to change in the config for it to work

bold sparrow
#

oh sorry didnt know

rigid widget
nimble sparrow
#

ive already looked at this i dont know what im looking at there either

#

ive messed around with the config nothing worked

rigid widget
#

Kian I can't read your mind 😛

#

it's deffo your chat formatter doing it though, and while I hate playing support ping-pong, you're definitely most likely to get help here https://discord.gg/A9QHG5H
as Luckperms is indeed working perfectly

bold sparrow
#

@nimble sparrow thats probably the best thing to do, LuckPerms is luckily working as supposed

wintry wadi
#

Vaultchatformatter works amazing and its the most simple plugin for chat formatting that ive found @nimble sparrow

gilded nova
#

good morning gentlemen

wintry wadi
#

Morning

rigid widget
#

VCF doesn't work on spongeforge

wintry wadi
#

Ah, i use paper so i wasnt sure

bold sparrow
#

oh hey athlete

#

youre from cerv

nimble sparrow
#

any other recommnedations

rigid widget
#

for?

nimble sparrow
#

chat formatting plugins

trail shuttle
#

Featherchat? I think thats sponge

lean dust
#

Can someone help explain on how to use packets with protocollib? I want to use the PlayerInfo packet to show the player transparent in the tablist

gilded nova
#

is it possible to set 2 prefix values ?

rigid widget
#

yeah, for sure. You can set one in each group, and do a little LP config and display all of them if you want

#

what are you thinking of doing tho

gilded nova
#

well

#

for players when they start a quest i assign them a prefix indicating the quest type but it changes the whole display name. I like I want the prefix and display name to be separate but changeable if needed

rigid widget
#

if you use essx, change {DISPLAYNAME} in the config to {PREFIX} {DISPLAYNAME} and then set add-prefix-suffix to false (remove the #)

#

that will separate them

#

and then for multiple prefixes, just show highest_on_track_<quest1> and then the same for quest 2 etc and if the user only has one quest at a time, the one they have will be the one that displays, and you can set highest_on_track_<normal> at the end

#

!stacking

outer vesselBOT
gilded nova
#

oh ok.. thank you! ill start working on that.

gilded nova
#

larry where is the add-prefix-suffix you mentioned?

kindred musk
#

Can i add permissions with the skript languege?

rigid widget
#

Not directly, there's no SkriptAPI for LP, you could probably have it just run commands as console though

kindred musk
#

Oh yeah right! Thanks!!!

unborn mantle
#

🤢

#

Skript

#

🤢

bold sparrow
#

Lol

upper seal
#

hey ik this doesn't officially support fabric but im running luckperms on my fabric server
and i can only find 1 mod that will make the tags and suffixes show up
and the mod comes with a ton of other things idc about
and tbh mess up some features i want

supple coral
#

Luckperms doesn't support fabric so I doubt you'll be able to get help on that : /

midnight marsh
#

Would it require an additional plugin or can lp do this kinda thing on its own

#

?

bold sparrow
#

You need a tab plugin for that

#

LuckPerms on itself doesn’t make the prefixes appear

restive mantle
#

The best to use is essentialschat

bold sparrow
#

EssXChat doesn’t have a tablist built in to it

restive mantle
#

Oh that’s right I was thinking prefixes

#

🤣

midnight marsh
#

yeah im using essxchat

#

what tab plugin should I use?

bold sparrow
#

Up to you! All work

midnight marsh
#

Which do you recommend?

#

@bold sparrow ?

echo dagger
#

weiß wer wie man /rank <name> groupe dauer programmiert?

sleek niche
#

Was meinst'n damit?

bold sparrow
#

@bold sparrow ?
Sorry I don’t know any from the top of my head. But it really doesn’t matter as long as it works

midnight marsh
#

ok

#

I have another question for you, mr unofficial

#

This is how it comes out

#

All I did was change the words, the footer was originally "website" and the header was "Example"

#

or something like that

#

Do you know what went wrong?

#

Like is there some sort of dumb formatting error that I made?

#

this is the TabList plugin btw

#

I'm probably not giving enough info for this problem

midnight marsh
#

nvm i figured it out

gilded nova
#

Hey guys,

Honestly this is a somewhat serious message in which is hard for me to write today but it needs to be said.
Someone close to me has had some really really serious issues with their mental health and its not something that should just be ignored.

If youre feeling down please talk to someone, it's not a crime to open up and chat about how you're going.

I hope that you're all doing okay and if not then please talk about it. With that being said if someone you know suffers from mental health issues then talk to them, find out how they're going because im sure little things like that could save someone's life.

Cheers, be safe everyone ❤❤

gilded nova
#

@normal surge hows your coding going?

normal surge
#

i switched to intelliJ and all of my problems vanished lmao

gilded nova
#

told ya ❤️

#

its literally so much better

normal surge
#

yeah ;-; i hate to admit it

#

my only regret is i wish i knew why it wasn't working in the first place before

gilded nova
#

plugin.yml in the wrong place?

normal surge
#

i couldn't figure out how to get it in the right place

#

it was always put in the /src/ directory of the jar instead of at the root

gilded nova
#

right click xD

#

ohh

#

you can just right click on resources and create it

#

anyway, did you use the mc development plugin for intellij?

normal surge
#

yeah, that's probably why it went so smooth for me

gilded nova
#

its really good but it does all the basic stuff you need to know for you lol

normal surge
#

but i have the basic frame set up and all i have left now is the actual code-y part

#

yeah and i'm grateful

gilded nova
#

Are you new to java?

normal surge
#

i'm going on 5 years of experience with it

gilded nova
#

Oh yeah fair enough. Only just started with mc plugins though?

#

Only reason I'm asking is because of the use of eclipse hahaha

normal surge
#

i started messing with mc plugins a few months ago

gilded nova
#

Ah okay. Same

normal surge
#

and part of the reason for my attachment to eclipse is that I was forced to use it at school

#

no fancy intellij's for me there

gilded nova
#

I was forced to use netbeans at school 🤯

normal surge
#

where does that rank compared to eclipse

gilded nova
#

it's not too bad i guess, but it's not for mc plugins for sure. We just used it at school to learn the basics of java

normal surge
#

hmm fair enough

gilded nova
#

if schools used intellij 😎

normal surge
#

if schools used intellij it wouldn't be 😎 cool😎 anymore

gilded nova
#

if schools used intelliJ it would make everyone actually enjoy learining java

#

learning*

#

ur right, intellij should only be used by 😎 people, not normies

#

Schools should stop teaching kids visual basic code and teach them java instead

normal surge
#

i think my county is actually making the transition to teaching python instead of java as a first language

gilded nova
#

Where are you from?

#

If you dont mind me asking

normal surge
#

i'm from the east coast

gilded nova
#

east coast best coast 😎

normal surge
#

factss

modest compass
#

Yea same, all the computing course starts with learning python for my country also

normal surge
#

yeah i think it's a good choice

#

python is definitely less intimidating to look at

#

which i think is very important for a first impression

gilded nova
#

In Australia we learn visual basic

#

it sucks

edgy bear
#

lmao visual basic

gilded nova
#

lol yeah

gilded nova
#

help?
@flat dawn The plugin is disabled, can you send server startup logs?

modest compass
#

help with? @flat dawn

flat dawn
#

diff plugin

#

supertrails dont work

#

@gilded nova anything ?

modest compass
#

id suggest contacting that plugin's support?

flat dawn
#

they haven't responded in a week but ill go ask again

#

they dont have a discord or anything

#

and so i thought id ask to see if anyone here knew why

surreal aspen
#

!chat

outer vesselBOT
#
LuckPerms does not display things in chat!

LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it, and you need Vault. Same goes for the tablist! If the information appears correctly when you run /lp user <user> info, LuckPerms is doing its job!

surreal aspen
#

(sorry tis just for me to get links easier)

rigid widget
#

You likely have ops-name-color set to red in EssX config, its the first option

old mist
#

Do you know how to set this to default?

rigid widget
#

set it to none

rigid widget
#

restart the server

old mist
#

Thx

rigid widget
#

That's not unknown command

#

that's no permissions

#

!usage

outer vesselBOT
rigid widget
#

follow this in console first, at least to the point where you give full lp perms to you

jolly pulsar
#

so once i have a database, all i need to do is add permissions?

#

i have it all set up and its all connected

rigid widget
#

np

modest compass
#

@jolly pulsar yep

#

they should sync automatically if connected correctly

jolly pulsar
#

so i can do it all on one server?

#

would i use lpb or lp for this

rigid widget
#

if they're all connected to the same db and tables, either

jolly pulsar
#

aight

#

they are

#

thanks

rigid widget
#

np!

jolly pulsar
#

would i be able to copy my permissions from the local database to MySQL?

rigid widget
#

!switch

outer vesselBOT
rigid widget
#

follow these steps

jolly pulsar
#

thank you

jolly pulsar
#

would i only need to import the h2 database file?

rigid widget
#

yes

shrewd willow
#

Looking for a good multi channel staff chat free

gilded nova
#

pizza time

bold sparrow
#

Pizza is pizza

#

Who cares how it’s cut

real laurel
#

oml

drowsy quest
#

@gilded nova posting gore is against the Discord TOS

unborn mantle
vast onyx
#

Does anyone know where can i config Reward for Votingsite?

vocal rivet
#

Am I stupid or is that a horribly mutiliated pineapple salami Pizza?

steel shuttle
#

i dont think its pineapple

#

looks like just more cheese thrown on top

violet rivet
#

Poor Pizza....

sleek niche
#

I always love these helpful error messages:
Failed to compile

#

Now I get a ton of Compiled with warnings without me knowing what warnigs there are. I'm sure it's somewhere in the logs or so, but intelligent design

rigid widget
#

Is that gradle

drowsy quest
#

You need to enable verbose log to see the warnings

sleek niche
#

React

unborn mantle
sleek niche
#

Awwww cat cat cat!

ashen stump
normal surge
ashen stump
normal surge
ashen stump
normal surge
bold sparrow
#

pls meme

#

Rip

normal surge
#

o.O

rigid widget
#

@gilded nova this is not the place

#

not even a little

#

please stop

outer vesselBOT
#

Hey RRyankees08! Please don't tag helpful/staff members directly.

rigid widget
#

This, as I said, is not the place

#

yep, sounds good

#

as long as you don't keep going you're good

#

me too! 😄

midnight marsh
#

Don't really know what discord to ask this in because it's a basic minecraft problem but

#

does anyone know how to fix this? Where the item lore goes off the screen

forest helm
#

Scale down GUI scale, or less lore?

shut aurora
#

See if you can edit the lore and split it

gilded nova
#

good morning

rigid widget
#

Nooooo a big gif those are so frustrating to watch over and over

#

So I say

#

Hello how's it going

gilded nova
rigid widget
#

Excellent

gilded nova
#

does anyone know how to fix this? Where the item lore goes off the screen
@midnight marsh Go full screen

midnight marsh
#

i did

storm marsh
novel pulsar
#

/setblock ~ ~1 ~ mob_spawner 0 replace {SpawnData:{id:villager_golem,CustomName:"Spwn Protector"},Delay:299}Whats the delay in?

old mist
#

Whats the perm for ''/server''?

normal surge
old mist
#

Well that doesnt work for me :/

modest compass
#

do you have luckperms bungeecord installed on your bungeecord proxy

#

and synced all your perms to a common sql database?

flat dawn
#

@torn grotto how u move ur image?

rigid widget
#

the avatar?

flat dawn
#

yes

rigid widget
#

discord nitro

#

just upload a gif to the avatar spot and bam a moving image

flat dawn
#

ohh

#

apple products these days

#

um what happened to daqa?

#

that weird..

#

@twin warren you own the ign 'Luck' ?

outer vesselBOT
#

Hey Qagy! Please don't tag helpful/staff members directly.

twin warren
#

yes

quiet kettle
#

Hello, Is there a way of selling an enchanted gold nugget in a chest shop? I would like to sell tokens for trading with Villagers

flat dawn
#

how did u get og name luck

#

that so rare

sleek niche
#

I downloaded gource and had some fun.. heheh, guess what project this is?

flat dawn
#

what type of dream is that

bold sparrow
#

That looks German to me

sleek niche
#

What looks German to who?

rigid widget
#

!locale

outer vesselBOT
old mist
#

Does anyone know how to set up a bungeecord spawnpoint? (That wherever you log out, you will join in the hub?)

bold sparrow
#

Off topic

old mist
#

This is off topic though

#

:/

bold sparrow
#

Oh sorry

#

I thought this was off off topic

#

But it’s actually off off off topic

#

Does anyone know how to set up a bungeecord spawnpoint? (That wherever you log out, you will join in the hub?)
@old mist Set force_default_server to true in the BungeeCord config to make everyone go to the default server when joining instead of where they left

old mist
#

Ait

#

And how do I select which server I want to set as default

bold sparrow
#

Should be somewhere in the config

#

Look for default

old mist
#

Do I have to restart the bungeecord?

bold sparrow
#

Uhh think so

#

Maybe you can reload the config

bold sparrow
#

I’m confused, does time dilation also apply to computers?

rigid widget
#

not typically

bold sparrow
#

That’s either flawed or good

#

Not sure

old mist
#

Can someone make custom plugins?
(Got a error in mine but I cant find it :P)

rigid widget
#

whats the error

#

stacktrace, i presume?

old mist
#

Can I dm you?

rigid widget
#

why not just send it here? I can read stacktraces but I'm not that great of a dev that I can tell you exactly whats up and how to fix

#

especially if it's your own custom plugin

old mist
#
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.inventory.InventoryClickEvent;

public class ClickEvent implements Listener {

    @EventHandler
    public void clickEvent(InventoryClickEvent e){

        if (e.getClickedInventory().getTitle.equalsIgnoreCase(ChatColor.DARK_AQUA + "PvP GUI")){
            e.setCancelled(true);
        }

        }


    }
}

''getTitle'' doesnt work.

#

🤔

rigid widget
#

do you not mean to setTitle?

#

oh i c

old mist
#

I already got the GUI, but my inv is bugging.

#

(I cant change things in my inv(even when the GUI is closed))

rigid widget
#

when you cancel the event, log it

#

see if that's what's cancelling it

old mist
#

Cannot resolve symbol 'getTitle'

#

Thats what it says

#

¯_(ツ)_/¯

rigid widget
#

then it's probably not that class cancelling the event

#

and you probably need to use a different method to get the title im guessing?

#

i can't be certain ofc

old mist
#

ait ill try

#

ty.

sleek niche
#

It's niot a method at all Larry

#

It's a property

old mist
#

Tobi do you know how to solve it? 😛

#

btw, to make it clear

rigid widget
#

yeah you're right Tobi I just hate using terminology

#

I meant to convey "a different way of doing things"

#

but terminology suks

sleek niche
#

Ah ok

#

I was thinking "different method" == "currently method"

steel shuttle
#

getTitle() not getTitle most likely

unborn mantle
#

Also please use a custom InventoryHolder, don't rely on names

drowsy quest
#

When you get so obsessed with fixing a problem that you end up turning it into a library x3

unborn mantle
drowsy quest
#

@unborn mantle not bad

#

Next add Sponge support 😉

unborn mantle
#

U really want that?

#

I've never used sponge

#

Might be worth a shot

drowsy quest
#

Well I currently don't have a use for it

#

But I'm sure someone will

unborn mantle
#

Fair enough

drowsy quest
#

Though check if there's not already such a lib

#

I think there's already one

#

But haven't touched that stuff in quite a while

unborn mantle
#

Yeah I'll check, if there isnt then i guess I'm learning the sponge API

drowsy quest
#

Be prepared to be amazed and frustrated at how much different the API is

#

But I think it's sooo much better

unborn mantle
#

I've heard good and bad things about it

forest helm
#

From what I've heard, once you wrap your head around sponge, it's much better

unborn mantle
#

Luckily I can probably harass Zod if I get stuck

forest helm
#

but it's a different coding style as well iirc, not sure in what way though...functional maybe?

drowsy quest
#

Biggest downside is that it's still stuck on 1.12

unborn mantle
#

Oh really?

drowsy quest
#

Yeah

unborn mantle
#

Yikes

forest helm
#

Stuck in a "not enough people using it, no reason to update" "not updated, no reason to use it" loop

unborn mantle
#

Ah

drowsy quest
#

The 1.13 update has proven to be a very very hard nut to crack as they had to redesign large parts of the API and the implementations

forest helm
#

(Fucking flattening)

unborn mantle
#

The 1.13 changes in bukkit/spigot were abysmal

drowsy quest
#

It's stuck because they haven't managed to finish the updated

#

Not because there's "no reason to update"

forest helm
#

ah my mistake

drowsy quest
#

They desperately want to catch up

#

They're lacking programming power

#

I mean Forge also took forever

unborn mantle
#

Time to try become a Sponge contributor after I finish ASF and PSL 🤔

drowsy quest
#

And they have serious amounts of people working on it

#

I think even more than Spigot

unborn mantle
#

Yeah but forge is just... different

#

Spigot is just MD_5

forest helm
#

Well that's not saying much, spigot is pretty much just md5

unborn mantle
#

He went let anyone else help him

#

It was rumoured he would sell Spigot if someone offered him enough cos he really doesnt care about it anymore. Idk how true that is but eh

forest helm
#

that adds up

#

would 100% believe

drowsy quest
#

Overall Sponge was just really unlucky:

  • Forge took forever to release usable 1.13 stuff
  • Forge decided to use the oppurtunity to completely rewrite their shit
  • Sponge had a huge API updated planned already that they decided to not postpone
  • And of course the huge changes in MC itself
unborn mantle
#

Feelsbadman

forest helm
#

poor sponge

drowsy quest
#

So essentially starting over while trying to keep everything as close to the old stuff as possible

unborn mantle
#

Has anyone written a wrapper to allow interop for bukkit/spigot plugins on Sponge? Is that even feasible

drowsy quest
#

Because you can't just start over completely

forest helm
#

If it was feasable, I'm sure it would have been done already

drowsy quest
#

Feasible: Yes - Sponge's API allows for a lot more than Bukkit's
Done: No

unborn mantle
#

Youd be surprised, at least in the bukkit/spigot ecosystem

#

Ah, ok

#

Might be worth looking into one day

#

¯\_(ツ)_/¯

drowsy quest
#

You underestimte the Bukkit API

forest helm
#

For that I expect the biggest barrier is time

drowsy quest
#

Yes

unborn mantle
#

How so BrainStone? I've worked with it for like 2 years, I know how painful it can be

forest helm
#

Like it shouldn't be to technically difficult, just the sheer effort of wrapping bukkit methods to sponge

drowsy quest
#

While the Bukkit API is not that huge, it's cluttered and just a plain mess. Implementing that into another system is a mess

forest helm
#

Bukkit needs a rewrite, but sadly that will never happen

unborn mantle
#

Unless MD_5 gives in and let's someone else do it

forest helm
#

so no

unborn mantle
#

That's the reason for paper btw

drowsy quest
#

How so BrainStone? I've worked with it for like 2 years, I know how painful it can be
@unborn mantle I'm not talking about how painful it is. But about how much shit you need to implement for it to be functional. There's really a lot to it that you probably never even used. And that stuff still needs to be implemented

#

That's the reason for paper btw
And Sponge

unborn mantle
#

Fair enough

#

I'm working on ASF as a way to simplify spigot and remove a lot of its boilerplate

rich pendant
#

Hi, what's the bungeecord permission for restricted servers? Im trying to allow one group acsess to build server using /server build but it gives me no perms error. I tried bungeecord.server.build and bungeecord.command.server.build . Is there somewhere Typo or i am typing the wrong permission?

halcyon schooner
#

guys can someone help me setting up a mysql for localhost servers please?

rich pendant
#

try using phpMyAdmin or xmpp

halcyon schooner
#

i downloaded xampp but idk how to use it

rich pendant
#

Use Google or YouTube tutorials, idk how to use these either

halcyon schooner
drowsy quest
#

Try verbose on the bungee

#

!verbose

outer vesselBOT
halcyon schooner
#

@rich pendant when i make a database do i need to make one for each plugin or all can be used in 1?

rich pendant
#

you need one database per plugin

#

so yes, you need to create a new database everytime you wish to use it in another plugin

modest compass
#

You can have the same database, as Long as the sqltables are named differently and your database is robust enough to handle the amount of connections

forest helm
#

(Most server hosts only provide one database anyways)

halcyon schooner
#

@modest compass xampp can handle?

outer vesselBOT
#

Hey 金魚! Please don't tag helpful/staff members directly.

modest compass
#

It should, but it’s dependent on your setup really

halcyon schooner
#

16gb ram? 🤔

forest helm
#

RAM isn't the only factor in a system

#

although tbh I don't know what databases want so I probably shouldn't comment on it lol

halcyon schooner
#

ah i have good setup

normal surge
#

you sure you want to show that password?

halcyon schooner
#

well

#

it doesnt connect

#

thats the point

forest helm
#

Either way that is a very descriptive error message

#

read it, it explains where the problem likely is

halcyon schooner
#

it was working moments ago

forest helm
#

did you change something?

halcyon schooner
#

i just made a database

rich pendant
#

!verbose
verbose only spits out basic server permission but not the permission i need

rigid widget
#

Verbose spits out any permission that is checked while it's running

rich pendant
#

But i don't want the group to have acsess to all servers, because acsess to build will have even moderators and builders and i dont want to give them permission to all servers

halcyon schooner
#

@forest helm access denied

outer vesselBOT
#

Hey 金魚! Please don't tag helpful/staff members directly.

halcyon schooner
#

is it probably cause the antivirus i have?

rigid widget
#

!contexts then @rich pendant

outer vesselBOT
rich pendant
#

well, ok, but they would be able to do it on build but not on lobby for ex.

rigid widget
#

Yes if you use contexts

meager smelt
#

@rigid widget

outer vesselBOT
#

Hey Prometheus! Please don't tag helpful/staff members directly.

meager smelt
#

Oh

#

Sorry

rigid widget
#

Google essentialsx permissions

#

The yexa.me site is what you want, it's got a searchable list of permissions

meager smelt
#

Thanks

#

And then the command to add those perms to a group?

rigid widget
#

!usage you'll find it as well as many others on this super useful guide!

outer vesselBOT
meager smelt
#

Thanks

jovial crest
#

also how do i make a 1.15 / 1.16 work on a a 1.8 server?

rigid widget
#

Look in moss you've been answered :p

jovial crest
#

yep

jovial crest
rigid widget
#

does /papi parse me %player_name% return your full name

jovial crest
#

yes

#

and i get bullied 😭

rigid widget
#

the scoreboard is at fault then, contact the dev through their support if they have one

jovial crest
#

ok

gilded nova
#

Your ping is very high

jovial crest
#

ik

#

xd

#

can someone tell me a good scoreboard plugin?

shut aurora
#

Does someone from here DMing me an invite to a server count as rule 2

rigid widget
#

Yep

#

Who be

shut aurora
#

ill dm soon

rigid widget
#

so0n?

meager smelt
#

does vault work in 1.16.1

rigid widget
#

yes

meager smelt
#

ok ty

wraith cargo
#

Anyone know of a warmup plugin?

shut aurora
#

wdym

wraith cargo
#

a warmup is a delay you must wait before a command executes

#

typically seen in spellcasting games, but for situations like being attacked by zombies would be ideal. It stops "teleporting while in danger".

A style of gameplay

meager smelt
#

format: '<{DISPLAYNAME}> {MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
#format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'

#

what i change

#

to make so its <Prefix> Name

shut aurora
#

{PREFIX}{DISPLAYNAME}

#

if you look

#

at the bottom example

#

it shows you how to use prefix & suffix placeholders

#

and the spacing

meager smelt
#

'{PREFIX}{DISPLAYNAME}'

#

so i put that in

#

instead of the other one

#

the '<{DISPLAYNAME}> {MESSAGE}'

#

i dont need the message portion anymore?

shut aurora
#

if you want messages to display..

#

it depends on how you configured your prefix

meager smelt
#

so '{PREFIX}{DISPLAYNAME}{MESSAGE}'?

shut aurora
#

does the prefix have <> in it

meager smelt
#

yea

shut aurora
#

okay

#

so {PREFIX}{DISPLAYNAME}: {MESSAGE} will work

#

you can also add suffix

meager smelt
#

what would suffix make it?

#

sorry

#

tysm for help tho

#

{PREFIX}{Suffix}{DISPLAYNAME}: {MESSAGE}?

shut aurora
#

okay

#

prefix is before

#

suffix is after

meager smelt
#

so what i put?

#

works

shut aurora
#

again, read the example

#

essentials tells you waht your options are

meager smelt
#

im sorry i just dont get those :C

#

so suffix is after displayname

#

?

#

{PREFIX}{Suffix}{DISPLAYNAME}: {MESSAGE}

#

{PREFIX}{DISPLAYNAME}{Suffix}: {MESSAGE}

#

?

shut aurora
#

Suffix must be uppercase

#

look at PREFIX

meager smelt
#

the whole thing?

#

o

shut aurora
#

they all follow a style

meager smelt
#

ok

#

but what would the command be?

rigid widget
#

Prometheus if you ask again i stg

meager smelt
#

{PREFIX}{SUFFIX}{DISPLAYNAME}: {MESSAGE}

#

?

#

im trying larry

rigid widget
#

The command to set a suffix is the same as a prefix

#

just replace prefix with suffix

meager smelt
#

you cant do both?

rigid widget
#

you can

meager smelt
#

im doin it in the config rn

#

tryin to get both

rigid widget
#

the config?

meager smelt
#

tea

#

yea

rigid widget
#

which config

meager smelt
#

essentialsx

rigid widget
#

what

#

ok

shut aurora
#

youre in.. a luckperms discord

meager smelt
#

in the offtopic

shut aurora
#

isnt pex dead officially

#

or just abandonned

rigid widget
#

add {SUFFIX} to the end of the format line before the final '

#

@shut aurora deader than a doornail

meager smelt
#

larry

rigid widget
#

Prometheus

meager smelt
#

i did that

#

and no it says double of the prefix

#

and no [

shut aurora
#

what did you set for your prefix

#

verbaitim

meager smelt
#

'{PREFIX}{DISPLAYNAME}: {MESSAGE}{SUFFIX}'

modest compass
#

Displayname is prefix+username+suffix

meager smelt
#

but the arrows gone

modest compass
#

Bcu you didn’t add it

meager smelt
#

wher would i add it

modest compass
#

if you want just the player name, use {USERNAME}

meager smelt
#

so what would the new command be?

modest compass
#

Idk how you want to format your chat lol

#

I’m just telling you

#

{DISPLAYNAME} is prefix+username+suffix

#

if you want just the player name, use {USERNAME}

meager smelt
#

ok ty

#

also the color of the prefix goes over to the name

#

how do i seperate

normal surge
#

use &f at the end of the prefix

#

which sets the color back to white

meager smelt
#

ty

#

is there also a world edit for spigot?

shut aurora
#

yes

#

just use the bukkit jar

rigid widget
#

paper!

#

Worldedit is for spigot

rain warren
#

Does paper plugins compatible with spigot?

rigid widget
#

yes

rain warren
#

Larry is there any permission contexts for permission?

#

Like if someone has a certain permission then the permission will be activated

#

or any others plugin that make it possible to do that?

rigid widget
#

not quite no

#

you can use PAPI and EC

rain warren
#

EC? Ender Chest?

rigid widget
#

sorry, extracontexts

#

until that's fixed though idkl

rain warren
#

Aight! I'll wait patiently 😄

jovial crest
#

Hey, i am using BentoBox for skyblock, but there is 5 types and idk which papi to put for my scoreboard

halcyon schooner
halcyon schooner
#

guys, i need help with bungeecord and stuff :(

gritty trellis
outer vesselBOT
#

Hey verday! Please don't tag helpful/staff members directly.

steel pelican
#

What change you got add-prefix-suffix & change-displayname set to

gritty trellis
steel pelican
#

Try making change-displayname false and see what happens. What about add-prefix-suffix

gritty trellis
#

Ok

steel pelican
#

See if changing that change-displayname to false helps

gritty trellis
#

ill try that now

quiet kettle
#

do you know about a good mysterybox plugin? Like hypixel has

steel pelican
#

@gritty trellis Okay, make it true again and what does lp user name meta info show

gritty trellis
#

ok one sec

steel pelican
#

Set weights for those prefixes

#

!weights

outer vesselBOT
gritty trellis
#

Okay i'll give it a go, thanks

#

Shoud I change meta weight or group weight?

steel pelican
#

meta and group weights should match

gritty trellis
#

Oh ok

#

Should the staff weight be more than the donor weights? And if so should all groups in each track have the same weight?

#

Sorry for the questions

steel pelican
#

Should the staff weight be more than the donor weights? Yes

gritty trellis
#

ok ty

steel pelican
#

And if so should all groups in each track have the same weight? No

#

Admin would have 90 for example and owner would have 100

tight shadow
#

How to make permission shop with luckperms?

steel pelican
#

Get the shop to run luckperms commands when it adds permissions or groups

tight shadow
#

what commands to do it?

steel pelican
#

!commands

outer vesselBOT
steel pelican
#

Permission commands or parent commands depending what you want to add

tight shadow
#

how to add permission to player who buy it?

steel pelican
#

Look at the permissions commands link above

tight shadow
#

[LP] <user> is not a valid username/uuid.

steel pelican
#

Remove <user> with the players name

#

If it's in a plugin find out what placeholder that plugin uses to get a players name

tight shadow
#

like what

steel pelican
#

Try %player% or something to get the player name

tight shadow
#

%player% not work

steel pelican
#

Then find out what placeholder your plugin uses to get the player names

tight shadow
#

ok..

gritty trellis
#

@steel pelican I've set the staff meta and group weights to 500 each and all donor ranks meta and group weights set to 100

outer vesselBOT
#

Hey verday! Please don't tag helpful/staff members directly.

steel pelican
#

@gritty trellis Each individual group needs a seperate weight.

#

Hero for example would be 20 and legend would be 30 for example

gritty trellis
#

oh right, ill change that now

steel pelican
#

Show me lp listgroups

#

And lp listtracks

gritty trellis
gritty trellis
#

@steel pelican would you be able to come onto the server and i can give u temp access to console?

outer vesselBOT
#

Hey verday! Please don't tag helpful/staff members directly.

gilded nova
#

Why do you have permission nodes in your contexts

gritty trellis
#

Erm, I don't know, probably my devs experimenting

teal sun
#

They aren't perm nodes, they're Essentials contexts

#

If you're vanished, if you're jailed, if you're muted, etc

humble linden
#

Hey i have a problem with bungeeguard, all the things are configured well but when i connect to my lobby server i get this error

[16:23:18 WARN]: [BungeeGuard] Denying connection from 6ad8bae4-bf81-3ef3-ac04-577b58da0808 @ 37.**.. - reason: NO_TOKEN

settings.bungeecord is true in spigot.yml

#

why the proxy dosen't send the token?

gilded nova
#

Whats bungeeguard

#

Also you just doxed yourself

#

Thats your ip

humble linden
#

ohh right XD

gilded nova
#

I suggest editing

#

Oh good

#

Whats bungeeguard

humble linden
#

it's a @twin warren 's plugin

outer vesselBOT
#

Hey MikyPro_! Please don't tag helpful/staff members directly.

gilded nova
#

I said what is it not who is it by

humble linden
#

it creates a random token on start and adds it to the player properties when you join trough the bungeecord, the backend server receives it and let you join if it is the same specified in the config.yml

normal surge
#

mikey did you ever enter the token into the backend server

gilded nova
#

Is ip_forward set to true

#

In the bungee config

humble linden
#

as i said, yes all the things are configured well

normal surge
#

well the error says you don't have a token

gilded nova
#

No thats all you said

#

Are you connecting via a VPN or something

normal surge
#

you need to manually copy the token from the bungee plugin into the backend server config if you haven't done so

#

just like it says on the spigot page

humble linden
#

BungeeCord config.yml

ip_forward: true

BungeeCord token.yml

token: MYTOKEN

Spigot BungeeGuard's config.yml

allowed-tokens:

  • MYTOKEN
#

spigot.yml

settings.bungeecord: true

gilded nova
#

How is this supposed to hp

#

Help

humble linden
#

these are all my configurations related to bungeeguard

#

something is wrong?

normal surge
#

are you using paper / have protocol lib installed

gilded nova
#

Yeah I dont know what that is

humble linden
#

are you using paper / have protocol lib installed
@normal surge I'm using paper 1.8.8 last build with protocollib installed for message handling

#

the bungeecord version is flamecord 0.35 (i also tried using bungeecord without getting results)

gilded nova
#

The fork could be causing issues but if you tried it on bungee too then idk

#

How many players do you have on your server

humble linden
#

the players can't join....

#

the real problem is that the backend is not receiving the bungeecord packet

gilded nova
#

Why are yiu running a network with no players

#

I have a solution

humble linden
#

Why are yiu running a network with no players
@gilded nova This is a maintenance XD

gilded nova
#

That @normal surge will agree with

#

Use votifier

humble linden
#

Use votifier
@gilded nova are you kidding me? XD

gilded nova
#

World edit works good for a firewall

normal surge
#

miky if you set everything up according to the guide, then i have no clue what else to say

gilded nova
#

How many players do you usually have when it isn't maintenance

normal surge
#

also i think supervanish makes a good firewall

gilded nova
#

Lol

humble linden
#

World edit works good for a firewall
@gilded nova paint's ddos system has a bypass for it

gilded nova
#

You dont have to ping me every time

#

How many players do you usually have when it isn't maintenance

humble linden
#

How many players do you usually have when it isn't maintenance
@gilded nova 70-100

gilded nova
#

Bullshit

#

Nice

#

Whats it called?

humble linden
#

the last prison, it's an italian server

gilded nova
#

Nice

humble linden
#

i know that we are in the off topic form but i need help not talking about my server .-.

gilded nova
#

Advertising

#

/ban

#

As I said, worldedit makes a good firewall

normal surge
#

mikey you should probably take bungeeguard off of your main server for now, and set up an empty bungeecord + backend on your localhost to troubleshoot

gilded nova
#

Or use ipwhitelist

normal surge
#

or set up an actual firewall 😉

gilded nova
#

^

#

Dont b a pussy

humble linden
#

Or use ipwhitelist
@gilded nova i already have a firewall on my server that is protecting it but i think that having 2 different protection levels is better

jovial crest
#

Hey, i am using BentoBox for skyblock, but there is 5 types and idk which papi to put for my scoreboard

lofty compass
#

Try em all