Compatibility
Minecraft: Java Edition
Platforms
Links
Creators
Details
Further development of the plugin started by danablend. The original creator of the plugin, danablend has retired from the project, and barpec12 took over the plugin development. Meanwhile tontito007 continued the project giving support for multi map and Folia servers
Introduction: CSMC is a gamemode that changes everything about Minecraft, adding the classic "Defuse" Counter Strike gamemode, where Terrorists gotta plant the bomb, while Counter Terrorists should protect bomb sites and defuse the bomb if it would be planted. More gamemodes are planned out for the future.
Dependencies: CSMC needs the following for the plugin to work:
- Quality Armory - Currently no official version supporting Folia
- One or more Maps to play the game, set on a World
- Positions set up (More about that under the "Setting up" section)
Setting up: Before you can start playing the game, there are some things that needs to be clear and set up. That includes the following things:
- Set up the CS map (VIA In-game commands - /csmc setMap)
- Set up a lobby location (VIA In-game commands - /csmc setlobby)
- Set up spawn points for both teams (VIA In-game commands - /csmc setspawn counterterrorist/terrorist)
- Set up the bomb sites (VIA In-game commands - /csmc setBombSite A/B) for future AI support
- Place bedrock or obsidian on the bomb-spots (config bomb-block:)
- Start game by tapping a colour from Yellow, Blue, Red or Green
- Optionally mess around with the configuration to fit your needs
- SQLite BD is supported to have multi map
- to stop running game /csmc stop
We now have PlaceHolderApi support, returning:
- "N/S" if it doesn't find the placeholder or it returns NULL
- "N/A" if placeholder is found but no data returned
- or will return the expected value if all ok
List of available placeholders:
- %csmc_playercount_playing% - total players playing csmc
- %csmc_playerlist_playing% - list of players playing comma separated
- %csmc_game_running% - if CSMC game is running, returns "0" or "1"
- %csmc_map_set% - current map selected
- %csmc_current_round% - current round
- %csmc_player_team_color% - current player color (or colour)
- %csmc_player_kills% - current player kill count
- %csmc_player_deaths% - current player deaths count
- %csmc_player_money% - current player kill money
- %csmc_player_mvp% - current player times mvp count
- %csmc_player_has_bomb% - if current player has bomb, returns "0" or "1"
- %csmc_player_team_list% - current player team list comma separated
- %csmc_player_opponent_team_color% - player's opponent team color