Releases: samyycX/CS2-PlayerModelChanger
V1.7.1 - Rotation mode inspection
Important
The DisableThirdPersonPreview
added in v1.7.0 is now ABANDONED. Check Inspection instead.
"Inspection": {
"Enable": true,
"Mode": "rotation" // "rotation" or "thirdperson"
},
Updates
- New rotation inspection mode
- now player can cancel the inspection by jumping
- fix camera cancel issue
- fix infinite reset when forced default model doesn't exist
- some command outputs have prefix now
- optimize the plugin size
V1.7.0 - Instant change, thirdperson preview
New feature
-
player can get their model changed instantly (may have a short immunity time after changing)
If you want to disable this feature, changeDisableInstantChange
totrue
inPlayerModelChanger.json
-
player can have a thirdperson preview after changing model (only available if you enable instant update)
If you want to disable this feature, changeDisableThirdPersonPreview
totrue
inPlayerModelChanger.json
-
now you can control the cooldown time for changing model. (See ModelChangeCooldownSecond)
Fix bugs
- Fix #28
- optimize model menu when player have forced default model
- fix a database problem when you have AutoResyncCache enabled
V1.6.1 - fix bug
- fix the bug when providing team argument plugin to !models command plugin will always reject it #27 , thanks to @tiltysola
V1.6.0 - Add `DisablePlayerSelection` option
Add DisablePlayerSelection
to control whether player can change their model, if it is set to true
, commands !md
, !model
, !models
will be disabled.
V1.5.1 - Improve sub menu
- now you can move left to return to previous menu if you are using wasd menu
Important
it is now recommended to use "wasd" instead of "interactive" for Config.MenuType
V1.5.0 - Support WASD interactive menu, update to net8.0 and latest ccs api
- support WASD interactive menu (need WASDMenuAPI)
- update to net8.0 and latest ccs api
V1.4.1 - fix bugs
A small fix for:
- permission bug
- menu display bug
V1.4.0 - Auto resync, model for bots, assign a model by steamid64
- Add
AutoResyncCache
config - Add
ModelForBots
config - support SteamID64 in models
permissions
andpermissionsOr
config - improve reload
- fix some translation
V1.3.0 - Support reload config, model menu update
Using second version number as feature update, third version number as bug fix or translation fix now
- add
!modeladmin reload
command for reloading configs - migrate team select into the model select menu
- add
DisableRandomModel
config - refactor some codes
- fix the permission issue of models set by !modeladmin, now they can override the
permissions
andpermissionsOr
restrict
Changed translations:
- Added
"command.modeladmin.reloadsuccess"
- Added
"modelmenu.selectside"
- Modified
"command.modeladmin.hint"
(add!modeladmin reload
)
V1.2.3 - Add 'default' option in menu, add pt-BR translation, add pooling for mysql
- Add 'default' option in model menu
- Add pt-BR translation (#8), by @crashzk
- Add pooling for MySQL connection (#12), by @xshadowbringer
- No longer provide noprecache version, instead migrate it in the config, see Known issues