#general

1 messages ยท Page 181 of 1

rigid badger
#

nope nothing

steel shuttle
#

could be that client you're using, tried vanilla?

#

some hacked clients probably do that, if that's what that is

rigid badger
#

ill check

#

Im using badlion

steel shuttle
#

ok well if its a hacked client it could be the reason

rigid badger
#

its not a hacked client

#

another player can see it too

drowsy quest
#

It's definately the glow effect

#

Might be a plugin that applies it

rigid badger
#

I only have 4 plugins tho

#

could it be whatever protocollib is?

drowsy quest
#

Nope

rigid badger
#

ok

#

um

drowsy quest
#

Or I mean it could be

#

But I don't think so

rigid badger
#

well before I deleted all the plugins before and it was still going on

drowsy quest
#

Do you have command blocks active?

#

And did you try to clear the effect after removing them all?

#

Because it is after all a potion effect

rigid badger
#

I have no command blocks placed

drowsy quest
#

Ok. I have one idea

rigid badger
#

Ok

drowsy quest
#

Give the player the glow effect

rigid badger
#

ok

#

and wipe it?

drowsy quest
#

And let it expire naturally

rigid badger
#

whats the effect name?

drowsy quest
#

I think it's glowing

#

It's just one player right?

rigid badger
#

ok found it

#

nope did not work :/

drowsy quest
#

Have them put all their stuff in a chest, log off and then delete their player file

#

Then they can join again

rigid badger
#

player file?

drowsy quest
#

Yes

rigid badger
#

how do I do that

drowsy quest
#

Find it, delete it

rigid badger
#

btw a new player joined and they are not glowing

#

yeah idk where to find the playerfile

#

WAIT

#

could it be from the fact that the players glowing are admin

drowsy quest
#

Possible

rigid badger
#

the player that joined had the default rank

#

how do I add a rank to a player?

drowsy quest
#

!usage

outer vesselBOT
rigid badger
#

Ok the glow is not from the admin/owner ranks

#

I need to figure out how to wipe a player file

drowsy quest
#

In the world folder is a players folder

#

Find the UUID of the player and that is their file

rigid badger
#

I deleted all player data (only 3 people play on the server and we have literally done nothing on it)

#

ok its fixed :)))))

#

So happpyyyy!

coral atlas
#

No section for default rank I believe

normal surge
#

hmm

#

can you link me the plugin

coral atlas
#

That's the default config with the comments

normal surge
#

hmm yeah looks like that default assignments extension is your main hope if you want to use this exact rankup plugin

coral atlas
#

Other plugin had the same issue

#

So just the extension than

normal surge
#

yeah

coral atlas
#

Make-do solution, but I guess the best for now

normal surge
#

yep ๐Ÿ˜ฆ

coral atlas
#

Just need to put it in the extension folder of lp and than?

normal surge
#

i'm not familiar with how extensions for lp work xd

coral atlas
#

Where could I set the actual assignment?

normal surge
#

that's a good question

#

my guess is that it'd work the same way it worked in luckperms v4

#

and how that worked i don't know

coral atlas
#

The extension didn't change the config as far is I'm aware.

#

I'll figure it out

normal surge
#

i have zero idea if the config luck mentioned is what the extension uses

coral atlas
#

There was this page for the extension

#

!default

outer vesselBOT
normal surge
#

oh that looks like what you want then

coral atlas
#

At the bottom somewhere, now I need to find where to put it

normal surge
#

you know, a better long term solution might be to create your own super-simple rankup plugin

#

and then use the ranks which that custom rankup plugin assigns in the actual rankup plugin

coral atlas
#

Yeah, I could basically just catch the join event, check if any of the track prison is assigned if not just assign it.

#

Using the join event and some API work

normal surge
#

yeah, though i was thinking more actually creating your own /rankup command

gilded nova
#

how do i add some1 to a group

normal surge
#

since if you simply apply the a rank on join you're facing the same issue that luck points out in the wiki

#

which is using lots of needless space storing a rank

coral atlas
#

Yeah, I don't like it to waste storage

normal surge
#

tamago you can do /lp user <name> group add <group_name> to manually assign a group

coral atlas
#

A-Z is usrful to store, default donation rank is just for everyone

normal surge
#

i think B-Z is useful to store

coral atlas
#

Yeah

gilded nova
#

ty

coral atlas
#

A is just default actually

faint adder
#

Are there any placeholders for luckperms bungee?

coral atlas
#

I actually just need a rank for a prefix ๐Ÿ˜…

#

Hold up

#

I think I don't need

normal surge
#

if you just want the letter prefix it's a piece of cake to make a plugin that does that

coral atlas
#

Isn't there something like a default for when none of a track is assigned with this prefix stacking?

normal surge
#

ah yes something like that

#

like lowest_not_on_track_<track>

#

maybe..

coral atlas
#

Like if non of the ranks in a track exist on the user it just gets ignored right

normal surge
#

yeah

coral atlas
#

Ain't that just settable?

normal surge
#

hmm i don't think that's settable

coral atlas
#

Like if not in track display x

#

Where's the wiki

#

! prefix-stacking

normal surge
#

you might be able to achieve something similar with a really roundabout method, for example by using 'highest' and having the default rank have the first prefix, and every group in the track have a prefix with a higher weight (all your other groups would need to be lower than all of these though)

coral atlas
#

If the player doesn't have any values that apply to the element, then it gets excluded from the stack. this feature

normal surge
#

i didn't see anything about being to set defaults for it in the case of there being no track

#

i think the intention is that the default group covers that

coral atlas
#

I have a feature request, make a placeholder for this instead of excluding it

#

Doesn't cost any storage that way, it's just the prefix stack request that gets the placeholder if there is nothing from the track.

normal surge
#

wait why not just create a group on the track one lower than the lowest one you have

#

and assign that the default prefix you want and also give it to the default group

#

that basically gives you the prefix you want on the track you want by default

#

but then we're back where we started

coral atlas
#

That'll be a extra group

normal surge
#

is that going to be an issue?

coral atlas
#

Storage, as on the wiki

normal surge
#

naw if it's assigned to the default group it won't be stored

coral atlas
#

But the rankup won't work than

normal surge
#

you're right

#

but i'm just saying that the purpose for a default placeholder can be achieved with groups

coral atlas
#

So it would be easier if there was this setting in the stacking as a fallback prefix.

normal surge
#

the extra group would be the fallback prefix

#

since every player would get it

coral atlas
#

So the extra group for just a prefix

normal surge
#

yeah if that's all you want to use it for

coral atlas
#

Thats right

normal surge
#

though neither solution solves your problem of not being able to rankup using that plugin

coral atlas
#

That's the point of the extra group

normal surge
#

you still need to assign your a group for the plugin to work

coral atlas
#

The permission won't do

normal surge
#

exactly, you'll have to give the player the a group separately from the default group for that rankup plugin to register it

coral atlas
#

That's a problem for storage

normal surge
#

yep

#

so basically i don't see how either adding a default prefix or a default group will help prevent you from needing to do that ^

coral atlas
#

So the extension seems like the only solution unless there would be a fallback setting for the prefix stack

normal surge
#

i don't think a fallback setting would help in your case

#

is what i'm trying to say

#

since you still need the group explicitly set on the player separately from the default group for the rankup plugin to realize the player has it

coral atlas
#

If instead of ignoring the track a string gets added to the stack?

#

Than the chat would be fine

normal surge
#

what about ranking up?

#

how do you get from A to B if you don't have the group a permission on the player

coral atlas
#

And the player would be able to rankup cus the default group would be free

normal surge
#

oh i see what you're trying to do i think

coral atlas
#

Just realised there is a setting in the chat plugin

normal surge
#

i don't think thats a good idea because you might want to give the default player some additional permissions in the future

coral atlas
#

Just add those to the a/default rank

normal surge
#

doesn't the plugin remove the default rank

#

when it ranks up

coral atlas
#

But if it's a parent of b

normal surge
#

though i guess you can make each rank inherit the last

#

hmm

#

wait if that's how it works then there are no issues at all

coral atlas
#

though i guess you can make each rank inherit the last
That's needed to accumulate the perms at least

normal surge
#

in the rankup plugin just put default instead of a

coral atlas
#

If u have rank B u still have the a perms

normal surge
#

yeah

#

so there are no issues at all

#

right?

coral atlas
#

I guess

#

But how bout the double prefix?

normal surge
#

why would you have a double prefix

coral atlas
#

Cus the donator rank needs to be there

normal surge
#

oh well what about it

#

if default includes donator rank

#

and B includes default

#

you'll still always have donator

coral atlas
#

But how do I make them both show up

normal surge
#

the same way as before

#

since they are on different tracks

coral atlas
#

Not if they include

normal surge
#

you can put default into more than one track

#

i believe

#

oh but i get what you mean

coral atlas
#

You can idd

normal surge
#

in that case you can stagger the prefixes

#

wait

#

do you even need to

coral atlas
#

The ABC will be donator rank than

#

Like if I have rank a it will just show the donator rank prefix instead since the weight is higher

normal surge
#

no because you're using tracks

#

since donator is not on the prisons track it won't be considered when setting the prison prefix

coral atlas
#

Oh yeah

normal surge
#

wait

#

you'll have to do one thing though

#

you will need to make a default donator rank and have default inherit that

#

you can't use default itself as the default donator rank

coral atlas
#

So if a has player as parant it won't concider the player prefix for the prison track?

normal surge
#

so i take back what i said, you should only put default on one track

#

if player is not on the prison track itself then it shouldn't be considered for it

coral atlas
#

I'll give it a try

normal surge
#

alright

#

all you should need to do is put default instead of a in the rankup config

#

and make sure you have aseparate 'default-donator' group that has the default donator prefix

#

which default inherits

coral atlas
#

There is no way to rename the default group right?

normal surge
#

correct

coral atlas
#

But the /ranks command shows the actual rank name...

#

So it will show default-->b

normal surge
#

hmm well it's a small sacrifice

#

you'll still see [A] in chat

#

and i think the only way to avoid seeing 'default' in the /ranks is by either manually assigning the a group to every player like we talked about

#

or by making your own rankup plugin that doesn't have the same shortcomings as this one

coral atlas
#

I guess the language file might offer a solution aswell

normal surge
#

hmm maybe, if it has a way to rename ranks that would solve it

#

but that doesn't seem like something the language file would do

coral atlas
#
you can have a custom messages for each rank # the paths of these messages are the same as in the messages for your locale rankup: requirements-not-met: '&cYou need 5000 money and 2 levels of XP to rankup to D.' list: complete: "&7{OLD_RANK} &8\xbb &7{RANK} &e(5000 money, 2 XP levels)" current: "&c{OLD_RANK} &e\xbb &c{RANK} &e(5000 money, 2 XP levels)" incomplete: "&r{OLD_RANK} &e\xbb &r{RANK} &e(5000 money, 2 XP levels)"
#

Might solve the issue

normal surge
#

hmm but you're basically forced to use the {old_rank} placeholder

#

since you need it to show B -> C, etc

#

unless

coral atlas
#

Or I just put the actual tag there

normal surge
#

wait can you set it differently for each rankup?

coral atlas
#

Jup

normal surge
#

ohhh yeah that solves it

coral atlas
#

For each rank

#

๐Ÿ‘

normal surge
coral atlas
#

Just one markup for all and a custom one for the first rank

normal surge
#

yea

#

alright i'm gonna head out

coral atlas
#

Yeah me too

normal surge
#

good luck getting your stuff set up

coral atlas
#

Tnx

#

And tnx for the help

rigid widget
#

@coral atlas just set default to have a displayname of A

#

Every other plugin will see it as A

coral atlas
#

Okay, I'll check that out aswell

velvet stone
#

Hello!

#
java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
#

What is this?

#

Help please

rigid widget
#

!errors

outer vesselBOT
rigid widget
#

Check the first one

#

It might be caused by something specific that I could point out but I'd need to see the entire log

#

!paste

outer vesselBOT
#
Please use pastebin!

Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!

For console errors:

Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!

Other errors:

Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!

faint adder
#

Do I have to have luckperms for bungee cord.. or can I just install it on the seperate servers?

sleek niche
#

You don't have to do anything of course. But LP will only manage perms on the server/proxy where it is installer

faint adder
#

What would happen then if I uninstalled luckperms bungee from the proxy, but kept it on the lobby and survival server?

sleek niche
#

LP will only manage perms on lobby and survival, but not on the proxy directly

faint adder
#

But what perms am I supposed to give on the proxy like? Its so new to me and quite confusing.

sleek niche
#

For plugins & commands on the proxy. For example /server

faint adder
#

Makes a bit more sense now.

sinful bay
#

Anyone by chance know of a mod or plugin that will allow me to "filter" out words from the chat? To help keep profanity and such from it to ensure a kid friendly environment.

potent prawn
#

the only chat plugin i know for sponge is nucleus, not sure whether it has filtering support though

sinful bay
#

Reading about it now. Thanks again.

lime bear
#

best server hosting?

#

Like minecraft server hosting

potent prawn
remote verge
#

@rigid widget Do you know if essentials chat has that formatting functionality, or do I need to instal another plugin

outer vesselBOT
#

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

potent prawn
#

yeah larry, do you know?

rigid widget
#

It has the ability to for sure

#

You might need to install a plugin that allows for PlaceholderAPI placeholders to be used, for the best functionality

#

!placeholders

outer vesselBOT
zenith lynx
#

hey guys, thought id ask in off topic since it doesnt have to do with Lucky Perms, but ive just bought mcmmo for my server, and im wondering what economy plugin would work well with it

#

since im trying to make a sort of towny server

violet rivet
#

Essentials has an economy I believe.

gilded nova
#

does anyone know what flag do I need for spawners to work inside a region?

modest compass
#

World guard?

gilded nova
#

yes

#

I already have mob-spawning set to allow

modest compass
faint nymph
#

feel bad for ben in moss lol

potent prawn
modest compass
#

lol

potent prawn
#

he's bored, he says

faint nymph
#

i just gave up trying to help the dude cuz he's way too annoying lol

modest compass
#

he is in this discord as well btw

#

i think

faint nymph
#

ye

modest compass
#

he pinged me on this discord bcu i didnt reply in multiverse

faint nymph
#

oh nice

forest helm
#

I feel so proud of myself I have my own build server now

#

yay raspi

faint nymph
#

gj

modest compass
#

nice

forest helm
#

I mean it wasn't super hard to install, cause it's just jenkins, but still

brittle meteor
rigid widget
#

what is that font ๐Ÿ˜‚

brittle meteor
#

pp

potent prawn
#

i hate everything about that image

steel shuttle
#

thats the worst font i have seen in my life

#

yes i like my text unreadable thank you

rigid widget
#

!errors

outer vesselBOT
rigid widget
#

For me ^

brittle meteor
#

no i like my eyes burnt

modest compass
#

๐Ÿ‘€

coral atlas
brittle meteor
#

(h3358ur93r5 4r3 900d. 8u7 y3378ur93r5 80! 7h3y y337

modest compass
#

?

rigid widget
#

Indeed, I too am curious as to what the gibberish is for

potent prawn
#

cheesburgers are good but yeetburgers boi they yeet

#

i hate that i can read that

rigid widget
#

oh i see it now

modest compass
#

yea same

#

turbo have pro coder brain

#

can see numbers as alphabets

modest compass
#

!meta for me

outer vesselBOT
modest compass
#

!weights

outer vesselBOT
worldly lark
#

!selfhosting

outer vesselBOT
edgy barn
#

@modest compass What am I supposed to do?

outer vesselBOT
#

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

modest compass
#

tbh never used venture chat, but can you send the entire venture chat config.yml here?

edgy barn
modest compass
#

i suppose you can try:
/papi ecloud download Vault
/papi reload

#

then restart your server

#

tho idk if it will solve your issue due to it being a 1.7.10 server

#

also screenshot /papi parse me %vault_prefix%

edgy barn
modest compass
#

means both papi and vault is working...

edgy barn
#

ok

#

and you suppose why is not working ?

modest compass
#

idk why chat is not working, is it a bungeecord network?

edgy barn
#

yes

modest compass
#

do you happen to have a chat mod/plugin that is on bungeecord

edgy barn
edgy barn
#

@modest compass

outer vesselBOT
#

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

weak loom
#

Did someone @ me? ๐Ÿ‘€

edgy barn
#

no miss click sorry

queen wadi
#

Can I have diffrent rank names for each world?

#

Using multiverse?

rigid widget
#

!context sorta, just make things apply using those system @queen wadi

outer vesselBOT
fallen spire
#

So i've installed chatex, vault, and vaultchatformatter and im still having the same issue

#

<> are in messages

#

and theres no space

#

between prefix and username

lapis zodiac
#

Are you using placeholderapi and did you download the expanders?

fallen spire
#

?

#

What is placeholderapi and what are the expanders?

lapis zodiac
#

Maybe screenshot your example message. If you're not using the PlaceholderAPI plugin then your issue is probably not related.

fallen spire
drowsy quest
#

You need to configure your chat format

lapis zodiac
#

Are you using EssentialsChat too?

fallen spire
#

Yes

lapis zodiac
#

Yeah could be that as well.

fallen spire
#

You need to configure your chat format
@drowsy quest oh.

outer vesselBOT
#

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

fallen spire
#

lmfao

lapis zodiac
#

I kinda assumed that you had, my bad. ๐Ÿ˜›

fallen spire
#

all fixed!

#

it's working now

halcyon zodiac
#

I was wondering how could I make the console do a command without knowing the users name because I need to give a user a temporary permission but then they would need that permission too and so on. Would the console work with the placeholders?

lament kayak
#

Larry can you reach out to Paper-mcs discord and ask if they could please unban me........

fallen spire
#

one more thing, what would a good plugin for putting prefixes in tab?

lament kayak
#

@rigid widget

outer vesselBOT
#

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

lament kayak
#

Thanks clippy....you're always their for me xd

rigid widget
#

No, I can't, sorry. I'm not special and have no power there

#

And you definitely know not to ping me ๐Ÿ˜‘

queen wadi
#

Any good gui plugins to use for the ranks?

#

I use skript for /rankup but I need a gui ๐Ÿ˜„

rigid widget
#

@halcyon zodiac usually there are plugins capable of doing what you need. Mycommand, sign command plugins etc. If you describe your use case we can try to work something out?

#

@queen wadi BossShopPro is my favorite

#

Nametagedit or TAB @fallen spire

fallen spire
#

I have nte installed, how do I configure it to work with LP?

queen wadi
#

Okay I will give it a look

rigid widget
#

@fallen spire honestly I'm not sure, but if you have vault and the nte wiki you should be able to figure it out? I'm legit unsure

fallen spire
#

alright ty

halcyon zodiac
#

I am using a command sign plugin but it is old because all the better ones are for newer versions. I know one command sign plugin does temporary permissions but it is not for 1.8.8.

#

Although my command could be a good option

queen wadi
#

Larry how do I connect the ranks with the plugin?

rigid widget
#

It takes a lot of configuration and is not easy. I don't know of any "easy" gui options, sorry. You'd need to spend a lot of time learning and making your own GUI, which is infinitely customizable but also as a result rather complicated

queen wadi
#

ah okay thank you

halcyon zodiac
#

I know there is a luckperms gui would that help?

#

It's not official though

queen wadi
#

If it works with /rankup and it shows the ranks then sure

rigid widget
#

It's an administrative GUI, not really used for /rankup

halcyon zodiac
#

Ahh ok

queen wadi
#

oop

rigid widget
#

it allows you to control permissions/tracks/groups and such

#

I'd see if you can find a rankup plugin that has a gui?

#

I'm pretty sure i've heard of a few

drowsy quest
#

I'd recommend using the editor in the first place SolninjaA

halcyon zodiac
#

I don't need to add a permission myself it should be automatic

lapis zodiac
#

/lp editor is a really useful gui

halcyon zodiac
#

Yes it is

drowsy quest
#

I mean instead of using a GUI plugin for LP

halcyon zodiac
#

Oh rtight

#

*right

#

Anyway do you thing a server console could use placeholders?

#

*think

rigid widget
#

Yes, through another plugin

#

Other plugins can parse the placeholder and then send the command to console

#

usually there are plugins capable of doing what you need. Mycommand, sign command plugins etc. If you describe your use case we can try to work something out?

halcyon zodiac
#

I am using sign commands.

#

But the old version so it can't do temporary permissions

rigid widget
#

old version of LP?

halcyon zodiac
#

I think so yes

#

I am running 1.8

#

*1.8.8

rigid widget
#

you can use the latest

#

!update

outer vesselBOT
rigid widget
#

the only difference between adding a permission and a temp permission is settemp instead of set and a duration at the end of the command, follow by a modifier. I'll pull up the command syntax one sec

#

!commands

outer vesselBOT
rigid widget
halcyon zodiac
#

Oh I just checked I have settemp

rigid widget
#

it's the same as adding a permission to a user

#

The placeholder/run from console setting is up to the plugin you use

halcyon zodiac
#

I am not really good at all that technical stuff but just to clarify my problem I don't want to give the default class the permission to settemp and the only other way I could think is if the server runs the command so, the server can run the command?

rigid widget
#

Certain plugins will run the command as the server yes

#

you simply need to find one capable

halcyon zodiac
#

Ok thank you

#

My command sign plugin does have that feature but I don't think it can use placeholders. Will it need placeholders if it was to give a temp permission?

rigid widget
#

you'd simply need to find a way to give the sign command plugin the playername of the person using it, like lp user <name> needs a name to run

halcyon zodiac
#

Ok that will take a bit to find out thank ytou for your help

rigid widget
#

np!

halcyon zodiac
#

*you

queen wadi
#

Anyone know a plugin that when you mine something it gets auto put in your inv?

thick swallow
#

Hi

topaz palm
#

hey guys

#

can I send an earrape vid?

#

I'll warn you

forest helm
#

...why?

topaz palm
#

the question is

#

why not?

forest helm
#

I mean it's offtopic so no one really cares lol

topaz palm
#

nice

#

earrape warning

#

_11 what'd you think

lament kayak
#

Larry I've got a weird one.........looks like for some reason the proxy isn't even shooting packets to the client side anymore.....proxy is up and looking at the right port....the config matches that.....any thoughts?

rigid widget
#

No clue

lament kayak
#

shoot

modest compass
#

firewall?

lament kayak
#

That's what I'm thinking....when you install a desktop enviro on linux....does it reinforce iptables rules or flush them by any chance

#

I've also got some weird connections running netstat

modest compass
#

i mean its possible

lament kayak
#

Ok so I'll check /var/log

#

See if I can find any changes made to the tables

#

After that I'll run a traceroute.....see if packets are being redirected

#

Alright cool...yep a firewall issue..looks like when I installed the desktop environment it also installed a new firewall configer.... XD yes I made up a word...cause it works...but it switched over to UFW BLOCK...just had to add the new rule

#

up and running

warm canopy
#

whooo 1.16.1 test time. finally got to the todo item on my list for luckperm ๐Ÿ™‚

rigid widget
#

Should work as usual, if you find any bugs let us know

warm canopy
#

loads fine, unloads fine, i can join fine as oper and player, and i can toggle user and group perms .. the commands i use the most seem to work. so far so good, moving on to the next plugin (too many to test) hehe .. will do indepth tomorrow. after nap!

remote verge
#

Any recommendations on the best tab plugin

rigid widget
#

NameTagEdit or TAB

lament kayak
#

Why did deluxe menus take away animated Menu titles ๐Ÿ˜ฆ

warm canopy
#

NameTagEdit is on 1.16.1 btw

gilded nova
#

@outer vessel

#

!help

outer vesselBOT
#
Available commands:
โ€Ž

!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!chat
!colours
!commandequivalents
!commands
!config
!context
!default
!downloads
!editor
!errors
!essentials
!extensions
!extracontexts
!faq
!helpchat
!inheritance

โ€Ž

!install
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!tracks
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki

gilded nova
#

!editor

outer vesselBOT
cobalt quiver
#

!downloads

outer vesselBOT
strong mural
rigid widget
#

?

#

what might that be ๐Ÿง

potent prawn
#

well that was not exciting

violet rivet
#

I checked it out

#

My computer is now made of bubblewrap

slate imp
#

I get this error when I want to start MySQL:

C:\Program Files\MySQL\MySQL Server 8.0\bin>net start mysql
System error 193 has occurred.

*** is not a valid Win32 application.


C:\Program Files\MySQL\MySQL Server 8.0\bin>mysql
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

C:\Program Files\MySQL\MySQL Server 8.0\bin>mysqld --console
2020-06-25T09:10:59.612688Z 0 [System] [MY-010116] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe (mysqld 8.0.20) starting as process 19152
2020-06-25T09:10:59.615081Z 0 [Warning] [MY-010091] [Server] Can't create test file C:\Program Files\MySQL\MySQL Server 8.0\data\mysqld_tmp_file_case_insensitive_test.lower-test
2020-06-25T09:10:59.615136Z 0 [Warning] [MY-010091] [Server] Can't create test file C:\Program Files\MySQL\MySQL Server 8.0\data\mysqld_tmp_file_case_insensitive_test.lower-test
2020-06-25T09:10:59.615268Z 0 [ERROR] [MY-013276] [Server] Failed to set datadir to 'C:\Program Files\MySQL\MySQL Server 8.0\data\' (OS errno: 2 - No such file or directory)
2020-06-25T09:10:59.626073Z 0 [ERROR] [MY-010119] [Server] Aborting
2020-06-25T09:10:59.626186Z 0 [System] [MY-010910] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe: Shutdown complete (mysqld 8.0.20)  MySQL Community Server - GPL.
#

How do I fix this?

rigid widget
slate imp
#

its already in quotation marks in regedit

rigid widget
#

i'm not sure then, try googling around? if anyone else knows they will answer when they can

steel shuttle
#

perm i used is prefix.100.&lยงxยง8ยงBยง4ยง5ยง1ยง3Owner &r

#

๐Ÿ™‚

rigid widget
#

Ladies and gentlemen, proof it works ^

last locust
#

Imagine not having Essentials on 1.16 yet.

steel shuttle
#

im using essentialsxchat 1.16

last locust
#

Y'all people need to update.

rigid widget
#

hi Glare โค๏ธ

#

also wtf

#

they did

#

๐Ÿ˜‚

last locust
#

Sorry, let me rephrase

#

Imagine being on 1.16 and not using Essentials yet

rigid widget
#

ahhhhh

last locust
#

"they". We have names, you know.

rigid widget
#

Y'all people

potent prawn
#

whom'st've

rigid widget
#

they have names too

steel shuttle
#

ยงxยงrยงrยงgยงgยงbยงb

#

is kind of a weird format though

twin warren
#

it's a very silly format

#

lp will be using ยง#rrggbb for its messages

steel shuttle
#

ah yeah

#

md said he also wanted to have support for &#rrggbb in essentialschat

#

the format is really dumb i was just slightly surprised it worked to just force it in like that with all the section symbols lol

#

i thought there was a good chance that spigot only implemented it in the bungee api but apparently legacy text also gets converted with rgb

violet rivet
#

&[255,255,255]?

#

๐Ÿ˜›

potent prawn
#

ffffff is much shorter lol

violet rivet
#

I guess

#

Enjoy the influx of "how do I make this colour" :L

potent prawn
#

well at least we get to teach them about rgb colour codes :)

violet rivet
#

Yes

#

100 50 100

steel shuttle
#

wait a few days and then make a tag for it

violet rivet
#

I mess with RGB codes quite a bit

steel shuttle
#

i wouldnt really recommend the section symbol way

#

except for fucking around for now

violet rivet
#

That double s?

steel shuttle
#

section yes

violet rivet
#

&rr,gg,bb

#

dunno

#

keep it like the old format but use commas to seperate or no commas at all

steel shuttle
#

essxchat will probably be &#rrggbb and &xrrggbb

violet rivet
#

is the hash needed though?

steel shuttle
#

hm

#

well &r is a code

#

spigot uses section x as the base

violet rivet
#

hm

steel shuttle
#

so &x makes some sense in terms of being similar to that

#

makes sense cause you can copy it from hex codes

violet rivet
#

$rrggbb?

#

I guess # could work

steel shuttle
#

ess uses & for colors

#

it gets converted to section

violet rivet
#

~rrggbb

steel shuttle
#

x should be fine for people who might not have a pound sign (although most people probably do?)

violet rivet
#

Not here

steel shuttle
#

ah

violet rivet
#

!@#$%^&*() 1-0

potent prawn
#

shift 3 bruh

steel shuttle
#

lol

violet rivet
#

##############

#

Don't use pounds here

#

We use Kilograms

#

Don't have a kilogram button though

potent prawn
#

ok dad

steel shuttle
#

i think md_5 said he did the weird section after every letter thing because it would be less likely to break peoples regexes

#

seems like a dumb reason but idk

#

thats what i heard

#

definitely not necessary plugin-side

violet rivet
#

Gonna suck using signs with these colour codes..

#

&#00ffaaThis is

#

that's all you'd fit on one line... lmao

steel shuttle
#

uh yeah

#

probably not really gonna do that

violet rivet
#

./sign 1 [text]
/sign 2 [text]

#

while looking at a sign, set the text and colour codes

steel shuttle
#

makes more sense maybe yea

violet rivet
#

voxelsniper has a similar feature

lofty compass
#

!moss

outer vesselBOT
#
Essentials

Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.

EssentialsX Discord
lofty compass
#

Yay they have 1.16 support now

trail shuttle
#

Is there an easier way of getting a spigot jar? BT is taking quite a while

rigid widget
#

nope, sadly

#

Unless you do it illegally

#

not sure if they do that legally but they're still open

lofty compass
#

My control panel compiles it for me

violet rivet
#

bt takes... 2 minutes or so?

lofty compass
#

Idk if it uses multiple cores or not but 6c/12t running at 4.5Ghz takes about 1 min

violet rivet
#

lets try it

lofty compass
#

On centos

trail shuttle
#

I'm using one only w/ 2C and 2T tho and 1.4ghz (old pc)

lofty compass
#

That's gonna take a year

rigid widget
#

the 1.16.1 jar is here

violet rivet
#

ok creating 1.16.1 jar

rigid widget
#

i think they build it on demand, so it's legal or something

violet rivet
#

8c 8t 4.something ghz

#

4.54ghz currently

lofty compass
#

1 hour later

violet rivet
#

done

#

Just under 3 mins

#

and that wasn't on a system with only bt running

lofty compass
#

Os?

violet rivet
#

w 10

trail shuttle
#

6m41s

lofty compass
#

More overhead tho

#

CentOS tiny

violet rivet
#

does it have a gui?

#

:p

#

or is it all command line

lofty compass
#

Command

violet rivet
#

Yeah i can't handle that

#

would get so lost

lofty compass
#

I use a web based control panel called AMP

#

It's nice

violet rivet
#

Interesting

#

Can you connect to it remotely?

lofty compass
#

Yes

violet rivet
#

Difficulty level in setting up, presuming one has no knowledge of any linux etc os's?

lofty compass
#

They have it to basically 1 command

#

Run their script

#

Follow the setup

#

Supports other games too and you can add your own with a little elbow grease

violet rivet
#

learning curve sounds pretty steep

lofty compass
#

It supports windows

violet rivet
#

I meant the OS

lofty compass
#

Oh. O Google a lot lol

#

I*

#

Hard to remember everything

violet rivet
#

Ahh

lofty compass
#

Other than yum install and such

#

wget to download a file you pasted link

#

I like it honestly lol

#

You can run it with less than 1GB ram

#

There are desktop gui versions though

violet rivet
#

Maybe i'll have to try it

trail shuttle
#

Got another question, how do you disable the bukkit console thing?

rigid widget
#

which bukkit console things

lofty compass
#

-nogui ?

#

Idk been awhile

rigid widget
#

oh that? yeah add nogui to the end of the startup args

#

no - though, just nogui for me

lofty compass
#

I was close lol. Haven't ran windows server in years

trail shuttle
#

Not on windows btw ill try the nogui tho

violet rivet
#

I run windows server :p

lofty compass
#

I read something about oracle Java doesn't allow people to make money if you use them or something

violet rivet
#

they don't, nope

#

you need a commercial license or something

lofty compass
#

Open Java babyy

timber dawn
#

can someone tell me a good kitpreview plugin ?

lost depot
#

Hello! Im very interested to know how can i setup that server restarts every 12 hour

cunning zinc
#

There's some good plugins for that. Try HammyRestart on Spigot.

#

Very nice, GUI config and stuff.

lost depot
#

Okiii thanks!

slate imp
#

Ok so my database on MySQL exists but I cant get LuckPerms to access it, well, more like its offline but I already started the MySQL server, whats going on?

#

ping me if you're replying, I have this discord server muted

lost depot
#

Anyone reccomend a good lag reducer plugin

cunning zinc
#

xD

#

LagAssist

lost depot
#

thnaks xD im setting up a server

timber dawn
#

hello! when im rejoing or changinh world my gamemode goes to survival anybody knows what plugin can be doing this?

modest compass
#

@timber dawn you got to show your plugin list

timber dawn
#

okey !

modest compass
#

oh god 80 plugins

timber dawn
#

sorry for that ๐Ÿ˜…

modest compass
#

my guess is mutliverse or essentials

#

try giving yourself mv.bypass.gamemode.*

timber dawn
#

okey thank u

#

also do u know a good kit preview plugin?

lost depot
#

How can I reduce hostile mob spawning

cold bane
#

u know hypixel skyblock larry

rigid widget
#

Yes

#

Do you want a plugin to do that?

cold bane
#

u know how when u broke ores in mines

#

the ores regenerate to cobble

rigid widget
#

Yeah?

cold bane
#

and then over time go back to normal

#

i need a plugin for that

#

UwU

rigid widget
#

Have you tried googling around for it? I've never used anything like that so idrk honestly

cold bane
#

oh ok

#

can u tell me the keywords to use

#

google wont understand if i type out the sentence aove

rigid widget
#

Ore regenerate plugin, mine replace plugin

cold bane
#

k thnx

rigid widget
#

@spiral tinsel that's an ad, please don't send ads here

spiral tinsel
#

kk sorry

rain gale
#

hey anyone know how to get pre existing paper servers working with a bungee network?

forest helm
#

!nw (for me)

outer vesselBOT
#
Please tell us what's going on!

We really would absolutely love to help you out! However, telling us that it isn't working wastes everyone's time. Please, just describe the issue you're having clearly and with as much detail as possible, and send any relevant screenshots of whatever problems you're having.

For Console Errors:
lost depot
#

Hello, im still confused about SilkSpawner

#

Why wont it work on my server

gilded nova
#

same

cunning zinc
#

Basically, I want a player join event on Spigot. I want it to create a string based on permission / group information. I then need that string to be passed to a bungee cord plugin / bridge or something, for the bungee cord plugin to run a command on the proxy.
Anybody had experience with this before? I know it's not a LuckPerms problem.

gilded nova
#

Can anyone tell me what is MySQL and if I need that?

rigid widget
#

it is like a server for data, a fancy online text file with a different format. It allows you to sync permissions across a bungee network which is fairly essential for any network

#

you need it or something like it if you plan on running a bungeecord server network properly

gilded nova
#

if I don't have a bungeecord, I shouldn't worry about that?

forest helm
#

Nope

rigid widget
#

no need to

gilded nova
#

I see in some plugins like Authme they say MySQL

rigid widget
#

those are for networks

gilded nova
#

so I can just ignore it

rigid widget
#

yeppers

gilded nova
#

wow, thank you!

#

I had no idea

rigid widget
#

beware running a server in offline mode is dangerous

gilded nova
#

oh

#

why

rigid widget
#

it's usually better to keep it online mode, regardless of whether you get less players

forest helm
#

lots of things say they support it, but you usually don't need it. Often they just say it for marketing i.e

COOLFACTIONS!!!11! SUPPORTS MYSQL!!!

rigid widget
#

People will be able to log in as you and take advantage of countless exploits to grief/ruin your server

#

if they know what they're doing they can obliterate it

gilded nova
#

but if I have Authme?

rigid widget
#

regardless, authme works usually, but can't protect against everything

#

a good example is bot attacks, which can cripple your server

#

authme cannot stop bot attacks from doing that

gilded nova
#

are backups good option?

rigid widget
#

not really, becasue if you have a vulnerable server you'll just be reverting to a backup every day and nobody will make any progress/be able to do anything

forest helm
#

plus it encourages piracy

rigid widget
#

Some griefers just join servers for fun, destroy them, and then bot attack them so other players can't join and it's crippled

gilded nova
#

yeah

rigid widget
#

I highly recommend online-mode

gilded nova
#

but theres big offline servers

#

what about them?

rigid widget
#

yep, and they have wayyy more than just authme

#

also lots of experience and custom solutions for issues

gilded nova
#

that could be

rigid widget
#

as well as usually being huge networks that have fallback servers in case of botting

forest helm
#

I discovered that the hard way, local server for my sis and cousin to play together on, but offline mode because geyser is stupid, and within a week, someone had found my IP and lit everything on fire

rigid widget
#

Even if people don't know the IP they just search random ones until they can connect and it's all over

forest helm
#

or not "found" my IP, most likely one of those random IP checkers like what wurst has

#

yeah

gilded nova
#

I'll have all this in mind, thank you guys for telling me

#

I haven't open my server yet

forest helm
#

thankfully I had coreprotect, so it was easy to fix everything, but still, it's a cautionary tale

cunning zinc
#

What I don't understand is

#

If I don't plan on having the same ranks on any server

#

Why do I need MySQL?

rigid widget
#

Well i suppose you dont

#

if you dont need people to use /server

cunning zinc
#

People need to use /server

#

But they won't have the same rank in the server they switch to.

rigid widget
#

well LP-Bungee handles the /server things and it does so by groups, so you'd either have to give everyone the same bungee permissions by assigning them to default/using the bungee config, or if you gave them a group like staff which allowed them into testing servers you'd have to screw around with getting the proxy to see them as being able to do that

cunning zinc
#

I actually have a question that could save me a lot of time, by the way.
Basically, as an operator / someone with all permissions on both LP and LPB, I can type /LPB commands in my survival server and have it sort of... do the LPB commands. Like adding perms etc.

If I make a spigot plugin, and force a player to performCommand, or chatSay etc, it always comes back saying "Unknown Command" or whatever. Is this because they don't have LPB permissions to run that command? I even tried...
op Player
Run Command (Didn't work)
Deop Player

#

I plan on just assigning everybody to all servers, to be honest.

#

And just using multiverse worlds inside those servers to make test stuff.

rigid widget
#

It's not exclusively essential, but it saves you from having to add perms for each server. You can get by without it, but it's really bad practice and for larger networks and successful ones, it causes a looot of headaches

forest helm
#

as for why /lpb doesn't work when you force a player to run it, it's because the proxy intercepts the command I think. Thus, it isn't registered on the server, and plugins don't know it exists

rigid widget
#

I don't even know how to make the bungee side work perfectly without a sync. I suppose it could but it's honestly such bad practice I've never seen anyone that needs a good sync

cunning zinc
#

Right now, my life would be way way way way easier. If I could get a player to run that command via spigot.

#

I know that it works via chat, because I can do it in my chat, right.

rigid widget
#

as it is, the destination/target of the command will ask its separate LP plugin if the player has perms

forest helm
#

as for why /lpb doesn't work when you force a player to run it, it's because the proxy intercepts the command I think. Thus, it isn't registered on the server, and plugins don't know it exists

cunning zinc
#

Yeah yeah

#

I'm hoping someone know how to make it work?
I got told to "try sql" and I'm literally coding this whole framework to make sql work to try pass data to bungee and its way more complicated.

rigid widget
#

LP isn't that sql complicated

cunning zinc
#

I even tried like, getting a "bridge" plugin, that let me send commands / packets to bungee.

rigid widget
#

you just connect each plugin to same set of tables, and it reads those perms locally

forest helm
#

honestly why don't you just do fully synced, and just do contexts for all your per-server stuff?

cunning zinc
#

It's not, but I have never worked with custom SQL before. As in, I've never implemented it into Java, only filled out Config files.

#

Yeah

#

Right

rigid widget
#

there's no sending stuff between servers with lp sync, it's always just to the same tables and reading from the same tables

cunning zinc
#

Can I copy + paste my situation, and you guys tell me if it would work?

rigid widget
#

I think the only way for you to know that is to test

cunning zinc
#

It seems so

#

Easy

#

Like, in theory

#

But I just don't get what a sync does.

topaz palm
#

Hey

#

do you guys know if LiteBans has a support disc?

cunning zinc
#

Don't think so

forest helm
#

iirc they just do support on their spigot forums thread

cunning zinc
#

So, can someone glaze over how the sync works?

#

I have a server, I had it for 1 year. It has a load of ranks and shit on it.

#

How do I get that stuff onto my bungee cord?

forest helm
#

!switchstorage 1: export your data using the first few steps

outer vesselBOT
forest helm
#

!bungee 2: Set up bungee

outer vesselBOT
forest helm
#

3: re-import data via the last few steps on the switchstorage instructions page

cunning zinc
#

Okay, sure. I'll give this a go.

#

Ty.

cunning zinc
#

Hey. So as it goes, got another question.
It seems that when a prefix has a server context, like server=survival
Vault doesn't register it as a prefix?

#

Actually

#

Wait a sec hahah sorry

#

Yeah so... when a prefix has a context

#

It's not being picked up by BungeeTabListPlus

#

I've tried both their vault and luckperms prefixes

#

And if I add the context, its like it acts like the player doesn't have a prefix...

mild pulsar
#

Anyone know how to set guishop to actually require them to have a balance

#

My sister just bought 54 diamonds and now owes 5k

modest compass
#

!paste (for me)

outer vesselBOT
#
Please use pastebin!

Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!

For console errors:

Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!

Other errors:

Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!

rigid widget
#

Zeus can you give specific examples of what you're doing and what you want to happen?

forest helm
#

Uh if you're using essentialsX for economy, there should be an option to disable negative balance

topaz palm
#

guys

#

I just learned today

#

and was shocked that hypixel has a base version of 1.8.8

#

or 1.8.9 idk

modest compass
#

!meta for me

outer vesselBOT
forest helm
#

Remence, that's the only way they are able to maintain so many servers with so many concurrent players, also why they have basically no updating problems

topaz palm
#

.damn

#

time to go to 1.8.8

gilded nova
#

Hey guys can someone help me figure out why theres a delay when siwtching servers on my network?

#

it says WARN "processing login took ___ms"

#

WARN Processing login for Timmyy took 1856ms.

rigid widget
#

Offline mode network?

#

Like non-premium

gilded nova
#

its premium ๐Ÿ™‚

rigid widget
#

Hm, won't be uuid conversion then

#

Any other logs or info you might supply?

gilded nova
#

I mean obviously my proxy is online mode: true, but all of the game servers are false

#

its only when I switch servers, I get that long login process, even though its only 2 seconds usually it is instant

rigid widget
#

Any changes recently made ?

gilded nova
#

Nah man

#

It happened a while ago, I dont really remember.

#

I can send a list of my bungee plugins and if you see anything that usually causes problems can you let me know?

rigid widget
#

I mean go for it, I'm not really a bungee guy but maybe someone will spot something

gilded nova
#

worth a shot

rigid widget
#

Maybe I will, who knows

#

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

gilded nova
#

i feel like it happened after i set up the fallback server

rigid widget
#

Running plugins in the proxy console and sending that output would be more useful

gilded nova
#

gotcha, i never really touched the console

#

Command not found

rigid widget
#

pl?

gilded nova
#

yeah doesnt work either, theyre bukkit commands

rigid widget
#

You're not using a / right

gilded nova
#

no

rigid widget
#

What is movemenow?

gilded nova
#

When a server goes down it sends you back to the hub

rigid widget
#

I see

#

Yeah I'm stumped

gilded nova
#

im trying to see if anyone has had problems with that plugin

#

ill switch servers again and give you the log i get

#

[WARNING] .... [LuckPerms] Processing login for Timmyy took 1854ms.

#

looks like this is a luckperms thing after all

#

...

#

I didnt catch that before smh

rigid widget
#

It just tells you, might not be the cause (usually isn't)

#

what is the ping to the db like on each server?

#

run lp info ingame and sent that output

gilded nova
#

Okay

rigid widget
#

damn 205? that might be part of it

gilded nova
#

Server is hosted in aus, in game ping is about 13ms

rigid widget
#

like it's a fifth of a second but it may account for 'additional' lag

gilded nova
#

thats just for the storage right?

#

Even if the storage is local it does it though.

rigid widget
#

it stores playerdata

#

!update try updating LP as well, you're fairly far behind

outer vesselBOT
gilded nova
#

I had another server linked up that wasnt connected to the database

#

yeah will do

worldly lark
#

the server might be overloaded too

gilded nova
#

its fine

#

it happens on all of my servers on the network, slow to connect. Like its not a huge deal, its just sluggish for whatever reason, but once youre in game its fine

rigid widget
#

me tryna read that

gilded nova
#

sorry I was in the menu hahaa

rigid widget
#

lol its fine

gilded nova
#

ill update luckperms

#

its still happening

#

[Server] WARN Processing login for Timmyy took 1674ms.

rigid widget
#

1.6 seconds

gilded nova
#

look its really not that bad

#

it never was

#

its just noticeable

rigid widget
#

it's weird, I know

gilded nova
#

especially considering most networks instantly send you to the servers haha

rigid widget
#

I don't really know what is going on, but you could try removing plugins one a time, seeing if it stops, and then removing another etc etc

#

or do a binary search and remove half at a time

gilded nova
#

ill try the move me now plugin first

#

luckperms bungee was also about 50 versions behind lol

#

its only about 1s now

rigid widget
#

that seems like an improvement

#

perhaps it was just restarting your servers that did it though ๐Ÿค”

gilded nova
#

whats this? 26.06 05:50:50 [Server] SEVERE INFO me.lucko.luckperms.lib.hikari.HikariDataSource - luckperms-hikari - Start completed.

modest compass
#

luckperms connected to your database successfully

rigid widget
#

that's good news

gilded nova
#

Alrighty it just said severe thats all haha

rigid widget
#

severe as in important i suppose

gilded nova
#

Its a bit quicker now but still a bit of a delay. Oh well

wind nexus
#

hey guys

hollow hemlock
#

Why wont this script work?

#

on break:
chance of 100%:
if event block = stone block:
drop diamond at location of player

wind nexus
#

Hey i have a small problem, the plugin stops my server you know what could be wrong?

#

i mean luckperms

violet rivet
#

Switch online-mode to true and try again.

modest compass
#

yep ^

#

also authme is not really needed for online-mode: true

violet rivet
#

Is multiverse on 1.16 yet ๐Ÿ™‚

real laurel
#

not that I have seen

violet rivet
#

Just teasing ben lmao

real laurel
#

oh sy

#

lol

modest compass
#

@violet rivet haha it does work on 1.16

#

tho havent try importing a 1.15 world to 1.16 server

violet rivet
#

I think lots of things will work on 1.16 to be honest

#

I'm going to have a play around tomorrow

modest compass
#

yea its just the new item ids which some plugin may need to add

hollow hemlock
#

on break:
chance of 100%:
if event block = stone block:
drop diamond at location of player

WHY WONT IT WORK

violet rivet
#

๐Ÿคท

#

What is it

modest compass
#

there is literally no context to that, it looks like pseudocode to me lol

violet rivet
#

^

wind nexus
#

@violet rivet why i need change it?

outer vesselBOT
#

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

violet rivet
#

Beeecause your server is stopping and it's probably the way to fix it? Lol

#

I'm not an avid supporter of people who use offline-mode so always suggest they try online-mode as it solves 99% of issues regarding player connections or server crashes due to plugin conflicts etc etc etc.

potent prawn
wind nexus
#

still don't work

violet rivet
#

Perhaps you should read the log then, that's all the info I'm going to help with, I don't support that plugin's use.

#

The log tells you what you need to do.

modest compass
#

hint: look at authme part of the log

violet rivet
#

OT: does that plugin even have a use outside of offline-mode?

#

not sure what OT is but i assume "off topic"

#

or on topic...?

wind nexus
#

@modest compass i just deleted authme and it works ๐Ÿ˜„

outer vesselBOT
#

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

violet rivet
#

๐Ÿ‘ woo!

wind nexus
rigid widget
#

when you add the prefix, add a space, like lp group Gracz meta setprefix "[Gracz] "

#

and the nickname is up to the plugin that handles that, usually you just add a colour code in front

#

!colour

outer vesselBOT
#

Sorry! I do not understand the command !colour
Type !help for a list of commands.

rigid widget
#

!colours

outer vesselBOT
wind nexus
#

i mean how to colour nick like if you have op

#

e.g red nick and red rank

rigid widget
#

the nick-op connection is done by EssentialsX

#

and as for the rank, you'd need to set a prefix with the colour code &4 starting it

#

@gilded nova please no ads

worldly lark
#

Larry, is this like allo--

timber dawn
#

Im trying to setup votifier but im strungling! can someone help pls?

edgy bear
#

any weebs out there

#

check this sweet photo

warm lava
#

Who know how stop 1 TB/s DDOS attack?
226.000 connections per second

Maybe iptables

rigid widget
#

online-mode=true

warm lava
#

Its attack on VDS

#

i tried

rigid widget
#

VDS?

warm lava
#

Yep

#

Ethernet channel down

rigid widget
#

can you tell me what that stands for pls because I don't remember knowing it

warm lava
#

Virtual Dedicated Server

rigid widget
#

oh just another term for something I know, thank goodness

#

You could try and use cloudflare for the DDOS protection?

warm lava
#

Yep

#

We changed ip and add access from only domain [mc.XXXX.XXXXX]

#

But idk how hacker found new ip

#

and ddos ip

#

and every day

rigid widget
#

damn, does the host have any ideas?

warm lava
#

Nope

vocal rivet
#

Did the IP actually change or is it the same IP behind the domain?

warm lava
#

Did the IP actually change or is it the same IP behind the domain?
Already try, not help ๐Ÿ˜ฆ
Cloudflare proxy ip, but idk how he know

vocal rivet
#

What hoster do you use?

#

That doesnt change the IP

warm lava
#

Cosmhost

#

Dedicated server on cosmhost by hetzner

vocal rivet
#

Never heard about that hoster, but I know Hetzner and they do offer DDoS protection thought

warm lava
#

But he not defend this DDoS, idk why

#

But DDoS

#

with lags

vocal rivet
#

And now how Cloudflare works:
Client -> Domain -> Cloudflare -Proxy-> Server

Normaly:
Client -> Domain -> Server

#

How did you change the server IP, did you actually request hetzner to change the IP or did you just enable CloudFlare?

warm lava
vocal rivet
#

Thats not what I asked

warm lava
#

They changed ip

#

But changed only last numbers

vocal rivet
#

Hetzner changed the IP or cloudflare?

warm lava
#

IP

rigid widget
#

use cloudflare

vocal rivet
#

Ich nehme mal an du bist deutsch da du hetzner benutzt

warm lava
#

???

vocal rivet
#

Welp, my only guess would be that the IP is still being displayed somewhere

gilded nova
#

You can literally ping the host name in command prompt and get the numerical ip address

#

And your ip behind it will show up @vocal rivet

outer vesselBOT
#

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

gilded nova
#

Sorry clippy I didn't realize that they were a staff member lol

vocal rivet
#

Thats not how it works, it actually shows you the Cloudflare IP address instead of the server one ๐Ÿ˜›

gilded nova
#

Well if you only covered it up with cloud fare they would still have the original ip right?

#

Unless you changed it before hand

vocal rivet
#
  1. They changed the IP
  2. When you use a DNS history tool you can find out the IP before a dns update
gilded nova
#

Can't you contact your vps company

#

I'm sure they'll help you

vocal rivet
#

Normally the attack shouldnt even have reached the server as Hetzner offers DDoS protection for free

wispy star
#

I want to let the people on my server change what group they're in using commands, but without giving them perms to lp. And i dont want to confuse them with the whole /lp user <name> bla bla

Is it possible to just add a custom command that's /builder and it adds the builder role to them or is that not easy

gilded nova
#

lol command blocks?

#

or use a rankup plugin

#

But you might be able to use custom commands

wispy star
#

would you know how to make them or is that not as easy as i think it is

gilded nova
#

Some plugins make it easy and some make it hard

wispy star
#

do you know of any that make it easy?

gilded nova
#

not really lol I never needed to use them

wispy star
#

dang

gilded nova
#

But command blocks will work

wispy star
#

aight