Pebble's Portal Commands - Portal Management via Commands
Create interactive portals that automatically execute commands when players enter! This mod provides server administrators with powerful tools for configuring portals of any size.
📋 Basic Commands
Start creating a new portal with the command /portal add <name>. The process consists of several simple steps:
- Right-click the first corner block
- Select the second corner block in the same way
- Add necessary commands
- Complete portal creation
Add commands using /portal commands add <command>. For example: /portal commands add give {player_name} diamond 1 will give the player a diamond when entering the portal.
🔧 Portal Management
/portal finish- complete portal creation/portal cancel- cancel current creation process/portal list- show all existing portals/portal remove <name>- remove a portal/portal reload- reload portals from disk
🎯 Placeholders
Use {player_name} for automatic substitution of the player's name. For example, the command say {player_name} entered the shop portal! when player "Steve" enters will become say Steve entered the shop portal!.
💡 Useful Tips
- Create portals of any size by selecting corner blocks
- Add unlimited number of commands to each portal
- All commands execute with server permissions
- Use
/portal canceland start over if you make mistakes - Portals are saved automatically and work after server restart
- For manual editing, go to the
config/pebbles-portal-commands/portalfolder, then execute/portal reload