Jump to content

Recommended Posts

Posted
Just now, Jordan409 said:

even when going out his step not

Are you sure you rejoined the server when changing the value?

Posted
On 11/10/2018 at 1:38 AM, Xabi said:

Are you sure you rejoined the server when changing the value?

 

I just redo and always like I emptied the tables mysql I registered on the server create a character then I closed the server and in the database I put in "AdminRank" on 4 and nothing n still does not have access to commands

Posted
On 11/10/2018 at 1:38 AM, Xabi said:

Are you sure you rejoined the server when changing the value?

 

 

It's nice that "adminrank" that you have to change to become an admin because I'm well connected to the database because when I add money from the database it works well and also when i do / login his met No account found with your name.

Posted
7 hours ago, Jordan409 said:

 

 

It's nice that "adminrank" that you have to change to become an admin because I'm well connected to the database because when I add money from the database it works well and also when i do / login his met No account found with your name.

That /login is to log into the ACL, not used currently. About the admin rank, it has to be working if you do the same you do for money, which commands did you try?

Posted
4 hours ago, Xabi said:

That /login is to log into the ACL, not used currently. About the admin rank, it has to be working if you do the same you do for money, which commands did you try?

 

by doing / ban / ghostmode I do not have access to commands

Posted
9 minutes ago, Jordan409 said:

 

by doing / ban / ghostmode I do not have access to commands

Do you have ACL enabled? Also, what's /ghostmode?

Posted
11 minutes ago, Xabi said:

Do you have ACL enabled? Also, what's /ghostmode?

Yes I have activated acl
"<? xml version =" 1.0 "?>
<config xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns: xsd = "http://www.w3.org/2001/XMLSchema">
  <Acl_enabled> true </ acl_enabled>
  <Log_console> true </ log_console>
  <Log_chat> true </ log_chat>
  <resource src = "WiredPlayers" />
  <resource src = "admin" />
  <resource src = "welcomemessages" />
</ Config> "

The ghostmode is normally to be invisible
Posted
Just now, Jordan409 said:

Yes I have activated acl
"<? xml version =" 1.0 "?>
<config xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns: xsd = "http://www.w3.org/2001/XMLSchema">
  <Acl_enabled> true </ acl_enabled>
  <Log_console> true </ log_console>
  <Log_chat> true </ log_chat>
  <resource src = "WiredPlayers" />
  <resource src = "admin" />
  <resource src = "welcomemessages" />
</ Config> "

The ghostmode is normally to be invisible

You changed the default settings, ACL shouldn't be enabled. Also, the commands you are testing are from admin and welcomemessages resources?

Posted (edited)

 

It may come from Admin and welcomemessages resources but why Acl should not be enabled? it's because I looked in the file "acl.xml" which is located in the folder bridge

 

 

<? xml version = "1.0"?>
<acl xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns: xsd = "http://www.w3.org/2001/XMLSchema">
  <group name = "Everyone">
    <acl name = "Default" />
    <object name = "user. *" />
    <object name = "resource. *" />
  </ Group>
  <group name = "Moderator">
    <acl name = "Moderator" />
  </ Group>
  <group name = "Admin">
    <acl name = "Moderator" />
    <acl name = "Admin" />
  </ Group>
  <acl name = "Default">
    <right name = "command.kick" access = "false" />
    <right name = "command.ban" access = "false" />
    <right name = "command.stop" access = "false" />
    <right name = "command.start" access = "false" />
    <right name = "command.restart" access = "false" />
    <right name = "command.kill" access = "false" />
    <right name = "command.forcemap" access = "false" />
    <right name = "command.ghostmode" access = "false" />
    <right name = "command.settime" access = "false" />
    <right name = "command.setweather" access = "false" />
    <right name = "command.blackout" access = "false" />
  </ Acl>
  <acl name = "Moderator">
    <right name = "command.kick" access = "true" />
    <right name = "command.ban" access = "true" />
    <right name = "command.kill" access = "true" />
    <right name = "command.forcemap" access = "true" />
    <right name = "command.ghostmode" access = "true" />
    <right name = "command.settime" access = "true" />
    <right name = "command.setweather" access = "true" />
    <right name = "command.blackout" access = "true" />
  </ Acl>
  <acl name = "Admin">
    <right name = "command.stop" access = "true" />
    <right name = "command.start" access = "true" />
    <right name = "command.restart" access = "true" />
  </ Acl>
</ Acl>

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 Ducut I looked at the commands and I tried and it's his orders that do not work

Edited by Jordan409
Posted
3 minutes ago, Jordan409 said:

 

It may come from Admin and welcomemessages resources but why Acl should not be enabled? it's because I looked in the file "acl.xml" which is located in the folder bridge

 

 


<? xml version = "1.0"?>
<acl xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns: xsd = "http://www.w3.org/2001/XMLSchema">
  <group name = "Everyone">
    <acl name = "Default" />
    <object name = "user. *" />
    <object name = "resource. *" />
  </ Group>
  <group name = "Moderator">
    <acl name = "Moderator" />
  </ Group>
  <group name = "Admin">
    <acl name = "Moderator" />
    <acl name = "Admin" />
  </ Group>
  <acl name = "Default">
    <right name = "command.kick" access = "false" />
    <right name = "command.ban" access = "false" />
    <right name = "command.stop" access = "false" />
    <right name = "command.start" access = "false" />
    <right name = "command.restart" access = "false" />
    <right name = "command.kill" access = "false" />
    <right name = "command.forcemap" access = "false" />
    <right name = "command.ghostmode" access = "false" />
    <right name = "command.settime" access = "false" />
    <right name = "command.setweather" access = "false" />
    <right name = "command.blackout" access = "false" />
  </ Acl>
  <acl name = "Moderator">
    <right name = "command.kick" access = "true" />
    <right name = "command.ban" access = "true" />
    <right name = "command.kill" access = "true" />
    <right name = "command.forcemap" access = "true" />
    <right name = "command.ghostmode" access = "true" />
    <right name = "command.settime" access = "true" />
    <right name = "command.setweather" access = "true" />
    <right name = "command.blackout" access = "true" />
  </ Acl>
  <acl name = "Admin">
    <right name = "command.stop" access = "true" />
    <right name = "command.start" access = "true" />
    <right name = "command.restart" access = "true" />
  </ Acl>
</ Acl>

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 Ducut I looked at the commands and I tried and it's his orders that do not work

Those are the default commands comming with the default resources on bridge. I said multiple times that the commands are located on Messages.cs, it's also on GitHub (Commands.cs for 1.2.0 version)

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...