settingtypes.txt 1.2 KB

123456789101112131415161718192021222324252627282930
  1. # When the wand adds levels (defined in config.lua) the fuel_multiplier for each level will be also be multiplied by this global setting
  2. #
  3. # Allows for a quick way to alter the overall cost/balance needed to fill the wand suited to your needs without altering the levels manually
  4. #
  5. # a setting of:
  6. #
  7. # 1 = standard cost (values as in config.lua)
  8. # 2 = half the cost (*2 as in config.lua)
  9. # 0.5 = double cost
  10. #
  11. vm_lighting_wand_multiplier (Per Level Fuel Multiplier) int 1 0 100
  12. # Should the lighting wand play a sound at all?
  13. # enable to agree to the license of the sound file provided
  14. vm_lighting_wand_sound (Lighting Wand Sound Note* sound file is CC BY-NC 4.0) bool false
  15. # Should particles spawn whenever a light node is placed?
  16. vm_lighting_wand_particles (Spawn Particles) bool true
  17. # Should the wand enable the usage of commands to set players power?
  18. # requires the player to have the privy of vm_lighting_wand
  19. # by default this is disabled
  20. #
  21. # usage:
  22. #
  23. # /vm_lighting_wand [set|add|remove] [me|name] [amount]
  24. vm_lighting_wand_command (enable command) bool false
  25. # Give new players a free wand when joining for first time
  26. vm_lighting_wand_give_on_new (give new players a free wand) bool false