AustereTony-MCMods / Oxygen-Core

Core modification and API for Oxygen mod series.
10 stars 5 forks source link

[resolved] Cant acces to gui for privilege management due to FTB LIB/FTB utilities #21

Closed DaFray31 closed 4 years ago

DaFray31 commented 4 years ago

I cant acces to gui for setting up oxygen, oxygen say : " you dont have permission" I m OP of the server. (/oxygenc core -privileges -management) the commande oxygenc doesnt exist.

DaFray31 commented 4 years ago

Found, ftb lib "delet" the oxygenc command

DaFray31 commented 4 years ago

for using ftb utilities with oxygen , just in the cfg file (of ftb utilities) change at ranks change all to false :

ranks {
    # Enables ranks and adds command.x permissions and allows ranks to control them.
    B:enabled=false

    # Adds chat colors/rank-specific syntax.
    B:override_chat=false

    # Allow to configure commands with ranks. Disable this if you want to use other permission mod for that.
    B:override_commands=false
}
AustereTony-MCMods commented 4 years ago

Thank you for information, i will add it to Wiki.