Versions
  1. 1.8
  2. 1.9
  3. 1.10
  4. 1.11
  5. 1.12
  6. 1.13
  7. 1.14
  8. 1.15
  9. 1.16
  10. 1.17
  11. 1.18
  12. 1.19
  13. 1.20

⚠ 1.8.8 | 1.9.4 | 1.10.2 | 1.11.2 | 1.12.2 ⚠
Download Here
⚠ 1.14.4 | 1.15.2 | 1.16.3 | 1.16.5 | 1.17.1 | 1.18.2 | 1.19.4 | 1.20.1 ⚠

Download Here
Read the entire page before you buy it!
Need support? PM me or contact me on Discord

The official resource pack and maps are offered on discord

[IMG]


Cops And Crims is based off the popular eSports shooter Counter Strike: Global Offensive like Cops and Crims from the Hypixel server. Using a custom resource pack, both teams arm themselves with guns, pistols, and even grenades.
Using a mixture of tactics and skills you must either defend the bomb sites or infiltrate the sites and plant the bomb. At the beginning of each round, you can buy weapons from the store.

[IMG]

» Lightweight and easy to use!
» No dependency
» CorpseReborn support
» 3D TexturePack
» 100% customizable
» Non-flicker scoreboard
» Custom guns system
» BungeeMode support
» Internal shop:
■ Per team weapons
■ Hide VIP weapons
■ Customizable knifes
» Per game player list
» Bossbar messages
» No bugs remained
» MySQL stats
» Vip weapons
» ActionBar and Title
» Default leather armor (BLUE, RED)
» Defuse system like in the real game!

[IMG]




Video made on a server with:
Ram: 400 MB
CPU: Intel Pentium 2.8 ghz dual core
[IMG]


[IMG]


[IMG]

Code (Text):
Player: - None
@text - Talk to the other team
/counterstrike join <id>
/counterstrike quickjoin
/counterstrike leave
Admin: - cs.admin
/counterstrike create <id> <name> <min> <max>
/counterstrike delete <id>
/counterstrike reload
/counterstrike disable <id>
/counterstrike enable <id>
Weapons Permissions:
- "cs.weapon.<weapon_name>" and "Permission: true" in that gun section in shop.yml
[IMG]

Code (Text):
1. Use /counterstrike create <id> <name> <min> <max>
2. Follow the setup wizard
3. Place a sign:
[CounterStrike]
<id>
4. Place a quick sign:
[CounterStrike]
QuickJoin
That's it, have fun!
:D


[IMG]


Code (Text):
import ro.Fr33styler.CounterStrike.Api.BombExplodeEvent;
import ro.Fr33styler.CounterStrike.Api.GameJoinEvent;
import ro.Fr33styler.CounterStrike.Api.GameLeaveEvent;
import ro.Fr33styler.CounterStrike.Api.GameStateChangeEvent;
import ro.Fr33styler.CounterStrike.Api.GunDamageEvent;
import ro.Fr33styler.CounterStrike.Handler.GameState;


@EventHandler
public void onJoin(GameJoinEvent e) {
Player p = e.getPlayer();
}

@EventHandler
public void onStateChange(GameStateChangeEvent e) {
GameState state = e.getState();
switch (state) {
case DISABLED:
break;
case END:
break;
case IN_GAME:
break;
case ROUND:
break;
case WAITING:
break;
}
}

@EventHandler
public void onLeave(GameLeaveEvent e) {
Player p = e.getPlayer();
}

@EventHandler
public void onBombExplode(BombExplodeEvent e) {
Location l = e.getBombLocation();
}

@EventHandler
public void onGunDamage(GunDamageEvent e) {
double damage = e.getDamage();
Player victim = e.getVictim();
Player damager = e.getDamager();
boolean isheadshot = e.isHeadshot();
}
[IMG]



FAQ:
Spoiler: Dropped guns don't delete each round
Spoiler: Scoreboard, Teams, score under the name

Spoiler: Join through QuickSign removes my Spectator Mode
Spoiler: Players without op can't join through the signs

Uploader


Downloads
20
Views
1,357
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from ArteffKods

Latest updates

  1. Bug fixes and improvements!

    - Added 1.21.9 and 1.20.1 support - Added an option in engine.yml to hide credits in commands -...
  2. Major rework and improvements

    - The plugin now is updated and moved to the new engine. Check it out
  3. Bug fixes and improvements!

    - Added 1.21.8 support!

Similar resources

➢ Cops and Crims MiniGame 1.29 LF
0.00 star(s) 0 ratings
Updated
ConnectTheBlocks | GUI Inventory Minigame [1.8-1.19.3] ArteffKods
Logic Minigame | Create your own categories and levels! | Useful for lobbies (MySQL support)
0.00 star(s) 0 ratings
Updated
Devolution Premium Version || A Fun Unique old Mineplex minigame [1.13 - 1.19.4] ArteffKods
A unique PVP minigame where you transform into various mobs. Each one has a unique skill and perks.
0.00 star(s) 0 ratings
Updated
KnockbackFFA Minigame [50% Easter Sale] ArteffKods
MySQL/SQLite | MultiArena | Kits | Elo | KillSounds | Trails | Events | KillEffects
0.00 star(s) 0 ratings
Updated
MissileWars | Unique, fast and fun minigame ArteffKods
This is the legendary minigame as you know it. Now with more features and missiles
0.00 star(s) 0 ratings
Updated
Back
Top Bottom