noobsai Posted August 17, 2020 Posted August 17, 2020 Hello, Is it possible to enable fluxcp raLogs menu > Commands to be on normal players account ? If yes, how do I do it?
0 Chaos92 Posted August 17, 2020 Posted August 17, 2020 2 hours ago, noobsai said: Hello, Is it possible to enable fluxcp raLogs menu > Commands to be on normal players account ? If yes, how do I do it? at conf/groups.conf for groupid that u want (use at id: 0 for normal account level 0) before permission line, add log_commands: true permissions: { } Example : groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { changedress: true resurrect: true rates: true help: true uptime: true mobinfo: true iteminfo: true exp: true time: true } log_commands: true permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true attendance: true } },
Question
noobsai
Hello,
Is it possible to enable fluxcp raLogs menu > Commands to be on normal players account ?
If yes, how do I do it?
1 answer to this question
Recommended Posts