Skip to content

Various examples of plugins that can be imported into any space 🔌🌎

License

Notifications You must be signed in to change notification settings

VatomInc/spaces-plugins

Repository files navigation

Logo Spaces Example Plugins

Examples of plugins that can be imported into your own Space

If you would like to know more about developing your own plugins, you can visit the "Creating Plugins" guide on the developer portal.

NB: When making a pull request into this repo to add a plugin, you are accepting that your plugin will be under an MIT license.

Examples 📂

Below is a list of all the current examples and where to find each of them.

Name Description Example Author
Coin Pickup Game A game where users can walk over coins to collect them Here Vatom Inc.
Physics Allows objects in the space to have physics Here Vatom Inc.
Popup Message Displays a message, in a popup, to a user when they enter a space Here Vatom Inc.
Portal Allows users to teleport to different areas (within a space) using a portal Here Vatom Inc.
Spotify Adds a spotify button to the bottom menu bar Here Vatom Inc.
Webpack Demonstrates how webpack can be used to import various packages Here Vatom Inc.
Gun Allows users to shoot a shotgun when in First Person view Here FrancoBolevin
Land Mine Allows for creation of explosive, proximity-based land mines Here Liron-Toledo
System Alert Display a toast message to everyone in the space Here jjv360
Text Notification Allows users to notify space hosts of their arrival into a space Here zmaqutu
Iframe Alert Displays a custom UI within the space Here jjv360
FPS HUD Shows a health bar and armor in the top-left corner of the screen Here chapmankyle
Spawn Spawns the user's avatar at a random spawn location within the space Here zmaqutu
Pickups Various plugins that can be attached to objects and picked up in the space Here Liron-Toledo
Gun v2 Updated version of the original gun plugin, which allows users to shoot a shotgun when in First Person view Here FrancoBolevin