#general
1 messages ยท Page 181 of 1
could be that client you're using, tried vanilla?
some hacked clients probably do that, if that's what that is
ok well if its a hacked client it could be the reason
Nope
well before I deleted all the plugins before and it was still going on
Do you have command blocks active?
And did you try to clear the effect after removing them all?
Because it is after all a potion effect
I have no command blocks placed
Ok. I have one idea
Ok
Give the player the glow effect
And let it expire naturally
whats the effect name?
Have them put all their stuff in a chest, log off and then delete their player file
Then they can join again
player file?
Yes
how do I do that
Find it, delete it
btw a new player joined and they are not glowing
yeah idk where to find the playerfile
WAIT
could it be from the fact that the players glowing are admin
Possible
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
Ok the glow is not from the admin/owner ranks
I need to figure out how to wipe a player file
In the world folder is a players folder
Find the UUID of the player and that is their file
I deleted all player data (only 3 people play on the server and we have literally done nothing on it)
ok its fixed :)))))
So happpyyyy!
No section for default rank I believe
That's the default config with the comments
hmm yeah looks like that default assignments extension is your main hope if you want to use this exact rankup plugin
yeah
Make-do solution, but I guess the best for now
yep ๐ฆ
Just need to put it in the extension folder of lp and than?
i'm not familiar with how extensions for lp work xd
Where could I set the actual assignment?
that's a good question
my guess is that it'd work the same way it worked in luckperms v4
and how that worked i don't know
hmm i found this https://github.com/lucko/LuckPerms/issues/25 from 2016
i have zero idea if the config luck mentioned is what the extension uses
LuckPerms provides a group that every player is added to upon joining the server, called default. You can use multiple methods to change the default group or change the name of it.
oh that looks like what you want then
At the bottom somewhere, now I need to find where to put it
you know, a better long term solution might be to create your own super-simple rankup plugin
and then use the ranks which that custom rankup plugin assigns in the actual rankup plugin
Yeah, I could basically just catch the join event, check if any of the track prison is assigned if not just assign it.
Using the join event and some API work
yeah, though i was thinking more actually creating your own /rankup command
how do i add some1 to a group
since if you simply apply the a rank on join you're facing the same issue that luck points out in the wiki
which is using lots of needless space storing a rank
Yeah, I don't like it to waste storage
tamago you can do /lp user <name> group add <group_name> to manually assign a group
A-Z is usrful to store, default donation rank is just for everyone
i think B-Z is useful to store
Yeah
ty
A is just default actually
Are there any placeholders for luckperms bungee?
if you just want the letter prefix it's a piece of cake to make a plugin that does that
Isn't there something like a default for when none of a track is assigned with this prefix stacking?
Like if non of the ranks in a track exist on the user it just gets ignored right
yeah
Ain't that just settable?
hmm i don't think that's settable
Like if not in track display x
Where's the wiki
! prefix-stacking
you might be able to achieve something similar with a really roundabout method, for example by using 'highest' and having the default rank have the first prefix, and every group in the track have a prefix with a higher weight (all your other groups would need to be lower than all of these though)
If the player doesn't have any values that apply to the element, then it gets excluded from the stack. this feature
i didn't see anything about being to set defaults for it in the case of there being no track
i think the intention is that the default group covers that
I have a feature request, make a placeholder for this instead of excluding it
Doesn't cost any storage that way, it's just the prefix stack request that gets the placeholder if there is nothing from the track.
wait why not just create a group on the track one lower than the lowest one you have
and assign that the default prefix you want and also give it to the default group
that basically gives you the prefix you want on the track you want by default
but then we're back where we started
That'll be a extra group
is that going to be an issue?
Storage, as on the wiki
naw if it's assigned to the default group it won't be stored
But the rankup won't work than
you're right
but i'm just saying that the purpose for a default placeholder can be achieved with groups
So it would be easier if there was this setting in the stacking as a fallback prefix.
So the extra group for just a prefix
yeah if that's all you want to use it for
Thats right
though neither solution solves your problem of not being able to rankup using that plugin
That's the point of the extra group
you still need to assign your a group for the plugin to work
The permission won't do
exactly, you'll have to give the player the a group separately from the default group for that rankup plugin to register it
That's a problem for storage
yep
so basically i don't see how either adding a default prefix or a default group will help prevent you from needing to do that ^
So the extension seems like the only solution unless there would be a fallback setting for the prefix stack
i don't think a fallback setting would help in your case
is what i'm trying to say
since you still need the group explicitly set on the player separately from the default group for the rankup plugin to realize the player has it
If instead of ignoring the track a string gets added to the stack?
Than the chat would be fine
what about ranking up?
how do you get from A to B if you don't have the group a permission on the player
And the player would be able to rankup cus the default group would be free
oh i see what you're trying to do i think
Just realised there is a setting in the chat plugin
i don't think thats a good idea because you might want to give the default player some additional permissions in the future
Just add those to the a/default rank
But if it's a parent of b
though i guess you can make each rank inherit the last
hmm
wait if that's how it works then there are no issues at all
though i guess you can make each rank inherit the last
That's needed to accumulate the perms at least
in the rankup plugin just put default instead of a
If u have rank B u still have the a perms
why would you have a double prefix
Cus the donator rank needs to be there
oh well what about it
if default includes donator rank
and B includes default
you'll still always have donator
But how do I make them both show up
Not if they include
you can put default into more than one track
i believe
oh but i get what you mean
You can idd
The ABC will be donator rank than
Like if I have rank a it will just show the donator rank prefix instead since the weight is higher
no because you're using tracks
since donator is not on the prisons track it won't be considered when setting the prison prefix
Oh yeah
wait
you'll have to do one thing though
you will need to make a default donator rank and have default inherit that
you can't use default itself as the default donator rank
So if a has player as parant it won't concider the player prefix for the prison track?
so i take back what i said, you should only put default on one track
if player is not on the prison track itself then it shouldn't be considered for it
I'll give it a try
alright
all you should need to do is put default instead of a in the rankup config
and make sure you have aseparate 'default-donator' group that has the default donator prefix
which default inherits
There is no way to rename the default group right?
correct
hmm well it's a small sacrifice
you'll still see [A] in chat
and i think the only way to avoid seeing 'default' in the /ranks is by either manually assigning the a group to every player like we talked about
or by making your own rankup plugin that doesn't have the same shortcomings as this one
I guess the language file might offer a solution aswell
hmm maybe, if it has a way to rename ranks that would solve it
but that doesn't seem like something the language file would do
you can have a custom messages for each rank # the paths of these messages are the same as in the messages for your locale rankup: requirements-not-met: '&cYou need 5000 money and 2 levels of XP to rankup to D.' list: complete: "&7{OLD_RANK} &8\xbb &7{RANK} &e(5000 money, 2 XP levels)" current: "&c{OLD_RANK} &e\xbb &c{RANK} &e(5000 money, 2 XP levels)" incomplete: "&r{OLD_RANK} &e\xbb &r{RANK} &e(5000 money, 2 XP levels)"
Might solve the issue
hmm but you're basically forced to use the {old_rank} placeholder
since you need it to show B -> C, etc
unless
Or I just put the actual tag there
wait can you set it differently for each rankup?
Jup
ohhh yeah that solves it

Just one markup for all and a custom one for the first rank
Yeah me too
good luck getting your stuff set up
@coral atlas just set default to have a displayname of A
Every other plugin will see it as A
Okay, I'll check that out aswell
Hello!
java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
What is this?
Help please
!errors
Here's a page with some common storage system errors.
Check the first one
It might be caused by something specific that I could point out but I'd need to see the entire log
!paste
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!
Do I have to have luckperms for bungee cord.. or can I just install it on the seperate servers?
You don't have to do anything of course. But LP will only manage perms on the server/proxy where it is installer
What would happen then if I uninstalled luckperms bungee from the proxy, but kept it on the lobby and survival server?
LP will only manage perms on lobby and survival, but not on the proxy directly
But what perms am I supposed to give on the proxy like? Its so new to me and quite confusing.
For plugins & commands on the proxy. For example /server
Makes a bit more sense now.
Anyone by chance know of a mod or plugin that will allow me to "filter" out words from the chat? To help keep profanity and such from it to ensure a kid friendly environment.
the only chat plugin i know for sponge is nucleus, not sure whether it has filtering support though
Reading about it now. Thanks again.
@rigid widget Do you know if essentials chat has that formatting functionality, or do I need to instal another plugin
Hey Aidan! Please don't tag helpful/staff members directly.
yeah larry, do you know?
It has the ability to for sure
You might need to install a plugin that allows for PlaceholderAPI placeholders to be used, for the best functionality
!placeholders
Display data such as user prefixes and groups from LuckPerms in other plugins.
hey guys, thought id ask in off topic since it doesnt have to do with Lucky Perms, but ive just bought mcmmo for my server, and im wondering what economy plugin would work well with it
since im trying to make a sort of towny server
Essentials has an economy I believe.
does anyone know what flag do I need for spawners to work inside a region?
World guard?
feel bad for ben in moss lol

lol
he's bored, he says
i just gave up trying to help the dude cuz he's way too annoying lol
ye
he pinged me on this discord bcu i didnt reply in multiverse
oh nice
gj
nice
I mean it wasn't super hard to install, cause it's just jenkins, but still
what is that font ๐
pp
i hate everything about that image
thats the worst font i have seen in my life
yes i like my text unreadable thank you
!errors
Here's a page with some common storage system errors.
For me ^
no i like my eyes burnt
๐
@normal surge i've managed to get it to work! tnx.
(h3358ur93r5 4r3 900d. 8u7 y3378ur93r5 80! 7h3y y337
?
Indeed, I too am curious as to what the gibberish is for
oh i see it now
!meta for me
You can set prefixes, suffixes and other meta data in LuckPerms for players and groups. Note that LuckPerms does not manage chat. You need to use another plugin to show prefixes/suffixes in chat.
!weights
LuckPerms allows you to set weights in order to determine the priority of certain nodes, like permissions and even prefixes. A higher weight number is a higher priority.
!selfhosting
Learn how to self-host all the web interfaces.
@modest compass What am I supposed to do?
Hey Ghoster! Please don't tag helpful/staff members directly.
tbh never used venture chat, but can you send the entire venture chat config.yml here?
i suppose you can try:
/papi ecloud download Vault
/papi reload
then restart your server
tho idk if it will solve your issue due to it being a 1.7.10 server
also screenshot /papi parse me %vault_prefix%
means both papi and vault is working...
idk why chat is not working, is it a bungeecord network?
yes
do you happen to have a chat mod/plugin that is on bungeecord
@modest compass
Hey Ghoster! Please don't tag helpful/staff members directly.
Did someone @ me? ๐
no miss click sorry
!context sorta, just make things apply using those system @queen wadi
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
So i've installed chatex, vault, and vaultchatformatter and im still having the same issue
<> are in messages
and theres no space
between prefix and username
Are you using placeholderapi and did you download the expanders?
Maybe screenshot your example message. If you're not using the PlaceholderAPI plugin then your issue is probably not related.
You need to configure your chat format
Are you using EssentialsChat too?
Yes
Yeah could be that as well.
You need to configure your chat format
@drowsy quest oh.
Hey auyium! Please don't tag helpful/staff members directly.
lmfao
I kinda assumed that you had, my bad. ๐
I was wondering how could I make the console do a command without knowing the users name because I need to give a user a temporary permission but then they would need that permission too and so on. Would the console work with the placeholders?
Larry can you reach out to Paper-mcs discord and ask if they could please unban me........
one more thing, what would a good plugin for putting prefixes in tab?
@rigid widget
Hey FakeBull! Please don't tag helpful/staff members directly.
Thanks clippy....you're always their for me xd
No, I can't, sorry. I'm not special and have no power there
And you definitely know not to ping me ๐
Any good gui plugins to use for the ranks?
I use skript for /rankup but I need a gui ๐
@halcyon zodiac usually there are plugins capable of doing what you need. Mycommand, sign command plugins etc. If you describe your use case we can try to work something out?
@queen wadi BossShopPro is my favorite
Nametagedit or TAB @fallen spire
I have nte installed, how do I configure it to work with LP?
Okay I will give it a look
@fallen spire honestly I'm not sure, but if you have vault and the nte wiki you should be able to figure it out? I'm legit unsure
alright ty
I am using a command sign plugin but it is old because all the better ones are for newer versions. I know one command sign plugin does temporary permissions but it is not for 1.8.8.
Although my command could be a good option
Larry how do I connect the ranks with the plugin?
It takes a lot of configuration and is not easy. I don't know of any "easy" gui options, sorry. You'd need to spend a lot of time learning and making your own GUI, which is infinitely customizable but also as a result rather complicated
ah okay thank you
If it works with /rankup and it shows the ranks then sure
It's an administrative GUI, not really used for /rankup
Ahh ok
oop
it allows you to control permissions/tracks/groups and such
I'd see if you can find a rankup plugin that has a gui?
I'm pretty sure i've heard of a few
I'd recommend using the editor in the first place SolninjaA
I don't need to add a permission myself it should be automatic
/lp editor is a really useful gui
Yes it is
I mean instead of using a GUI plugin for LP
Oh rtight
*right
Anyway do you thing a server console could use placeholders?
*think
Yes, through another plugin
Other plugins can parse the placeholder and then send the command to console
usually there are plugins capable of doing what you need. Mycommand, sign command plugins etc. If you describe your use case we can try to work something out?
I am using sign commands.
But the old version so it can't do temporary permissions
old version of LP?
You can download LuckPerms for Bukkit/Spigot, BungeeCord, Sponge, Nukkit and Velocity.
the only difference between adding a permission and a temp permission is settemp instead of set and a duration at the end of the command, follow by a modifier. I'll pull up the command syntax one sec
!commands
Find all of the available LuckPerms commands on the wiki.
โ
Oh I just checked I have settemp
it's the same as adding a permission to a user
The placeholder/run from console setting is up to the plugin you use
I am not really good at all that technical stuff but just to clarify my problem I don't want to give the default class the permission to settemp and the only other way I could think is if the server runs the command so, the server can run the command?
Certain plugins will run the command as the server yes
you simply need to find one capable
Ok thank you
My command sign plugin does have that feature but I don't think it can use placeholders. Will it need placeholders if it was to give a temp permission?
you'd simply need to find a way to give the sign command plugin the playername of the person using it, like lp user <name> needs a name to run
Ok that will take a bit to find out thank ytou for your help
np!
*you
Anyone know a plugin that when you mine something it gets auto put in your inv?
Hi
...why?
I mean it's offtopic so no one really cares lol
Larry I've got a weird one.........looks like for some reason the proxy isn't even shooting packets to the client side anymore.....proxy is up and looking at the right port....the config matches that.....any thoughts?
No clue
shoot
firewall?
That's what I'm thinking....when you install a desktop enviro on linux....does it reinforce iptables rules or flush them by any chance
I've also got some weird connections running netstat
i mean its possible
Ok so I'll check /var/log
See if I can find any changes made to the tables
After that I'll run a traceroute.....see if packets are being redirected
Alright cool...yep a firewall issue..looks like when I installed the desktop environment it also installed a new firewall configer.... XD yes I made up a word...cause it works...but it switched over to UFW BLOCK...just had to add the new rule
up and running
whooo 1.16.1 test time. finally got to the todo item on my list for luckperm ๐
Should work as usual, if you find any bugs let us know
loads fine, unloads fine, i can join fine as oper and player, and i can toggle user and group perms .. the commands i use the most seem to work. so far so good, moving on to the next plugin (too many to test) hehe .. will do indepth tomorrow. after nap!
Any recommendations on the best tab plugin
NameTagEdit or TAB
Why did deluxe menus take away animated Menu titles ๐ฆ
NameTagEdit is on 1.16.1 btw
!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
!editor
LuckPerms offers an easy to use, powerful Web Editor, with which you can add, delete and change permissions of groups and players.
!downloads
You can download LuckPerms for Bukkit/Spigot, BungeeCord, Sponge, Nukkit and Velocity.
I get this error when I want to start MySQL:
C:\Program Files\MySQL\MySQL Server 8.0\bin>net start mysql
System error 193 has occurred.
*** is not a valid Win32 application.
C:\Program Files\MySQL\MySQL Server 8.0\bin>mysql
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
C:\Program Files\MySQL\MySQL Server 8.0\bin>mysqld --console
2020-06-25T09:10:59.612688Z 0 [System] [MY-010116] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe (mysqld 8.0.20) starting as process 19152
2020-06-25T09:10:59.615081Z 0 [Warning] [MY-010091] [Server] Can't create test file C:\Program Files\MySQL\MySQL Server 8.0\data\mysqld_tmp_file_case_insensitive_test.lower-test
2020-06-25T09:10:59.615136Z 0 [Warning] [MY-010091] [Server] Can't create test file C:\Program Files\MySQL\MySQL Server 8.0\data\mysqld_tmp_file_case_insensitive_test.lower-test
2020-06-25T09:10:59.615268Z 0 [ERROR] [MY-013276] [Server] Failed to set datadir to 'C:\Program Files\MySQL\MySQL Server 8.0\data\' (OS errno: 2 - No such file or directory)
2020-06-25T09:10:59.626073Z 0 [ERROR] [MY-010119] [Server] Aborting
2020-06-25T09:10:59.626186Z 0 [System] [MY-010910] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe: Shutdown complete (mysqld 8.0.20) MySQL Community Server - GPL.
How do I fix this?
its already in quotation marks in regedit
i'm not sure then, try googling around? if anyone else knows they will answer when they can
Ladies and gentlemen, proof it works ^
Imagine not having Essentials on 1.16 yet.
im using essentialsxchat 1.16
Y'all people need to update.
ahhhhh
"they". We have names, you know.
Y'all people
whom'st've
they have names too
ah yeah
md said he also wanted to have support for &#rrggbb in essentialschat
the format is really dumb i was just slightly surprised it worked to just force it in like that with all the section symbols lol
i thought there was a good chance that spigot only implemented it in the bungee api but apparently legacy text also gets converted with rgb
ffffff is much shorter lol
I guess
Enjoy the influx of "how do I make this colour" :L
https://www.google.com/search?q=color+picker <--- would be my first port of call
well at least we get to teach them about rgb colour codes :)
wait a few days and then make a tag for it
I mess with RGB codes quite a bit
i wouldnt really recommend the section symbol way
except for fucking around for now
That double s?
section yes
&rr,gg,bb
dunno
keep it like the old format but use commas to seperate or no commas at all
essxchat will probably be &#rrggbb and &xrrggbb
is the hash needed though?
hm
so &x makes some sense in terms of being similar to that
makes sense cause you can copy it from hex codes
~rrggbb
x should be fine for people who might not have a pound sign (although most people probably do?)
Not here
ah
!@#$%^&*() 1-0
shift 3 bruh
lol
##############
Don't use pounds here
We use Kilograms
Don't have a kilogram button though
ok dad
i think md_5 said he did the weird section after every letter thing because it would be less likely to break peoples regexes
seems like a dumb reason but idk
thats what i heard
definitely not necessary plugin-side
Gonna suck using signs with these colour codes..
�ffaaThis is
that's all you'd fit on one line... lmao
./sign 1 [text]
/sign 2 [text]
while looking at a sign, set the text and colour codes
makes more sense maybe yea
voxelsniper has a similar feature
!moss
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.
Yay they have 1.16 support now
Is there an easier way of getting a spigot jar? BT is taking quite a while
nope, sadly
Unless you do it illegally
or maybe serverjars.com?
not sure if they do that legally but they're still open
My control panel compiles it for me
bt takes... 2 minutes or so?
Idk if it uses multiple cores or not but 6c/12t running at 4.5Ghz takes about 1 min
lets try it
On centos
I'm using one only w/ 2C and 2T tho and 1.4ghz (old pc)
That's gonna take a year
the 1.16.1 jar is here
ok creating 1.16.1 jar
i think they build it on demand, so it's legal or something
1 hour later
Os?
w 10
6m41s
Command
Yes
Difficulty level in setting up, presuming one has no knowledge of any linux etc os's?
They have it to basically 1 command
Run their script
Follow the setup
Supports other games too and you can add your own with a little elbow grease
learning curve sounds pretty steep
It supports windows
I meant the OS
Ahh
Other than yum install and such
wget to download a file you pasted link
I like it honestly lol
You can run it with less than 1GB ram
There are desktop gui versions though
Maybe i'll have to try it
Got another question, how do you disable the bukkit console thing?
which bukkit console things
oh that? yeah add nogui to the end of the startup args
no - though, just nogui for me
I was close lol. Haven't ran windows server in years
Not on windows btw ill try the nogui tho
I run windows server :p
I read something about oracle Java doesn't allow people to make money if you use them or something
Open Java babyy
can someone tell me a good kitpreview plugin ?
Hello! Im very interested to know how can i setup that server restarts every 12 hour
There's some good plugins for that. Try HammyRestart on Spigot.
Very nice, GUI config and stuff.
Okiii thanks!
Ok so my database on MySQL exists but I cant get LuckPerms to access it, well, more like its offline but I already started the MySQL server, whats going on?
ping me if you're replying, I have this discord server muted
Anyone reccomend a good lag reducer plugin
thnaks xD im setting up a server
hello! when im rejoing or changinh world my gamemode goes to survival anybody knows what plugin can be doing this?
@timber dawn you got to show your plugin list
oh god 80 plugins
sorry for that ๐
How can I reduce hostile mob spawning
u know hypixel skyblock larry
Yeah?
Have you tried googling around for it? I've never used anything like that so idrk honestly
oh ok
can u tell me the keywords to use
google wont understand if i type out the sentence aove
Ore regenerate plugin, mine replace plugin
k thnx
@spiral tinsel that's an ad, please don't send ads here
kk sorry
hey anyone know how to get pre existing paper servers working with a bungee network?
!nw (for me)
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.
same
Basically, I want a player join event on Spigot. I want it to create a string based on permission / group information. I then need that string to be passed to a bungee cord plugin / bridge or something, for the bungee cord plugin to run a command on the proxy.
Anybody had experience with this before? I know it's not a LuckPerms problem.
https://www.spigotmc.org/resources/bungeebridge.5820/
I tried to use this resource, but it seems to be too outdated.
Can anyone tell me what is MySQL and if I need that?
it is like a server for data, a fancy online text file with a different format. It allows you to sync permissions across a bungee network which is fairly essential for any network
you need it or something like it if you plan on running a bungeecord server network properly
if I don't have a bungeecord, I shouldn't worry about that?
Nope
no need to
I see in some plugins like Authme they say MySQL
those are for networks
so I can just ignore it
yeppers
beware running a server in offline mode is dangerous
it's usually better to keep it online mode, regardless of whether you get less players
lots of things say they support it, but you usually don't need it. Often they just say it for marketing i.e
COOLFACTIONS!!!11! SUPPORTS MYSQL!!!
People will be able to log in as you and take advantage of countless exploits to grief/ruin your server
if they know what they're doing they can obliterate it
but if I have Authme?
regardless, authme works usually, but can't protect against everything
a good example is bot attacks, which can cripple your server
authme cannot stop bot attacks from doing that
are backups good option?
not really, becasue if you have a vulnerable server you'll just be reverting to a backup every day and nobody will make any progress/be able to do anything
plus it encourages piracy
Some griefers just join servers for fun, destroy them, and then bot attack them so other players can't join and it's crippled
yeah
I highly recommend online-mode
yep, and they have wayyy more than just authme
also lots of experience and custom solutions for issues
that could be
as well as usually being huge networks that have fallback servers in case of botting
I discovered that the hard way, local server for my sis and cousin to play together on, but offline mode because geyser is stupid, and within a week, someone had found my IP and lit everything on fire
Even if people don't know the IP they just search random ones until they can connect and it's all over
or not "found" my IP, most likely one of those random IP checkers like what wurst has
yeah
I'll have all this in mind, thank you guys for telling me
I haven't open my server yet
thankfully I had coreprotect, so it was easy to fix everything, but still, it's a cautionary tale
What I don't understand is
If I don't plan on having the same ranks on any server
Why do I need MySQL?
People need to use /server
But they won't have the same rank in the server they switch to.
well LP-Bungee handles the /server things and it does so by groups, so you'd either have to give everyone the same bungee permissions by assigning them to default/using the bungee config, or if you gave them a group like staff which allowed them into testing servers you'd have to screw around with getting the proxy to see them as being able to do that
I actually have a question that could save me a lot of time, by the way.
Basically, as an operator / someone with all permissions on both LP and LPB, I can type /LPB commands in my survival server and have it sort of... do the LPB commands. Like adding perms etc.
If I make a spigot plugin, and force a player to performCommand, or chatSay etc, it always comes back saying "Unknown Command" or whatever. Is this because they don't have LPB permissions to run that command? I even tried...
op Player
Run Command (Didn't work)
Deop Player
I plan on just assigning everybody to all servers, to be honest.
And just using multiverse worlds inside those servers to make test stuff.
It's not exclusively essential, but it saves you from having to add perms for each server. You can get by without it, but it's really bad practice and for larger networks and successful ones, it causes a looot of headaches
as for why /lpb doesn't work when you force a player to run it, it's because the proxy intercepts the command I think. Thus, it isn't registered on the server, and plugins don't know it exists
I don't even know how to make the bungee side work perfectly without a sync. I suppose it could but it's honestly such bad practice I've never seen anyone that needs a good sync
Right now, my life would be way way way way easier. If I could get a player to run that command via spigot.
I know that it works via chat, because I can do it in my chat, right.
as it is, the destination/target of the command will ask its separate LP plugin if the player has perms
as for why
/lpbdoesn't work when you force a player to run it, it's because the proxy intercepts the command I think. Thus, it isn't registered on the server, and plugins don't know it exists
Yeah yeah
I'm hoping someone know how to make it work?
I got told to "try sql" and I'm literally coding this whole framework to make sql work to try pass data to bungee and its way more complicated.
LP isn't that sql complicated
I even tried like, getting a "bridge" plugin, that let me send commands / packets to bungee.
you just connect each plugin to same set of tables, and it reads those perms locally
honestly why don't you just do fully synced, and just do contexts for all your per-server stuff?
It's not, but I have never worked with custom SQL before. As in, I've never implemented it into Java, only filled out Config files.
Yeah
Right
there's no sending stuff between servers with lp sync, it's always just to the same tables and reading from the same tables
Can I copy + paste my situation, and you guys tell me if it would work?
I think the only way for you to know that is to test
Don't think so
iirc they just do support on their spigot forums thread
So, can someone glaze over how the sync works?
I have a server, I had it for 1 year. It has a load of ranks and shit on it.
How do I get that stuff onto my bungee cord?
!switchstorage 1: export your data using the first few steps
If you wish to change your storage type (e.g. to YAML or MySQL) you may need to follow these instructions to ensure your groups and permissions are migrated to the new storage type.
!bungee 2: Set up bungee
If you run a Bungeecord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
https://github.com/lucko/LuckPerms/wiki/Syncing-data-between-servers
3: re-import data via the last few steps on the switchstorage instructions page
Hey. So as it goes, got another question.
It seems that when a prefix has a server context, like server=survival
Vault doesn't register it as a prefix?
Actually
Wait a sec hahah sorry
Yeah so... when a prefix has a context
It's not being picked up by BungeeTabListPlus
I've tried both their vault and luckperms prefixes
And if I add the context, its like it acts like the player doesn't have a prefix...
Anyone know how to set guishop to actually require them to have a balance
My sister just bought 54 diamonds and now owes 5k
!paste (for me)
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!
Zeus can you give specific examples of what you're doing and what you want to happen?
Uh if you're using essentialsX for economy, there should be an option to disable negative balance
guys
I just learned today
and was shocked that hypixel has a base version of 1.8.8
or 1.8.9 idk
!meta for me
You can set prefixes, suffixes and other meta data in LuckPerms for players and groups. Note that LuckPerms does not manage chat. You need to use another plugin to show prefixes/suffixes in chat.
Remence, that's the only way they are able to maintain so many servers with so many concurrent players, also why they have basically no updating problems
Hey guys can someone help me figure out why theres a delay when siwtching servers on my network?
it says WARN "processing login took ___ms"
WARN Processing login for Timmyy took 1856ms.
its premium ๐
I mean obviously my proxy is online mode: true, but all of the game servers are false
its only when I switch servers, I get that long login process, even though its only 2 seconds usually it is instant
Any changes recently made ?
Nah man
It happened a while ago, I dont really remember.
I can send a list of my bungee plugins and if you see anything that usually causes problems can you let me know?
I mean go for it, I'm not really a bungee guy but maybe someone will spot something
worth a shot
Running plugins in the proxy console and sending that output would be more useful
pl?
yeah doesnt work either, theyre bukkit commands
You're not using a / right
no
What is movemenow?
When a server goes down it sends you back to the hub
im trying to see if anyone has had problems with that plugin
ill switch servers again and give you the log i get
[WARNING] .... [LuckPerms] Processing login for Timmyy took 1854ms.
looks like this is a luckperms thing after all
...
I didnt catch that before smh
It just tells you, might not be the cause (usually isn't)
what is the ping to the db like on each server?
run lp info ingame and sent that output
damn 205? that might be part of it
Server is hosted in aus, in game ping is about 13ms
like it's a fifth of a second but it may account for 'additional' lag
You can download LuckPerms for Bukkit/Spigot, BungeeCord, Sponge, Nukkit and Velocity.
the server might be overloaded too
its fine
it happens on all of my servers on the network, slow to connect. Like its not a huge deal, its just sluggish for whatever reason, but once youre in game its fine
sorry I was in the menu hahaa
lol its fine
ill update luckperms
its still happening
[Server] WARN Processing login for Timmyy took 1674ms.
1.6 seconds
it's weird, I know
especially considering most networks instantly send you to the servers haha
I don't really know what is going on, but you could try removing plugins one a time, seeing if it stops, and then removing another etc etc
or do a binary search and remove half at a time
ill try the move me now plugin first
luckperms bungee was also about 50 versions behind lol
its only about 1s now
that seems like an improvement
perhaps it was just restarting your servers that did it though ๐ค
whats this? 26.06 05:50:50 [Server] SEVERE INFO me.lucko.luckperms.lib.hikari.HikariDataSource - luckperms-hikari - Start completed.
luckperms connected to your database successfully
that's good news
Alrighty it just said severe thats all haha
severe as in important i suppose
Its a bit quicker now but still a bit of a delay. Oh well
hey guys
Why wont this script work?
on break:
chance of 100%:
if event block = stone block:
drop diamond at location of player
Hey i have a small problem, the plugin stops my server you know what could be wrong?
i mean luckperms
Switch online-mode to true and try again.
Is multiverse on 1.16 yet ๐
not that I have seen
Just teasing ben lmao
@violet rivet haha it does work on 1.16
tho havent try importing a 1.15 world to 1.16 server
I think lots of things will work on 1.16 to be honest
I'm going to have a play around tomorrow
yea its just the new item ids which some plugin may need to add
on break:
chance of 100%:
if event block = stone block:
drop diamond at location of player
WHY WONT IT WORK
there is literally no context to that, it looks like pseudocode to me lol
^
@violet rivet why i need change it?
Hey ManFcG! Please don't tag helpful/staff members directly.
Beeecause your server is stopping and it's probably the way to fix it? Lol
I'm not an avid supporter of people who use offline-mode so always suggest they try online-mode as it solves 99% of issues regarding player connections or server crashes due to plugin conflicts etc etc etc.
Perhaps you should read the log then, that's all the info I'm going to help with, I don't support that plugin's use.
The log tells you what you need to do.
hint: look at authme part of the log
OT: does that plugin even have a use outside of offline-mode?
not sure what OT is but i assume "off topic"
or on topic...?
@modest compass i just deleted authme and it works ๐
Hey ManFcG! Please don't tag helpful/staff members directly.
๐ woo!
do you know how to make a nickname separate with rank? and how to colour nick
when you add the prefix, add a space, like lp group Gracz meta setprefix "[Gracz] "
and the nickname is up to the plugin that handles that, usually you just add a colour code in front
!colour
Sorry! I do not understand the command !colour
Type !help for a list of commands.
!colours
the nick-op connection is done by EssentialsX
and as for the rank, you'd need to set a prefix with the colour code &4 starting it
@gilded nova please no ads
Larry, is this like allo--
Im trying to setup votifier but im strungling! can someone help pls?
Who know how stop 1 TB/s DDOS attack?
226.000 connections per second
Maybe iptables
online-mode=true
VDS?
can you tell me what that stands for pls because I don't remember knowing it
Virtual Dedicated Server
oh just another term for something I know, thank goodness
You could try and use cloudflare for the DDOS protection?
Yep
We changed ip and add access from only domain [mc.XXXX.XXXXX]
But idk how hacker found new ip
and ddos ip
and every day
damn, does the host have any ideas?
Nope
Did the IP actually change or is it the same IP behind the domain?
Did the IP actually change or is it the same IP behind the domain?
Already try, not help ๐ฆ
Cloudflare proxy ip, but idk how he know
Never heard about that hoster, but I know Hetzner and they do offer DDoS protection thought
And now how Cloudflare works:
Client -> Domain -> Cloudflare -Proxy-> Server
Normaly:
Client -> Domain -> Server
How did you change the server IP, did you actually request hetzner to change the IP or did you just enable CloudFlare?
My settings
Thats not what I asked
Hetzner changed the IP or cloudflare?
IP
use cloudflare
Ich nehme mal an du bist deutsch da du hetzner benutzt
???
Welp, my only guess would be that the IP is still being displayed somewhere
You can literally ping the host name in command prompt and get the numerical ip address
In cmd do "ping mc.xxx.xxx"
And your ip behind it will show up @vocal rivet
Hey Tim__! Please don't tag helpful/staff members directly.
Sorry clippy I didn't realize that they were a staff member lol
Thats not how it works, it actually shows you the Cloudflare IP address instead of the server one ๐
Well if you only covered it up with cloud fare they would still have the original ip right?
Unless you changed it before hand
- They changed the IP
- When you use a DNS history tool you can find out the IP before a dns update
Normally the attack shouldnt even have reached the server as Hetzner offers DDoS protection for free
I want to let the people on my server change what group they're in using commands, but without giving them perms to lp. And i dont want to confuse them with the whole /lp user <name> bla bla
Is it possible to just add a custom command that's /builder and it adds the builder role to them or is that not easy
lol command blocks?
or use a rankup plugin
But you might be able to use custom commands
would you know how to make them or is that not as easy as i think it is
Some plugins make it easy and some make it hard
do you know of any that make it easy?
not really lol I never needed to use them
dang
But command blocks will work
aight

