#support-1
1 messages · Page 486 of 1
for messaging
Well, it doesn't transfer any data
All it does it tell the other servers to update
So it in fact doesn't hurt that they take a little longer
That'll cause cascading, which lowers the load on MySQL
And a second more or less when updating permissions usually isn't relevant
@stable badge
A second more or less is for your users a lot if they are waiting for access to your gamemodes 😉
Setting them on the same server is instant
But ultimately up to you
It's just sql is typically the best, as it's fast, reliable and doesn't require extra setup
I'm thinking about using luckperms, but is it possible to transfer data from pex?
xD
@lone oasis
Alright, i will give it a shot
Everything worked smoothly. Thank you 😄
Where can i find my pex permissions?
They are now stored in the data storage you selected
If you didn't select any/didn't changed it, it's H2
A format similar to SQLite
A flatfile database, not editable by hand but very performant
storage method mysql.
Ah ok
Then they're in your database
For editing you need to use commands or the web editor. I'd recommend the web editor
Well, how can i edit them?
!editor
aah, so everything is done ingame?
Yes or through the web editor
You can also directly work with MySQL database
Though I wouldn't mess with that
Anyways, just run /lp editor for the webeditor
aah, alright. i've been recommend luckperms. But never knew the use of it, now i see why it was such highly recommended 😄
Not only because of that for sure 😉
How do I give a group all the permissions?
like, op, but without running the command
- ?
@random vault You can give the group the permission * just be warned there is a 90% chance it will break things.
But will give that group ALL permissions
Because it has all permission xD
Because it's never a good idea to have ALL the permission assigned, Specially with plugins like essentials etc.. It will just mess with a lot of things.
Look if you want server with good configuration you need ti put permission each rank and never * ! well I think
I have to many plugins and setting every single permission is not worth it
it would littereally take me days
I use op and nothing's wrong so i guess i can do it with no problem : P
Ok
Just using OP is a lazy ass way to do....
However, LP offers a auto-op system, where it disables /op and automatically assigns it to people with luckperms.autoop
Which is the option i use and it works well
me too
And other option is to go with <pluginname>.*
Most, if not all plugins have such a permission setup to assign all admin perms at once
And finally is there also regex permissions
Hi
I have a question
I just migrated the groupmanager to the luckperms, but I do not know how to put someone a rank / group, forgive my ignorance
And:
!usage
:paperclip: https://github.com/lucko/LuckPerms/wiki/Usage
Ehmm.. I do not understand
If I want to rank a user, do I have to use / lp user (name) editor?
and there I change the group?
Is not there a simpler way? or by command? the problem is that I use buycraft and when they buy a group the buycraft executes a command to give them the group
Mmm
Again, read: https://github.com/lucko/LuckPerms/wiki/Usage
It shows you the commands
the command is /lp user nick parent set rank
To set a rank, not to add
¿?
Set will replace the existing values, you can have multiple parents with different priorities, so add lets you add several
ok and the last, sorry
How do I make a group the default?
because in the group editor I saw one that was called "default" I do not know if that influences something
You cannot, with the use of the plugin there is always a default group, which is default, it name cannot be changed, but all other things can be changed, all members that join first are in that group (and I think all who aren't in anorher group)
More Information (and reasons) can be found there
So, can I change the permissions of the group "default" without any problem? Is that always going to be the default? and if I want to take away permits in a world, I just select the world?
Default is always going to be the default, every player who first joins your server will be in that group, if you give a player the admin group and use the add method to do this, he will still be in the default group, so you have a group with that you can select all players
And for negate a perm in a specific world, use /lp group (groupname) permission set (permission) false world=(world)
ok, thank you very much, have a nice day
hey guys
wondering how i would add 2 or more perms to a player/group with 1 command? i cant seem to find anything like that on the wiki
@simple sandal Either use the in-game commands or you can use the web-editor (which makes things faster) but you can't do more than 1 permission at a time
!editor
ahh i see
i want to add 2 perms to a player by doing something like lp user permission set perm.1,perm.2,perm.3
but tyvm for the info and you guys time
Hey guys, been playing around with setting players to groups (ranks) so I can test each rank as part of building my server. Ive noticed that the command /lp user [playername] parent set [group] does not remove the previously set group and the user then has two parent groups in their file. this affects how the prefixes display in chat. I though that when you "Set" a parent, it removed all others?
Maybe this has something to do with the priority. let me try that
If you want to unset you try it lp user Nick parent unset group
But when you put set in another group the previously groups removed mmmm or priority or weight
hmm, seems to have righted itself. wierd. yeah the set command is what I normally use when players buy a rank. Want to try the promote command this time around as I have a track set up
all changed was I set the default prefix to a priority of 1 and it stopped doubling up the groups
can someone help me with luckperms
@foggy quartz Only if you explain what you're needing help with.
I setup a server , making ranks but somehow i can only be the default rank
when i set myself to another group i made with a specific prefix it doesnt work somehow
still shows up as default prefix that i set
@foggy quartz Does the prefix show in /lp user <name> info?
and did you set the new groups prefix weight higher than default's
and the groups weight higher than defaults group weight?
i have another problem now
its all setup , but i did /nickname and now i keep having a ~ before my name
I hate to ask a question that you guys probably get multiple times a day, and is addressed in the FAQ on the wiki, but I can't figure this out... I'
I'm using the latest version of Luckperms, essentialsx / essentialsxchat and vault, but essentialschat still isn't formatting my chat at all. what could i possibly be doing wrong at this point?
Did you try assigning a prefix to yourself?
/lp user Brobby meta addprefix 100 "&5"
for example
Not through LuckPerms, I always do it through essentialschat, like "Owner: '&2[&6Owner&2] &f{DISPLAYNAME} &2>&r {MESSAGE}'". To me it's easier that way. If I do prefix through luckperms it's going to look like <[Owner] Brob> rather than [Owner] Brob >
You can get rid of the < > in Essentials I believe
Luckperms doesn't determine the format, you chat that with essentialsXchat. It's better to add the prefixes with luckperms.
^
Once you configure Essentials right it is much easier to configure prefixes/suffixes for users/groups through LP like Imortalshard said.
so the {prefix} flag in essentials will take the prefix from luckperms?
Yes
Alright thanks, I'll give that a shot quick
I am trying to add flags to my worldguard regions, but they are not working properly
I installed ExtraContexts as well
The log keeps spamming me with SSL and SQL errors it says disable SQL by setting usessl=false but I don't know how to do that
Thanks
I am trying to add flags to my worldguard regions, but they are not working properly
I installed ExtraContexts as well
Can I please get an answer for this
bump\
If someone answers me, can you @ me
I'
I'm having issues with LuckPermsBungee, running latest version of LPB and Bungee
Anyone have any ideas as to the cause?
have you tried this
Yes, I have
@cloud urchin are you using the Luckperms-Bungee version on the bungeecord server and the normal luckperms on the other servers
Hey Collin! Please don't tag staff members.
the default h2 database works
however, using h2 I can't sync perms
I triple checked the user/password/database/ip etc and all is correct
@cloud urchin Make sure you are using MySQL as storage method and sql for messaging-service
on ALL servers
ok so not pluginmsg on spigots
didn't know that, 1 sec.
I currently have 'bungee' as messaging-service on my spigot servers
Use sql
ok
Just changed all spigots and bungee to 'sql' messaging service and they are all set to mysql for storage method
still having issues
is MySQL case sensitive?
Yes, that's the error on server boot
That's the error when someone logs in
Not sure what else to try
i may be dumb to ask this, but will this plugin like allow me to make sure people cant use certain commands?
@limpid fox Yeah it can
thank you! imortal, i will come back if needed. if thats cool
this plugin is super extra security, tighter than sixnines security team for sure
that is another one of the corrupted file errors i think @cloud urchin
talk to a mod for more info
saw another report like that the other day
so im a little confused, (been reading the command usage stuff) how would i make any user (my friends) who play. how could i allow them to use the tp command but not allow them to change gamemodes?
Just give them the permission for the tp command and not the permission for the gamemodes
they havent joined just yet tho, would i be able to make a group for them for new people joining to get like automatically in that group?
!default
thanks!
Hey.. it's me again, sorry haha
the command "/ lp user (nick) parent addtemp (temp)" does not change my group/rank (or at least the prefix does not appear)
@tardy terrace Does the prefix show in /lp user <name> info An the addtemp command only works if you add the duration as well.
no, it does not appear, only the name of the range appears
only the prefix of the "default" rank/group appears
whats it mean when it says "command not recognized" ?
It means that the command doesn't exist on the server
@tardy terrace Did you add the prefix to the other group and make sure that the other group has a higher prefix weight
and make sure the group weight is higher than default as well
When you set the prefix to the group, you need to add the weight in the command
/lp user/group <name> meta addprefix <weight> <prefix>
oh, I migrated the ranks of another plugin
Luckperms has the weights lowest to highest, 1 being lowest for example
Ok, thanks 😁
hmmm this is weird it says i don't have the mod but im currently playing it and on the server using the in game /lp stuff? am i doing something wrong? im following the nodes and everything
thats the most onfusing sentence ever
HI i need help
I have a database issue
02:35:52 [INFO] [/203.206.205.53:56595] <-> InitialHandler has connected
02:35:58 [SEVERE] [LuckPerms] Exception occurred whilst loading data for a447a3e7-4ec4-4590-ac84-70be87b7893f - JackCrispy
02:35:58 [SEVERE] java.util.concurrent.CompletionException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
02:35:58 [SEVERE] at me.lucko.luckperms.common.storage.Storage.lambda$makeFuture$0(Storage.java:86)
02:35:58 [SEVERE] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
02:35:58 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
02:35:58 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
02:35:58 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
02:35:58 [SEVERE] at java.lang.Thread.run(Thread.java:748)
02:35:58 [SEVERE] Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
02:35:58 [SEVERE] at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:676)
02:35:58 [SEVERE] at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:190)
02:35:58 [SEVERE] Caused by: me.lucko.luckperms.lib.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
and there's more
Someone please - I have a large playerbase standing by..
@foggy quartz Upload the full error to pastebin.com and send the link
ok
imortalshard thats like the third error for that in the last 24 hours
@fathom minnow Yeah and?
@toxic wagon
https://pastebin.com/sWmH57V2
Hey Jack Crispy! Please don't tag staff members.
sorry
https://github.com/lucko/LuckPerms/wiki/Storage-system-errors#luckperms-cannot-connect-to-my-mysql-server Read the bit about Commuication Link Failure
Also: Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable) Make sure your host isn't down.
@foggy quartz
Well read the link i sent you it might help fix it all
It gives you a simple list to check, do everything in the list and make sure they are all correct.
then show your sys admin
you guys know why it doesn't work
We can only go off the errors you got. we can't see your setup so we can't tell the exact problem. YOu need to show your sys admin the errors and the page i linked if you can't understand it
can you login and look?
I don't do that sorry.
Is mysql is on your vps maybe it's not enabled to start with system
try to use systemctl start mysql
on your vps
“Unknown operation”
Hey Brain
have removed the many plugins since yesterday still have the same problem.
No login to the server.
It takes even too long for the plugin to stop itself.
how do i fixthis error 08:30:04] EST 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
i will get going dm or i will get back later
See the storage errors page on the wiki, it goes over that
two questions, and I probably already know the answer...
weights are implicitly used, with the default group's permissions being overridden by any valid permission (or negation) in later groups., as far as I understand.
-
Will I have to explicitly define permission weights for groups within tracks? (I have 9 tracks and a set of groups not in a track, default being one of those)
-
Which has highest priority, 0 or 999? If it even matters.
999
Good. PEX confuses the heck out of me with their stuff :S
Any thoughts on the first question?
I plan to have a branching inheritance thing going on.
everyone starts out as default, works their way up the public track
can go to one or more of the next tracks
Artisan
subscriber -> donor
helper -> staff -> admin
PvP (ranks)
Prison (ranks)
sooo friggen complicated :S
I finally just setted up a new default group by setting a permission to default which is group."yournewdefault group name"
was kinda easier than it looks into the documentation
It says that as an option
since the default assignment option didn't worked i'm not really sure it works, but maybe am i doin wrong
this is a good plugin!
you don't ever actually rename or remove the group "default" - you can only give an alias. All in all, I found giving up and just leaving it named "default" is the best option, and then set your first actual group above it. Use default for any permission that every player ever should be given or revoked, and use an automated thing (ontime, firstjoin, etc) to assign your first real group the the player.
Or even better, just make default inherit from your "first real group"
If ypu would read the wiki, you would know, that there are several options for the default group
!default
I just stuck to using default as the default, made sense especially if it doesn't require actually storing that, saves data from jump ins
Hello, I keep getting this error ```luckperms-hikari - Failed to validate connection me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection@47a94d54 (No operations al lowed after connection closed.). Possibly consider using a shorter maxLifetime value.
So you changed it in your LP config?
Also the error is explained here:
https://github.com/lucko/LuckPerms/wiki/Storage-system-errors#mysql-no-operations-allowed-after-connection-closed-error
Yeah default is "1850000" I have changed it to 1550000 1000000 50000 5000 250000
Ohh okay well 1800000, sitll doesn't work
Hey xx__! Please don't tag staff members.
Can anybody help me?
Make sure to have a chatplugin and Vault installed, if your server is spigot
I have cmi, is that a chat plugin?
afaik yes
Hi, at what point does luckperms start to slow down? I currently run a network setup, meaning all groups are synced across the whole network and stored in a MySQL database, I currently have 40 groups with an overall average of 50-100 permissions.
I am just concerned that in the future if the groups reach say 100-200 due to us adding more servers etc, that luckperms will start to slow down thus causing lag/delay.
I can't seem to find my groups, when i do /lp editor in chat
@mint creek so far there hasn’t been any noticeable slowdown at any size
The only thing that matters is the ping to the database
My current ping to our db is 160 (not sure why its this high)
That's the ping that /lp info provides
That just means that logins and other data loads take longer
Though the amount of permissions really shouldn’t matter
You’ll never have more than a few hundred kilobytes of raw data
That's good to hear
Hey xx__! Please don't tag staff members.
how do you make a prefix again i forgot xD
./lp group [name] meta addprefix [weight] [prefix]
I am trying to add flags to my worldguard regions, but they are not working properly
I installed ExtraContexts as well
@foggy quartz If you have the money for it I highly suggest you give Deluxechat a try
Is there a reason why no one can answer my question?
Because this is not live support
And not everyone knows everything
Though the flags not working sounds like a WG Problem
And afaik you cannot set flags through meta values or anything
I case you tried that
@foggy quartz any plugin that supports vault works
But idk any chat plugins
So it's a world guard issue..
Yes it would be a world guard issue
@lapis ibex I have tried 2 different ones and they dont work
Hey xx__! Please don't tag staff members.
@delicate stream where it is i look on lp wiki i couldnt find it
I know this is probably not luck perms but /r is responding to the last person i messaged not who messaged me
thats essentials I think
^
If you use EssentialsX you can change a setting to let /r respond to the person that messaged you last
I'm using a rankup plugin on prisons, and use the command 'lp user {player} parent add prisona world=prison' But it's adding me in perms as prison and global? Am I writing it right?
Lp user Nick parent add priona (server name) (world)
Ok, so 'lp user {player} parent add prisonera global prison
Yeah
Thanks, I've always used world=prison, but this plugin doesn't like it...lol.
Change maybe the name global for prision
SO where it says server, I've always got that set as global, and the other as teh minigames worlds., eg prison, askyblovk, villagedefence.
Yes adn right is prison etc.
I'll try it global prison, if that doesn't work then I'll change config to prison prison
Ok try
Did you made sure that the world is named prison?
Yes, and it's still not working using server name (global) and world name (Prison) not even world=prison works. Sends it to config as global and prison?
This is what I've used so far.
lp user {player} parent add prisonerA world=prison and lp user {player} parent add prisonerA global prison
I have one server with 4 different worlds on it, using perworld chat, plugins, money, etc. So do I change the server part to my server name or leave it as global? this is the first issue I've had with a plugin since using luck perms for the last month, and I have over 80 plugins so far.......
i have an error in 1.7.10
Is there no-one that can help me here?
@tired turtle In config?
Hey Lion_fury! Please don't tag staff members.
How come there was two mods on, but no-one replies to our cry's for help then? This is a help sections is it not?
this is a free piece of software and the mods are also volunteers so a little patience will go along way
@hollow apex What's the error you're getting?
An are you using the Legacy version of luckperms for 1.7.10?
Can you go to the prison world and run /lp user <user> info and show us?
(@twilit dune)
Can we all appreciate the blatant irony?
Hey Brain
The Creative server has been open for 9 hours and has not crashed.
I removed LuckPerms from the server and installed groupamanager.
I've been telling you since 1 month that there was a problem with LuckPerms.
very well possible and just as well not. ¯_(ツ)_/¯
@twilit dune if you want support you should reply. Or stick around longer than an hour. Or pay for it
Crazy concept I know
How come when people cry for help and complain they don't get any yet don't stick around to actually reply to help? @twilit dune
Especially considering that even commercial high level company support rarely ever has guaranteed response times under an hour
Hello I am having a problem with LuckPerms and Rankup. Whenever I try to rankup, the player gets stuck in its original rank and old parent group. Then the track gets stuck and cant rank up to the next. Can anyone help me with this?
well it has a rankups.yml and you use /rankup and pay a fee. and using /ranks to show the paths and cost of the next
Your weight system is most likely wrong, it took me ages to get it right. I currently have my weights setup like:
Staff
Owner - 200
Admin - 199
...
Helper - 195
Donator ranks
MVP+ - 20
...
VIP - 15
Rankups
Z - 1000
...
A - 975
I think the rankup takes the first/top rank from vault and try to promote/upgrade that rank to the one that you specified
i feel like those weights should be reversed, staff groups usually need higher weights than other groups
Yeah, I would prefer it to be like that but then the rankups do not work... 🙁 I'm still trying to find a suitable solution
this sounds more like an issue with the Rankups plugin than with LuckPerms
It is
i think my weights are correct though. i have them arranged by lowest and have owner at 1 admin at 2 etc
I think the problem is with the groups retaining their old ones?
... wrong way round mate
the higher the weight, the higher the priority. I have found that if I set my highest rankup to the highest weight and then go lower from there then everything works
higher weight is a higher number
1 is considered a low height, 100 is higher, for example
i have the ranks reversed because i switched it in the config
i switched it to lowest instead of highest
what config
the luckperms config
um, can you show me exactly what setting you're talking about?
yes
you know, i think i realized that there is no such setting and may have switched something else lol
yeah, i had not heard of such a thing 😛
ah, yeah that's just for displaying prefixes
has nothing to do with the groups themselves
so i need to switch all my weights in luck perms huh?
that would be a good idea
@dawn blade are you using ezrankspro?
no im using RankUp
I am still having the same issue. When a player joins, they are the 2nd rank instead of the first and whenever they rank up, they just get stuck at treveler
my mysql got ssl cert installed now but still getting same message. if i turn off the ssl in lp wont let it login
Error messages please
Hey andsim! Please don't tag staff members.
it seems that RankUp is incompatible with luckperms so i had to switch over to PEX
Shouldn't really happen lol
Depends on how rankup works
I had some problems too with that but it's possible to fix it (in my case)
i think theres an issue with tracks and parent groups
i am more familair with pex so i think i made it work better. just wanted to give luckperms a shot
Ultimately up to you
Though you really should keep in mind that PEX is discontinued for well over a year now
every time someone switches from LP to PEX a cute kitten dies
yeah it is but it works perfectly fine imo
guessing running 1.7.10?
So adorable
pex not my kind cake
i just work better with .yml files rather than console or ingame just a preference
this plugin still has a nice interface and all
😃
Because you can use YAML
Though we highly recommend to use the webeditor for editing instead
shows how much i know i guess
Just run /lp editor and Click the link
ill give it a shot later when im home again thanks
👍🏻
@last root did you remove the setting to disable in the LP config?
Because it doesn’t look like it
as with most things, it's a learning process which will benefit you greatly in the long run
let me try
Also please don’t just say that you’re having issues with something. Say what’s wrong
It can’t really be that hard to understand that we can’t help unless we get information about what’s wrong
I mean you don’t go to your doctor just telling them that something about your body is wrong, do you?
That looks good
not all is true
Then uncomment useSSL and set it to true
Hey andsim! Please don't tag staff members.
😄
ok let me try. set to true?
work set false
yes no more
error
ty
https://pastebin.com/gSKXW9tm look good @lapis ibex
Hey andsim! Please don't tag staff members.
👍🏻
Yo guys, I am one of Technic Launchers biggest mod-pack owner. I've got a quick question for ya'll. Do you think MC 1.12.2 will be like 1.7.10. Like one of those big stops wheras all mods are migrating to? Or do you think mod-owners will consider their mod for the scrappy-"coded" 1.13 and 1.14?
The pure fact that 1.14 will likely be out before 1.13, will make 1.12.2 a very likely big modded version
Which is a bit sad
1.13 really has nice gameplay and technical f
*features
Though #general would probably be the right place to talk about that
Seems though like SpongeForge has it's main focus on Minecraft 1.12.2 so would be great to try something out. 😃 Although Ive seen most mods like the old classic "ComputerCraft" "FlansMod" even "TrainCraft" posted a comment saying that MC 1.12.2 is their foucs. We even saw "Twilight Forest" made their success in the recent year behind us which we saw migrated from MC 1.7.10 which is a huge step and it shows that all of these mods are running at the same phase. Which is good but as you said sad at the same time. Because we really want MC 1.13 and MC 1.14 to be a good modded version. But as it seems it's not very likely. I don't really know about Forge anymore since they've had such a rough task ahead of them to re-write all of their code and adapt to MC 1.13.x and 1.14.x. So for me I think it's best if I stay on MC 1.12.2. Even though I waited such a long time for Forge 1.13.
Though 1.14 will be the better version for modding anyways
Way better performance
So 1.13 won’t be too big of a loss
like changing the storage type to MySQL?
yes - though if you changed to MySQL then you won't be able to view your groups in any file. You'd have to look them up in your database, either on the command line or with PHPmyAdmin.
okaythanks
if you're just wanting a list of groups, /lp listgroups
IS THERE A way to just make a group that has ALL the perms
in 1 command
or do I have to go and set everyone
There are two ways:
- Create a group and set
*as permission (not recommended) - Create a group and set
luckperms.autoopas permission (needs you to make some changes in LPs config)
I recommend the second option.
me too
Soo what do I need to change
I turned on luckperms.autoop to my self
but what do I do in the config
Also by any chance do u know where to find all the Permission Nodes for all commands
its such a pain to find the Nodes
There are the options enable-ops and auto-op in the config (In the Vault section iirc)
Setb the first one to false and second one to true.
And make a server restart
Where?
In the config
im looking in luckperms.conf
what do I do then
Not that
?
So can I not instantly get all the commands, like all all the commands cause im locked out of game mode and I dont know the node for it
:/
also like i said how do I find the permission nodes
LP has a verbose command that helps you finding the permissions you need.
I'm no expert with sponge, but iirc is @toxic wagon one
Maybe he can help more.
alrighty so verbose will tell me the node?
:paperclip: https://github.com/lucko/LuckPerms/wiki/Verbose
np
WOW, really guys. Call that support? I call it sarcasm!
hm?
I asked for help late last night, after 1 hour with 2 mods on I got nothing back. I get up this morning to find the helpers, mods, staff just ridicule me instead of actual helping. Stating I need to PAY! Pay for what? I'm just a little confused now why I come on here........
Brainstorm and I qote "Knight_MC if you want support you should reply. or stick around longer than one hour. Or pay for it."
Can you provide a screenshot?
Also it's not our fault that you don't understand a joke...
Read up, it'sd still there?
You didn't respond to what he asked for
Also we help people like you in oit free time and we also aren't obligated to help at all
fair enough.
I didn't respond, because I went to bed, it was late. I thought an hour with two staff on was long enough, I stand corrected. maybe they decided to not help until I logged of. Who knows. But if I can't get help, I'll just delete plugin and try again.
I didn't come here for a debate or argument, just a little help.
hey also I think its not registering that im in creative mode because i place a command block down and it immediatley disapears
or is that a permissions thing
nvm
It is a permissiobn
it just sucks cause i cant just give myself all permissions
as far as I know does Sponge have a special permission for using command blocks, because
A) Command blocks can only be used by OPs with creative and
B) Sponge disables the OP-system as soon as a perm plugin is running.
I mean it makes sense
Why do you want OP, when you have a perm plugin to handle it?
tru
but I need all the commands
and theres no shortcut for that
I have to set each and every solitary permissiob
I'm not sure how it works, but afaik can you just use the first section of a permission to give all perms of that plugin (Take LPs permission as an example: luckperms gives all permissions)
no problem.
What's the output of /lp info
That will tell you how many users are loaded in memory
Hmm ok
Will your memory analysis software let you go down further into each ConcurrentHashMap node
Since according to that each is taking up to 0.05%
I am also having issues trying to resolve a memory leak on two of our servers, hopefully it is luckperms then the issue can resolved by an active dev
I use "randomhub"
oh, playerbalancer has memory leak too, it was fixed 2 days ago
But the leak/issue only seems to occur after the servers have been running for 2+ hours, or well that's when it starts to get noticeable.
this is how memory works in java.
gc can't free ram
and after some time you will see effects
🤔 Hopefully it gets fixed, the servers that the issue is most noticeable on is our hub servers, they start out running around 200 mb ram used and after some time they sit at 1200 mb
and doesn't return to 200mb?
no its does not, only goes back to around 500mb but when the player load starts to increase again it goes up
@tired turtle @vagrant slate LP on Sponge supports wildcards.
Both luckperms.* and luckperms are supported (both giving full LP permissions) (both working for everything)
And even * works
Though it’s highly discouraged
I thought it wasn't like that....
That’s why I included you in the ping 😉
@twilit dune you have been asked to provide some info
Please do or else I can’t help
@mint creek it's normal, memory in java works like that
And keep in mind that you need help from us. So be aware that we owe you nothing and everything goes by our rules.
If you don’t like that, you’re welcome to leave
It also means you get mocked for complaining about not getting a response and then not responding yourself
I mean do you know what the two mods were doing back then? They might’ve been busy
online =/= available
Brainstorm I'm deleting the plugin, so do not worry. I'll find another.
lol you're like a little child
@twilit dune Bye then, go find an outdated non supported plugin. We tried to help, but you didn't want it so cya.
Good luck finding a better permissions plugin
@twilit dune You have to give some info to get support, they can't spell what your issue is
Not permissions, replacement rankup plugin. I believe the issue is that plugin, not yours. Which is why I've not been on or replied?
I've been testing it, it's rubbish, permissions are correct as I see it on teh wiki, so must be a faulty rankup plugin. My fourth to date!
What rankup plugin are you using?
That one/
A previous owner tried with luckperms, but didn't understand teh permissions, even teh dev of the plugin couldn't help. I know a fair bit about lp now, but still won't work.
Many people are having issues with that plugin
From what I’ve heard EZranks(Pro) works just fine
I liked a challenge, but even I couldn't get it to work. I'll just find another. It's not a lp issue, I thought I was adding the commands wrong, but turned out I was using the right ones, as confirmed on here. Some you win, most I loose...lol.
Thanks Brainstorm, will look into it.
Brainstone 😉
Staff members, can i use spigot-plugin on backend servers and can use bungee-cord's perms on backend-server's luckperms?
LP supports being installed on the proxy and on the servers themselves
I'd suggest reading the network installation page on the wiki
!bungee
!sync
http://prntscr.com/m3d37t
plz help.
i did set store permissions on yaml file
and od default h2 same thing
What error do you get in your console?
Hi all, just wondering can I upload a crash to pastebin and have somebody look over it, basically I had a player coming onto my server and telling other players the server will crash in 1 minute, next second it does indeed crash with a paper error on the console.
The player was kicked due to floating too long and moving incorrectly, he was also typing alot of commands he didn't have permission for, but so far I can't see how he managed to crash it..
Server log - line 802 is when the suspect joins, line 878 is the start of the error
https://pastebin.com/qaRACPPH
what about your start up log
I can give you an unused account gift code for your friend. Got an extra one for christmas and I don't need it.
@zenith nacelle
Is there any way I can view offline players ranks/groups?
I didnt setup a database or anything 🤔
How do I open luckperms-h2.mv.db file
The web editor only shows online players doesn't it
It's not like permissions data is with the player and is only available to you while the player is online. That's why you have a database for persistence.
Use /lp user player_name editor
and you get a handy webpage to view and alter permissions
If you just want to view a rank/group, then run in-game /lp user player_name info
is there any way I can look at all the players groups in the editor at once
!editor
for some reason i cant use doors on my safezone whils being normal player
i have set modifyworld.* in group manager
erm...
Mmmm
If you have GroupManager AND LP installed, that will not work
What plugin do you use for safezone
😭
i have long deleted pex
the thing is i have a safezon e with a house where ppl spawn in and doors are closed i need them to be able use the doors
You might wanna check server.properties for the spawn protection range
essentialChat stil does not show any prefixes for me. it says is msihmashed with essentials. witch is newer. but i m struggling to fing essentials chat 2.16.0.3 version ;@
Use the latest builds of essentialsx for all of them, and make sure that you have vault installed
now since im setting commands using group manages. me as admin or op cant do building in safezone area. + no-one can open freakin oak doors or chests
only when im op
@zenith nacelle you cannot use two permissions plugins at the same time
And why would you even want to?
im not trryin to use 2 permission plugins. i use group manager. i just think thats weird cuz almos noone can use doors or chests in safezonee. (factions...)
This is LuckPerms support. Not GroupManager support
Reach out to their support please
i thought i am at luckperm ;/
Also, as I said, check your server.properties file...
LuckPerms is not GroupManager....
🤦🏻
There's any plugin about rankup that supports luckperms?
Hello guys i have a little problem with luckperms and a selfwritten plugin
Any that works with commands, does @foggy quartz
Also most using Vault
Afaik EZranks(Pro) works pretty will with LP
@glossy thunder aaand that would be?
Ok Thanks Brain
My crystal ball is broken
I have a permission in my one plugin but I can't implement this into luckperms.
*own
Just implement it like you would normally
There’s nothing special to be done in plugins
Yes I mean in my plugin you need to have this special permission to grant access to the rest and the commands and so on but if I want to add this permission to a group or a player I can't find this permission in luckperms
What do you mean you can’t find it?
Just type it in
The tab complete suggestions and the suggestions on the webeditor are just all permissions LP has seen since the server is running
Yes but if I am at the permission part of the command(in command bar) luckperms can't find this permission
I think my plugin and luckperms aren't connected
What did I just say?!
Should I send a picture?
Did you read my message?
Yes I did
And more importantly did you understand it?
Yes
Are you sure? Because
a) what did I say what you should do?
b) does a missing suggestion indicate the permission missing?
Especially considering the list of suggestions is built over time and can essentially never be a complete list
A) just type it in
B)yes I think it does
if you're working on bukkit, did you actually define your permissions inside of plugin.yml?
If not, LP will not know about the permission; pretty sure that it will cache them after they've been looked up, however
I mean if there were 3 paths. And I suggested you to take one, do the others suddenly disappear?
@delicate stream thank you so much and @lapis ibex too I was so stupid
Hey Chrunchi! Please don't tag staff members.
Your are right electronicboy it wasn't in the plugin.yml
Then I’m wondering how you made it so it would grant all the other perms?
No I explained it wrong I had access to other perms but not of my plugin
Oh wow. That was explained very wrong then
Though the permissions missing from the plugin.yml shouldn’t stop them from working
Sry I am a German with pretty crude English
They'll still work, just LP won't be able to autocomplete them
Until they’re check for the first time
Also I’m not even sure if they’re still read from the files
Hey
I need some big help!
I'm trying to change alot of stuff now and I can't manage to change this prefix
1s screen
I've been trying to figure out what this is and where its from but I can't maange to find it
maybe its somethign with Essentials and not LuckPerms
I think that's Multiverse - check your Multiverse config
i dont have multiverse but I found it!
its essentials
mhmhm so I made a group and added a prefix to it
and then added myself to that group but it doesnt work idk why 
also I dont get the number after the prefix? whats that?
Do you use essentials? or maybe another chat plugin?
Ye I use essentials but I already edited it
Do you set the prority and weight each rank?
For example
./lp group ranik meta addprefix 1 &6Nooob
or
./lp group rank setweight 5
yes I know but what does the 1 and such mean
Example
does that make the prefix show up somehow if I put that one correctly?
If you set parents with another ranks yes
I just want ranks non-upgradable or smth
I just dont get it idk
The weight of each range is the priority of each one if you do not put the weight in each range it is difficult to put prefixes because all the ranges have 0 weight
why does there need to be priority and weigh
Si pones parents con los rangos se mezclaran
when I just want to have a prefix infront of it nothing more
Do you have vault?
.-.
let me try
oh it works now!
but now I have to put in the right tags
ty a lot tho :D
so how do I make a group default when they join?
!default
> [19:46:07 INFO]: [LP] Preparing a new editor session. Please wait...
> [19:46:07 WARN]: java.lang.NoClassDefFoundError: Could not initialize class me.lucko.luckperms.common.web.StandardPastebin
> [19:46:07 WARN]: at me.lucko.luckperms.common.commands.misc.EditorCommand.execute(EditorCommand.java:110)
> [19:46:07 WARN]: at me.lucko.luckperms.common.command.abstraction.SingleCommand.execute(SingleCommand.java:50)
> [19:46:07 WARN]: at me.lucko.luckperms.common.command.abstraction.SingleCommand.execute(SingleCommand.java:42)
> [19:46:07 WARN]: at me.lucko.luckperms.common.command.CommandManager.execute(CommandManager.java:217)
> [19:46:07 WARN]: at me.lucko.luckperms.common.command.CommandManager.lambda$onCommand$0(CommandManager.java:157)
> [19:46:07 WARN]: at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
> [19:46:07 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> [19:46:07 WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> [19:46:07 WARN]: at java.lang.Thread.run(Thread.java:748)```
ermmm
Mind to tell me what it was?
needed to update
Ok
Hello I have a problem. I created the groups with this plug in, and I want to access the editor.. but when I do /lp user (my name) editor. it just says "unable to upload permission data to the editor." and idk what im doing wrong xd
Because
Please check the console for errors
Can I see them?
okay.
"5.01 12:01:36 [Server] WARN java.lang.RuntimeException: Connection returned response code: 401 - Unauthorized
05.01 12:01:36 [Server] WARN at me.lucko.luckperms.common.commands.impl.generic.other.HolderEditor.paste(HolderEditor.java:167)
05.01 12:01:36 [Server] WARN at me.lucko.luckperms.common.commands.impl.generic.other.HolderEditor.execute(HolderEditor.java:109)
05.01 12:01:36 [Server] WARN at me.lucko.luckperms.common.commands.impl.generic.other.HolderEditor.execute(HolderEditor.java:70)
05.01 12:01:36 [Server] WARN at me.lucko.luckperms.common.commands.abstraction.MainCommand.execute(MainCommand.java:102)
05.01 12:01:36 [Server] WARN at me.lucko.luckperms.common.commands.abstraction.MainCommand.execute(MainCommand.java:45)
05.01 12:01:36 [Server] WARN at me.lucko.luckperms.common.commands.CommandManager.execute(CommandManager.java:181)
05.01 12:01:36 [Server] WARN at me.lucko.luckperms.common.commands.CommandManager.lambda$onCommand$0(CommandManager.java:131)
05.01 12:01:36 [Server] WARN at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
05.01 12:01:36 [Server] WARN at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:53)
05.01 12:01:36 [Server] WARN at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)
05.01 12:01:36 [Server] WARN at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
05.01 12:01:36 [Server] WARN at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
05.01 12:01:36 [Server] WARN at java.lang.Thread.run(Thread.java:748)"
What version of LP are you using?
1.12 or 4.0.18
from my hosting. it has uhm.. versions available for my 1.12 server..
Can i use spigot-plugin on backend servers and can use bungee-cord's perms on backend-server's luckperms?
like a big list, and I just picked whatever version was available xd
is it compatible with 1.12?
Yes
okay will do!
Else I wouldn't ahve told you to use it
@boreal sundial if you want to manage bungee cord permissions, you need the bungeecord plugin
Ohh
And please show a little patience
Bungeecord and the backend servers are completely separete entities
!bungee
!sync
You can also sync the permissions across your servers#
And still have per server permissions
Read the two links
So i need to change "messaging service:" on config to "bungee"
It's maybe easiest way
we recommend to use sql over bungee, if you use MySQL or MariaDB
Ok
Though the most important part is using a database storage type
Else the permissions won't sync
I'm gonna host My server so maybe i buy myqsl database hosting from them
99% of MC hosters offer MySQL database
*maybe*
And when you have a dedi or VPS, you can just host it yourself
Ok
And again, syncing permissions between servers does not work without a database of any type
The messaging service does not transfer permission data
It just informs the other servers that there have been changes and that they should reload their permissions ASAP
alright, hate to bug but i have a few questions that hopefully can be figured out
Just ask
Ask
alright, so how do i set make a group, set my self with the permissions, and make myself op?
!usage
:paperclip: https://github.com/lucko/LuckPerms/wiki/Usage
That's the better page
alright, also does it work with any version of pixelmon reforged ? im using MCProhosting to run my server, they gave me luck perms, sponge, and groups. i couldnt access anything even through command council, couldnt find the groups, griefpervention kept crashing the server, and they said it was all set up, but nothing
:paperclip: https://github.com/lucko/LuckPerms/wiki/Usage
where can i download LP?
like what link so i dont have the wrong one
thx @lapis ibex
Hey D0ny412! Please don't tag staff members.
thank you very much
i got more info from you then i have from them in over a week, seriously one response every 12 hours.
Good support is rare
yes, thank you very much again
i am right now,
Awesome 👍🏼
im not sure if its because of luckperms using sponge or nucleus, but the permission "nucleus.connection.joinfullserver" doesnt work :/
can anyone help me?
@honest hornet I think your best bet would be to ask for help on the Nucleus discord
will do, there was a bug report that luckperms caused the issue but it was ages ago
not sure if its still relevant
I don't think so
How can I give the same permissions as a user to a helper? @lapis ibex
Hey D0ny412! Please don't tag staff members.
:paperclip: https://github.com/lucko/LuckPerms/wiki/Usage
/lp group user parent add helper?
ok
how do i swap all permissions from 1 group with another group
You can't really
But you can rename them
Like rename a to temp
b to a
and temp to b
Players will stay in their original groups
cant
@pastel axle so you want a group to have the same permissions as a user or as the group "user"?
@foggy quartz why?
yes
@foggy quartz sure. But why can't you rename the groups as I proposed?
@pastel axle that wasn't a yes or no question. It was a "A" or "B" question
Remove the group and clone default
Commands can be found on the Command Usage wiki page
I do not understand .. I would like to avoid writing the same permissions as users on the helper group
genius
Is "users" a group?
yes
!usage
:paperclip: https://github.com/lucko/LuckPerms/wiki/Usage
1 more thing but ill wait for dony
Read that page @pastel axle. It explains what you need to know
@foggy quartz just ask
im having async issues
since i make skript commands that use luckperms
[23:39:59 ERROR]: Command Dispatched Async: lp user NathanAdams10 group set member
[23:39:59 ERROR]: Please notify author of plugin causing this execution to fix this bug! see: http://bit.ly/1oSiM6C
java.lang.Throwable: null
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:667) ~[patched_1.12.2.jar:git-Paper-1593]
at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:607) ~[patched_1.12.2.jar:git-Paper-1593]
at ch.njol.skript.Skript.dispatchCommand(Skript.java:1166) ~[?:?]
at ch.njol.skript.effects.EffCommand.execute(EffCommand.java:84) ~[?:?]
at ch.njol.skript.lang.Effect.run(Effect.java:52) ~[?:?]
at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) ~[?:?]
at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) ~[?:?]
at com.pie.tlatoani.Miscellaneous.Thread.ScopeAsync.lambda$go$0(ScopeAsync.java:46) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:63) ~[patched_1.12.2.jar:git-Paper-1593]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.12.2.jar:git-Paper-1593]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.12.2.jar:git-Paper-1593]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_191]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_191]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]```
i made my skript async
All commands of LP are async
its working fine but annoying error
That's by design
It's a terrible script plugin if async commands break it
Becasue commands should be async
What's the easiest way to give someone a staff rank while having them keep the perms from before.
:paperclip: https://github.com/lucko/LuckPerms/wiki/Usage
Take as an example "/ lp group admin parent add mod" so I should do "/ lp group user parent add helper" right?
No
@lapis ibex
Hey Lion_fury! Please don't tag staff members.
The other way round
@austere abyss I answered your question. What do you want?
ok.. /lp group Helper parent add user ?
Would it desplay helper?
Because you inherit things from your parents
I did it and it showed the rank from before
@austere abyss then your group weights probably aren't setup correctly
Or at all if I had to guess
i cant find how to duplicate a goup
thank u
@foggy quartz that error you're getting is because your skript is async
It has nothing to do with luckperms
when i turn off async on my skript it sometimes gave internal error
i will try to reproduce again
g2g for tonight
Hey, Luck or any mod, if set a group to a player it looks like this [rank] {player}:
How can i add a group (Not set) and make it look like this [previous rank] {player, but in bold}:
This is an example, its not exacly what i want
Generally speaking you can't
But you could use the suffix to make the name bold
@random vault
Of course
If the new group is added or somewhere in the inhertiance it'll stay
Which prefix to show is determined by the prefix weight
@random vault
oh ok, so I can set a prefix for the main rank, and a suffix to the add rank, and the prefix will still be there
Yes
great, thanks : P
You’re welcome
What about this? https://github.com/lucko/LuckPerms/issues/1330
Oh @BrainStone#6759 no I can't make the name bold, that's part of the prefix xD
Hey JasperEdits! Please don't tag staff members.