#general

1 messages ยท Page 147 of 1

hallow onyx
#

lemme check that now

#

Wait I only have a aliases.yml

#

Okay, so I'm guessing this will work

/rank !name !rank?

violet rivet
#

Not quite

hallow onyx
#

oh

violet rivet
#

Let me bring up mine

hallow onyx
#

kk

violet rivet
#

and yes alias.yml is the file

hallow onyx
#

oh kk

violet rivet
#

I'll bring up the one with the most aliases, i have about 8 different versions for every server

hallow onyx
#

oh nice

violet rivet
#

Here is an example promotion command from my setup

#
    permission: promote.lvlone
    0: "reply &REDUsage: &AQUA/Promote Lv1 <player>"
    1:
      - wait 10 console /lp user !1 parent settrack level lv1
      - reply &WHITE!1 &AQUAHas been promoted to &WHITE[Lv1]
    2: "reply &REDUsage: &AQUA/Promote Lv1 <player>"```
#

/promote lv1 is the command

hallow onyx
#

oh that's confusing lol

violet rivet
#

The 0 is for if there is no name after the /promote lv1

#

so if i type /promote lv1 then hit enter

hallow onyx
#

It'll say the usage

violet rivet
#

Yes

#

If i give it 1 message after /promote lv1 it will run the bit at 1:

#

that is, waits 10 ticks, runs the command as console /lp user !1 (!1 is the first instance of custom text in the command i.e the username) parent settrack level lv1.. you can use any lp command

hallow onyx
#

ohh i get it

#

But if I was using /lp user wolvsyy parent set, how would I put !rank?

Or what ever syntax it is.

violet rivet
#

2: is if you have too many arguments in the command

#

seperate alias for every command

hallow onyx
#

wdym

violet rivet
#

that or you do !2

#

where !1 is name !2 is the rank

hallow onyx
#

ohhhhhh

violet rivet
#

so

hallow onyx
#

i get it

violet rivet
#

/promote usb_hub owner

#

would translate to /promote !1 !2

#

or

#

/lp user !1 parent add !2

#

permission: node.node

#

isn't node.node to LP

#

it is betteralias.node.node

#

these commands won't be tab-completable btw

hallow onyx
#

oh ok

violet rivet
#

because they're not 'official' game commands

hallow onyx
#

So will this work?

rank:
permission: rank.rankset
0: "reply &REDUsage: &AQUA/rank <player> <rank>"
1:
- /lp user !1 parent add !2
- reply &GREEN!1 has been set to rank &d!2
2: "reply &REDUsage: &AQUA/rank <player> <rank>"

violet rivet
#

you can change the colours too

hallow onyx
#

yea that's what i did for a couple lines

violet rivet
#
# BLACK, DARK_BLUE, DARK_AQUA, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, 
# DARK_GRAY, BLUE, AQUA, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, MAGIC, BOLD, 
# STRIKETHROUGH, UNDERLINE, ITALIC, RESET```
#

Yeah that looks like it'd do except add console before the command

#

so it performs at as the console not the player

hallow onyx
#

Thanks again :)

oh yea I should probably do that

violet rivet
#

this is my method around using argument based perms

#

you can use this plugin for so many awesome features too

hallow onyx
#

oOh

violet rivet
#
    permission: aliases.lightson
    0: 
     - "reply &AQUALights turned on. Use /lightsoff to disable night vision"
     - console /effect !name night_vision 999999 1 true
lightsoff: #removes night vision effect (suggest only give command in build worlds)
    permission: aliases.lightsoff
    0:
     - "reply &AQUALights turned off. Use /lightson to re-enable night vision"
     - console /effect !name night_vision clear```
#

creative mode night vision on/off

#

๐Ÿ˜›

hallow onyx
#

ooh that's cool

violet rivet
#

that command may not work on your server because it's run by another plugin

hallow onyx
#

ah.

violet rivet
#

you'll have to modify the effect syntax

#

but it does work

#

You can make it run many commands at once too

#

you can make one command do 50 if you want

hallow onyx
#

thanks for all your help

omg litebans is so annoying it won't connect to my mysql database

violet rivet
#

Does it work though? ๐Ÿ˜›

#

Is it?

#

what error is it giving you

hallow onyx
#

Public Key Retrieval is not allowed

violet rivet
#

probs a database error

#

google might be your best best

hallow onyx
#

wait hold up

#

the alias dosn't work

#

doesn't work*

violet rivet
#

what does it say in console

hallow onyx
#

Nothing.

violet rivet
#

did you restart or run /bareload after saving it

hallow onyx
#

restart

violet rivet
#

what does it do when you run it in game

hallow onyx
#

just gives me the usage

violet rivet
#

what did you run?

hallow onyx
#

/rank USERNAME default

#

(but my username)

violet rivet
#

you need to put the command under 2:

#

not 1:

#

because you have 2 arguments

#

๐Ÿ˜›

#

swap the placement of 2 and 1 over

hallow onyx
#

kk

#

yeet

violet rivet
#

sweet

#

now if you want to set up limits i.e if you want your admins to be able to promote up until moderator or something

#

you'll have to individualise the groups into their own alias for each promotion

#

and most likely have a perm for each one

#

then you can say who can promote who to what ๐Ÿ˜„

hallow onyx
#

Oh, I get it.

violet rivet
#

without messing around with argumentbased permissions

#

heck you could even have custom /give aliases

#

give pre-created named tools etc

#

even set up an alias FOR giving named tools with a custom name

#

the uses for it are literally endless

hallow onyx
#

ooh that's awesome

violet rivet
#

Just remember, if the player hasn't got permisison to use the command the alias is going to execute, it must be run as console

hallow onyx
#

Alright.

violet rivet
#

The plugin should also work on like, every version of MC ever lol

hallow onyx
#

lol

#

i honestly hate litebans

violet rivet
#

google the error

#

or ask their support

#

lol

hallow onyx
#

yea i have googled it it's just other mysql stuff ๐Ÿ˜ฆ

violet rivet
#

yeah it is a mysql issue ๐Ÿ˜›

#

does LP connect to your db?

hallow onyx
#

yep

violet rivet
#

credentials/address all the same with them both?

hallow onyx
#

yep

#

Just checked

violet rivet
#

not sure then lol

#

google is your best hope

#

unless someone else sees this chat and knows what to do

hallow onyx
#

๐Ÿ˜  that sucks oh well

#

Sorry, last question. Do you know where to find a LiteBans GUI?

violet rivet
#

using bungeecord?

#

litebans has a web interface

#

you just need to install and set it up on a webserver

hallow onyx
#

like i mean an in-game gui to ban people

lone saddle
#

can someone help me with vault?

#

my scoreboard won't show the rank

violet rivet
#

Are you using bungeecord for litebans though?

hallow onyx
#

yeah i am

#

that's why i'm using a mysql database

violet rivet
#

Oh

#

you only need litebans on the bungeecord ๐Ÿ˜›

#

you could probalby get away with h2

hallow onyx
#

wTf

violet rivet
#

bloody great isn't it ๐Ÿ˜›

hallow onyx
#

yEa

lone saddle
#

my scoreboard won't show the rank
@lone saddle so can someone help pls

#

with vault

hallow onyx
#

what placeholder are you using?

violet rivet
#

With BungeeCord: Download the plugin to the BungeeCord plugins folder. The plugin does not need to be installed on any of the servers linked to the proxy.

hallow onyx
#

and try /papi ecloud download vault

violet rivet
#

that's the litebans bungeecord install line 1 ๐Ÿ˜›

hallow onyx
#

oml tysm

violet rivet
#

It's great ๐Ÿ˜„

#

works so well on my system ๐Ÿ˜›

#

Heck.. wish I switched to it sooner

#

@lone saddle what are you trying to display, and how are you trying to display it, got a screenshot?

lone saddle
#

and try /papi ecloud download vault
@hallow onyx now it works thanks alot

hallow onyx
#

โค๏ธ ๐Ÿ™‚

#

Last last last question usb_hub, how do I clear player history?

violet rivet
#

their history?

hallow onyx
#

/history

#

that one

violet rivet
#

what about their history

hallow onyx
#

like the ban history

violet rivet
#

Oh

#

erm

#

look under the commands i have no idea lol

civic root
#

`############################################################

+------------------------------------------------------+

| EssentialsChat |

+------------------------------------------------------+

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

This section requires the EssentialsChat.jar to work.

chat:

If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.

Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.

Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)

Users with essentials.chat.question can override this by prefixing text with a question mark (?)

You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."

radius: 0

Chat formatting can be done in two ways, you can either define a standard format for all chat.

Or you can give a group specific chat format, to give some extra variation.

For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting

For EssentialsX changes, take a look at the EssentialsX wiki: https://github.com/EssentialsX/Essentials/wiki

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

group-formats:
Survivor: '&7{DISPLAYNAME} &7ยป {MESSAGE}'
Owner: '&7{DISPLAYNAME} &7ยป &f{MESSAGE}'

If you are using group formats make sure to remove the '#' to allow the setting to be read.

Note: Group names are case-sensitive so you must match them up with your permission plugin.`

@violet rivet

violet rivet
#

screenshot /plugins

#

you'll have something else in there overriding essentials i think

civic root
#

It worked perfectly with GroupManager, so something changed when switching to LuckPerms

violet rivet
#

can you post your editor link

civic root
violet rivet
#

if you type /mvwho

#

into the chat

#

what does it show

#

please send that message

civic root
violet rivet
#

so you want it to show the grey survivor before their name

#

but for some reason in chat it shows it twice, once in square brackets?

civic root
#

The &8Survivor

#

Yes

#

The one within square brackets needs to go

violet rivet
#

whats the name of th euser its showing on?

civic root
#

6lP

#

mine

#

Also, an additional problem. I use the TAB plugin but when a new player joins it doesn't update their tab name

violet rivet
#

try setting weights on all your groups

#

highest weight is the most important rank

#

i want to see if that makes a difference

#

try to match prefixes set in the groups to the weights the group has

#

edit the number in the prefix to match the group weight

#

I'm wondering if you have a weird priority issue going on

civic root
#

How do i do that?

violet rivet
#

but it looks like two chat plugins, which is weird

civic root
#

By changing the 50 to a different number?

violet rivet
#

!usage

outer vesselBOT
violet rivet
#

thats for me give me as ec

#

This one

civic root
#

Okay

#

I set the weights

violet rivet
#

what's crackshot and crackshotplus?

#

is that a pvp plugin?

civic root
#

Its for Weapons

#

but doesn't have a chat prefix option

violet rivet
#

Ah ok

civic root
#

I've checked the multiverse config just to be sure

#

but there is nothing out of the ordinairy

violet rivet
#

prefixchat: 'false'

#

did you have that setting

civic root
#

Yup

violet rivet
#

sweet

civic root
#

`# - Possible options:

=> stored use the value stored against the users record in the file/database

=> parents-by-weight just use the users most highly weighted parent

=> all-parents-by-weight same as above, but calculates based upon all parents inherited from

both directly and indirectly

primary-group-calculation: parents-by-weight`

#

do i need to change this?

violet rivet
#

wonder if citizens is doing it

#

parents by weight is the normal one i believe

#

and is what most people want

civic root
#

Okay

violet rivet
#

you haven't messed with the meta formatting have you?

civic root
#

I'll check Citizens

#

Nope

#

I don't even know how tbh

#

I think you might be right about Citizens

violet rivet
#

Can you send its config file

civic root
#

format: no-targets: '<npc>&r&7: <text>' with-target-to-bystanders: '<npc>&r&7: <text>' to-target: '<npc>&r&7: <text>' with-targets-to-bystanders: '<npc>&r&7: <text>'

violet rivet
#

er nah

#

doesn't look right format

civic root
#

Okay

violet rivet
#

there's no square brackets

#

do you have notepad++?

#

no wait that won't help..

civic root
#

I have notepad++ yea

violet rivet
#

hm

#

you know how to do a directory search?

#

i.e seraches through every file in a directory

#

Eternalbroadcast

#

does that mess with chat...

civic root
#

Nope, its just a broadcast plugin

violet rivet
#

ok

#

You sure? don't want ot check?

#

gangsplus?

#

might display a prefix in chat or something

#

had towny the other day taking over chat formatting

civic root
#

Just checked gangsplus

#

nothing out of the ordinary

#

and no []

violet rivet
#

do you know how to do a file search/directory search on notepad++?

civic root
#

not really..

violet rivet
#

ctrl+F

civic root
#

Oh yea

violet rivet
#

in a file on the directory

#

find in files

#

can you screenshot the message again from chat?

#

need to see the colour codes

#

well.. colours

civic root
#

Its a problem with the names

#

of the groups

violet rivet
#

ok

civic root
#

And the zeroz is the new account

violet rivet
#

look for (in find in files)

civic root
#

but needs to be added to survivor

#

not to default

violet rivet
#

&7[

#

search for that

#

in all files in your plugins folder

#

so in the directory box, make it point to your plugins folder

civic root
#

Can I change the default group btw?

violet rivet
#

we're looking at what's causing it first

#

so we can find the plugin doing it

civic root
#

okay

violet rivet
civic root
#

D:\Eternal-MC Server\plugins\Essentials\config.yml (1 hit)
Line 713: #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'

#

this is the only thing that looks like the cause

#

BUT

#

its disabled with #

violet rivet
#

can you post your config.yml for essentials

#

๐Ÿ˜›

#

i'll see if i can find something wrong

civic root
#

I'll dm it to you

violet rivet
#

Ok

#

er you can't , i have dms disabled.

#

should be fine to post it here

#

I don't think essentials has any database info in it

civic root
#

Ok

violet rivet
#

you can delete it if you want to from here now

civic root
#

ty

violet rivet
#

what happens if you comment out group formats and the 3 groups below

#

and uncomment the very first format on that list

#

try that, restart your server and see if it makes a difference

civic root
#

then it works

violet rivet
#

It works?

civic root
#

Yes

violet rivet
#

that's great

civic root
violet rivet
#

Nice

civic root
#

But i want per group chat formatting

#

thats why i enabled it

violet rivet
#

Ah

civic root
#

is it case-sensitive?

violet rivet
#

Per group formatting to do what?

#

Are you trying to change the username colour or something?

civic root
#

OH

#

it works now

violet rivet
#

Hmm

#

weird

#

Oh well ๐Ÿ˜„

civic root
#

It's case sensitive

violet rivet
#

ha!

#

there we go

civic root
violet rivet
#

Where it was getting the extra group from, who knows

#

Maybe it was falling back to a built-in default to stop it erroring out

#

๐Ÿคท

civic root
#

Weird

#

About default groups

#

how to change it?

violet rivet
#

Explain a bit more

#

what are you trying to do with them

civic root
#

I'd like the Survivor group to be the default group

violet rivet
#

Ok

civic root
#

as now they're being added to the default group

#

that has the parent set to survivor

violet rivet
#

So what you want is to make "default" inherit your survivor group

civic root
#

I want to get rid of "default" entirely

#

as it bugs with my tab

violet rivet
#

you can't

#

you can not get rid of default

civic root
#

..

violet rivet
#

it's built in, if you delete it, it'll come right back

civic root
#

Can I rename it...

violet rivet
#

what is it doing to your tagb?

#

no

#

is it showing something in your tab list?

civic root
#

the zeroz2000 is part of the default group

violet rivet
#

Ah you're using TAB

civic root
#

6lP is apart of the Survivor group

#

yes

violet rivet
#

zero2000 is a username?

#

or ..?

civic root
#

yes

violet rivet
#

Ok

#

you want it to show survivor in tab?

civic root
#

Yes

violet rivet
#

there is no user zeroz2000 in your user list on the editor

#

is that a nickname?

civic root
#

they just joined

violet rivet
#

Ah

civic root
#

i'll send a new link

violet rivet
#

new link yeah

civic root
violet rivet
#

Right, in your editor you see how you set survivor with a weight of 1?

civic root
#

yes

violet rivet
#

you'll need to edit the prefix to have the same weight

civic root
#

sooo

#

rn its set to 50

violet rivet
#

yep

civic root
#

i need to set it to 1

violet rivet
#

either make the group weight 50

#

or the prefix weight 1

#

but you can't have prefixes having the same weight

#

each prefix should have a different weight value, ideally going up in order, from lowest ranking prefix to highest

#

unless you know what you are doing :p

civic root
#

Okay, done that

violet rivet
#

sweet

#

any change?

civic root
#

nope

violet rivet
#

if you do /lp user [name] info

#

what does their user info show

civic root
violet rivet
#

Do they have that prefix in chat?

#

when they talk?

civic root
violet rivet
#

so you've gone back to the funny dual prefxies

#

or is that an old screenshot

civic root
#

Okay

#

I fixed it kinda

#

Just not tab yet

#

I renamed the survivor rank in essentials chat to default

#

as for my own rank in lp

#

to default as well

violet rivet
#

So with per-group formatting, what are you trying to do with it?

civic root
#

And as for TAB, I changed it to default as well

#

now it works

violet rivet
#

on TAB

civic root
#

yes

violet rivet
#

did you have one for every group people could be in?

#

if it sees them in default

civic root
#

Just gotta contact the peeps at the TAB plugin as the sorting doesn't work properly

violet rivet
#

well.. it's not going to know what to display lol

#

sorting?

#

heh?

#

that's at the very top

civic root
violet rivet
#

group-sorting-priority-list

#

have you filled that out?

civic root
#

Where can i find that?? sorry

violet rivet
civic root
#

i dont have that?

violet rivet
#

what plugin are you using?

#

TAB?

civic root
#

yes

violet rivet
#

This one?

civic root
#

Yep

violet rivet
#

what version/

#

do a ctrl+f for that line

civic root
#

1.7.0

violet rivet
#

it might be somewhere else

#

1.7.0?!

#

jesus

#

upgrade!

#

they're on 2.7.3 lol

civic root
#

OH LOL

violet rivet
#

i'd suggest going through all your plugins

#

and checking their versions lmao

civic root
#

Sorry, i've been working on this project for 2 years now

violet rivet
#

crap

#

essentials may be out of date

civic root
#

Nah nah i updated most of them

violet rivet
#

that may be why you are getting chat errors

#

!downloads

outer vesselBOT
violet rivet
#

make sure you have the latest luckperms

#

XD

civic root
#

Yea yea

violet rivet
#

that ones the most important

civic root
#

i downloaded it today

violet rivet
#

sweet :p

civic root
#

so must be up to date

violet rivet
#

should be like 5.0.150 or something

#

when you do /lp info

#

.130

civic root
#

yep yep

violet rivet
#

do a backup of your tab config

#

you maaaaaaay need to rewrite it

#

not too sure

#

it may create a new file

civic root
#

I made a backup

gilded nova
#

@civic root do you have a problem?

civic root
#

wut

gilded nova
#

you have problem?

violet rivet
#

Did you get tab working?

civic root
#

still working on it haha

#

the animations dont really work yet

violet rivet
#

Ah ok

#

Yeah i delete those

civic root
#

How did you format those?

violet rivet
#

ugly things

civic root
#

love em

violet rivet
#

I use bungee tablist plus..

#

seems to do alright

#

lets my tablist be global, i like that.

civic root
#

alrighty works now ๐Ÿ™‚

#

1 more thing @violet rivet

#

lp user {player} permission settemp backpack.use false 30s replace

#

I have this setup for my combatlogx

#

to prefent users from opening their backpacks when they're in combat

#

but the replace part doesn't work

violet rivet
#

!settemp

#

nope

#

!usage

outer vesselBOT
violet rivet
civic root
#

Yea but i can't get it to work

#

the accumulate option doesn't execute

latent tinsel
#

You know how to solve the OWNER prefix appeared to me but it doesn't appear in chat

burnt basin
#

Any ideas ?

#

how to fix it ?

#

The world load to 30% and the server crashing..

rigid widget
#

You need more memory, probably, or the plugins doing that need to go

burnt basin
#

When im trying with more memory..

#

What you mean with this "doing that need to go"? ;d

rigid widget
#

Not enough RAM error

burnt basin
#

I'm with 12GB ram dude

rigid widget
#

Not dedicated to the server, though

#

That screenshot says 2 gigs

burnt basin
#

Yeah 2gygabites.

#

But i'm with 12g

rigid widget
#

Which is not 12...

#

Your total computer ram is irrelevant if the server doesn't have enough ram

#

Try removing some heavy plugins

#

And upgrade to paperspigot

#

And dedicate more ram to the server

burnt basin
#

Okay i'm trying

#

to give more ram

#

but you saw what messenge gave me

#

I'm with 12GB RAM, i dedicate 2GB to server, and its not working

rigid widget
#

Because 2gb is not enough for what you're trying to do with the server

drowsy quest
#

The error says java canโ€™t have 2 GB

burnt basin
#

And ? If i add 4gb ?

drowsy quest
#

Check with task manager how much you have free

#

Also please Show java -version

burnt basin
#

i can use 6gb ram

#

How to show you the java version ? ๐Ÿ™‚

drowsy quest
#

Run the command and show me the output

burnt basin
#

I'm with last version

drowsy quest
#

I want to see the output

burnt basin
#

Come voice 1 ?

drowsy quest
#

No

#

Why?

rigid widget
#

Screenshot the output @burnt basin

burnt basin
#

Sharing the screen

drowsy quest
#

How hard is it to take a screenshot

burnt basin
#

You mean of task manager or ?

#

(sorry, i'm little stupid)

drowsy quest
#

Of the command

burnt basin
drowsy quest
#

java -version

#

Do you know how to open a command prompt?

#

If not just put that line before the other java line in your start script

burnt basin
drowsy quest
#

Thank you

#

One sec

burnt basin
#

๐Ÿ™‚

drowsy quest
#

Looks like you have 32 bit java installed

#

You need 64 bit java

burnt basin
#

I tried to download 64bit

#

ohh.. I will try again

drowsy quest
#

Iโ€™m 95% sure itโ€™s 32 bit

burnt basin
#

jre-8u241-windows-i586-iftw :?

drowsy quest
#

Thatโ€™s 32 bit

burnt basin
#

I found it

drowsy quest
#

Before you install the 64 bit version uninstall the 32 bit version first

vocal rivet
#

amd64 instead of i586

burnt basin
#

ready

vocal rivet
#

Try again to start the server

burnt basin
#

Ready. Yead ! Done ! Thank you.

drowsy quest
#

Youโ€™re welcome

ashen karma
#

can anyone help me with magibridge and luckperms? when i type in discord to server it says this ChatBot: You don't have permission to use this command! but game chat does pass to discord from server

burnt basin
#

One more problem.. I made spawn. I saved it with WorldGuard.. Okay.. But the problem is that players leave from spawn, going something like 100 block away from spawn again cant build.. Some ideas ?

gilded nova
#

I need a landclaim plugin or skript

boreal ledge
#

is anyone here good with domains?

old prism
#

what about them @boreal ledge

boreal ledge
#

i set up a CNAME with host as the IP and the Answer as the ip

#

all i have to do now is wait 24h?

#

then players can connect with the Host ip

#

aka the domain

vocal rivet
burnt basin
#

Any ideas ?

burnt basin
#

When i'm op i can build everywhere ๐Ÿ˜ก When i'm not - i cant no where ๐Ÿ˜ก
I did /lp group default permission set essentials.build true and i can build in spawn(without op).
I did /lp group default permission set essentials.build false and i can only when i'm OP to build.(all map)

#

Help ;@

hybrid loom
#

Still banned because Scarsz didn't like my opinion

vocal rivet
#

XD

#

what did you say?

hybrid loom
#

It funny enough wasn't even on his Discord

#

But on the JDA one.

#

He posted a question showing some code and I came and said this looks really bad and such, he attacked me, the other people there supported me, telling him that I just gave my opinion and he was like "Okay... There. You're banned now. Should've done that a long time ago"

#

Has been too long ago, so I can't completely recall the actual events

vocal rivet
#

lol

gilded nova
#

nuuuuuuuuuuu\

muted compass
old prism
#

what other plugins are you using @muted compass

muted compass
#

@old prism

vocal rivet
#

My opinion is that one of the plugin overwrites the LP prefix functionality, but I can't figure out which. SuperPerms is not present on the server either

hybrid loom
#

SuperPerms is bukkit @vocal rivet

vocal rivet
#

The hecc is that?

#

Never heard of it before

#

looks for me like a plugin instead of a bukkit functionality

#

oh

#

found it

#

Oh my gosh

potent prawn
#

Great Wall of plugins oml

vocal rivet
#

Way too much tbh to replicate the setup XD

#

Verbose even said that the prefix was nil, despite me having it set to my player itself just a few seconds before

old prism
#

@muted compass im sorry i cant look through all those plugins, but im gonna guess at lest one if messing with your prefixes

#

lol

#

when creating a server you have to be modular, not just add a million plugins at once, go one at a time, because itll be impossible to determine where bugs are like that

simple cave
old prism
#

what version @simple cave

simple cave
#

what version
@old prism plugin version?

old prism
#

yes

#

luckperms version

#

if youre on 5.0.72 (downloaded from spigotmc) you should use this version, 5.0.130 from their website: https://luckperms.net/

hybrid pulsar
hybrid pulsar
#

Someone?

#

@everyone

hybrid loom
#

@hybrid pulsar

  1. Don't tag everyone. It's a shit-move to do and only proofs your impacience.
  2. You can't remove those as this is basic MC stuff. You can only alter the ping and icon in BTLP at most.
summer pumice
#

this doesnt relate to lp, but does anyone know how to see in claimed chests with factionsUUID?

#

just as an admin, i dont want everyone to be able to

rigid widget
#

There's a claim bypass permission (and mode iirc) that you can have and use

vagrant comet
#

anyone know a good lobby plugin?

drowsy quest
#

Anyone here that wants the editor selfhosted and that has nginx installed?

vocal rivet
#

Has anyone experience with Redis and could help me with a few questions I have? Currently I don't have any but I would love to know who I could ask XD

vocal rivet
#
  1. set the prefix in "" so in your case in the editor set it to: prefix.10."&l[Gold] "
  2. You should learn a bit about MC color codes, as example that you can use &r to reset formating
drowsy quest
#

Ahh. Classic. Deleted messages

quaint swift
#

Imagine Luck creating a complete Core

#

That would be a dream coming true to some owners

#

Permissions, Essentials commands, Punishments

woeful willow
#

Luck is just one person.
I imagine his work would suffer with so many projects lol

hybrid pulsar
#

My featherboard is pretty fucked.. In 1.15 it workes perfectly but when i switch to 1.8 it cuts out some parts out

#

Anyone help?

quaint swift
#

probably because it's too long for 1.8

hybrid pulsar
#

that cant be to long?

quaint swift
#

no it surely not

hybrid pulsar
#

thats on 1.15

quaint swift
#

Honest question, Is the version of featherboard cracked?

hybrid pulsar
#

no

quaint swift
#

If so, Save some time and use RealScoreBoard

#

Alright

#

Then i suggest using default everything on 1.8

#

and re-creating it

hybrid pulsar
quaint swift
#

Oh trust me i couldn't care less ๐Ÿ˜‚

#

Just trying to help

#

Some cracked versions have issues like that

#

that's why i asked

hybrid pulsar
#

the server is 1.15 and i use protocolsupport

quaint swift
#

oh then that makes sense

hybrid pulsar
#

why?

quaint swift
#

what part cuts out?

hybrid pulsar
#

compare to the firtst screenshot i sent

quaint swift
#

yea i see

#

hmm, Would it be a big deal if you remove the /100

reef lily
#

hello need help
Luckperm wont work with worldguard tried everything
I am trying to allow a specific group to access chests

quaint swift
#

at the end

#

or general 2

reef lily
#

mod told me to come here

quaint swift
#

Oh

#

What is not working exactly?

#

Ohhh

#

It's most likely not a problem with LP or worldguard, you gotta get your permissions right

reef lily
#

cant set perms to a specific group

quaint swift
#

But again, giving Bypass permissions isn't the best idea

reef lily
#

I just want certain gorup to be able to access chests

#

how do I do that

hybrid pulsar
#

now it looks like that when i removed the /100... it want to cut out something so much

quaint swift
#

You gotta read WorldGuard wiki, They have group flags support

#

Has nothing to do with LuckPerms

#

also for your issue @hybrid pulsar it seems like it's a placeholder issue tbh

#

do /papi parse (name) (placeholder)

gilded nova
#

A@vocal rivet Deamon fails to start :

21:51:09.998Z FATAL wings: A fatal error occured during an operation. (err.code=EADDRINUSE)
Error: listen EADDRINUSE: address already in use 0.0.0.0:2022
at Server.setupListenHandle [as _listen2] (net.js:1280:14)
at listenInCluster (net.js:1328:12)
at doListen (net.js:1461:7)
at process._tickCallback (internal/process/next_tick.js:63:19)
After following these tips to change the MySQL address

hybrid pulsar
#

hell thats not even a plugin

quaint swift
#

oh not using papi

rigid widget
#

@reef lily you can use another plugin that makes players require permission to open chests, and with LP you can give them that permission to do so or to not do so

reef lily
#

Oh how can I do that hwat is it called

quaint swift
#

i can only assume that 1.8 isn't showing those placeholders (they are placeholders btw, just not from placeholderAPI)

hybrid pulsar
#

featherboard is hooked to mvdwplaceholders

quaint swift
#

yea exactly, It's an issue with the placeholder on 1.8, I suggest contacting their support

hybrid pulsar
#

well i did a while ago but no one answerd

quaint swift
#

oh

#

hmm

violet rivet
#

@reef lily Are you using the group tags?

#

-g or something like that, with worldguard?

reef lily
#

I am using group tags

#

so my group tag is default

hybrid pulsar
#

i can try posting it om reddit

quaint swift
#

@hybrid pulsar does mvdw has a parse command?

violet rivet
#

If that's not working. I'd suggest going to the worldguard support discord. They're helpful.

hybrid pulsar
#

whats that?

quaint swift
#

it shows the placeholder in chat for you

#

to confirm if it's a placeholder issue or not

hybrid pulsar
#

well it has all placeholders on its wiki

#

but not a parse command

drowsy quest
#

@gilded nova You already have a server listening to the port 2022

#

Use a different one

gilded nova
#

ok;

quaint swift
#

@hybrid pulsar a work around is to use placeholderAPI

#

and use the placeholder {placeholderapi_*}

hybrid pulsar
#

were?

quaint swift
#

Download a plugin called PlaceholderAPI

hybrid pulsar
#

i have that

#

i thinkj

quaint swift
#

do /papi ecloud download bungee

#

or Bungee

#

and do /papi reload

hybrid pulsar
#

ok i didnt have it

quaint swift
#

and the placeholder is %bungee_<servername>%

#

so {placeholderapi_bungee_<servername>} on featherboard

#

ofc without the <>

hybrid pulsar
#

well i dont think it workes like that

quaint swift
#

it does xd

#

wait

#

discord being

#

sad

#

wait

#

{placeholderapi_bungee_<servername>}

#

@hybrid pulsar sorry discord was formatting it

vocal rivet
#

{placeholderapi_bungee_<servername>} ๐Ÿ˜›

hybrid pulsar
#

omfg i love u

#

@quaint swift

#

ur my hero

#

๐Ÿ˜˜

quaint swift
#

c:

gilded nova
#

Here we go here

#

Hahahahahah

violet rivet
#

Brainstone said java MC runs anywhere java works... Car stereo runs java. Challenge accepted.

uneven phoenix
#

I just joined the chat to read and it got wierd real fast.

rigid widget
#

Don't read g1

#

You might regret it

gilded nova
#

Its my bad in g1

#

I admit it

uneven phoenix
#

G1??

gilded nova
#

general 1

uneven phoenix
#

Ah

gilded nova
#

BrainStone are you in mood for some more questions

#

I realy dont want to bother you more

drowsy quest
#

If you are using your brain by now and tried to find the answer yourself first, then yes

rigid widget
#

Asking to ask is kinda counterproductive, just ask or not mate

gilded nova
#

Not that

#

Just your opinion on some matters

#

Only that

uneven phoenix
#

Lol

gilded nova
#

Larry bro why so negativite

uneven phoenix
#

I mean he is not called BRAINstone for no reason.

drowsy quest
#

Just ask

uneven phoenix
#

๐Ÿ˜‚

gilded nova
#

BrainStone What do you think is the best combinations of plugins for basic stuff like ranks and warps spawns and things like that

#

Do you have some recommendation

drowsy quest
#

No

gilded nova
#

Oh yes

drowsy quest
#

I don't run Spigot servers

gilded nova
#

Why is that

drowsy quest
#

Because I run Sponge Servers

#

And currently none

#

But that's a different story

gilded nova
#

I have one more big problem

#

My server kicks everbody from time to time

#

Some java error

#

I googled it and i cant find answear why is that

#

Is it clinet or server

hybrid loom
#

Maybe tell us the error?

gilded nova
#

But i think its server beacuse it kicks everbody not at same time but it kicks

#

I will just when i get it again

#

Wait a sec

#

This the error

#

If somebody know

#

knows

#

But i think BrainStone knows for sure hahahaa

#

Can I mention it?

rigid widget
#

@gilded nova LP can't reach your DB, that's the problem

#

MAke sure you allow access

#

and there are no firewalls stopping anything

gilded nova
#

I know, but how to fix this

#

UFW : inactive

drowsy quest
#

@gilded nova pterodatcly or docker?

gilded nova
#

2

#

Pterodactyl and Docker

#

BrainStone if you have time look up for my question sry to bother

#

Panel = Pterodactyl but he uses Docker

rigid widget
#

@gilded nova you'll need to provide console logs for when it kicks a user

gilded nova
#

I think i have that

#

So ?

#

Everything is informed and the fire deactivates

#

It just says lost connection timeout

rigid widget
#

@gilded nova it's probably on their end, then. Without more info that's all i can say, they probably just lagged out

gilded nova
#

But server is mine

#

Hahaha

#

I want to fix it

#

I only says that

#

I cant see the answear

main niche
#

Hey everyone, I'm attempting to set up LuckPerms but I am finding the selection process very daunting. Has anyone created a list for the average player on a server?

gilded nova
#

Help PLEASE, it's been 2 days that there is the problem !!!

main niche
#

nvm I got my anwser

rigid widget
#

Be patient, Timeo

molten spindle
#

https://prnt.sc/ry1zlv
For BungeeTabListPlus, anyone know why it shows both LP prefixes when using ${player luckpermsbungee_prefix}

rigid widget
#

Have you set up stacking?

gilded nova
#

ok, @rigid widget But it starts to be long for me

outer vesselBOT
#

Hey Timeo.java! Please don't tag staff members.

gilded nova
#

Ah

#

Sorry

rigid widget
#

@drowsy quest you know way more about this than I, could ya take a look when you have a moment?

drowsy quest
#

@gilded nova 127.0.0.1 is the local docker container, not the host (inside the container)

#

Use 172.18.0.1 to target the host

gilded nova
#

Ok, and ?

#

Already done

drowsy quest
#

And make sure that the MySQL server is listening to that

gilded nova
#

Yes

drowsy quest
#

By default it doesn't

gilded nova
#

I can connect to the base from the SSH

#

I have changed the blind adress

haughty lance
#

Any way to use LuckPerms groups with DeluxeHub %vault_rank%?

drowsy quest
#

@gilded nova to what?

#

And did you restart the mysql server after changing that?

gilded nova
#

Yes

#

I don't know what to do now

#

Can you help me ? @drowsy quest

outer vesselBOT
#

Hey Timeo.java! Please don't tag staff members.

drowsy quest
#

I'd recommend you reach out for help on the ptero discord

rigid widget
#

@gilded nova please stop pinging, ignoring Clippy is bad

drowsy quest
#

The servers not being able to reach the database is not on LP

vocal rivet
#

I have already said all that via dm to him xD

gilded nova
#

Ah

#

๐Ÿ˜ญ

rigid widget
#

dude, just ask on the ptero discord

vocal rivet
#

I bet I know Pters reply

#

"Its the plugin"

rigid widget
#

ha. no.

#

if the server can't reach out to a db, it's not LP's incapability

vocal rivet
#

really didnt like Pterodactyls "No-Support" policy

#

I was in their discord, and they didn't help 9 / 10 people

gilded nova
#

So ?

vocal rivet
#

Try the Pterodactyl support, last time I was there was months ago

molten spindle
#

@gilded nova Create the luckperms Database in the Container for Bungee

vocal rivet
#

That reply makes no sense at all

gilded nova
#

Already done

molten spindle
#

Has host Ip and 3306 port?

#

Meaning machine IP

gilded nova
#

Yes

molten spindle
#

id have to see the config for it

#

But thats not really something you should share with everyone

gilded nova
#

There is no support for this in the Ptero server

vocal rivet
#

I already got trough various steps for configuring the database for Pterodactyl

molten spindle
#

My panel runs all databases under Bungeecord Server databases server management area

gilded nova
#

So ?

molten spindle
#

so that way they can run off the host ip and allow connection to the other modes

gilded nova
#

How I do?

vocal rivet
#

That is not fixing your issue Timeo

#

its just a feature of Pterodactyl

gilded nova
#

But suddenly, I need to link my permissions in my different servers

haughty lance
vocal rivet
#

primary group name

haughty lance
#

ok

gilded nova
#

But suddenly, I need to link my permissions in my different servers

vocal rivet
#

What?

gilded nova
#

I need to link my permissions, what should I do?

vocal rivet
#

what do you mean ?

haughty lance
#

dosent work

gilded nova
#

I need it to work, my server will open in 1 week

haughty lance
#

@vocal rivet

#

oh gosh you spent 1 hour on a txt file

vocal rivet
#

That looks like your board didn't realize to use Papi

haughty lance
#

how would i do such?

vocal rivet
#

No idea, sorry

haughty lance
#

ok

gilded nova
#

I need it to work, my server will open in 1 week

vocal rivet
#

@gilded nova You need someone to take a look at your server setup directly

gilded nova
#

How do we do ?

#

ok.

vocal rivet
#

by giving someone you trust SSH access

gilded nova
#

Want root access?

#

ok

haughty lance
#

i will just restart the server and test :p

gilded nova
#

MP

drowsy quest
#

Hi there. Someone wanna test my install script for a self hosted webeditor?

#

All you need is a user with sudo permissions and nginx installed

vocal rivet
#

Sure

#

Also fixed Timeos problem

drowsy quest
#

Ok

#

What was it?

vocal rivet
#

Wrong username and password XD

drowsy quest
#

No comment

#

Anyways, run git clone --branch installer_script https://github.com/BrainStone/LuckPermsWeb; LuckPermsWeb/installer/install.sh. Ideally as non root user with sudo permissions. Be sure to have a domain name ready you haven't used for any other virtual host

#

And be so kind and show me the output afterwards in private

vocal rivet
#

is it bount to a specific distro? ;P

drowsy quest
#

No. Just requires one that uses apt-get

vocal rivet
#

Ah, was about to test on CentOS XD

drowsy quest
#

Ah xD

#

Sorry

#

What manager do they use?

vocal rivet
#

Yum or Dnf in newer versions

drowsy quest
#

Ok

#

Erm it should still work

#

If you have these commands available

vocal rivet
#

btw, supply -y tp apt-get install to not ask for the user input

#

Eh, CentOS does not have apt-get

drowsy quest
#

curl jq nc netstat sed

#

And you are right facepalm

#

If these commands are installed it won't try to install any anyways

vocal rivet
#

but still, I suggest changing apt-get install curl jq nc netstat sed to apt-get install -y curl jq nc netstat sed so it does not ask the user if he wants to install it

drowsy quest
#

I have just done that

vocal rivet
#

Alright ^^

weary rover
#

does anybody know why i cant connect with filezilla to the ftp server

drowsy quest
#

Errors?

#

Maybe a description of what you are doing and what's happening

weary rover
#

errors: connection timed out after 20 seconds of inactivity
errors: could not connect to server

drowsy quest
#

I mean do you expect us to magically solve your issue by throwing around a few vague words?

weary rover
#

i mean it usually works

drowsy quest
#

Connecting to the server?

#

If so they are currently having an outage

#

Reach out to their support @weary rover

civic flower
#

@rigid widget Ive contacted the owner of golden crates. waiting on a response.

outer vesselBOT
#

Hey CASER! Please don't tag staff members.

civic flower
#

Oops

rigid widget
#

Sounds good

drowsy quest
#

Hi there. Someone wanna test my install script for a self hosted webeditor?
All you need is a user with sudo permissions and nginx installed

sleek niche
#

Tried on Debian Buster using WSL already. Think I mismatched my Node and NPM version.
Also on my VPS (also Buster) but that just didn't even work in the slighteist. (Also Node and NPM mismatch) I'll try tomorrow again.

drowsy quest
#

WLS doesn't work because you can't run servers there or anything that binds hosts

#

Node versions shouldn'T matter

#

the script checks for node 12 and uses a custom version if there's an isssue

sleek niche
#

I'll probably just setup a VM and see then.

drowsy quest
#

Like if you have node 12 you practically can't have version mismatches between node and npm

#

Well on debian

#

Because it means you have to use the versions from node themselves

grave spade
#

question, lets say i want to tie a command to a placed item/block like an end crystal what would be the easiest way to do that?

sinful loom
#

help gchat sends chat messages to every server

rigid widget
#

Configure it to not, then

sinful loom
#

there's no config setting to do that

#

wait

#

does gchat mean globalchat

gilded nova
#

probably

#

unless it's govindaschat

rigid widget
#

It's Luck's gchat

#

Look at the wiki for it on GitHub

gilded nova
#

I thought it's bungeecord command

sinful loom
#

the wiki doesn't help

#

it's barely even a wiki

rigid widget
#

"Global chat channel"

sinful loom
#

ah

#

so

#

what should i use

rigid widget
#

That's up to you

sinful loom
#

because essentialsxchat doesn't work

rigid widget
#

What do you want it to do?

#

Per-server chat?

sinful loom
#

yes

#

and formatting

rigid widget
#

Essentialsxchat does work for that, just not on the bungee server

#

you need a bungee non-global chat formatter

sinful loom
#

wait so

#

i can't use essentialsxchat for my server?

rigid widget
#

You can

sinful loom
#

or i can't use it in bungee plugins folder

rigid widget
#

Yeah, the second one, afaik. You can put it in the plugins folder for every spigot/paper server though and it'll work

sinful loom
#

ok

#

nice to know

#

thanks

#

also which is a better server name

rigid widget
#

You can even configure each one individually to have per-server formats

sinful loom
#

ok

#

which is a better server name

#

rockypvp

#

or

#

octagon/the octagon

rigid widget
#

For my preference, #2, but in the end it's up to you

sinful loom
#

yeah i'm leaning towards octagon

#

im going to do octagon

#

i need to change the domain which is easy cause i use freedns

rigid widget
#

Me neither haha

#

That's up to you

sinful loom
#

i probably will get a real domain from namecheap since a .com domain is cheap

#

sometime

rigid widget
#

There's a good chance it's taken tho, keep that in mind ๐Ÿ˜›

sinful loom
#

ya i just checked

#

true

#

what good bungeecord staff chat plugin do u recommend

rigid widget
#

I've never used bungee, couldn't tell ya

sinful loom
#

ok

fervent hemlock
#

i need permuser/group prefix placeholder instead, you think?

violet rivet
#

WHere you see anything saying {permprefix} replace it with {permuserprefix}

#

Under the Channel_formats: section

fervent hemlock
#

that worked!

#

thank you both so much @modest compass @violet rivet

violet rivet
#

Sweet.

modest compass
#

npp

violet rivet
#

Did you modify your meta-formatting on luckperms's config?

fervent hemlock
#

I didn't, it's just at highest

violet rivet
#

Awesome

fervent hemlock
#

is this a bug worth reporting?

#

not even sure it's classified as a bug

sinful loom
#

hello

violet rivet
#

That's not a bug

#

You were asking the chat formatter to pull every prefix that applied to you

sinful loom
#

how do i get luckpermsbungee to show on all servers

#

cause the prefixes don't show

violet rivet
#

Now you're only asking it to pull the one assigned to you by LP as its highest weight value

sinful loom
#

unless i do /lp instead of /lpb

fervent hemlock
#

got it. thanks!

violet rivet
#

luckperms bungee doesn't do the prefix bit

#

afaik

sinful loom
#

it worked when i used gchat

#

but that makes chat go across all servers

#

i dont want that

violet rivet
#

if you've got them all synced up

#

it should pull it from the regular perms database

sinful loom
#

how do i sync them

violet rivet
#

what are you using?

#

for your chat

sinful loom
#

essentialsxchat

violet rivet
#

got vault installed too?

sinful loom
#

yes

#

chat formatting works

violet rivet
#

And prefixes dont show?

sinful loom
#

they dont show

#

because

#

the bungee prefixes dont show

#

but regular per-server prefixes do

violet rivet
#

essx chat handles prefixes per-server

#

not over bungee

#

because essx chat isn't a bungee plugin

sinful loom
#

how could i get a chat bungee plugin that doesn't make chat stretch across all servers

modest compass
#

you can config the chat to be per world

sinful loom
#

?

modest compass
#

there should be config to only display chat sent for that world to only display in that world/server

sinful loom
#

what plugin is that

#

i used to use gchat