HerrMagiic / CSS-CreateCustomCommands

The Custom Commands Plugin allows you to create and customize commands for your server. These commands can display messages, perform server-side actions, and more.
https://github.com/HerrMagiic/CSS-CreateCustomCommands/tree/main/Examples
MIT License
40 stars 2 forks source link

Wrong USERID after Mapchange #49

Open HerrMagiic opened 5 months ago

HerrMagiic commented 5 months ago

Describe the bug After Mapchange the userid changed and it doesnt update right.

Example command

{
    "Title": "Give Weapon",
    "Description": "Gives weapon to player",
    "Command": "usp",
    "Message": "You got an usp",
    "ServerCommands": [
        "css_give #{USERID} weapon_usp_silencer"
    ]
}