项目作者: Timmy

项目描述 :
Additional commands for the ULX admin mod for Garry's Mod.
高级语言: Lua
项目地址: git://github.com/Timmy/ulx-commands.git
创建时间: 2017-11-03T17:20:48Z
项目社区:https://github.com/Timmy/ulx-commands

开源协议:MIT License

下载


Timmy’s ULX Commands

A bunch of extra commands for the ULX admin mod for Garry’s Mod.

Requirements

This addon is a ULX module. It requires the latest version of ULib and ULX.

Installation

Steam Workshop

https://steamcommunity.com/sharedfiles/filedetails/?id=1191491121

Running a listen server? Subscribe to “Timmy’s ULX Commands” on the Steam Workshop.

Running a dedicated server? Add “Timmy’s ULX Commands” to your Steam Workshop Collection. See “Workshop for Dedicated Servers” on the Garry’s Mod wiki for more details.

Legacy addon

Warning: Installing as a legacy addon means that you will have to perform updates manually.

  1. Download the source code for the latest release at https://github.com/Timmy/ulx-commands/releases/latest.
  2. Extract the archive in your addons directory. The file structure should look like this:
    • <garrysmod>/addons/ulx-commands/addon.txt
  3. Restart your server.

Commands

  1. Rcon
  2. - ulx crunurl <players> <script URL> - Run an external Lua script on target(s). (say: !crunurl)
  3. - ulx runurl <script URL> - Run an external Lua script. (say: !runurl)
  4. Utility
  5. - ulx aliases <players> - View aliases of target(s). (say: !aliases)
  6. - ulx banip <IP address> [<minutes, 0 for perma: 0<=x, default 1440>] - Add IP address tbanlist. (say: !banip)
  7. - ulx bot [<number: 1<=x<=32, default 32>] - Spawn bots. (say: !bot) (opposite: ulx kickbots)
  8. - ulx cleanup - Clean up the map. (say: !cleanup)
  9. - ulx cleardecals - Clear all decals for target(s). (say: !cleardecals)
  10. - ulx profile <player> - Open Steam profile page of target. (say: !profile)
  11. - ulx redirect <players> <hostname> - Redirect target(s) to another server. (say: !redirect)
  12. - ulx removeragdolls - Remove all client-side ragdolls. (say: !removeragdolls)
  13. - ulx stopsound - Stop all active sounds for target(s). (say: !stopsound)
  14. - ulx thirdperson - Toggles third person mode (say: !thirdperson) - (opposite: ulx firstperson)
  15. - ulx timescale [<multiplier: 0.01<=x<=5, default 1>] - Set the time scale of the game. (say: !timescale)
  16. - ulx url <players> {URL} - Open URL on target(s). (say: !url)
  17. Chat
  18. - ulx deafen <players> - Deafens target(s) so they are unable to see or hear what others are saying. (say: !deafen) (opposite: ulx undeafen)
  19. - ulx rsay {message} - Send a colorful message to everyone in the chat box. (say: §)
  20. - ulx silence <players> - Silences target(s) so they are unable to speak or send chat messages. (say: !silence) (opposite: ulx unsilence)
  21. Fun
  22. - ulx color <players> <color> - Set player color of target(s). (say: !color)
  23. - ulx gravity <players> [<gravity: -1<=x<=1, default 1>] - Set gravity of target(s). (say: !gravity)
  24. - ulx halo <players> - Draw glowing outline around target(s). (say: !halo) (opposite: ulx removehalo)
  25. - ulx jumppower <players> [<power: 0<=x<=1000, default 200>] - Set jump power of target(s). (say: !jumppower)
  26. - ulx launch <players> - Launch target(s) into the air. (say: !launch)
  27. - ulx playurl <players> {URL} - Play an external sound file for target(s). (say: !playurl)
  28. - ulx runspeed <players> [<speed: 0<=x<=1000, default 400>] - Set run speed of target(s). (say: !runspeed)
  29. - ulx scale <players> [<multiplier: 0<=x<=2.5, default 1>] - Set model scale of target(s). (say: !scale)
  30. - ulx stepsize <players> [<step size: 0<=x<=100, default 18>] - Set step size of target(s). (say: !stepsize)
  31. - ulx trail <players> - Set trail of target(s). (say: !trail) (opposite: ulx removetrail)
  32. - ulx walkspeed <players> [<speed: 0<=x<=1000, default 200>] - Set walk speed of target(s). (say: !walkspeed)

Changelog

See the CHANGELOG file for information regarding changes between releases.