Bueno Docs
Buenoverse
Buenoverse
  • Introduction
    • Welcome to the Buenoverse! 🌍
    • Buenoverse Plans
    • Roadmap
  • Getting Started
    • Creating Your First World
    • Builder Basics
    • Add Collaborators
  • Fundamentals
    • Worlds and Rooms
    • Player Spawn Points
    • Elements
      • Hitboxes
      • Z-index
      • Interactions
    • Components
    • Asset Manager
    • Asset Kits
    • Image Generator
    • Layers and Floors
    • Paths
    • Sprite Animation
    • Sounds
    • Video
  • Interactions
    • Introduction to Interactions
    • Full walkthrough
    • Portals
    • External links
    • Effects
      • Animation
      • Music
      • Sounds
      • Confetti, Fireworks and Smoke
    • Abilities
      • Collectible
      • Mountable
      • Drivable
      • Movement
      • Thrower
      • Damage
      • Health
      • Mint Machine
      • Dress Up
    • Dialogue
      • AI Dialogue
      • Permissions
      • Items and Rewards
      • Collect Data
      • HTTP Requests (Advanced Feature)
    • Games
      • Podium
      • Test Lobby
  • Player Management
    • Player Options
    • Player Health
    • XP and Level Up
    • XP and Level Gating
    • Item Gating
    • Token Gating
    • Moderation
  • Tutorials
    • Building a DJ Room
    • Make a Hot Air Balloon
    • Make a Mint Machine
Powered by GitBook
On this page

Was this helpful?

  1. Player Management

Item Gating

PreviousXP and Level GatingNextToken Gating

Last updated 1 year ago

Was this helpful?

Item gating works the same way as token gating. The difference is that a player can get access to certain interactions by checking if a player has item X in their inventory. This feature only applies to interactions.

Token, item and XP gating are combinable! So only players with token X, item X and ‘…’ XP can do certain things. This makes gating a powerful tool for creating experiences in the Buenoverse.

Builders can item gate anywhere they see the permissions menu available. Item gating is particularly useful when creating quests and experiences in the Buenoverse.

For instance, if we want a player to only pick up item B if they already have item A in their inventory. Or, talk to NPC A, only if they have item B in their inventory.

The permissions menu has a few settings builders can change. In the case of the example below, anyone with a raygun, can use this portal interaction. To select an inventory item to check for, press the edit icon.

Only objects that are defined as a ‘collectible’ show up in the item picker menu.

Builders can also select collectibles from other rooms by changing the url in the item picker menu.

Item gate options