#support-1
1 messages Ā· Page 463 of 1
yet the essentials.* on the owner group (which i have) didn't work
Indivdiual permissions always override wildcard permissions
Not the other way round
to illustrate:
test.permission > test.* > *
ye but then * should override any default perms that would block /ess
yet it doesn't
Exacttly not
You have several permissions set to false
* doesn't override essentials.xxx
can't i just set the weight of the owner group higher so it checks the wildcard perm and not the indiv perms?
Weight is only a factor when you have the exact same permissions
damn
Like group a sets perm to false and b to true. Then the one with the higher weight will "win"
I know pex does have -<node> to override the wildcard permission but if it found a permission in the highest weight group it didn't go on to check lower groups
but if group b > a
and a has plug.a to false
and b has plug.* to true
shouldn't it just grab b (plug.*) and allow plug.a as well even though group a has it false
alright
So other means of ordering them are required
so I just have to copy over any "false" permissions and allow them on higher groups?
Yes
aight
Or not use false in the first place
Why do I get this when Im going to start my bungee with AACBungee.
20:08:09 [INFO] -----------===== [AACBungeeConnect] =====-----------
20:08:09 [INFO] [LuckPerms] Closing storage...
20:08:09 [INFO] The plugin has been successfully deactivated
20:08:09 [INFO] Plugin by: Nojo | Noah
These are the exact rules
ok another question right
@hoary grove there must be another error before
does the wildcard get absolutely ignored if there's any more specific permission in another group?
cause I'm not falseing the /ess command on default
only like /me and other trivial stuff I just don't want my defaults to do
Any more specific permission that matches
found it
It says [AACBungeeConnect] Detected Plugin Piracy! Stopping Plugin...
idk why i blocked essentials.essentials from default cause that's naturally an OP perm
Whats Piracy?
johnny depp
Illegally downloading or using something you'd need to pay for
At least in the digital sense
Please help me... I just used PermissionsEx until today but during the update of my server it's completely broken... I'd like to update to LP! But... I don't know how and what I have to do that my chat prefixes and else are going to work...
also how does essentials decide which group to display in /list
cause when i'm in default AND owner, it displays me in "everyone"
yet when i'm in owner alone i'm in staff
Probaly group weights
Be sure to use setweight or the node weight.<weight>
@lofty falcon you can migrate your permissions from LP
And it has an excessive wiki
@primal shadow yes
so I have a prison server
and I want the players to get added into both a and default as a default group
i mean i could merge default and a
but it would look a lot better with the /rankup plugin i use
cause it just takes the group from LP and displays the group name
@primal shadow read the wiki page "Default Group"
ok
so if I do use default in the prison track and they get promoted
does the default group get unassigned?
alright so I do need the double default group then
If it's set explicitly and the rank doesn't start with it, then no
say track does start at default (a) and gets promoted to b
You can use the default assignments
then user no longer has default and no longer is on the track I would set up from default > member > ... > og
can I even have one group as the first rank in two tracks?
Yes you can
that should do it, no?
But what you can do with default assignments is check if the player not on the prison track and give them a
yea i found <prison/group.prison_titlepack>
that means like
<track/group> right?
so how to check if lacking a track?
not just check if the first group in the track is lacking
Wait a minute
I know it's possible
@queen latch if I'm not completely wrong you can check for if a player is on a track in the default assignments
Do you remember how?
Also @primal shadow
[19:21] patch: these are all my falses
[19:21] patch: there's nothing that blocks /ess yet the group still does
^^
I fixed that already
One way you could manage it is with another group like s_deny_default with all the false perms
Then inherit it from default and deny it from owner so it doesn't inherit
And also, I'm not sure @lapis ibex
@primal shadow then you need an expressions like this:
lacks: <group.a> & <group.b> & <group.c> & ...
o.o there's gotta be a better way...
or can it be like
- group.a
- group.b``` as well?
Don't think so. It would be if it was yaml but the lacks part is a string that lp parses
that's gonna be one long line if i can't lacks: track.prison
if there isn't should be added to todo
Do your ranks all inherit each other?
they will
IE b inheits a
then i can just lacks group.free?
If so, add a bogus perm to a like has_prison_track and put that in lacks
oh that could work
You'd wanna check the lowest group
ofcourse
š
the main problem was if it was just checking for group.a and they were in group.free-----
wait
if group.b inherits group.a
doesn't it also have group.a
?
It'd need <>
ofc
coz it's a "permission"
if I add <prison/on_prison_track> it'll only check when I'm on the prison server?
Yeah
cause I don't think it's very useful to check for on_prison_track if they never go on the prison server
useless storage usage
It'sk all stored in the same place so idk lmao
if I have the script on the bungee plugin instance i don't need it on all the spigot server confs right?
for server do I put what I named the server in the config if it's synced in a SQL DB?
I would assume either the config servername or your bungee servername
I don't have a bungee atm
then server name in your config
Alright, I am getting ready to put bungee in the server do I put * if I want them to sync the perms no matter what server they are in?
just leave it blank
will turn into global in the editor automatically
you are using the web editor ui right?
yeah
I'm not sure @primal shadow
@latent hemlock Put a server name still in config. It's good practice for if you ever upgrade to a network and it won't affect anything if you're running only one
@queen latch I did
Hey Tech Bot 7! Please don't tag staff members.
I am switching to a network next month so I am a bit excited š
nice
š
Would it mess up my permissions if I put 2 servers on one database?
that's the recommended way to set up a network
08.11 15:45:15 [Server] ERROR [LuckPerms] Storage method 'sql' not recognised. Using the default instead. I no joke did what I did for my other server š
but it uses sql on the other one and works just fine š¤
i can assure you it doesn't
it's probably given the same error and has defaulted to H2
it does š¦
Luckperms has to have MySQL for the storage method. If you're wanting to use mysql
who are the experts here? lol
sql is not a valid storage type
the only place in your config that should say sql is under messaging service
alright then do I export it and import it into the MySQL then?
Yes. If you're wanting to save any previous data.
Otherwise you can start fresh. Upto you.
ok
08.11 15:59:50 [Server] INFO [LP] (Import) -> Starting import process.
08.11 15:59:50 [Server] INFO [LP] (Import) -> Processing commands....
08.11 15:59:52 [Server] INFO [LP] (Import) -> Waiting for initial update task to complete....
08.11 15:59:52 [Server] INFO [LP] (Import) -> Setting up command executor....
08.11 15:59:52 [Server] INFO [LP] (Import) -> All commands have been processed and scheduled - now waiting for the execution to complete..
08.11 15:59:54 [Server] INFO [LP] (Import) -> 92% complete - 138/149 operations complete with 1 error.
08.11 15:59:56 [Server] INFO [LP] (Import) -> 92% complete - 138/149 operations complete with 1 error.
08.11 15:59:58 [Server] INFO [LP] (Import) -> 92% complete - 138/149 operations complete with 1 error.
08.11 16:00:00 [Server] INFO [LP] (Import) -> 92% complete - 138/149 operations complete with 1 error.
08.11 16:00:02 [Server] INFO [LP] (Import) COMPLETED - took 11.401 seconds - 1 error.
08.11 16:00:02 [Server] INFO [LP] (Import) ------------> Showing Error #1 <------------
08.11 16:00:02 [Server] INFO [LP] (Import) Whilst executing: Command #78
08.11 16:00:02 [Server] INFO [LP] (Import) Command: group default permission set bukkit.command.plugins false
08.11 16:00:02 [Server] INFO [LP] (Import) Type: STATE_ERROR
08.11 16:00:02 [Server] INFO [LP] (Import) Output:
08.11 16:00:02 [Server] INFO [LP] (Import) -> [LP] default already has bukkit.command.plugins set in context global.
08.11 16:00:02 [Server] INFO [LP] (Import) <------------------------------------------>
@latent hemlock Instead of spamming up this chat with those. Use hastebin.com then just send us the link.
Yes.
Cool š
hello
im wondering is if its possible to create a luck perms database
and if it is,how
@clever talon Create a database, then connect it to luckperms in the config.
how do i connect it?
With the database name, address, username and password. In the LuckPerms config.
what do you mean by "raw example"?
like just like basic rank set, where I can add and adjust and give perms like - joetheplumber rank the the perm nodes. is there like a rough ex.
Oh like an example setup?
yes
We've talked about that before but not ended up implementing it as every server is different
there is a getting started guide https://github.com/lucko/LuckPerms/wiki/Usage#getting-started
there's also a migration feature to import your PEX permissions
You need to make the perms system yourself so you know how it works and so it's set up in a way that makes sense to you
But yeah that guide should help. There's also pex command equivalents on the wiki
the pex migration would be wonderful but my pex is on my spigot servers
this one is on sponge
Ah
I mean you could technically still do it
But there'd be no point as the perms themselves would be different
Easiest thing to do is read the wiki page Turbo sent, then explore more of the wiki
An ask if you have more questions
ok no worries, thanks
and if you're on sponge and using Nucleus they have a command that will set up some default perms for you
oh that would be nice let me add nucleus
it's only the nucleus permissions it adds though, and you still have to create the groups for it
but like, that's easy af
thanks
my prefixes dont show up when i make them with luckperms but they do in other plugins
and i am in the right group
@clever talon Iām not sure I understand you correctly
Could you try to explain it differently
when i do my prefix in pex for examle, it works
but when i do luckperms it does not
@foggy quartz and for easy permissions editing use the web editor. Just run /lp editor and Click the link
@clever talon make sure you have vault installed and a vault compatible chat plugin
recommendations
@lapis ibex
Hey luka! Please don't tag staff members.
is essentials chat compatible ?
As long as itās EssentialsX
yup it is
And EssentialsXchat, yes
but it still does not work
/ess version and show us
for some reason
Do you happen to use individual chat formats for each group?
send your essentials config over hastebin
also double check you actually have a prefix /lp user <user> info
^
oh i see now
i was just retarded
i had a meta prefix set but not the actual one
sorry for wasting you time
Meta prefix isnāt a thing in LP
https://www.spigotmc.org/threads/345870/ Does that needs to do something with LuckPerms?
what storage type do you use?
Letās make it shorter. Run /lp info please and show us
tnx
And if youāre using commands wrap the prefix in ". So for example "[Rank] "
@frosty stump
See the messages direct at you
What do you mean?
Ohh!
lp info=> [23:53:44 INFO]: [LP] Running LuckPerms v4.2.42 by Luck.
[23:53:44 INFO]: [LP] - Platform: Bukkit
[23:53:44 INFO]: [LP] - Server Brand: Paper
[23:53:44 INFO]: [LP] - Server Version:
[23:53:44 INFO]: [LP] - git-Paper-1500 (MC: 1.12.2) - 1.12.2-R0.1-SNAPSHOT
[23:53:44 INFO]: [LP] - Storage:
[23:53:44 INFO]: [LP] - Type: H2
[23:53:44 INFO]: [LP] - File Size: 2.15MB
[23:53:44 INFO]: [LP] - Messaging: None
[23:53:44 INFO]: [LP] - Instance:
[23:53:44 INFO]: [LP] - Static contexts: None
[23:53:44 INFO]: [LP] - Online Players: 0 (1 unique)
[23:53:44 INFO]: [LP] - Uptime: 22 h 19 m 3 s
[23:53:44 INFO]: [LP] - Local Data: 0 users, 19 groups, 1 tracks
sniff
omg luckperms is awesome
you are running an old version of LP btw @frosty stump
the best perms plugin ive ever used
Oh, wait me a sec
thank you so much

so easy to use
Not anymore :3
I need help
I know how to use PEX but not luckperms
How to i make a rank in luckperms
have you checked out the wiki?
have the same permission as another group
yes i havw
I want to make a group and that group has the same permissions as another group but with more permissions, how can i do that?
easy, make the second group inherit the other group as its parent
e.g. /lp group <group2> parent add <group1>
whats group2 and group1 difference
group1 is the group you want to inherit from
group2 is the group with the extra permissions
that page will help you if you're used to PEX
So group2 has the permissions as group1?
if you do that command, yes
I used the config not chat lmao
wat
In pex i used config to set the permissions and i knew how to do it by the config rather than by chat
Ik
editing permissions in config files is not a good method
use the web editor or commands instead
I used the config for pex, not lp anymore
Also
If i say
group3
group3 parents group2 and group2 parents group1, would group3 parent group1 automatically?
yes
Ok good
So the prefix thing is not a problem with luckperms?
Turbotailz... Thank you for figuring out that i had a derp moment when editing the config. I've updated the issue and closed it. I figured it was something stupid like that since i couldn't find anyone else having this issue.
does anyone know if you can to set the ftbutilities chunk claims and chunk loading amounts via rank perms?
Hey Bersagliere! Please don't tag staff members.
Ahh, right
But Iām pretty sure itās linked in the comments
Does the author just choose not to update the ore page anymore or is the 1.12.2 edition an unofficial fork
Itās weird
The guy made the version.
But never released it
And some other guy forked it so he could upload it as a GitHub release
But didnāt change any code
Very weird indeed
sorry what do you mean i need forgedperms?
The guy that forked it was just being nice. Precompiling it and letting people know
You need the plugin Forged Perms
do you mean ftbutilities perms?
It bridges Forge permission checks to Sponge so LP can handle them
ahh isee
No. Just need the plugin in addition
you wouldn't happen to have the link for it would you
Well, at least the dev for forgedperms isnāt a flowerchilds tier guy
that best not be a knock at me for asking for a link
āThe dev for forgedpermsā probably canceled out the possibility of it being you
@orchid pagoda check the discussion/comments on the ore page
Is there any sort of guide anywhere for beginners like me to setup perms for a server?
That didnāt really help me in what Iām trying to do. I mean a guide very light in terms of verbose and terminology
Like if Iāve never touched a permissions plugin ever
https://www.spigotmc.org/resources/luckperms-an-advanced-permissions-plugin.28140/ Here is a great permissions plugin that gives you the best of both Pex and...
that helped me
as i'm kinda the same, new to configs
the config is simple and barely needs to be touched
^^ That's a good video. Just make sure to ask any questions you might have here
though one thing if you ever edit a config, download it and use notepad++ as it will highlight things to show them off better. thats be the thing i can say in that regard
But yeah you should have to change about 3 lines of the config
The server name and the database information
but only if you run a network
Then close that config file and forget about her š
otherwise it's basically plug n play
funny that void, i get the feeling on a lot of plugin discords that we are tirsome when it comes to having to help o.O
True yeah, shouldn't need to edit anything at all for single server
i always remove default bukkit permissions but that's me.
Honestly the only tiresome people to help are people who can't read / refuse to listen to you
it can be tiresome when all the info is available in the wiki and we just have to point to those pages lol
As long as people are polite to me and can communicate with me effectively I'll dedicate as much time as they need :)
turbotailz, least for me the wiki isn't all that clear when your new to it all
Yeah it's a little technical
Is there anything specifically you're not understanding?
i agree that there could be a more simplified version
especially to help the people who don't know english very well
but ĀÆ_(ć)_/ĀÆ
videos explaining how to go through the whole things are always a good idea š
luckypermission: the idiot guid
well yeah that lol
videos are not easy to make
I mean I made a video that covers instalation at least
But yeah they take quite a while
i'd love to make a series
you don't need to dumb it down, just go through the steps without being too technical
My 4 minute video took maybe 40 minutes in total
people probably wouldn't understand my accent š
Yeah that's what I'm planning on, I just don't have time atm
yeah i guess, but in the long run it;s more helpful to more people
LuckPerms By Example, Episode 1 ________________________________ LP by Example is a series where I explain each wiki page from the LuckPerms wiki in simple e...
in my opinion anyways
Yeah
I think my accent is quite understandable anyway
Although I think I put the volume a little low compared to the music
anyways, i had a look for a forged permissions but the only one i saw was api1 would help for a link
if anyone has it to hand that is
yeah so i can eidt ftbutilities allowed chunks
for my server
yea
was told thats what i need
to set rank limits for claimable chunks
and chunk loading
I'm pretty sure there's one on Ore called ForgedPerms, that should work with latest sponge?
Anyway I've got to sleep now, it's 1 am and I have school tomorrow š
Cya, and sorry :(
Haya im having problem of prefix's not showing
What is the command for giving users a suffix?
i did a search ie sponge forged perms for api7 and couldn;t find anything, should have gone strait to sponge ore
./lp group [group] meta addsuffix [priority] "[Suffix]"
ā¤
My brain doesnāt work well with YouTube for topics like this sadly so a text based tutorial would be most beneficial
@faint lynx didn't want to do it for a group š¤£
anywanys anyone able to assist me with why my prefix's aint showing
then instead of group
yeah everyones different in that regard. i prefer a vidoe i can go along with š
@faint lynx Spigot? Sponge? Chat format plugin?
@faint lynx Check the page on the wiki about that, https://github.com/lucko/LuckPerms/wiki/Prefixes,-Suffixes-&-Meta#displaying-prefixes-and-suffixes
But what is it running
So you're jusing Spigot, Okay, Whats your chat plugin?
@latent hemlock just FYI the group commands and the user commands are almost the exact same. You can switch around /lp user for /lp group and 99% of commands will still work
EssentialsChat
EssX?
yes sir
@faint lynx Vault installed?
no sir xD
/ess version
Install Vault then
i didnt think it was needed cause i had sponge server where i didnt need it
but will do
you almost always need vault on bukkit/spigot servers
when you have forged perms install, is there a command you use for luckyperms to set the amount of chunks a group can claim? or is it something within forged perms?
What if I wanted to apply it to only one or all the servers for the suffix?
@latent hemlock Add server=<servername> for adding it to one server only
to the end of the command
Assuming you have set the server names in the LuckPerms configs
Yes
cool š
im having a bit of a
double owner prob
you can literly see that confused ness in that "uh" text
Remove {GROUP} from the format to remove the owner
when you have forged perms install, is there a command you use for luckyperms to set the amount of chunks a group can claim? or is it something within forged perms?
damn
worked like a charm
tysm
MacWhinny i think you should head over to forged perms then
if no staff react on it i think they either dont know it or bussy. but im going out from it that they dont know.
i did, there isn;t anything, thats why i asked. i wanna know if its a luckyperms command or a forged perm command
i mean
check the Luckperm's Command wiki
and Forged perm command wiki
see if you can find it there
and i am and have, is the reason im asking here incase they answer it before i find anything. fastest rout first. You'd be stupid nt to do it that way. If i found it id redacted my question
@orchid pagoda on the FTButils docs it lists the permissions you need to set
Many staff hate it, that you just go on and keep asking, and have them doing it for you. instead of moving ur own butt doing it
#Experience
i asked twice, get over yourself
no need to get hostile now...
then stop with how your coming across
@orchid pagoda @faint lynx all good
well 1 no, you are to full of ur self hoping that others do it for you by just asking maybe once or twice or how many time's.
and 2, if someone says someThing that might come over to you harsh, then just state that you dont like that attitude instead of getting hostile
woop
i'll stop now
Iām pretty sure what he meant is not asking again. But keeping asking without doing anything yourself, when all youād have to do is reading the docs etc.
And I agree. That gets annoying. Thatās why I generally refuse to do any work.
I prefer teaching people to help themselves instead of helping them
Will take longer in the short term but will pay off in the long term
Iām a magician
magic <insert glitter rainbow here>
the Magician who makes people hungry come see!
i am trying to find it myself, as i said the i take the fastest rout, if i get an answer here first or i find it myself then that's the obvious thing to do. I'm really not good at the wiki, it's not all that well layed out on some things and i'm struggling to find it, so if someone here provided me the link or told me if it was a lucky perm command or a forged one that that would help
š šÆ
and besides, as i said i have looked and couldn;t find it myself. so i asked. shot shooting me
Thatās ok. Donāt worry
Though I donāt know what exactly you need to do for FTBUtils
psst, there is no Y in LuckPerms
All I know you need to bridge the Forge Permission API to Sponge so you can manage the FTBU perms through LP
And I know people have done it
right ive done that, but i was asking once thats done. will the command be a LUCKperm command or a difference command
thats what i dont know
The command that sets the permission will be a LP command
if it's a luckperm then ive never seen that perm in the command log
right thank you
thats what i was asking
and i got dick slapped in the face for it
But what permissions you need to set will be told in the FTBU docs
Be aware though that their docs will probably tell you to use FTBU stuff to set them
ok, do you have the link to that site. as i did a search and it came up with nothing recent.
ok
Im Sorry to interfere!, but i got 1 ask. you said you searched ur self?. yet you said "You" tooked the fastest "route" to get ur awnser
and that's by hoping others know it to tell you. so in other words
You never searched it in the first place?. just curiousity
Their docs are probably linked on their curse page
guessing it will be on their main side not some off website
Yup
ok thanks, and i said i do both. you do not listen and then have to speak out. i said i search myself and also asked here to get the answer the fastest.
not with everything but with things i think may take a while to find out
okay
Ok. Thatās it. Last words in that regard
ty for awnsering my question.
@faint lynx your comments aren't necessary
i think that brainstone handeled that off turbotailz
@foggy quartz Depends on the plugins you have.
There is barely any thing on except essentialsX, luckperm of course, essentialsXspawn, and nucleus
But u cannot push a button lol
essentials and nucleus? uhhh
Wait what
that's not possible š
Ok i think i found the website. https://github.com/LatvianModder/FTBUtilities/tree/master/guide/ranks/example_config
that is the command to change the max chunks you can load and claim. But i'm unsure how to put in into the luckperms. I though it may go as such /lp group owner permission set ftbutilities.chunkloader.max_chunks: 40
But that didn;t do anything true
Hey
greetings
How are you doing?
6/10
Where did the other 4 points go š
ĀÆ_(ć)_/ĀÆ
@orchid pagoda try /lp group <group> meta set <option> <value>
Is luckperms actually handling tablist prefixes ?
LuckPerms does not display prefixes in chat or Tablist, you need another plugin to handle that.
I still couldn't find whats causing prefixes to not work for only the migrated groups in spite of everything being right.
luckperms-h2.mv.db is this file where all the perms are stored for each of the groups?
Yes. If your storage type is h2
Is there a way to open to file on windows?
Why would you want to?
because Im having an issue and I see nothing wrong with the way thing are setup.. the prefix problem I mentioned earlier..
Quick ask, i got Prison Plugin and Luckperms im tryna have it so that The Ranks from Prison can have permission's set in it am i here good for asking that
[ Solved ]
@somber shoal Can you not DM us please.
Just wait patiently, since not everyone has time right now.
Thank you.
ok š I'm sorry
All I need is someone to understand the bug I'm having. My question always gets pushed to the back and I've been trying to solve this for almost a week.
I'll keep my explanation clear below 5 lines with 3 screenshots. That's all it will take to explain the bug.. I just need a few minutes of your time
@somber shoal Explain your issue with screenshots and everything through a Github issue that way it doesn't get lost. The when someone has time and is able to help then it's there for them to review the Github issue.
ok
or just say it in here...
ok I'll type out the thing. Just a sec
The problem I have is with prefixes not being displayed for only the ranks which were migrated from pex
These two groups are made natively on luckperms and work flawlessly
so... what's the expected outcome?
The problem exists with the highest priority prefixes element not being shows in tablist for the admin rank for example
the highest prioroty prefix usual shows up in tab
like it does with member and dev
what's the tab plugin
Its only the ranks which were migrated from pex seem to have this problem. The ones I made on luckperms dont have this issue.
Its titlemanager
If I made a rank freshly on luckperms it works flawlessly. All the ranks I migrate from pex end up with prefixes not working even though as you see in the screenshot I have set the priorities correctly
lp editor?
sure just a sec
so which ones are the pex groups
admin, trialadmin, builder, headbuilder
I even set the weights of groups correctly.
what placeholder do you use for the tab?
no placeholders. It automatically works
I have vault etc installed
If I had the option to add placeholders I would have done that ages ago..
i'm not sure i understand this 2 prefix system you got going on here
I'll explain
Ok so what I have going on here is this:
I set my chat plugin to work with the following format
{luckperms_prefix_element_lowest} {name} >> message
So I have the prefix I want displayed on chat as the element with lowest priority
The element with highest priority is automatically taken as the one for other places like tablist
You can see that here
lowest priority prefix element is show in chat and the highest priority prefix element is shown in tablist
You can see that here
Lowest priority prefix is show in chat and the one with highest priority is shown in tab
The problem is with the ranks which were migrated from pex, the higher priority prefixes don't show up. Only the placeholder in chat works
it doesn't make any sense why that would happen... have you tried cloning the groups?
That is what we see here with admin rank and the other migrated ranks
Exactly it makes no sense why this happens. Yup I tried everything ;-;
I cloned, did export and import back again, did a migration again.. nothing worked..
I have no idea. Maybe this does need a github issue.
At least then Luck will definitely look at it
Which is why I was wanting to know if there is something different in the ranks migrated from pex by looking into how the rank is stored
in my case it seems to be a h2 file
db
That's why I mentioned it turbo haha. It's got me why it's not working as well.
nah there shouldn't be any difference to how the ranks are stored, the migration generates an import file and the permissions are all imported as if they were normal LP perms
https://github.com/lucko/LuckPerms/issues/48
anything related?
i'm also not sure if your weighted prefix system is going to work as intended
It works for all the ranks i make on luckperms natively xD..
its supposed to by default take the highest priority prefix for other places which is why I went this route
because I can use the placeholders provided to get a different prefix to show in chat although it wont be used elsewhere
so why don't you just make the groups again if that works?
I need to copy over 100+ perms if I am to do it manually..
just use an import file to do the perms
I did try.. no help
export them, remove the prefix stuff, import them again without the prefixes
but exporting them will export with it the very bug I'm trying to get rid of right?
Oh you mean clear all meta for the groups then export ?
but then how is it diffrent..
it should have cleared if I did clear..
no i mean export the data, open the export file, remove anything relating to meta
have you seen an exported file? it's literally just a list of commands
you can manipulate it however you want
yup Its a perm file
Yes I see it.. I just checked all the commands with meta in them and I believe they are already set up correctly .. owo I see nothing wrong with them..
so I'll just try to delete all groups of my server
and then import this to try?
I'll try that and let you guys know
is possible to execut commands like /lp user [user] promote [track] silently?
wdym by silently? Group changes aren't usually notified to user whose group is being changed I think?
Maybe you see it because you are opped?
do you know how to make some commands timed
like /fly for 30 sec
I tried this /lp group owner meta set ftbutilities.claims.max_chunks : 30 And nothing changed.
Are you sure it would be that command? to change the amount of chunks per group
??
DJ this video has what your looking for https://www.youtube.com/watch?v=oS6tl5SME_I
https://www.spigotmc.org/resources/luckperms-an-advanced-permissions-plugin.28140/ Here is a great permissions plugin that gives you the best of both Pex and...
ok
helped me setup
wait, spawning system?
?
he say spawning system
im looking for a way to make players spawn on a different location than the world spawn
on first join
Sorry you asked for a way to set a timed fly command
any plugin reccomendation for colored names in tab list that works with luckperms groups
normal one, i set prefixs through lucky perms, that video explains it too
@foggy quartz For example, it should change iron nuggets into ingots.
oh so it crafts
Yes
It will also change ingots into blocks.
I donāt remember off the top of my head the entire list of stuff that can be condensed.
???
i dont understand
that will give you a perm for 10s than remove it or give you a perm for 10s than disable it and you can use it again?
It gives that group that permission for 10 seconds.
Yes, if people say that something is only for x seconds it ofcource get removed
That's just some basic logic.
do what
yea
the command u showed is for that
but make "true" to "false" which will negate the permission
lp group VIP permission settemp essentials.fly false 30s
will disable fly permissions for 30 seconds then it will go back to normal
that can help me
yup
and disable for how long
but lp group VIP permission settemp essentials.fly false 30s for cooldown
just disable it
what will trigger the automatic 30 second delay
a pressure plate?
entering worldguard region?
If you want to give VIP group /fly for 30 seconds, then do /lp group VIP permission settemp essentials.fly true 30s
fly enabled
oh
after 30 sec
ur looking for /fly person
explain everything
fly myself
you a command which toggles someones fly mode to on and after 30 seconds disables it
like doing /fly person
no
or do u want a command that gives someone the ability to do /fly for 30 seconds and then removes it and disables his fly mode
ur still not clarifying
when the player execute /fly the command will disabled after 30 sec and the player have to re-execute the command again
The temp permission wont work on toggle commands
Because it wont to toggled off when the permission is removed.
@bleak pecan @foggy quartz that's off topic, and Remski is right, if someone toggles fly on they can keep flying until they relog, no matter if they have the permission
Some plugins might handle that properly. But most donāt
I know supervanish handles it okay
Maybe if plugins add a permission check by using everytime /fly
Mhm
As they can see then they dont have the permission anymore and with that toggle it off.
But that must from the plugins end. Not lp. So
Ow wait. Nvm. I meaned check it when i a player tries to fly when fly mode is enabled. (As example)
I tried this /lp group owner meta set ftbutilities.claims.max_chunks : 30 And nothing changed.
Are you sure it would be that command? to change the amount of chunks per group
No : @orchid pagoda
ā¤
I am having a problem I migrated from PermissionsEX but the lowest inhabited ranks prefix is showing
Before it would show owner before admin and admin before mod
But now is shows opposite its show the lowest ranks prefix first
@tacit sable Can you send me the link to your editor please š
Yeah
Thanks, one moment
k
@tacit sable What do you want the rank ordur to be?
Owner
Admin
Srmod
Mod
JrMod
Helper
Default
Okay, and should YT and donator be just above default?
donator is above default
youtube dose not inhret anything so it dose not need to be ordered
okay
Thanks so much
Thank you
I've changed your weights around, open the editor after applying to have a look around š
You're welcome
Hello, how to fix lowercase LuckPerms formatting? i remember that it doesnt do that at start of 2018, what changed? I have a system that recognizes skins as players Reg-ined on my system. And there might be some nicknames with HigherCased
Ive tried to find and stuck on this
ello again luck
do negative perms override *?
Дan i change that?
no you can't foxgreat
i really need to not doing that lowercasing
yes dual
right.
Use the players UUID to fetch the name with casing?
@dark drum The default permission handling is like that:
- More specific perms override perms with wildcards (Example:
essentials.flywith valuefalsewill overrideessentials.*with valuetrueand because of that users won't be able to run /fly) - Permissions of users will override permissions of groups.
- Permissions set in a group will override permissions of an inherited group.
I actually like this system ^
Z)
https://github.com/lucko/LuckPerms/wiki/Prefix-&-Suffix-Stacking
Is the prefix stacking possible via the online webeditor?
@formal bison Prefix Stacking needs to be done via the LuckPerms config.
Alright. Thanks!
regarding the weight when adding suffix, hat i does it mean?
Like you do when adding weights for groups.
@formal bison I can show you how to do it
Incase a player or group has multiple suffixes, it so you can specify which one should have the most priority over the others. @orchid pagoda
in what scenario would that take place then
If a player has both groups, VIP and Admin
The admin suffix would have a weight of something like 20 and the VIP would ahve something like 10 so the admin suffix would override the VIP one
/lp user <name> parent add <group>
parent = group
group = parent
Ye ik
but wouldn;t adding a group just put them into that group?
ahh ok thanks
Group set removes all existing parents and puts then in 1 group
where as group add just adds the group
same with unset and remove
thanks, thats good to know
My luckperms stay red in /plugins '-' help
@mystic wolf Check your console for errors
Can not be 1.8?
@mystic wolf You need to use 1.8.8
Okay '-' Thanks
Hey, I'm digging whole internet for one problem, how to enable for admin group, ability to use target selectors in standard vanilla commands? For example /kill @e[type=pig] work only when I'm an operator.
@green arch
Just get uuid and convert that to the latest username
Via the Mojang APi
@azure crystal are you looking for a permission for that selector in particular, or just generally the kill command?
any command with @p @e etc.
The answer in both cases is that you're restricted to whatever permissions are checked for by the command code
Unless you have another plugin to implement that behaviour over the top of commands
I'm getting an error when entering a command:
lp group visitor meta setĀ griefprevention.min-claim-size-basic-z 10/5000
[18:17:49] [Server thread/INFO] [nucleus]: Server ran the command: /lp group visitor meta setĀ griefprevention.min-claim-size-basic-z 10/5000
[18:17:49] [pool-4-thread-1/INFO] [net.minecraft.server.dedicated.DedicatedServer]: [LP] Command not recognised.
LuckPerms doesn't do this, it just responds to permission checks when they're made
@woven path that's strange
gp is present:
gp
gpdebug gpreload gpversion
gp
[18:22:38] [Server thread/INFO] [nucleus]: Server ran the command: /gpversion
[18:22:38] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: [GP] Running GriefPrevention 1.12.2-4.3.0.662
[GP] Running SpongeForge 1.12.2-2705-7.1.0-BETA-3481
[GP] Running luckperms 4.3.8
do other luckperms commands work ok?
hmm
yes:
lp group admin meta addprefix 100 "&4[Admin] "
[18:23:18] [Server thread/INFO] [nucleus]: Server ran the command: /lp group admin meta addprefix 100 "&4[Admin] "
[18:23:19] [pool-4-thread-1/INFO] [net.minecraft.server.dedicated.DedicatedServer]: [LP] admin had prefix '[Admin] ' set at a priority of 100 in context global.
lp group mod meta addprefix 90 "&6[Mod] "
[18:23:19] [Server thread/INFO] [nucleus]: Server ran the command: /lp group mod meta addprefix 90 "&6[Mod] "
x[18:23:19] [pool-4-thread-1/INFO] [net.minecraft.server.dedicated.DedicatedServer]: [LP] mod had prefix '[Mod] ' set at a priority of 90 in context global.
lp group member meta addprefix 50 "&1[Member] "
[18:23:19] [Server thread/INFO] [nucleus]: Server ran the command: /lp group member meta addprefix 50 "&1[Member] "
addprefix 25 "&2[Visitor] "[18:23:19] [pool-4-thread-1/INFO] [net.minecraft.server.dedicated.DedicatedServer]: [LP] member had prefix '[Member] ' set at a priority of 50 in context global.
lp group visitor meta addprefix 25 "&2[Visitor] "
[18:23:19] [Server thread/INFO] [nucleus]: Server ran the command: /lp group visitor meta addprefix 25 "&2[Visitor] "
[18:23:19] [pool-4-thread-1/INFO] [net.minecraft.server.dedicated.DedicatedServer]: [LP] visitor had prefix '[Visitor] ' set at a priority of 25 in context global.
sorry
none of my nucleus permissions are working either
that worked, meta set test test
It's working now... I haven't a clue. thanks for looking into it though
:/
Hi
I'm making an advanced setup
2 tracks
if you have one of the ranks of the first track above default you get a prefix
if you have default rank in the first track and something above in the 2nd track you get the 2nd tracks prefix
but if you have a rank in both you get a prefix from the 2nd track and a suffix from the 1st track
I have a legit question
how do i change my default group?
I thought renaming default would work, but it just remakes the default role.. and I am sure there is a config for this, I just can't find it
@static bear wiki
I mean thatās what itās for
But asking mods is better.
Then I would figure it out.
Keep in mind weāre volunteers
You would after repeatedly answering the same 10 questions
Thatās why we have a place for the most common questions so we can focus on real issues and questions that arenāt easy to answer instead
Luckperms is not too hard to learn and figure it out, I have learned alot being here and doing it all myself..
There is a few things that I don't know.. but its a small amount.
And Iām sure 99% of that is answered on the wiki
I am sure it is, but some people don't like reading š¤·
I am a hands on person.
I learn by asking and doing it myself.
I mean there is absolutely nothing wrong with asking for clarification after reading the wiki if something is unclear
But keep in mind that the willingness of mods to help you is proportional to the amount of work and research you did on your own before asking
Yes i know, and I think i got it.
And generally speaking Iām not here to help people with LP issues. Iām here to help people help themselves with LP issues
The wiki says keep the default role named default, but rename it.. I did that, did not work so I assume the config part is where it comes in, that being said if im right the config upon giving "default" it takes the role away and then gives a diff role?
It did not say to rename it
is there a way to auto-promote?
The page lists 3 alternatives
And no changing displayname is not the same as renaming the group
@woven path you need a plugin for that
I need help with luckperms
Elaborate please. It seems my crystal ball broke a few days ago, so my mind reading capabilities arenāt at their best right now
So i have made the rank, but how do i set the prefix thing?
In cmd or editor
Well what command lol
cmd
lp group [group] meta addprefix [weight] [prefix]
editor:
prefix.[weight].[prefix]
The wiki page Prefixes, Suffixes and Meta explains in detail which commands to use and how everything works
Alright brain, lemme ask you this, If i parent default with group a.. can they still rankup?
I could just test this actually.
Dont bother answering.
Yes they can
Alright, Then everything works now.
You should still test it though
Good
with my group as default
with it as a.
Meaning i gotta re configure it, or just change display name
sighhh
Or you could configure default assignments
Yea, but.. all 3 are ez
and all 3 take 5 minutes top
It just depends on which one I wanna do.
Yup
I see.
well it looks like it works.
idk why setdisplay seems faster configuration wise.
It is lmao
Looking at it, default takes a rejoin to fix.
being said, I could just rename the default no wait, "setdisplay" of default and just be done with it.
idk ill test this first.
Forgedperms crashed my server with the link you gave me o.O
Hmm, it shouldn't have
it was the only plugin i installed and after i removed it the server started up
Any error?
@orchid pagoda whatās the file name of the plugin and what MC version are you using?
I'll have to install it again and see first
how do you find out what permission you are missing? is there a way in console or just google it?
@woven path verbose. Check the wiki on how to use the command
thanks
@orchid pagoda Knowing the MC Version would be a start
1.12.2
i downloaded it from the link provided here
Iāve told you at least 5 times that you need to check the comments for the recent version
i have a problem with our permissions. want both an ingame like beginners, citizens, etc. Also want a rank like vip, vip+, And we also have admin ranks. but atm when i rank up the ingame rank i lose the admin rank. What i want help with is to have multiple permissionlists at the same time. i searthing arownd and found LuckPerms and wonder it that can do the joba? so, how?
You mean a user with multiple groups assigned to them?
yee atm if i rank upp in my main rank i lossing my admin power and only have the normal powers.
It is as if they are in the same list...
@sonic tapir how are you āranking upā?
on ingame time
Could you not like, add a permission that let you plugin ignore you?
Because LP cant really help with that i think.
As the plugin still will do it.
How does the plugin do the rank ups?
We've gonna have ingame time ranks, pay ranks, and admin ranks
Please respond to Brain's question xD
Also if the other plugin ignore OP and use(as example) /lp user <user> parent set <group>?
But, we need to know witch plugin do it and how. (Respond to Looven)
@pure hinge but i dont wont it to skip me, i wont it to be side by side
looven, please respond to Brain, he can help you much more then me.
You ignore hem now for the 3th time š
Tell brain the plugin, might be ezier
No
Okay or dont š¤·
Because I donāt know the rankup plugins
Plugins normally make it always, group set - even PrisonRankup does it Group set.
There is not such plugin. (essential)
essentialx?
That have no auto rankup.
And that still doesnāt answer how the rankup is performed
You are correct.. That I know of
Not really