Brycey92 / Galaxy-Craft-Issues

This is a location to keep track of Galaxy-Craft server and pack issues and feature requests.
https://www.galaxy-craft.com
0 stars 0 forks source link

NEI Requires OP or hardcoded usernames for utilities access #14

Open Brycey92 opened 5 years ago

Brycey92 commented 5 years ago

Pack version 1.0.2-1

Describe the bug Unless an admin has OP, they cannot use the utilities in NEI. This is important because of #12. The issue is exacerbated by the fact that no server-side config for NEI is generated anymore as documented here, so we can't even hardcode the names of admins into the config.

Expected behavior There should be a permission node instead of an OP check.

Brycey92 commented 5 years ago

As discussed in the NEI issue I opened, the NEI server-side config has been moved to the world folder: your_server/your_world_name/NEI/server.cfg. This allows us to hardcode admin usernames so they don't need OP for utilities access. Removing OP from admins allows #12 to be worked around until the fix for that is released.

Of course, it would be ideal if I didn't need to hardcode usernames into the NEI config.

Brycey92 commented 5 years ago

Issues that are only important because other mods don't work properly can't be considered important on their own. This is a minor issue now.