Cops and Crims MiniGame

MC Plugin Cops and Crims MiniGame 1.31
| Like the original Cops and Crims | MySQL stats | MultiArena | BungeeCord | No bugs!

[IMG]


Cops And Crims is based on 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]



[IMG]


[IMG]


[IMG]

Code:
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:
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
[IMG]

Java:
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:

Dropped guns don't delete each round
  • Disable ClearLag for the game world!
Scoreboard, Teams, score under the name
  • Any scoreboard plugin that uses an abusive scoreboard makes problems, try disabling it from the game world!
Join through QuickSign removes my Spectator Mode
  • Disable force game mode from Multiverse or MultiWorld
Players without OP can't join through the signs
  • Set spawn-protection=0 from server.proprietes
shanruto
Author shanruto
Level
10
2,115 pts
1.31 Version
32 Downloads
619 Views
Published
Updated
0.00 star(s) 0 ratings Average Rating (0)
No Tags

More files from shanruto

Minecraft Is Better With Plugins

Cops and Crims MiniGame is the ultimate Minecraft plugin to take your next project to new heights. Increase the quality of your Minecraft server gameplay by downloading it for free!

Why Choose our Minecraft Plugins?

  • High-quality uploads for an enhanced user-experience.
  • Enhanced gameplay features for more fun and excitement.
  • Regular updates and new plugins to keep things fresh.

Explore Other Resources

Are you looking for something different? Explore thousands of other plugins, available to download right now. shanruto shared this wonderful resource to you for free, so remember to share your appreciation by liking the resource and reviewing it.

Get started today and make your Minecraft world truly unique.

Top Bottom