Auto promote after auth login?
KodySalak opened this issue · 16 comments
Hello!
New FE user here,
I want to know if there is a way to get the /auth login command to auto promote a new user from guest to member so they can use items. I cannot for the life of me figure this out... any help at all would be appreciated!
Thanks!
I suppose you mean "/auth register [pwd]". I find it easy to force new players to walk over a pressure plate on top of a command block to change the membership from guest to a member group.
command: /p user @p group set members
Make sure you have a group called members with all the rights necessary.
No, it's deeper. I don't remember off the top of my head and I'm not at the computer at the moment.
Sent from my iPhone
On Jul 19, 2016, at 10:35 PM, Alexander Davis [email protected] wrote:
What file are you editing? PermissionList.txt?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
I can't get the permissions to work. Like I edit the text file to "true" for certain items and it won't accept it. That's why I wanted the login to autopromote, so it wouldn't be a hassle. But I don't know what's causing it to not read the permissions.
Sent from my iPhone
On Jul 19, 2016, at 5:17 PM, Zethalion [email protected] wrote:
I suppose you mean "/auth register [pwd]". I find it easy to force new players to walk over a pressure plate on top of a command block to change the membership from guest to a member group.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Have you followed this must read tutorial? https://github.com/ForgeEssentials/ForgeEssentials/wiki/Permissions-tutorial
Yes I have, hasn't helped.
Sent from my iPhone
On Jul 19, 2016, at 7:30 PM, Zethalion [email protected] wrote:
Have you followed this must read tutorial? https://github.com/ForgeEssentials/ForgeEssentials/wiki/Permissions-tutorial
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Good. PermissionList.txt is the wrong file but a few players think that editing it changes perms. What happens when you run p reload after changing perms?
Absolutely nothing haha, it got very annoying! I am currently running my server without FE, will try FE again tonight.
Sent from my iPhone
On Jul 20, 2016, at 8:50 AM, Alexander Davis [email protected] wrote:
Good. PermissionList.txt is the wrong file but a few players think that editing it changes perms. What happens when you run p reload after changing perms?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
If the correct file is edited but has a json syntax error, it will fail to update. Make sure you are updating the permissions.json file in world/FEData. Finally, you are better off to use commands instead of editing perms directly.
First post your permissions.json file so I can see if something is messed up
Also you can use /p group _GUESTS_ allow [someperm]
to give all members of the _GUESTS_
group [someperm].
ok, is there an easier way than adding each item separately?
On Wed, Jul 20, 2016 at 2:51 PM, Alexander Davis [email protected]
wrote:
If the correct file is edited but has a json syntax error, it will fail to
update. Make sure you are updating the permissions.json file in
world/FEData. Finally, you are better off to use commands instead of
editing perms directly.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#2118 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AHUZnY5uHVv8wN927bS0bn6Jqa-SNQ-gks5qXnwygaJpZM4JOXEE
.
hey, sorry for the inactivity, but i cannot see a .json in that folder. nor anything with permissions written on it. im on 1.6.4 if that helps (stone age i know) lol
@KodySalak
You should have told us that before. We thought you were on 1.7.10. All the information on the wiki is for 1.7.10. Permissions are a very different on 1.6.4. Also it is no longer supported. I am looking through the comments to see if I can find the old code and perhaps give you some more information. But we won't be able to fix any bugs cause it is not supported.
Last 1.6.4 Release (https://github.com/ForgeEssentials/ForgeEssentials/tree/1.3.0.4_f964_mc164)