Skip to content

Commands

Available commands:

  • rctmod
    • player
      • get (Op Level: 1)
        • level_cap [<player>]: Retrieves the current level cap of the given player.
        • defeats <trainerId> [<player>]: Retrieves the current number of defeats the given player has against the specified trainer.
        • type_defeats <trainerType> [<player>]: Retrieves the current number of defeats the given player has against the specified trainer type.
      • set (Op Level: 2)
        • level_cap [<players>] <value>: Sets the current level cap of the given players to the specified value.
        • defeats <trainerId> [<players>] <value>: Sets the current number of defeats the given players have against the specified trainer to the given value.
    • trainer
      • get (Op Level: 1)
        • type <trainerId>: Retrieves the type of the trainer with the given trainer id.
        • reward_level_cap <trainerId>: Retrieves the reward level cap trainer mobs with the given trainer id will grant to players if beaten.
        • required_level_cap <trainerId>: Retrieves the required level cap to fight trainer mobs with the given trainer id.
        • required_defeats <trainerType> <trainerId>: Retrieves the amount of required defeats against trainers from the specified type to fight trainer mobs with the given trainer id.
        • max_trainer_wins <trainerId>: Retrieves the max amount of wins trainer mobs with the given trainer id can have before they will not accept any more fights.
        • max_trainer_defeats <trainerId>: Retrieves the max amount of defeats trainer mobs with the given trainer id can have before they will not accept any more fights.
      • spawn_for [<player>] (Op Level: 2): Attempts to spawn a trainer mob in the vicinity of the given player (using the custom natural spawning mechanics).
      • summon <trainerId> [<position>] (Op Level: 2): Summons the specified trainer mob at the given postion.
      • summon_persistent <trainerId> [<position>] (Op Level: 2): Summons a trainer that will persist in the world.
      • unregister_persistent <entityId> (Op Level: 2): Utility command for server administrators to unregister persistent trainers manually.