CSS-CreateCustomCommands icon indicating copy to clipboard operation
CSS-CreateCustomCommands copied to clipboard

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.

Results 15 CSS-CreateCustomCommands issues
Sort by recently updated
recently updated
newest added

Hello, My plugin works fine but in logs there is something like this. I think it is because turkish language like "ç, ş, ğ, ı,". Can you fix if it...

bug
enhancement

Setup multiple `.json` files under `plugins/CustomCommands/Commands` Editing exists JSON files => Plugin should auto-reload, but it does not reload at all. So I need to run `css_plugins restart CustomCommands` from...

New line when using a language tag not working

bug

Adding a whiltelist and blacklist option for the command to select which players can use the command or not ```json [ { "Title": "Ping", "Description": "Send back Pong! to the...

enhancement
future

**Describe the bug** After Mapchange the userid changed and it doesnt update right. Example command ```json { "Title": "Give Weapon", "Description": "Gives weapon to player", "Command": "usp", "Message": "You got...

bug

Add Wait on message or server commands so example: ```c++ "css_give {PLAYERNAME} weapon_awp", "wait (10)", // Wait 10 seconds before do the next command "css_strip {PLAYERNAME}" ```

enhancement
help wanted
future

- 0 = C - 1 = A - 2 = CC - 3 = AC - 4 = CCCC - 5 = CCAC - 6 = ACCC - 7...

enhancement