ULX

Author Topic: Console commands unable to be used by anyone.  (Read 2322 times)

0 Members and 2 Guests are viewing this topic.

Offline Brandon

  • Newbie
  • *
  • Posts: 15
  • Karma: 1
  • Minge tested, Brandon approved.
    • Steam
Console commands unable to be used by anyone.
« on: September 28, 2009, 02:25:41 PM »
No one in my server can use any console command, however chat commands are fine. i.e. i can !god but not ulx god

Attached is groups.txt



Code: [Select]

"superadmin"
{
"deny"
{
}
"allow"
{
"overcomeimmunity"
"ulx addgroup"
"ulx adduser"
"ulx adduserid"
"ulx cexec"
"ulx ent"
"ulx exec"
"ulx groupallow"
"ulx hiddenecho"
"ulx luarun"
"ulx maul"
"ulx rcon"
"ulx removegroup"
"ulx removeuser"
"ulx renamegroup"
"ulx userallow"
"xgui_changeserversettings"
"ulx adduser"
"ulx asay"
"ulx clientmenu"
"ulx logchat"
"ulx logdir"
"ulx logecho"
"ulx logevents"
"ulx logfile"
"ulx logspawns"
"ulx logspawnsecho"
"ulx menu"
"ulx thetime"
"ulx usermanagementhelp"
"ulx votebanminvotes"
"ulx votebansuccessratio"
"ulx voteecho"
"ulx votekickminvotes"
"ulx votekicksuccessratio"
"ulx votemap"
"ulx votemap2minvotes"
"ulx votemap2successratio"
"ulx votemapenabled"
"ulx votemapmapmode"
"ulx votemapmintime"
"ulx votemapminvotes"
"ulx votemapsuccessratio"
"ulx votemapvetotime"
"ulx votemapwaittime"
"ulx adminmenu"
"ulx chattime"
"ulx csay"
"ulx mapsmenu"
"ulx playsound"
"ulx reservedslots"
"ulx rslots"
"ulx rslotsmode"
"ulx rslotsvisible"
"ulx send"
"ulx spawnecho"
"ulx tsay"
"ulx unban"
"ulx veto"
"ulx vote"
"ulx voteban"
"ulx votekick"
"ulx votemap2"
"ulx whip"
"ups disableplayers"
"ups miscdeletionaccess"
"ups_damage"
"ups_freeze"
"ups_physgun"
"ups_remove"
"ups_tool"
"ups_unfreeze"
"ups_use"
"ups_vehicle"
"urestrict allowspawn"
"urestrict denyspawn"
"urestrict npcs"
"urestrict props"
"urestrict ragdolls"
"urestrict sents"
"urestrict vehicles"
}
"inherit_from"
{
"admin"
}
}
"admin"
{
"deny"
{
}
"allow"
{
"ulx ban"
"ulx gag"
"ulx banid"
"ulx banmenu"
"ulx blind"
"ulx bring"
"ulx cloak"
"ulx ignite"
"ulx kick"
"ulx map"
"ulx physgunplayer"
"ulx slap"
"ulx gimp"
"ulx slay"
"ulx mute"
"ulx sslay"
"ulx strip"
"ulx unblind"
"ulx uncloak"
"ulx ungag"
"ulx ungimp"
"ulx ungod"
"ulx unignite"
"ulx unigniteall"
"ulx unmute"
}
"inherit_from"
{
"trusted"
}
}

"trusted"
{
"deny"
{
}
"allow"
{
"ulx freeze"
"ulx unfreeze"
"ulx jail"
"ulx unjail"
"ulx ragdoll"
"ulx unragdoll"
}
"inherit_from"
{
"respected"
}
}
"respected"
{
"deny"
{
}
"allow"
{
"ulx armor"
"ulx hp"
"ulx goto"
"ulx spectate"
"ulx teleport"
}
"inherit_from"
{
"user"
}
}
"user"
{
"deny"
{
}
"allow"
{
"ulx god"
"ulx who"
"ulx motd"
"ulx showmotd"
"ulx welcomemessage"
"ulx noclip"
"ulx help"
"ulx psay"
"ulx title"
"ulx adduser"
}
"inherit_from"
{
}
}

« Last Edit: September 28, 2009, 02:37:22 PM by Brandon »
Professionals have standards:
-Be polite.
-Be efficient.
-Have a plan to kill everyone you meet.
(yeah its off tf2 so what)

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Console commands unable to be used by anyone.
« Reply #1 on: September 28, 2009, 03:17:10 PM »
Recommendation - don't manually edit the groups.txt file and it's permissions unless you're absolutely sure what you're removing, or in your case, breaking.  ::)

At the minimum, your "user" group HAS to be allowed the "ulx" function, or no one is allowed to use it.
For best results, rename your groups.txt to backupgroups.txt, then let ULib rebuild it.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Brandon

  • Newbie
  • *
  • Posts: 15
  • Karma: 1
  • Minge tested, Brandon approved.
    • Steam
Re: Console commands unable to be used by anyone.
« Reply #2 on: September 28, 2009, 05:49:25 PM »
Thanks for the information. I do have a very good knowledge of what commands I am rotating around. it just happened that i accidentally removed the "ulx" com by accident.
Professionals have standards:
-Be polite.
-Be efficient.
-Have a plan to kill everyone you meet.
(yeah its off tf2 so what)