Update URLs

This commit is contained in:
SticklyMan 2024-03-23 18:04:24 -06:00
parent e2514db207
commit e47a3b2254
7 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# EditorConfig is awesome: http://EditorConfig.org
# EditorConfig is awesome: https://editorconfig.org/
# top-most EditorConfig file
root = true

View File

@ -1 +1 @@
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

View File

@ -1,12 +1,12 @@
# ULX
ULX is an admin mod for [Garry's Mod](http://garrysmod.com/).
ULX is an admin mod for [Garry's Mod](https://gmod.facepunch.com/).
ULX offers server admins an AMXX-style support. It allows multiple admins with different access levels on the same server.
It features commands from basic kick, ban, and slay to fancier commands such as blind, freeze, voting, and more.
Visit our homepage at http://ulyssesmod.net.
Visit our homepage at https://ulyssesmod.net.
You can talk to us on our forums at http://forums.ulyssesmod.net.
You can talk to us on our forums at https://forums.ulyssesmod.net.
## Requirements
ULX requires the latest version of [ULib](https://github.com/TeamUlysses/ulib) to be installed on the server.
@ -14,8 +14,8 @@ ULX requires the latest version of [ULib](https://github.com/TeamUlysses/ulib) t
## Installation
### Workshop
ULX's workshop ID is `557962280`. You can subscribe to ULX via Workshop [here](http://steamcommunity.com/sharedfiles/filedetails/?id=557962280).
Don't forget you'll also need ULib, whose workshop ID is `557962238` and can be found [here](http://steamcommunity.com/sharedfiles/filedetails/?id=557962238).
ULX's workshop ID is `557962280`. You can subscribe to ULX via Workshop [here](https://steamcommunity.com/sharedfiles/filedetails/?id=557962280).
Don't forget you'll also need ULib, whose workshop ID is `557962238` and can be found [here](https://steamcommunity.com/sharedfiles/filedetails/?id=557962238).
### Classic
To install ULX, simply extract the files from the downloaded archive to your garrysmod/addons/ folder.

View File

@ -5,5 +5,5 @@
"up_date" "00/00/00"
"author_name" "Team Ulysses"
"author_email" "teamulysses@ulyssesmod.net"
"author_url" "http://www.ulyssesmod.net/"
"author_url" "https://www.ulyssesmod.net/"
}

View File

@ -171,7 +171,7 @@ local template_item_addon = [[
]]
local template_item_workshop = [[
<li><b>%title%</b> - <a href="http://steamcommunity.com/sharedfiles/filedetails/?id=%workshop_id%">View on Workshop</a></li>
<li><b>%title%</b> - <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=%workshop_id%">View on Workshop</a></li>
]]
local template_footer = [[

View File

@ -4,7 +4,7 @@ ULib.registerPlugin{
Version = string.format( "%.2f", ulx.version ),
IsRelease = ulx.release,
Author = "Team Ulysses",
URL = "http://ulyssesmod.net",
URL = "https://ulyssesmod.net",
WorkshopID = 557962280,
BuildNumLocal = tonumber(ULib.fileRead( "ulx.build" )),
BuildNumRemoteURL = ulxBuildNumURL,

View File

@ -1 +1 @@
1710034463
1711239774