TeamRocket

TeamRocket

Mod

A forge plugin that adds team rocket to your server and steal the player`s pokemon.

Server AdventureGame MechanicsUtility

3 downloads
0 followers
Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.
Command Permission Description
/teamrocket minecraft.command.teamrocket Shows all available commands.
/teamrocket about teamrocket.command.about Shows the plugin information.
/teamrocket reload teamrocket.command.reload Reloads the configuration files.
/teamrocket boss teamrocket.command.boss Spawns a trainer npc. When a player defeats it, it gives back the player`s pokemon.
/teamrocket warehouse teamrocket.command.warehouse Opens a user interface that shows all stolen pokemon.
/teamrocket spawn <player> teamrocket.command.spawn Spawns the team rocket at the specified player`s location.

Main Configuration

Expand
{
  # If false, the player will only get one pokemon back.
  "ReturnAllPokemon": false,
  # The spawns interval of team rocket in seconds.
  # Once triggered, team rocket will find a random player and start blabbering their motto then steal the player`s pokemon :)
  # Take note, they may fail to spawn if theres not enough space for them to spawn on or when a player is busy such as opening a GUI, in battle, etc.
  "TeamRocketSpawnInterval": 86400,
  # The chance of team rocket grunts spawning in the wild. (0-100)
  # Grunts will not show their true self upon spawning. only in battle, so it`ll be a big suprise :)
  "TeamRocketGruntSpawnRate": 50.0,
  # The listed player names below will be use as team rocket grunt skin.
  "TeamRocketGruntSkins": [
    "YonixUwU",
    "TinyYalla",
    "LadyGagaVEVO"
  ],
  "JessieSkin": "LaSerowa",
  "JamesSkin": "SShester",
  "FirstLine": "&cPrepare for trouble!",
  "SecondLine": "&cAnd make it double!",
  "ThirdLine": "&cTo protect the world from devastation!",
  "FourthLine": "&cTo unite our peoples within our nation!",
  "FifthLine": "&cTo denounce the evils of truth and love!",
  "SixthLine": "&cTo extend our reach from the stars above!",
  "SeventhLine": "&cJessie!",
  "EighthLine": "&cJames!",
  "NinthLine": "&cTeam Rocket blasts off at the speed of light!",
  "TenthLine": "&cSurrender now, or prepare to fight!",
  "EleventhLine": "&cMeowth. That`s right!",
  "TeamRocketTakePokemonTitle": "&cYour &c%pokemon% &cis ours now!",
  "TeamRocketTakePokemonSubtitle": "&cLater loser muhahahahah!",
  "GruntTakePokemonTitle": "&cYou lose! so...",
  "GruntTakePokemonSubtitle": "&cI`ll take your &c&l%pokemon%&c. Smell ya later loser!",
  "NoStolenPokemon": "&cI don`t have any business with you, now scram!",
  "ReturnedPokemonTitle": "&cLucky win...",
  "ReturnedPokemonSubtitle": "&cYour pokemon should be in your pc now.",
  "NoCommandPermission": "&cYou do not have permission to execute this command.",
  "NoneText": "&bNone",
  "TrueText": "&bTrue",
  "FalseText": "&bFalse",
  "HiddenAbilityText": " &b(Hidden Ability)",
  "PokemonSpriteTitle": "&e%pokemon% %nickname%",
  "PokemonSpriteLore": [
    "&6Level: &b%level%",
    "&6Shiny: &b%shiny%",
    "&6Gender: &b%gender%",
    "&6Growth: &b%growth%",
    "&6Nature: &b%nature%",
    "&6Ability: &b%ability%",
    " ",
    "&6Form: &b%form%",
    "&6Palette: &b%palette%",
    "&6Ball Type: &b%ball_type%",
    "&6Happiness: &b%happiness%",
    "&6Held Item: &b%held_item%",
    "&6Breedable: &b%breedable%",
    "&6Dynamax Level: &b%dynamax_level%",
    "&6Original Trainer: &b%original_trainer%",
    " ",
    "&6IV`s: &b%iv_hp%&7/&b%iv_atk%&7/&b%iv_def%&7/&b%iv_spe%&7/&b%iv_spa%&7/&b%iv_spd% &b(%iv_percentage%)",
    "&6EV`s: &b%ev_hp%&7/&b%ev_atk%&7/&b%ev_def%&7/&b%ev_spe%&7/&b%ev_spa%&7/&b%ev_spd% &b(%ev_total%)",
    " ",
    "&6Moves: &b%m1%&7/&b%m2%&7/&b%m3%&7/&b%m4%",
    "&6Ribbons: &b%ribbons%",
    " ",
    "&6Stolen from: &b%player%",
    "&eShift + Right Click to return it to its owner`s pc."
  ]
}

Dependencies

Example Video


Project members

Joagar

Member

Details

Licensed ARR
Published a day ago
Updated 4 days ago