ChimpGamer / NetworkManager

NetworkManager Stuff
8 stars 8 forks source link

Option to only allow local or global msg #44

Closed ChimpGamer closed 4 years ago

ChimpGamer commented 4 years ago

Is your feature request related to a problem? Please describe. At the moment it is only possible to msg globally to all players on every server. But what if you want that players can only msg to each other if they are on the same server.

Describe the solution you'd like A option to set msg to local or global in the settings.

ChimpGamer commented 4 years ago

Implemented setting_msg_target_restriction. Default value is global which allows players to msg to anyone at any server. At the moment the only allowed values are global and local. Local will only allow players to msg to each other if they are on the same server.