Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1.  
  2. Fortunately I will handle most if not all of the plugin and development work
  3. including making kits and such, so if you want to know how to do all that,
  4. just look up the plugins and check out what you're able to do :)
  5.  
  6. Generic Commands
  7. F1 -> Console. Used for any non-slash commands you can't type in chat
  8.  
  9. plugins
  10. Shows active/failed plugins on the server
  11.  
  12. oxide.reload PluginNameWithProperCapitals
  13. Reloads the given plugin (do not put .cs/.json)
  14.  
  15. god true/false
  16. Sets godmode
  17.  
  18. noclip
  19. Noclip. I suggest using the following to bind noclip to a key:
  20. input.bind <key> noclip
  21.  
  22. give itemname amount
  23. https://github.com/OxideMod/Docs/blob/master/source/includes/rust/item_list.md
  24. Basically, use this for yourself and not to give other players stuff
  25. A lot of raided players are going to beg for help. Use your discretion.
  26.  
  27. weather.fog decimalAmount
  28. Sometimes the fog gets too heavy, this will allow you to change it.
  29. 0 = 0%
  30. 1 = 100%
  31.  
  32. Permissions
  33. If someone is lacking a permission that I missed, or someone who needs VIP permissions,
  34. such as jpipes and such, you just use the following:
  35. grant group <default/donor/admin/owner> permission.name
  36.  
  37. To assign a VIP to the donor group, and wait for me to do the rest, you can do:
  38. usergroup add <name> donor
  39.  
  40.  
  41. Box Looter - Check who accessed boxes
  42. /box -> Shows current box info
  43. /box near -> Shows all current AND destroyed boxes nearby
  44.  
  45. Explosion Tracker
  46. /x -> Shows all nearby explosions
  47.  
  48. Autogrades/Building Grade
  49. /up -> Same command as the clients get but it's free of material cost for you
  50.  
  51. Helicopter Control
  52. /callheli <name>
  53. Name is optional - Spawns a heli
  54. /killheli
  55. Kills all existing helicopters
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement