partiusfabaa / cs2-VIPCore

46 stars 18 forks source link

Accroding cs2-VIPCore plugin - give example of what "features": values I can put to vip.json file? #25

Closed flarmn closed 6 months ago

flarmn commented 6 months ago

Hello! Thank you grealty for your plugin! But can you give example of what "features": values I can put to vip.json file? For beginner admins it hard to find all possible keys in your object to set VIP abilities correctly. Waiting for your answer very much.

partiusfabaa commented 6 months ago

Go to this link(https://github.com/partiusfabaa/cs2-VIPCore/tree/main/VIPCore/modules), look for the module you need. Then go to the path(https://github.com/partiusfabaa/cs2-VIPCore/tree/main/VIPCore/modules/VIP_AntiFlash/build) (I took antiflash as an example) Go to the build folder and there is what you need to write in the config. image

flarmn commented 6 months ago

Thank you greatly for your answer! Do I need to copy the content of, as example, AntiFlash module directory to VipCore/Modules directory on my CS2 server before putting string "Antiflash":2 to vip.json?

partiusfabaa commented 6 months ago

no, you need to put the modules in addons/counterstrikesharp/plugin/

flarmn commented 6 months ago

Thank you greatly again. After your help all begin to work correctly. Just one thing - I got menu items only when add 2 options to config. When it was only one option (Health) I got "---" when call !vip menu. After I add 2 items (Health and Antiflesh) all began to work good. Love you! Successfull developing to you :)