command.txt 735 B

12345678910111213141516
  1. Wand Command (disabled by default, enable in the in-game settings under mods)
  2. The wand adds the command /vm_lighting_wand, if enabled it will also add a privilege of vm_lighting_wand that is needed to use the command.
  3. Usage: /vm_lighting_wand [Action=set|add|remove] [Name=name|me] [Amount=amount]
  4. Action: one of set|add|remove is required
  5. Name: a valid players name to work on, accepts me for the current player issuing the command *Note must an online player
  6. Amout: Should be a number with a value greater then zero
  7. Examples
  8. the below command sets the current users total power to 10k burntime (aka you)
  9. /vm_lighting_wand set me 10000
  10. the below command adds 12k burntime to the player named bill
  11. /vm_lighting_wand add bill 12000