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
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.
» 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!
Video made on a server with: Ram: 400 MB CPU: Intel Pentium 2.8 ghz dual core
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
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
@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();
}
FAQ:
Disable ClearLag for the game world!
Any scoreboard plugin that uses an abusive scoreboard makes problems, try disabling it from the game world!
Disable force gamemode from Multiverse or MultiWorld
Set spawn-protection=0 from server.proprietes
Reasons to buy my plugin: - Unique plugin here on Spigot! - You have access to all future updates. - My plugin doesn't use dependency and so it will remain. - Your players gonna love this awesome minigame. - You will get awesome support from me.
EULA: - You are not permitted to redistribute my plugin in any form, including as a part of any software package - You are not permitted to reverse engineer or modify the plugin in any form beyond the configuration files
I always appreciate feedback, but not in the review section. If you have a problem, just send me a PM or ask for help on the support page.