#general

1 messages ยท Page 187 of 1

rigid widget
#

I agree!

#

@gilded nova shall you remove that message or shall I

#

Ok me then

violet rivet
rigid widget
#

Only a little bitt

violet rivet
#

little but

rigid widget
#

I got a new m.2 nvme 1tb drive like a week ago

violet rivet
#

naise

rigid widget
#

Data is neat

violet rivet
#

I have a 500gb nvme one sitting inside it atm

#

and another 250gb for the OS

rigid widget
#

Biiiig data

violet rivet
#

one of these is for the database and webserver

#

the other is for idek yet

#

stuff :L

#

the i'l have a 4tb for backups and another 2tb for backups

rigid widget
#

Wow big disc

gilded nova
#

who pinged

rigid widget
#

You can scroll up to see ๐Ÿ˜„

gilded nova
#

o

gilded nova
#

Anyone to recommend cool plugins for survival servers?

gentle harness
rigid widget
#

@gentle harness wut

gentle harness
#

wut wut? haha

rigid widget
#

Do that be an ad of some sort?

#

I'm confused on why you send that tbch, and while I don't need to know, in this case it sure does look like an ad

gentle harness
#

I remove the link and post the video here, if you want

#

Lucko help me with dependencies system that I was looking for this project

rigid widget
#

Pretty neat

gentle harness
#

Yeh, I kinda pretty happy with the result

unborn mantle
#

And why would I use it over just writing my own commands with existing frameworks?

gentle harness
#

Is still a demo, and is to released yet, but is pretty cool

#

@unborn mantle you could write your on commands with existing frameworks, if they are in a maven repository.

Because this is Kotlin, you can do anything that a plugin can do

#

is compiled to Bytecode

#

so...

unborn mantle
#

I'm aware. I write my plugins in Kotlin...

gentle harness
#

this DSL to create command is from a separed API of mine called KotlinBukkitAPI

unborn mantle
#

I'm asking why would I use your system rather than just a regular command framework like MF

gentle harness
#

The point is not the command framework, this is not for create commands, is to create ANYTHING

#

you can build a menu, you can listen to events, you can do ANYTHING

#

you can use even the default Bukkit API for registring commands

#

the command DSL is just a easy way from my other API

#

I will get some prints to you

unborn mantle
#

Ok, but I can do all that with the bukkit API anyway

#

So why would I go out of my way to use your framework

#

I'm not trying to be an ass btw, I genuinely would like to know why I should or should not use this

velvet swan
#

This is all foreign to me since I have absolutely no idea how to code in java lol

gentle harness
#

You should use to do simple things

#

Just simple things

unborn mantle
#

@velvet swan yeah I can tell you dont, especially since were on about kotlin

velvet swan
#

xD

gentle harness
#

Like, if you have a server, and you want to have just one thing, you can add it to one of your plugins

#

like, disable weather in a Prision server

#

but the same plugin that disable weather you are using in the Factions server

#

you can make configurable and disable in the configuration

#

but weather is just a example

#

sometimes you just want little things to add

#

in this is for the script in kotlin

unborn mantle
#

Yeah but, my point is, to me atm that looks useless. I can do all of what your example shows in about as many lines using MF, and it probably has more features

gentle harness
#

write full performant code (compiled to bytecode) for do simple things, like a custom menu that have more logic

velvet swan
gentle harness
#

What is MF?

unborn mantle
#

(compiled to bytecode)
What else is it gonna be compiled to lol.

MF is a command framework, MF-GUI is a GUI framework

forest helm
#

what's the full name just out of interest?

gentle harness
#

The point of the Bukkript is not the be a framework to build stuff

unborn mantle
#

Matt's Framework

gentle harness
#

The point is to be a script system that has Tooling

#

You can do that with MF, sure, but you will need to do in a plugin

#

With Bukkript, you can still use MF, but in a Script

rigid widget
#

Wait a second

unborn mantle
#

Define script for me. How are you loading these scripts

rigid widget
#

Is this taking Skript and making it Java, since Skript takes Java and makes it Skript?

gentle harness
#

I'm compiling it and loading in a new classloader @unborn mantle

unborn mantle
#

No

#

Larry no

rigid widget
#

Ok good

gentle harness
#

hahaha Skript

rigid widget
#

That would be stupid tbch

unborn mantle
#

Skript is a sin

gentle harness
#

This is LIKE a plugin, but in one file

velvet swan
#

catch a boomer up. tbch?

forest helm
#

fuck skript lol

gentle harness
#

and that you don't need to compile

rigid widget
#

To be completely honest @velvet swan

unborn mantle
#

Skript deserves to be hit by a truck and fall into an endless pit of hell

gentle harness
#

the Bukkript will compile and cache the result when the server starts

velvet swan
#

oh why not just tbh xD

gentle harness
#

Now you understand @unborn mantle ?

velvet swan
#

kids and their fancy text lingo

forest helm
#

Although to be fair, skript does have it's place (small simple custom things i.e. a simple command)

gentle harness
#

Does not

#

look into my API

#

you can build simple commands with Kotlin

forest helm
#

well yes I'm aware

unborn mantle
#

Sort of, but not really the use cases. People who cant code will use Skriot, which I despise. Or, people that can code, will make their own plugins

gentle harness
#

This is the point, you don't lose a powerful language and performance

unborn mantle
#

You can though

forest helm
#

yeah exactly kat

unborn mantle
#

That's the thing

velvet swan
#

I can code in anything but java XD

#

if anyone has pointers for making a minecraft plugin, im all ears tbch

unborn mantle
#

In ur lib I could write a while loop that infinitely blocks. That's not efficient or performant

gentle harness
#

Yeh, but the point is for small things, people that don't know to code, could start learning it through this

unborn mantle
#

I dont see how you can claim it will be

forest helm
#

In ur lib I could write a while loop that infinitely blocks. That's not efficient or performant
same applies for bukkit and skript

gentle harness
#

Yes you could, but you could do that in plugin as well

#

yes that

#

Bukkit vs Skript

unborn mantle
#

Yep, but I'm talking about this comment specifically

This is the point, you don't lose a powerful language and performance
You can lose all the performance of Kotlin (which, btw, is slightly slower than Java due to the native null safety)

gentle harness
#

not so much

#

is not so slower

#

is more slower, but not so much

unborn mantle
#

slightly

gentle harness
#

The point of the Bukkript is not to you stop writing Plugins, is to do small things with a powerful language

#

I have a private plugin of mine for Quests, the quests have HOLE DSL structure to create

#

And I use the Bukkript to create the quest for my server

rigid widget
#

Is it Skript but in Java

gentle harness
#

I don't create a new type of "script" in a config file like MyCommands

rigid widget
#

Like how it should have been done

gentle harness
#

in Kotlin hahaha

#

That the IDE

unborn mantle
#

Overall I dont really see a use case for your library. I'm sure someone will find it interesting, but like I said, people who dont code will probably default to skript rather than learning Kotlin in your lib, by which time they could make their own plugins.

gentle harness
#

Skript that not suck

rigid widget
#

Oh I c

#

Well it may have a use case but Skript is certainly more popular and at that point why not just use kotlin?

gentle harness
#

I have a friend that start developing for Skript, and know he develops Kotlin and have a BIG Discord Bot

unborn mantle
#

I'm not exactly sure what that was meant to convey to us

gentle harness
#

This project can help people to learn develop

#

because is much easy to just create a file and open the server

velvet swan
#

Was that a 2) ?

gilded nova
#

!help

#

!sync

outer vesselBOT
unborn mantle
#

No, it cant. Providing people a way to write shorter code will most likely reduce the quality of their code and turn them against conventions. For learning to code in a language, that's not what you want.

gentle harness
#

Is opensource and write in kotlin

#

And my friend start develop

#

with Skript

#

Is not write shorter code, have libraries to help with that

#

Is to have a simple envroment

unborn mantle
#

which isnt going to help them learn a langauge, if you dont teach them the core principles first

gentle harness
#

Bukkit plugin for disable weather -> bukkit dependency, plugin.yml, main class, JavaPlugin extension and Listener, onEnable, register listener, create a method with a magic @EventHandler, compile

unborn mantle
#

That

#

Is awful

gentle harness
#

this stuff I don't want to teach

#

I want to teach they use Kotlin

unborn mantle
#

Main classes should not implement Listener

gentle harness
#

don't the Bukkit ecosystem at the moment

unborn mantle
#

Or contain events

gentle harness
#

I know that

#

But is just example of a simple plugin

#

in Bukkript is just this:

event<PlayerJoinEvent> {
    player.sendMessage("Hello!")
}
forest helm
#

see also IJ's Minecraft Development plugin, generates the entire env with just a small form that asks for the basic info

gentle harness
#

Yes, they do

#

But the difference is that you need to know the stuff that is generating for you

unborn mantle
#

But what I'm trying to get at here, is that if people want to learn to code their own plugins in Kotlin and go to your lib rather than actual guides and documentation, they wont be following good practices, naming conventions, or really how to interact with much of the API at all

forest helm
#

well for the boilerplate stuff i.e. plugin.yml, you don't really care about it

gentle harness
#

you do not need to learn my API, you could use just Bukkit API

unborn mantle
#

Yeah but

#

Your lib doesnt promote that

gentle harness
#

Is just a file, you put stuff their, and is get compiled

#

just that

unborn mantle
#

Anyway, its 3 am for me, I'ma go get some sleep

gentle harness
#

doesnt promote because is much simpler to use it

unborn mantle
#

Ohk its 4 am and I still cant sleep

#

Noice

velvet swan
#

I feel that

gilded nova
#

Skript is for pussies

rigid widget
#

hmmm

#

do you prefer using java, personally, @gilded nova ?

gilded nova
#

Yeah for sure

#

I'm not a big developer but Java is just mmm

#

Skript isnt

rigid widget
#

Do you do the java-ing thooo

gilded nova
#

Java all the way ๐Ÿ˜‚

#

Wait are you asking if I code?

#

Cause I do occasionally, but I cant say I'm amazing at it either but I can code fairly simple plugins pretty easily. Never attempted something big

gilded nova
#

Anyone to recommend cool plugins for survival servers?
preferably premium
1.16.1

violet rivet
#

Spawn protection

#

and that's about it really

#

Do you need people to fly on a survival server?

gilded nova
#

Anyone to recommend cool plugins for survival servers?
preferably premium
1.16.1
@gilded nova BRO YOU ask this like every hour I SWEAR lol

velvet swan
#

@gilded nova BRO YOU ask this like every hour I SWEAR lol
@gilded nova LOL bet

gilded nova
#

Hahaha

gilded nova
#

Anyone happen to know how can I get rid of players crafting a book and quill? (to avoid dupes)

velvet swan
#

Youโ€™ll most likely need a plugin that lets you tweak crafting recipes

#

Then you could block that recipe from being crafted

violet rivet
#

Worldguard

#

It will let you restrict items

#

i.e you can hold it

#

but not craft it

#

or you can not even craft it at all

#

e.g [tnt] ignore-perms=worldguard.allow.tnt on-use=deny,tell

#

Deny's usage/placing of tnt, tells the player that they are not able to use it.

gilded nova
#

So i have a new server

#

amd my scoreboard says:

#

%ping%

#

but its not shoeing my ping

#

ping me to help

gilded nova
#

nvm

#

all i needed was placeholder api

#

(papi)

gilded nova
#

where could i find a builder for my server?

#

but its not shoeing my ping
@gilded nova using the 'pinger' expansion for papi

#

yeha i got it already thanks though

gilded nova
#

turbo you play overwatch? ๐Ÿ‘€

#

let me know once u hit top 500 tracer main ๐Ÿ˜Ž

potent prawn
#

gross

gilded nova
#

whats ur sr

#

and who do u main

#

tracer is one of the hardest characters to master, and its even harder to get into top 500 with her, don't know why you said gross? ๐Ÿค”

#

probs hardstuck masters player ๐Ÿ˜†

unborn mantle
#

Imagine playing Overwatch

gilded nova
#

?

mortal veldt
#

Does anyone know a online list of mc questions in a line if u know one ping me DM me that

#

I'm not talking about a trivia but a big list of minecraft questions to. Put in my bot so when a person does!topic it. Picks a random. Question and tells it

#

No one is active here I think

#

Anyone knows???

gilded nova
#

no.

mortal veldt
#

Oof

#

:(:(:(:(:(:(::(

gilded nova
#

Hey can someone help me out with this problem?

mortal veldt
#

This is off-topic

gilded nova
#

Yeah I don't think its luckperms

#

Last time I got told to put crashes in here. Incase someone knows whats going on

#

Basicly it closes the server whenever theres no one online. Everytime I try to log in after logging off. I have to restart the server.

#

Wait I think I found it myself. maybe citizens has an update

#

Well, I don't think its citizens. Updated it and the server is still crashing. Its also at 5 tps

granite marlin
#

latest paper version?

south anvil
#

@modest compass okay ben i mess with luckperm and it not as bad anymore but it still not as easy as pex so

outer vesselBOT
#

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

south anvil
#

sorry clappy i have to tell him something

trail shuttle
#

Does anyone know how to fix this? Error:(73,44) java: diamond operator is not supported in -source 1.5 and Error:(23,51) java: lambda expressions are not supported in -source 1.5 etc, I'm getting this error when trying to compile a maven project.

topaz palm
#

Hey, do you guys have a good list of hub plugins I could use for 1.8?

#

I'm just starting to go bungee and don't know about hub/bungee stuff

obsidian ravine
#

Hey i keep getting this error spammed in console and idk why [14:48:36 ERROR]: [UserInterfaceAPI] Error in onPacketInAsync()

fluid zinc
#

Can i request support dev here_

#

???

#

Its not related with Luckperms

drowsy quest
#

No need to use caps lock @gilded nova

#

You need a tab plugin

#

And no I don't have any recommendations

#

Other certainly have

last minnow
#

@gilded nova

#

TAB

#

plugin

#

is

#

the best

hard meadow
#

WHAT, WHO SAID THAT

sleek niche
#

@mint ocean please do not advertise as per our #rules

mint ocean
#

sorry

topaz palm
#

brainstone owns bungeechat?

#

I had no idea

#

that's pretty cool

modest compass
#

okay ben i mess with luckperm and it not as bad anymore but it still not as easy as pex so
@south anvil in what way other than the limitation for oneโ€™s thinking?

sleek niche
#

Time goes by sooo fast on the week ends

rigid widget
#

That's definitely a type of advertisement (for services) and as such does not comply with our #rules @gusty hawk. As a result I am removing the message with a reminder to please consider the rules.

gilded nova
#

Bruh pex is fkn whack compared to LP wdym

topaz palm
#

^ thatโ€™s facts

#

Itโ€™s so old aswell

gilded nova
#

^ thatโ€™s facts
@topaz palm WHACK

umbral remnant
#

what's the best plugin to protect chests? I've installed EssentialsX, Vault and LuckPerms so if any of those offers this...

coral atlas
#

Lockette

high spindle
#

anyone know how to add playtime shit and server details

#

on the top of the screen

south anvil
#

@modest compass mainly remove is replaced with unset and prefix's are funky rn that mainly it

outer vesselBOT
#

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

south anvil
#

sorry clappy i must tell ben because he ping me

rigid widget
#

@south anvil this is your final warning. The no ping rule exists for a reason, and it's precisely to not get pinged at all hours of the day

south anvil
#

oh okay ben wanted me to respond :/

#

he kept ping me so

#

i thought it was ok to ping him back

rigid widget
#

Typically, if he is part of the conversation, sure, but doing so rather randomly and consistently, not so much... would be much better if you just said Ben, and he can see it whenever he's available

south anvil
#

alrighty well we have diff timezoone and kept messing eachother

#

and he wont add me as friend and has me blocked can only chat here

#

i wont ping anymore

gilded nova
#

Anyone knows where you can find ppl that will hold text for you

#

i remember few years ago there was ppl typing your text on paper and running around lambo

woeful willow
#

Hold text?

supple phoenix
#

how can i make it for players cant craft im making a rpg world and i dont want them to craft

violet rivet
#

Ban the placing/usage of crafting tables? Lol

supple phoenix
#

-_-

#

how can that be a perm thing XD

violet rivet
#

Does it need to be?

#

You just said you want to make it so players can't craft

supple phoenix
#

yk how hard that would be in inforce that and that means i can use any crafting tables for decoration

violet rivet
#

Huh

vocal rivet
#

Essentials AntiBuild or Protect has block based permissions

violet rivet
#

Worldugard can blacklist block placement, usage, holding, crafting etc etc..

supple phoenix
#

ok try

#

ty*

woeful willow
#

Griefdefender would work great for that as well

dawn sun
#

hello

#

can help me

supple phoenix
#

the world guard isnt working that well was i went into survival and i was deopped and it didnt work

dawn sun
#

so i hve owner ?

#

but why

supple phoenix
#

oh

dawn sun
#

so this player_name

supple phoenix
#

are you the owner of the server

dawn sun
#

yes

supple phoenix
#

did someone make a prefix i think thats what their called

dawn sun
#

hmmm ?

#

so how ?

#

i have deluxechat

#

but i need rank ?

#

is good

#

but why name ?

#
  • '&6Name: %player_name%'
supple phoenix
#

uh

#

idk

dawn sun
#

hmm

#

hey

rigid widget
#

So what do you need help with?

#

You need to ask a full question

#

Please translate from Arabic to English using google

dawn sun
#

im deaf xd

#

im deaf i have sound

rigid widget
#

Deaf? Deaf means you cannot hear sounds

#

I hope you can see :p

dawn sun
#

ok wait

rigid widget
#

Use the free DeepL Translator to translate your texts with the best machine translation available, powered by DeepLโ€™s world-leading neural network technology. Currently supported languages are English, German, French, Spanish, Portuguese, Italian, Dutch, Polish, Russian, Japan...

dawn sun
#

i sent you

#

look hearing

rigid widget
#

Ok?

#

You can still use Google translate by typing

dawn sun
#

hmm

#

ok

#

ok came voice

#

i know talk

gilded nova
#

how do i turn off block selection like in the hypixle hub?

rigid widget
#

Gamemode adventure?

gilded nova
#

but i need people to be able to pvp

rigid widget
#

Gamemode adventure does not prevent pvp afaik

gilded nova
#

oh okay ty

dawn sun
#

hey

#

how hide ?

#

so hdie please

#

permission

sleek niche
#

Why do do you want to hide?

dawn sun
#

oh

#

so look member i need permission

#

right this ?

rigid widget
#

no lol

dawn sun
#

what ?

rigid widget
#

plugin stealers

#

??

dawn sun
#

?

#

see i want this ?

rigid widget
#

bukkit.command.plugins permission, set to false

sleek niche
#

Laarryy why you tell him there is no reason as per BrainStone's blogpost

dawn sun
rigid widget
#

There is indeed 0 reason

dawn sun
#

?

rigid widget
#

it's totally pointless

steel shuttle
#

it's not completely pointless because he needs to hide skript to make sure that people don't see it and get scared away

dawn sun
#

so how hide ?

#

i want member

#

why

#

i need one owner up ?

rigid widget
#

You're trying to do wayyy to much

#

you need a tab plugin

#

you need to configure it properly

dawn sun
#

yes

#

please

#

see ?

#

its admin

#

hello ?

rigid widget
#

You need to do this yourself

#

Use the plugin NameTagEdit ir TAB

dawn sun
#

its rank ?

#

nametagedit ?

real frigate
#

@dawn sun Are you trying to sort the tablist by rank?

dawn sun
#

hmm

#

so i want lp ?

#

but rank ?

real frigate
#

Where are you from?

dawn sun
#

saudi arabia

real frigate
dawn sun
#

yes of course

real frigate
#

@dawn sun
ู„ุง ูŠู…ูƒู†ูƒ ูุนู„ ุฐู„ูƒ ุจุงุณุชุฎุฏุงู… LuckPerms ูู‚ุท. ูŠุนู…ู„ LuckPerms ูƒู…ุฏูŠุฑ ุฅุฐู† ูˆู„ู† ูŠุณุงุนุฏูƒ ููŠ ุชุนุฏูŠู„ ู‚ุงุฆู…ุฉ ุนู„ุงู…ุงุช ุงู„ุชุจูˆูŠุจ. ูŠู…ูƒู†ูƒ ุงุณุชุฎุฏุงู…ู‡ ุฌู†ุจู‹ุง ุฅู„ู‰ ุฌู†ุจ ู…ุน ุงู„ู…ูƒูˆู‘ู† ุงู„ุฅุถุงููŠ ู„ู‚ุงุฆู…ุฉ ุนู„ุงู…ุงุช ุงู„ุชุจูˆูŠุจ ูˆุฅุฎุจุงุฑ ุงู„ู…ูƒูˆู‘ู† ุงู„ุฅุถุงููŠ ู„ู‚ุงุฆู…ุฉ ุนู„ุงู…ุงุช ุงู„ุชุจูˆูŠุจ ุจุงู„ู…ุฌู…ูˆุนุงุช ุงู„ุชูŠ ุชุฐู‡ุจ ุจุฃูŠ ุชุฑุชูŠุจ.
ูŠู…ูƒู† ุฃู† ูŠุณุงุนุฏูƒ ุงู„ู…ูƒูˆู†ุงู† ุงู„ุฅุถุงููŠุงู† ุงู„ู„ุฐุงู† ุชู… ุฑุจุทู‡ู…ุง ุฃุฏู†ุงู‡ ููŠ ุฐู„ูƒ (ุฃูˆุตูŠ ุงู„ุฃูˆู„). ู‡ู… ูŠุนุชู†ูˆู† ุจู‚ุงุฆู…ุฉ ุนู„ุงู…ุงุช ุงู„ุชุจูˆูŠุจ ุงู„ุชูŠ ุชุฑูŠุฏ ุชุนุฏูŠู„ู‡ุง ูˆูŠู…ูƒู† ุงุณุชุฎุฏุงู…ู‡ุง ู…ุน LuckPerms ู„ูุฑุฒ ุงู„ู‚ุงุฆู…ุฉ

You can't do it with just LuckPerms. LuckPerms works as a permission manager and won't help you with modifying the tablist. You can use it in combination with a tablist plugin and tell that tablist plugin which groups go in what order.
The 2 plugins I linked below can help you with that (I recommend the first one). They take care of the tablist you want to modify and can be used together with LuckPerms to sort the list

https://www.spigotmc.org/resources/tab-1-8-x-1-12-x.50065/
https://www.spigotmc.org/resources/nametagsplus-1-8-8-1-15-x-developerapi.46244/

dawn sun
#

i want this

#

what now ?

real frigate
dawn sun
#

yes

#

of course

dawn sun
#

so ?

rigid widget
#

They've literally shown you how to do it

dawn sun
#

i want help me i dont know

#

but how ?

real frigate
#

Go to your config file

viscid ore
real frigate
#

Define "doesn't work"

viscid ore
#

prefixes dont works

real frigate
#

Not sure how this is off-topic either way but

rigid widget
#

!chat

outer vesselBOT
#
LuckPerms does not display things in chat!

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

dawn sun
#

@real frigate

real frigate
#

@dawn sun

dawn sun
#

you say me ?

real frigate
#

Yes, go to your config

dawn sun
#

say go to folder ?

#

oh ok

#

?

real frigate
#

Look for SortPriority

dawn sun
#

where

#

where is SortPriority

real frigate
#

groups.yml

dawn sun
dawn sun
#

so hard

icy sundial
#

people you want display at top

#

use 1

#

people u want to display below, use 2

#

and below that 3

#

so keep making number higher every time you move them down

dawn sun
#

so ?

icy sundial
#

so if you want this -

OWNER priority 1
ADMIN priority 2
NORMAL priority 4

dawn sun
#

yes

icy sundial
#

If you wanted to swap owner and normal you change this

dawn sun
#

wait

icy sundial
#

normal priority 1
ADMIN priority 2
owner priority 4

#

woops

real frigate
#

Lower number = higher in the list, Zaid

dawn sun
#

oh xd

icy sundial
#

low number means top, high number means bot.

real frigate
#

1 goes first, 2 goes afterwards, etc

dawn sun
#

its cute nice emote @real frigate

icy sundial
#

lol, anime is kawaii

#

?

dawn sun
#

xD

#

ok wait 1 sec

icy sundial
#

hope that helps btw

dawn sun
#

can dm ?

#

i want talk look ok

unborn mantle
#

Hello small kiddies

real frigate
#

Hey, small kid

icy sundial
#

Oh i dont actually know anything about LP

dawn sun
#

oh xd

icy sundial
#

I just happen to be here and tried to help you understand

unborn mantle
#

Hey, small kid
When did you get out of my basement?

dawn sun
#

ok hold on

icy sundial
#

....

#

thats kinda, weird my dude.

dawn sun
#

but how image ?

icy sundial
#

they use another plugin to do it

dawn sun
#

its here

#

this

icy sundial
#

Owner 1
developer 2
Headadmin 3
admin 4

#

keep going

real frigate
dawn sun
#

ok

#

1 sec

#

โค๏ธ

#

but how color ?

#

i give you ?

#

so ?

#

anyone ?

icy sundial
#

Thats done through the chat plugins

#

so like essentialsX chat

#

i use ChatManager

#

use the " & " symbol followed by a number, like 2 5 6

#

it selects color

dawn sun
#

what ?

#

how ?

#

no

#

i want color ?

#

but how ?

real frigate
dawn sun
#

so ?

#

i know

#

but how

#

tab ?

#

where tab ?

#

i need tab

#

@real frigate

#

but how user ?

supple coral
#

prefix

dawn sun
#

hmm prefix ?

supple coral
#

set a prefix

#

for the role

dawn sun
#

how ?

#

so

supple coral
#

then set how you want it displayed with the plugin you're using

dawn sun
#

yes ?

#

see ?

#

@supple coral

supple coral
dawn sun
#

oh

supple coral
#

idk how in the cmd line

#

i only use editor

dawn sun
#

ok

surreal aspen
#

!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

dawn sun
#

!editor

outer vesselBOT
dawn sun
#

how this hide ?

#

hey

#

so this nametagedit but tab

empty vigil
#

Man

#

download the tab plugin

#

get placeholderapi

#

add them to the tab config

#

Get vault

#

Add vault placeholder for prefix/suffix

#

add displayname for name

#

add everyrole you want

gilded nova
#

antone knows how to change a servers version?

surreal aspen
#

change the .jar to the version you want?

keen creek
#

@rigid widget

outer vesselBOT
#

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

keen creek
#

help

rigid widget
#

Hey Eclair62009! Please don't tag helpful/staff members directly.
@outer vessel is right, please follow the #rules

keen creek
#

ops

#

I have a problem

outer vesselBOT
keen creek
#

I put true / utf8 / false / false but it makes me the same message

rigid widget
#

utf8?

keen creek
#

yes

rigid widget
#

if you put it in the right spot, the useSSL and verifyServerCertificate options will stop that particular error

#

i have no idea what you mean by utf-8

keen creek
rigid widget
#

the # means it's commented out

#

and is not on the wiki

#

remove it

#

for both

keen creek
#

ok

rugged cloak
#

Hmm this is weird. EssentialsX chat is updated to the latest and still not displaying the prefixes in the chat made in LuckPerms :/

potent prawn
#

what does /ess version show

gilded nova
#

okay so I have completed the perms on my server and I saved everything was fine and today I did /lp editor and the editor screen was completely empty all the progress i had made disappeared

rigid widget
#

Your permissions are stored, by default, in the luckperms-h2 file in the Luckperms folder

#

if you deleted that or the folder, your perms would be gone

#

if it got corrupted, there would be an error on startup

gilded nova
#

none of that happens, if its in the luckperms folder how do I bring all that info back into the editor screen again

rigid widget
#

did you run a new lp editor?

#

does lp listgroups show your groups?

gilded nova
#

says 0 groups

#

and no errors in console

rigid widget
#

then it's not in your LP folder, none of that info

#

I'm not sure what to say, LP can't delete things automatically

gilded nova
#

Its not the first time its happened

#

is there any way that I could have accidentally deleted anything

#

We connected a database for our custom plugin into the config file of luckyperms, would that have caused things to get deleted?

rigid widget
#

well yeah lol

#

that wouldve been good to mention

#

!switch

outer vesselBOT
rigid widget
#

gotta follow the first link

gilded nova
#

I was only just told, the owner of the server did it

#

what file am I exporting

rigid widget
#

you switch back to h2, then follow those steps

gilded nova
#

Thank you for trying to help, I went back to a backup I made a couple minutes before the issue happened and everything is fixed

gilded nova
#

hey just wondering where I can find the permission so a player can press tab to autofill names or commands

potent prawn
#

that's not something controlled by luckperms

#

or with permissions

gilded nova
#

what is it controlled by?

potent prawn
#

generally the server software and the client. i think it can be affected by permissions but i'm not entirely sure and there is probably some sort of caching that happens so it won't always be 100% accurate

#

basically i am no expert on the subject and have no idea what i'm talking about ๐Ÿ˜†

gilded nova
#

okay I will have a look to see where I can figure that out, thank you!

polar compass
#

Im looking around for some help reading timings/Spark Sampler data. Ive been trying to pinpoint the issue and fix for quite some time now and its just been a really rough road. Hoping someone here knows a lot more than me
Timings: https://timings.aikar.co/?id=b96351a6a081462e92cab4b3b575f433
Spark Sampler: https://spark.lucko.me/#JcE259yROz

rigid widget
#

Nope remence

topaz palm
#

Aw

#

Why not

#

You seem knowledgeable

rigid widget
#

Yeah, too knowledgeable to make a server at this point

#

I know better :p

topaz palm
#

Damn u flexing now

#

I see u

rigid widget
#

Plus my situation doesn't really allow the kind of server I would want to run

#

But maybe one day

topaz palm
#

You wanna run a big server?

#

Like a huge network?

rigid widget
#

Nope, but a quality one

topaz palm
#

That does cost quite a bit of $

#

I really donโ€™t think my serverโ€™s quality is outstanding which kinda sucks

#

I didnโ€™t wanna pay for a dedi

rigid widget
#

The only way to make it better is to run it and try to make it better

#

Not much else to be done, but get experience

topaz palm
#

Yeah thatโ€™s why Iโ€™m in all these plugin discords

#

To learn off of peopleโ€™s mistakes

#

And ask questions and stuff

rigid widget
#

Well good on ya

#

I'm off to bed, best of luck ;)

topaz palm
#

Thanks, cya larry

dawn sun
#

what best tab pluigns ?

forest helm
#

personally TAB imo

dawn sun
#

who best tab pluigns ?

gilded nova
#

youve asked this 3 times

dawn sun
#

can help me

#

but player_name ?

supple coral
#

ffs

weary cape
#

Can Somebody German? I'm not good at Englisch ๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

sleek niche
#

Vielleicht

weary cape
#

Kannst du?๐Ÿ˜‚

sleek niche
#

Sieht so aus

weary cape
#

Kann ich dich spรคter per pn anschreiben? Brauche sehr viel Hilfe๐Ÿ˜‚๐Ÿ˜‚

sleek niche
#

Bitte keine PN, und bei was brauchst du Hilfe?

weary cape
#

Luckperms bungee

#

Da habe ich richtig verkackt, da geht fast nix ๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

#

Gibt es Plugins, die Bungee tauglich sind, dass der prefix im Chat und in der tablist angezeigt wird?

sleek niche
#

Klar. BungeeTabListPlus ist ziemlich gut fรผr Tablist, Chat-Plugins gibt's mehrere, habe persรถnlich aber immer BungeeChat benutzt

#

*TabPlugins natรผrlich auch, fand aber das BTLP immer die meisten Funktionen hat (auch wenn's ein bisschen schwer zum konfigurieren ist)

weary cape
#

Habe einen root server und habe cloudnet drauf installiert, da es einfacher zum steuern ist. Habe in den configs cloudperms deaktiviert und luckperms bungee installiert, aber wenn ich auf cb1 gehe und etwas machen mรถchte (hab den owner rang mit *) steht da, dass ich keine rechte habe

dusty briar
#

i installed vault to my server but when i use /ess version command server says vault inst installed i shutdown my server an re open but still i have the same error i have vault in my plugin folder

#

how can i install vault

modest compass
#

check for startup errors

dusty briar
#

how can i do that

modest compass
#

see your startup logs for the word error...?

weary cape
#

kรถnnen wir sprechen Tobi?

analog widget
#

@glass gulch Since most players from my server is from Asia, so a server located in Asia will be better

glass gulch
#

oh

#

there's service in france

analog widget
#

The latency is not great too...

glass gulch
#

did someone set it up for you?

analog widget
#

yes

#

my dev

glass gulch
#

it depends on what package you got

#

if it's a full dedicated or not

#

says you can rent out 25, 50 , 75 or 100% of the server

analog widget
#

mc_bee Thanks!

dawn sun
#

hey

#

help me please i need dm

modest compass
#

Lol

dawn sun
#

hey

#

@modest compass

outer vesselBOT
#

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

dawn sun
#

how ?

weary cape
#

who can speak german and can help me set up luckperms bungee? for me it doesn't work the way it should be

modest compass
#

how exact its not working?

#

@dawn sun what chat plugin are you using?

mighty mortar
#

is there a plugin to help with chat formating ?

dawn sun
#

deluxechat

modest compass
#

!chat second link

outer vesselBOT
#
LuckPerms does not display things in chat!

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

modest compass
#

any chat plugin that support vault will work

dawn sun
#

vault ?

modest compass
#

yes

#

any chat plugin that support vault should work with LP

dawn sun
#

oh

#

look ?

modest compass
#

do you have essentialsXChat?

mighty mortar
#

oh no i dont it works with luck perms i assume?

dawn sun
#

no ?

modest compass
#

@mighty mortar not sure what you mean

glass gulch
#

for the love of god don't use mcpro

#

they're constantly down and have loans of FTP issues

#

they ignore the fuck out of you and will tell you to go fuck yourself if your server is forced shutdown for a week straight

#

all while threatening to ban you if you ask questions through their live chat because the ticket never gets responded to. Literally, 6 days server forced shut down without a single reply to 5 inquiries

#

stay the hell away

#

they switched owners about a yr ago and then went to shit straight after

dawn sun
#

hey

#

@modest compass i need permission pl

outer vesselBOT
#

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

modest compass
#

wot

#

use luckperms?

unborn mantle
weary cape
#

Hab luckperms bungee und habe mir * gegeben aber kann weder op noch gamemode nutzen

tidal chasm
spring zinc
#

which is the easiest way to make rank-store?

#

last thing b4 server done

astral agate
#

Umm rankup plugin

spring zinc
#

no no no

astral agate
#

And citizens

spring zinc
#

i mean when peopl buy rank

astral agate
#

Ok buycrafy

#

Buycrafy

#

Buycraft

spring zinc
#

there is only tebex

#

@astral agate

#

any easier way?

astral agate
#

No

spring zinc
#

rip

astral agate
#

That is the easiest

spring zinc
#

i dont think so

weary cape
#

I have a prefix and i have chatex but It doesnโ€˜t Show it

drowsy quest
#

Do you have vault?

astral agate
#

Ok anyone have ideas

rigid widget
astral agate
#

I have a survival server

rigid widget
#

click on that

astral agate
#

Ik

#

Ok ok

rigid widget
#

Either I believe, also up to the chat plugin you use

#

Luckperms won't display hex colours unless you use the tedious bungee format. However a compatible chat plugin will, if you use the format it has set. It's up to each chat plugin to set the format. For example essx is &#rrggbb iirc

#

What i mean when I say LP won't display it, is it won't show properly in the lp user <name> info command etc

spring zinc
#

help me how do i use to make store like hypixel does?

gilded nova
#

which store?

spring zinc
#

rank store

#

@gilded nova

gilded nova
#

I wonโ€™t tell you here, alas. I'm not good at writing personal accounts

spring zinc
#

?

gilded nova
#

Sorry, I am writing through a translator

#

I wonโ€™t be able to help with your problem

potent prawn
#

Everyone out here trying to be like the next Hypixel lol

topaz palm
#

@spring zinc they use xenforo (I think)

spring zinc
#

@topaz palm tfaq is that

#

i need when peopl buy rank they get ingame

topaz palm
#

I know

#

use thecraftingstore or tebex

spring zinc
#

alr ty

spring zinc
#

i need plug in which when i type /hub

#

goes to lobby

icy sundial
#

I would suggest switching to waterfall too lol.

icy sundial
#

its the paper fork of Bungeecord

#

I mean not that Bungeecord is bad, but if theres something more optimized may as well use it

rose portal
static jetty
#

I need help, I don't know how to remove a prefix from a player, does anyone help me?

rose portal
#

if anyone knows what the problem is, help me

potent prawn
#

@static jetty please don't cross post!!

icy sundial
#

Cyber you shouldnt post the same things in all channels

potent prawn
#

you've posted that in every channel. first warning

icy sundial
#

check the player group

#

im not sure what exactly you mean from just that line but check they are in the correct group

#

i need help
@rose portal is the problem his name colour?

static jetty
#

I added a prefix to Carlos, and I don't know how to remove it

icy sundial
#

uh, how did you add it

#

what did you give the prefix through?

rose portal
#

yes

#

the problem is the group

static jetty
#

/lp user carlosmax2273 meta setprefix โœญ

rose portal
static jetty
#

Because, I Trying

#

The prefix

rose portal
#

i need something similar to this

#

but doenst work

#

i alr install essencials chat

static jetty
#

i alr install essencials chat
@rose portal I am have de ControlChat

rose portal
#

oh

icy sundial
#

I use ChatManager but they should all be fine

rose portal
#

hablas espaรฑoรฑ?

static jetty
#

Sip

rose portal
#

ostra

#

wenas

static jetty
#

Hola

rose portal
#

sabes algo de configurar servers?

icy sundial
#

Daniel, you can simply remove that prefix using i believe unset instead of set

rose portal
#

vault is needed?

icy sundial
#

or remove it through the LP editor and find the prefix under the user permissions

#

yes vault is needed

rose portal
#

oh okay

icy sundial
#

I made that mistake too

#

I thought i had already installed vault

rose portal
#

and before i install vault

icy sundial
#

I didnt realise why chat wouldnt work properly until i saw vault wasnt actually installed

rose portal
#

what i need

#

i see

icy sundial
#

nothing

#

Vault works as a standalone

rose portal
#

its work?

#

oh

#

okay

#

thanks i try that

icy sundial
#

Vault makes other plugins work

rose portal
#

Okay, thanks for you help Happy

#

fr

static jetty
#

/lp user Carlosmax2273 meta unset <Nodo> [Context]

#

Que pongo en el "Nodo"

#

Y en el context" ?

#

What do I put in the node, and in context?

icy sundial
#

unset prefix global

#

try that

rose portal
#

LMFAO

#

is work

static jetty
#

.-.

#

/lp user Carlosmax2273 meta unset prefix global

rose portal
static jetty
#

It does not let me

icy sundial
#

try use the editor instead

#

click users instead of groups, find the player, and look for prefix under the permissions list

#

delete it and save

steel pelican
#

@static jetty Maybe if you use the correct command it will work.

#

!commands Look under the meta section

outer vesselBOT
icy sundial
#

Oh wait

#

How did i miss that lol

#

Thanks omega

#

you are the saviour

static jetty
#

THANKS BRO

forest helm
#

!errors (copying link elsewhere)

outer vesselBOT
icy sundial
#

?

vapid peak
velvet stone
#

hi

#

!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

velvet stone
#

!pasteit

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!

velvet stone
#

analog error

#

i checked wiki

#

not help

#

Luck help pls

#

Last version

#

Database - localhost

modest compass
#

!errors

outer vesselBOT
velvet stone
#

not help

#

i check this

modest compass
#

the errors simply means LP cant see/connect to your database

covert goblet
#

uh

#

anyone knows how to get a some sort of 'FactionsMoneyDepositEvent'

#

I mean the api doesn't have one, been looking for a solution how to 'make' one

gilded nova
#

still waiting for turbo to hit grandmaster ๐Ÿ˜†

potent prawn
#

that will never happen

#

plat til i die

gilded nova
#

platchat ๐Ÿ˜†

#

u watch OWL?

potent prawn
#

not really

gilded nova
#

so u dont watch any of the 4.5k streamers?

potent prawn
#

no i prefer to play ๐Ÿ˜†

gilded nova
#

wtf ... ๐Ÿ˜ฎ

#

ur missing out so much

#

when you watch them, you gain knowledge, and understand how they play to reach the rank

#

it's more than just for entertainment

#

it's actually interesting and engaging

#

lookup kabaji for example

#

one of the best tracers rn

potent prawn
#

yeah i just don't really have time for it

#

and not really fussed if i don't improve

gilded nova
#

guess ur right, luckperms ๐Ÿ‘

potent prawn
#

i have like 400 hours on genji and still suck so ya know ๐Ÿ˜‚

#

if i really wanted to i'd get in touch with a coach or something but i'm not that serious about it

#

yeah it would be nice to play at higher ranks but whatever lol

gilded nova
#

improving & grinding is always a mindset, in any game, time is just an obstacle and not real ๐Ÿ˜‰

#

idk i feel like games are more fun when your improving, rather than playing for fun, must be different mindsets

potent prawn
#

true, but work makes it more real ๐Ÿ˜†

#

oh i totally agree with you

#

i just don't have the drive

#

i used to but i get salty very easily and give up so lmao

#

my highest rank is support and i don't really want to be a support main anymore

gilded nova
#

unlucky man, top 500 is a shitshow, but it's fun when you meet all those other top tier players, and fight them, it becomes more of a sleepover once u hit gm/top 500, you get someone on the opposite team you seen many times before, and you just fuck around, it's hella chill ๐Ÿ˜„

potent prawn
#

plus i feel like you don't really improve when you're constantly playing with people in the same skill range as you. that's the whole "elo hell" mentality i guess.

gilded nova
#

yeh but when u get the time, watch kabaji, even for fun, he's one of the nicest, most informative, skillful player, I've seen on tracer & probably on other heroes as well. his videos are a lot different compared to other gaming youtubers, it's just chill, idk the vibe is just good

potent prawn
#

at the end of the day it's a team based game so i can't rely on individual skill anyway

gilded nova
#

๐Ÿ˜†

#

"Reinhardt wtf are you doing!!! Charging into the enemy's spawn is never okay!! Mercy, pocket me pls. Tracer stop getting stun by mccree!! omg my team is so stupid, i should be in gm!!"

potent prawn
#

wow it's like you're in my head

gilded nova
#

reinhardts bind their charge key to left click in lower ranks ๐Ÿ˜†

potent prawn
#

omg

#

i got an epic charge kill just before actually

gilded nova
#

๐Ÿ˜ณ

#

what a hero

safe summit
#

Ok, hi.
Im trying to set up a group that can use only spectator and survival and not creative. I have set nukkit.command.gamemode.creative to false but it seems that I need to have essentialsnk.gamemode set to true to be able to switch gamemodes. When I have essentialsnk.gamemode on true, the group can use all gamemodes even though nukkit.command.gamemode.creative is false. Do you know how I can solve this?

modest compass
#

!verbose then, see what permission nodes are checked

outer vesselBOT
drowsy quest
#

Have you looked for a Discord server for support?

safe summit
#

yes

drowsy quest
#

That's what I mean btw with reaching out to the dev

#

Ok good

safe summit
#

ok i joined one but im not entirety sure its the right place

#

Ok I did verbose

drowsy quest
#

Then ask if it's the right place...?

safe summit
#

And it told me what I knew that essentialsnk.gamemode is controlling all gamemode changes.

#

the verbose I mean

drowsy quest
#

Then either the plugin can't do that or there's a config settting

#

Alternatively check if you can disable the gamemode command from that essentials plugin

safe summit
#

How would I do that?

drowsy quest
#

Check the config

#

Have you done that before?

safe summit
#

Yes and there isnt really a config for it

drowsy quest
#

Then that's how it is

safe summit
#

Do you know of any other plugin that can manage gamemodes?

drowsy quest
#

Only thing you can do is find a way to get to their plugin support

safe summit
#

Do you know of any other plugin that can manage gamemodes?
@safe summit for nukkit?

drowsy quest
#

No. Especially not for Nukkit

safe summit
#

ok

#

Thanks.

drowsy quest
#

You're welcome

safe summit
#

Ok, I found a plugin that can have gamemode commands but it seems that EssentialsNK is still taking control over the commands. Is there away to give a plugin higher priority to another so that it uses this other plugin instead?

weary cape
#

Tobi, kรถnntest du mir bitte bei einer einstellung helfen?

gilded nova
#

'lp user <user> permission set DeluxeTags.Tag.ez true'

I have placeholders installed is there a player variable you support?

#

%player% dosnt work

#

can you help or should i reach vouchers support?

drowsy quest
#

That depends on the plugin that ends up running the command

#

As I mentioned, reach out to their support

gilded nova
#

ok

#

thanks

#

does luckperms support %player% ?

'lp user %player% permission set DeluxeTags.Tag.ez true'

Should this work?

drowsy quest
#

Reach out to their support

gilded nova
#

there support sucks u guys take 1 sec they are taking minutes ):

drowsy quest
#

Well keep in mind it's all volunteers

potent prawn
#

no one is obliged to help you unless you've actually paid for a service that includes support ;P

#

just gotta be patient with these things

tidal heart
#

!colour

outer vesselBOT
#

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

tidal heart
#

!color

outer vesselBOT
#

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

tidal heart
#

!colours

outer vesselBOT
long mango
#

Hello, Are you guys support for LuckyPerm plugin or Am I wrong?

potent prawn
grim thistle
#

!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

grim thistle
#

!sync

outer vesselBOT
grim thistle
#

!notworking

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:
trail shuttle
#

!download

outer vesselBOT
weary cape
#

habe chatex auf meiner lobby, und da klappt es mit dem prefix, also, dass es im chat angezeigt wird. Beim cb01 aber ist auch chatex drauf, aber der prefix wird im chat nicht angezeigt. Hat jemand eine idee?

drowsy quest
#

Vault

#

Dir fehlt vault

weary cape
#

da ist vault drauf

drowsy quest
#

Dann weiรŸ ich es nicht

weary cape
#

kannst es ja selber mal probieren

drowsy quest
#

Ja. Mach ich aber nicht

tall field
#

I need help I looked on the lp wiki and I did all I could but it still does not show up next to my name

drowsy quest
#

You need a chat plugin

#

And if you're on Spigot/Bukkit you also need Vault

tall field
#

I have vault and essentials chat

drowsy quest
#

Make sure it's EssentialsXchat

#

And that you also have EssentialsX

tall field
#

Yea I have all of that

drowsy quest
#

Does the prefix show when you run /lp use <user> info?

tall field
#

yes it does

drowsy quest
#

Then ask on their support:

#

!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
tall field
#

ok thanks

drowsy quest
#

You're welcome

finite root
#

Anyone here kinda familiar with Skript?

drowsy quest
#

Just ask your question

finite root
#

expected: message, what happens: nothing, it lets the user use the character

earnest willow
#

Hey what is a good portal plugins for paper servers
To teleport between different serves

icy sundial
#

@earnest willow You need them running on Bungee/Waterfall first, then use something like SimplePortals

celest dove
#

Ight so is this for LP support only or does it also help Pex

icy sundial
#

its off topic my guy

#

if anyone knows your problem they can help in this chat

#

But i would recommend if you use Pex to simply migrate to LP (unless thats what you actually need help with)

celest dove
#

LP is a bit hard for me need to learn that

rigid widget
#

This server, in general, doesn't know much about pex because it's LP support. While folks may try and help we don't really have full resources to properly aid with pex

#

The LP wiki is incredible and will help you learn LP, among several other videos online

celest dove
#

yeah fair enough, but zml just said to come here :p

icy sundial
#

@celest dove do you have more than 1 server?

celest dove
#

nope

rigid widget
#

Just use LP

icy sundial
#

Okay then it should be very very simple for you

rigid widget
#

!usage

outer vesselBOT
celest dove
#

mmmm

rigid widget
#

!whyluckperms

outer vesselBOT
celest dove
#

let me take my perm nodes real quick

icy sundial
#

If everything is already setup on Pex

#

then its fine

#

you dont need to manually copy perms

celest dove
#

o?

rigid widget
#

!migration

outer vesselBOT
icy sundial
#

LP has its own migration tools. You just need to download LP, restart server properly once

#

Once LP is installed you can export your Pex perms, remove pex, and then import them into LP.

rigid widget
#

Not quite

#

Take a look at the wiki for the steps but it doesn't involve an import/export

icy sundial
#

eh?

celest dove
#

I just came here because console said pex was fucked, let me migrate to lp and see if im having the same problem

rigid widget
#

Just look at the wiki I linked lol yoshy the actual steps are on there

icy sundial
#

Ah yes sorry for whatever reason i was still thinking about moving from flatfile to SQL

#

probably still thinking about issue in gen 1

celest dove
#

ah yes, "The migration process won't work if your old setup is broken." The problem i had

#

Alright. small problem