DarkPacks / SevTech-Ages

SevTech: Ages is a massive Minecraft modpack packed with content and progression.
https://minecraft.curseforge.com/projects/sevtech-ages
GNU General Public License v3.0
229 stars 79 forks source link

Can't unlock stage0 normally in server without op permission #4751

Closed Kzybd closed 2 years ago

Kzybd commented 2 years ago

Bug Description

Player in my server who have op permission can unlock stage0 normally, but others can't unlock stage0 when they get the same advencement. (The advencement unlock normallly, but their gamestage info have only tutorial) When I revoke their advencement and give them op permission, they can unlock the stage. ### Did this behavior use to work in the previous version? Not tried yet ## Steps to Reproduce (for bugs)

1.Enter the server, follow the advencement 2.Bulid the Work Stump, advencement unlock 3.stage didn't unlock, Stone Pickaxe can't used. /gamestage info shows only tutorial

Logs

Client Information

World Information

Server Information

sam-kirby commented 2 years ago

Your plugins seem to be messing up the permissions system; completing the advancement runs a function that would require OP if run manually.

Without plugins, these are run by Triumph on behalf of the player successfully. If you can allow Triumph to run these commands then it should work.

As this is a result of your modification to the pack, not an issue with the pack, and it is outside my area of expertise, I am closing this issue. If there is a change we can make to the pack that will fix this, please open a separate issue stating clearly what change we would need to make.

sam-kirby commented 2 years ago

For your reference, the function names take the form of e.g. triumph:stage-0_trigger and are stored here.

Kzybd commented 2 years ago

Your plugins seem to be messing up the permissions system; completing the advancement runs a function that would require OP if run manually.

Without plugins, these are run by Triumph on behalf of the player successfully. If you can allow Triumph to run these commands then it should work.

As this is a result of your modification to the pack, not an issue with the pack, and it is outside my area of expertise, I am closing this issue. If there is a change we can make to the pack that will fix this, please open a separate issue stating clearly what change we would need to make.

The save issue happened without Groupmanager plugin, I add this means to give the permisson of the command, but faild. Thanks for your help.