Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed CC0-1.0
Published last week
Updated last week
🌀 Pebbles Portal Commands 🌀
📜 Command Guide Admin commands for creating and managing command portals:
-
/portal add <name>
- Begin creating a new portal- Right-click the first corner block
- Right-click the second corner block
- Add commands using the command below
- Finish portal creation
-
/portal commands add <command>
- Add a command to execute when players enter the portalExample:
/portal commands add give {player_name} diamond 1
-
/portal finish
- Complete portal creation -
/portal cancel
- Cancel current portal creation -
/portal list
- Show all existing portals -
/portal remove <name>
- Delete a portal -
/portal reload
- Reload portals from disk
💫 Placeholders
{player_name}
- Replaced with the name of the player who enters the portalExample:
say {player_name} has entered the shop portal!
Result when player "Steve" enters:say Steve has entered the shop portal!
🔰 Usage Tips
- Portals can include any number of commands
- You can create portals of any size by selecting corner blocks
- Commands run with server permission level
- If you make a mistake, use
/portal cancel
and start over - Portals are saved automatically and persist after server restart
- After configuring your portal, you can also navigate to
config/pebbles-portal-commands/portal
to edit or delete your portal, then run/portal reload
to load new configuration