Author Topic: ULX motd not showing up in Server Setting Modules  (Read 2408 times)

0 Members and 1 Guest are viewing this topic.

Offline b1ue

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
ULX motd not showing up in Server Setting Modules
« on: September 01, 2020, 05:12:09 PM »
This sub-forum is only for help or discussion regarding projects created by Team Ulysses. If you are requesting help, please search the forums FIRST to make sure your question has not already been answered. If you still need help, fill in the following information.

My ULib/ULX versions (run "ulx version" in console):Latest version


Game mode(s) I am having this problem on: DarkRP

Lua errors shown in console, if any:None

For some reason idek know why motd is not showing up in Server setting modules, I looked through files and tried changing it through files to custom and default MOTD and its still not there idek why can someone help?



Offline gurt

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Re: ULX motd not showing up in Server Setting Modules
« Reply #1 on: October 25, 2020, 02:23:24 PM »
Same problem!

Offline Timmy

  • Ulysses Team Member
  • Sr. Member
  • *****
  • Posts: 252
  • Karma: 168
  • Code monkey
Re: ULX motd not showing up in Server Setting Modules
« Reply #2 on: October 26, 2020, 02:52:07 AM »
The ULX MOTD submodule only appears for users with "ulx showmotd" access. By default, only admins have access.

Give access to a group:
Code: [Select]
ulx groupallow "yourgroup" "ulx showmotd"
Give access to a user:
Code: [Select]
ulx userallow "yourname" "ulx showmotd"