timablack96 / aion-ger-emulator

Automatically exported from code.google.com/p/aion-ger-emulator
0 stars 0 forks source link

Need help for player commands.. #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Player Commands ( .start and others commands ) 

- I can't write this commands, this error on chat ; You not have permission for 
use this command. :/ How to fix it ?

Original issue reported on code.google.com by wampire...@gmail.com on 8 Dec 2014 at 9:20

GoogleCodeExporter commented 9 years ago
You can edit the commands access from this directory..

Aion\AL-Game\config\administration\commands.properties
[Open it in any text editor]

You'll see the commands like this.. for example
help = 1

You can change the number to 0 (which means enable to everyone)
Here are the number legends.. 
        6 - Server Owner
    5 - Admin
    4 - Head-GM
    3 - GM
    2 - Jr.-GM
    1 - Supporter
    0 - Players

Original comment by ibu4u745 on 12 Dec 2014 at 11:25