BattlePass
Get BattlePassJoin DiscordMinecraft Hosting
  • Home
  • Purchase BattlePass
  • ➡️Immersive BattlePass UI [NEW]
  • Quests
    • Creating Quests
    • Quest Types
    • Setting up and using Variables
    • PlaceholderAPI Endless Quests
    • Multi-Step quests
    • Special Cases Progress
    • Daily Quests Difficulty
    • Events
  • Features
    • Boosters
    • Menu Actions
  • General
    • Commands
    • Permissions
    • PlaceholderAPI Placeholders
    • Custom Items/Heads In Menus and Rewards
  • Developer API
    • Implementing API
    • Creating Your Own Quest Types
    • General API Methods
  • Useful
    • Enchants
    • Custom Enchants
    • Harvesting Crops
    • Custom Model Data
    • Timezones
    • Premade Configurations
    • Using with Citizens NPCs
    • Quest Specific Regions
  • TUTORIALS
    • Setting Up Rewards
    • Linking Rewards To Tiers
Powered by GitBook
On this page
  • Required Plugins
  • Steps
  • 1. Create NPCs
  • 2. Assign Commands to NPCs
  • 3. That's all!

Was this helpful?

Edit on GitHub
  1. Useful

Using with Citizens NPCs

Setting up NPCs to access menus!

Integrate the BattlePass plugin functionalities with NPCs using the Citizens plugin to enhance player interaction and engagement on your Minecraft server.

Required Plugins

  • BattlePass plugin

  • Citizens Plugin

Steps

1. Create NPCs

First, create NPCs for each BattlePass menu you wish to integrate:

/npc create <NPC Name> --type PLAYER

2. Assign Commands to NPCs

Assign the following commands to your NPCs to enable players to access various BattlePass menus by interacting with them.

Command
Description

/npc command add bp open portal -p

Open main menu

/npc command add bp open daily-quests -p

Open daily quests' menu

/npc command add bp open quests -p

Open weekly quests' menu

/npc command add bp open rewards -p

Open rewards menu

3. That's all!

As simple as that - set up NPCs with BattlePass!

PreviousPremade ConfigurationsNextQuest Specific Regions

Last updated 1 year ago

Was this helpful?