Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the mod Aurora (Guide mod for FTB Utilities) #1529

Closed
ghost opened this issue Feb 10, 2020 · 8 comments
Closed

Add the mod Aurora (Guide mod for FTB Utilities) #1529

ghost opened this issue Feb 10, 2020 · 8 comments
Labels
Enhancement Mod This issue relates to the addition, removal or testing of a mod Status: Fixed In Next Release This issue has been fixed in the next (unreleased) version of the pack

Comments

@ghost
Copy link

ghost commented Feb 10, 2020

merak69 commented on Feb 9, 2020, 10:37 PM UTC:

Modpack version
1.76

Issue
Idle timeout on player login to a brand new dedicated server. It immediately kicks anyone that tries to join. I've tried adjusting the config in RandomPatches and even removing RandomPatches mod. I have 8gb allocated to the server and I've run dozens of mod packs without issue. I've also tried removing the world folder and starting over to no avail. Nothing crashes, server stays running just fine.

The server isn't a slouch either: i5-9600K, 32gb ram, Samsung 970 NVMe SSD

Any idea of what's going on?

Logs
https://pastebin.com/A8M4N6Hv

This issue was moved by NillerMedDild from NillerMedDild/Enigmatica2#617.

@ghost ghost added Enhancement Mod This issue relates to the addition, removal or testing of a mod labels Feb 10, 2020
@ghost
Copy link
Author

ghost commented Feb 10, 2020

merak69 commented on Feb 10, 2020, 2:16 AM UTC:

Here's server.properties file
https://pastebin.com/0uhtQufN

Pastebin
**[#Minecraft server properties #Sun Feb 09 20:15:10 CST 2020 spawn-protection=16 - Pastebin.com](https://pastebin.com/0uhtQufN)**
Pastebin

@ghost
Copy link
Author

ghost commented Feb 10, 2020

merak69 commented on Feb 10, 2020, 2:20 AM UTC:

So it seems to only affect those in the ops.json file... If I remove myself I can login just fine.

I went to the server console and opped myself with the /op command and it immediately kicked me with the same message as before "idle too long". Totally confused.

@ghost
Copy link
Author

ghost commented Feb 10, 2020

merak69 commented on Feb 10, 2020, 3:26 AM UTC:

I figured it out... There was a permission on my "admin" rank configured wrong. Because the Aurora mod is missing from the server (https://www.curseforge.com/minecraft/mc-mods/aurora), I had to guess on the permission name.

The FTB group made changes to stop writing out the "all_permissions.html" files in the local/ftbutilities directory. Instead you need to use the Aurora mod to get the details.

I installed it server side only and everything works fine so you might want to look at adding this to the pack.

**[Attention Required! | Cloudflare](https://www.curseforge.com/minecraft/mc-mods/aurora)**

@ghost
Copy link
Author

ghost commented Feb 10, 2020

NillerMedDild commented on Feb 10, 2020, 3:50 PM UTC:

I'm glad you figured it out :)

I don't think I will add Aurora, since there's no issue with default config.

@ghost
Copy link
Author

ghost commented Feb 10, 2020

merak69 commented on Feb 10, 2020, 4:54 PM UTC:

As a server admin, how would you propose anyone knows the available permissions for FTB Utilities without this mod then?

On Mon, Feb 10, 2020 at 9:50 AM Niels Pilgaard Grøndahl < ***@***.***> wrote: Closed [#617](https://github.com/EnigmaticaModpacks/Enigmatica2/issues/617) <[#617](https://github.com/EnigmaticaModpacks/Enigmatica2/issues/617)>. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <[#617](https://github.com/EnigmaticaModpacks/Enigmatica2/issues/617)?email_source=notifications&email_token=ACYQDWGBGRXQS2RLJY4L643RCFZURA5CNFSM4KSE4WO2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOWQZYLFY#event-3023275415>, or unsubscribe <[https://github.com/notifications/unsubscribe-auth/ACYQDWGRBFEXTZXNNN4BT5DRCFZURANCNFSM4KSE4WOQ](https://github.com/notifications/unsubscribe-auth/ACYQDWGRBFEXTZXNNN4BT5DRCFZURANCNFSM4KSE4WOQ)> .

@ghost
Copy link
Author

ghost commented Feb 10, 2020

NillerMedDild commented on Feb 10, 2020, 5:54 PM UTC:

Has the FTB Utilities wiki been discontinued?

@ghost
Copy link
Author

ghost commented Feb 10, 2020

merak69 commented on Feb 10, 2020, 6:22 PM UTC:

This isn't something that can be documented on a wiki as each mod pack is different.

In older versions of the FTB Utilities mod, the mod would create a file called "all_permissions.html" in your local/ftbutilities directory in the server. It would dynamically create this file based on all of the mods in the pack that subscribed to the permissions system so you could open it and know how to configure permissions for said pack.

In the new version of the mod, they removed the code to create the "all_permissions.html" file and instead integrated into the new Aurora mod they created which now displays this information as a local built in webserver.

Without this mod in the server pack, anyone installing Enigmatica 2 server would also need to install this mod if they wanted to correctly do permissions on their server.

Edit:
Initially I thought it was some new config that I couldn't find as to why the "all_permissions.html" file wasn't being created. This led me to guess at a permission I wanted for the server which was incorrect and caused the problems above. It wasn't until I looked at the FTBUtilities code that I found it was removed and they forked some code out.

@ghost
Copy link
Author

ghost commented Feb 10, 2020

NillerMedDild commented on Feb 10, 2020, 7:01 PM UTC:

Ah alright, I thought we still had the html file in addition to a wiki - Thanks for the explaination, I'll add Aurora in the next update.

@NielsPilgaard NielsPilgaard added Status: Fixed In Next Release This issue has been fixed in the next (unreleased) version of the pack Status: Ready For Testing In-game testing of the issue is required and removed Status: Fixed In Next Release This issue has been fixed in the next (unreleased) version of the pack labels Feb 15, 2020
@NielsPilgaard NielsPilgaard added Status: Fixed In Next Release This issue has been fixed in the next (unreleased) version of the pack and removed Status: Ready For Testing In-game testing of the issue is required labels Feb 25, 2020
NielsPilgaard added a commit that referenced this issue Feb 25, 2020
SSyl pushed a commit to SSyl/Enigmatica2Expert-SSylTweaks that referenced this issue Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Mod This issue relates to the addition, removal or testing of a mod Status: Fixed In Next Release This issue has been fixed in the next (unreleased) version of the pack
Projects
None yet
Development

No branches or pull requests

1 participant