Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.82 KB | None | 0 0
  1. global.permissions.groups.normal = {name = "normal", permissions = {{action = defines.input_action.deconstruct, value = false},
  2.  
  3.                                                                     {action = defines.input_action.launch_rocket, value = false},
  4.                                                                     {action = defines.input_action.set_auto_launch_rocket, value = false},
  5.                                                                    
  6.                                                                     {action = defines.input_action.add_permission_group, value = false},
  7.                                                                     {action = defines.input_action.delete_permission_group, value = false},
  8.                                                                     {action = defines.input_action.edit_permission_group, value = false},
  9.                                                                     {action = defines.input_action.server_command, value = false},
  10.                                                                     {action = defines.input_action.set_allow_commands, value = false},
  11.                                                                    
  12.                                                                     {action = defines.input_action.cancel_research, value = false},
  13.                                                                    
  14.                                                                     {action = defines.input_action.open_trains_gui, value = false},
  15.                                                                     {action = defines.input_action.open_train_gui, value = false},
  16.                                                                     {action = defines.input_action.switch_to_rename_stop_gui, value = false},
  17.                                                                     {action = defines.input_action.set_entity_color, value = false},
  18.                                                                    
  19.                                                                     {action = defines.input_action.open_tutorials_gui, value = false},
  20.                                                                    
  21.                                                                     {action = defines.input_action.change_programmable_speaker_parameters, value = false},
  22.                                                                     {action = defines.input_action.change_programmable_speaker_alert_parameters, value = false},
  23.                                                                     {action = defines.input_action.change_programmable_speaker_circuit_parameters, value = false},
  24.                                                                    
  25.                                                                     {action = defines.input_action.edit_custom_tag, value = false},
  26.                                                                     {action = defines.input_action.delete_custom_tag, value = false},
  27.                                                                     }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement