Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viral32111/atmos-ulx-commands
ULX commands for controlling Atmos time & weather.
https://github.com/viral32111/atmos-ulx-commands
atmos controller garrysmod glua gmod lua time ulib ulx weather
Last synced: 11 days ago
JSON representation
ULX commands for controlling Atmos time & weather.
- Host: GitHub
- URL: https://github.com/viral32111/atmos-ulx-commands
- Owner: viral32111
- License: gpl-3.0
- Created: 2020-03-15T10:55:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T10:56:44.000Z (about 3 years ago)
- Last Synced: 2024-11-05T11:44:09.319Z (about 2 months ago)
- Topics: atmos, controller, garrysmod, glua, gmod, lua, time, ulib, ulx, weather
- Language: Lua
- Homepage: https://github.com/conspiracy-servers/atmos-ulx-commands
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atmos ULX commands
A collection of a few [ULX](https://github.com/TeamUlysses/ulx) commands to control [Atmos](https://steamcommunity.com/sharedfiles/filedetails/?id=185609021) time & weather.You need to update a few console commands inside `lua/atmos/init.lua` to the ones in [this](atmos%20command%20replacements.lua) file and change the AtmosAdmin/AtmosVIP functions inside `lua/atmos/shared.lua` to the ones in [this](atmos%20meta%20replacements.lua) file.
## Commands
* `ulx toggletime` - Pauses or resumes the time.
* `ulx settime ` - Sets the time to the specified 24-hour value.
* `ulx setstorm ` - Enables or disables a rain storm.
* `ulx setsnow ` - Enables or disables a snow storm.## Copyright License
This addon is licensed under the [GNU General Public Licence v3.0](https://choosealicense.com/licenses/gpl-3.0/) (GNU GPLv3).
Permissions:
* Commercial use - This software and derivatives may be used for commercial purposes.
* Distribution - This software may be distributed.
* Modification - This software may be modified.
* Patent use - This license provides an express grant of patent rights from contributors.
* Private use - This software may be used and modified in private.Conditions:
* Disclose source - Source code must be made available when the software is distributed.
* License and copyright notice - A copy of the license and copyright notice must be included with the software.
* Same license - Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used.
* State changes - Changes made to the code must be documented.Limitations:
* Liability - This license includes a limitation of liability.
* Warranty - The license explicitly states that it does NOT provide any warranty.>Atmos ULX commands - A few ULX commands to control Atmos time & weather.
>
>Copyright (C) 2020 - 2022 viral32111
>
>This program is free software: you can redistribute it and/or modify
>it under the terms of the GNU General Public License as published by
>the Free Software Foundation, either version 3 of the License, or
>(at your option) any later version.
>
>This program is distributed in the hope that it will be useful,
>but WITHOUT ANY WARRANTY; without even the implied warranty of
>MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
>GNU General Public License for more details.
>
>You should have received a copy of the GNU General Public License
>along with this program. If not, see https://www.gnu.org/licenses/.