daffyyyy / CS2-SimpleAdmin

Manage your Counter-Strike 2 server by simple commands :)
GNU General Public License v3.0
93 stars 30 forks source link

how to add map list to !admin menu #101

Closed mayersgamer closed 2 months ago

mayersgamer commented 3 months ago

how to add default and workshop maps to the admin list menu

Dliix66 commented 2 months ago

You add all in the config.

mayersgamer commented 2 months ago

which config ? give small exemple

Dliix66 commented 2 months ago

The plugins config located in configs/plugins/CS2-SimpleAdmin:

  "DefaultMaps": [
    "cs_office",
    "de_dust2"
  ],
  "WorkshopMaps": [
    "cs_assault",
    "de_dust"
  ],
mayersgamer commented 2 months ago

worshop maps shoudnt be the id of the map ?

Dliix66 commented 2 months ago

Nop

mayersgamer commented 2 months ago

Nop Admins can ban other admins that have the same immunity or less immunity than them.

hey i tried to put workshop maps as you said by name , and they didnt change the map.

setting by worshop id works , but its hard to know which map im selecting tho because they are numbers instead of names.