PortaisCore
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #182 of 378 game-mechanics mods in this game by downloads
📋 About This Mod
# PortaisCore – Advanced Custom Portal Plugin for Minecraft **Version:** 1.1.0 **Compatibility:** Paper / Spigot 1.20.x **Java:** 17+ Create fully customizable portals for your Minecraft server with advanced teleportation systems, permissions, particles, sounds, VIP destinations, random teleports, command execution, and much more. PortaisCore allows server owners to create immersive and optimized portal systems without requiring complicated setups. --- # Features ✅ **Custom Portal Regions** Create portals using a selection tool and define custom areas where players are teleported instantly. ✅ **Multiple Portal Types** * **Warp portals** (`/warp`) * **Multiverse teleport portals** (`/mvtp`) * **Command portals** (execute any command) ✅ **Instant Teleport System** Players are teleported immediately when touching the portal region. ✅ **VIP Destinations** VIP players can be redirected to special destinations automatically. ✅ **Random Destinations** Create mining portals, dungeon systems, or random teleport hubs. ✅ **Custom Sounds & Particles** Add immersive visual and sound effects to your portals. ✅ **Portal Permissions** Restrict portals to specific players or permission groups. ✅ **Custom Messages** Send messages using: * Chat * ActionBar * Titles ✅ **Cooldown System** Prevent portal spam with configurable cooldowns. ✅ **Highly Configurable** Customize nearly everything using `config.yml` and `portais.yml`. --- # Dependencies | Plugin | Required | Usage | | --------------------- | ---------- | ----------------------------- | | Paper / Spigot 1.20.x | ✅ Yes | Server base | | EssentialsX | ❌ Optional | Warp system (`/warp`) | | Multiverse-Core | ❌ Optional | World teleportation (`/mvtp`) | | PlaceholderAPI | ❌ Optional | Dynamic placeholders | --- # Commands | Command | Description | Permission | | -------------------------------------------- | ---------------------------- | ---------------- | | `/portais criar <name> <type> <destination>` | Create a portal | `portais.create` | | `/portais deletar <name>` | Delete a portal | `portais.delete` | | `/portais editar <name> <property> <value>` | Edit portal properties | `portais.edit` | | `/portais listar` | List all portals | `portais.use` | | `/portais info <name>` | View portal details | `portais.use` | | `/portais reload` | Reload plugin configurations | `portais.reload` | --- # Portal Types ### `warp` Teleport players using a warp plugin: ```text /warp <destination> ``` Example: ```text /portais criar spawn warp spawn ``` --- ### `mvtp` Teleport players between worlds using Multiverse: ```text /mvtp <player> <world> ``` Example: ```text /portais criar mines mvtp mines_world ``` --- ### `comando` Execute any custom command. Use `{player}` as a placeholder. Example: ```text /portais criar vip comando /warp vip /portais criar kit comando /kit vip {player} ``` --- # Portal Selection System Creating portals is simple: ### Step 1 Get the selection tool: ```text GOLDEN_AXE ``` ### Step 2 **Left-click** a block to set **Position 1** ### Step 3 **Right-click** a block to set **Position 2** ### Step 4 Create the portal: ```text /portais criar <name> <type> <destination> ``` The selected region becomes an active portal area. Players entering the region will be teleported automatically. --- # Permissions | Permission | Description | Default | | ---------------- | -------------------------------------------- | -------- | | `portais.admin` | Full access (includes all permissions below) | OP | | `portais.create` | Create portals | OP | | `portais.delete` | Delete portals | OP | | `portais.edit` | Edit portals | OP | | `portais.reload` | Reload configurations | OP | | `portais.use` | Use portals | Everyone | Restrict a portal to specific players: ```text /portais editar myPortal permissao portais.vip ``` Then give the permission: ```text portais.vip ``` to your VIP group. --- # Editable Portal Properties Use: ```text /portais editar <name> <property> <value> ``` | Property | Description | | ------------------- | ------------------------------- | | `destino` | Portal destination | | `delay` | Teleport delay | | `cooldown` | Cooldown between uses | | `permissao` | Required permission | | `ativo` | Enable/disable portal | | `mensagem`
# PortaisCore – Advanced Custom Portal Plugin for Minecraft
Version: 1. 1. 0 Compatibility: Paper / Spigot 1. 20.x Java: 17+
Create fully customizable portals for your Minecraft server with advanced teleportation systems, permissions, particles, sounds, VIP destinations, random teleports, command execution, and much more.
PortaisCore allows server owners to create immersive and optimized portal systems without requiring complicated setups.
✅ Custom Portal Regions Create portals using a selection tool and define custom areas where players are teleported instantly.
✅ Multiple Portal Types
Warp portals (`/warp`) Multiverse teleport portals (`/mvtp`) Command portals (execute any command)
✅ Instant Teleport System Players are teleported immediately when touching the portal region.
✅ VIP Destinations VIP players can be redirected to special destinations automatically.
✅ Random Destinations Create mining portals, dungeon systems, or random teleport hubs.
✅ Custom Sounds & Particles Add immersive visual and sound effects to your portals.
✅ Portal Permissions Restrict portals to specific players or permission groups.
✅ Custom Messages Send messages using:
Chat ActionBar Titles
✅ Cooldown System Prevent portal spam with configurable cooldowns.
✅ Highly Configurable Customize nearly everything using `config.yml` and `portais.yml`.
# Dependencies
| Plugin | Required | Usage | | --------------------- | ---------- | ----------------------------- | | Paper / Spigot 1. 20.x | ✅ Yes | Server base | | EssentialsX | ❌ Optional | Warp system (`/warp`) | | Multiverse-Core | ❌ Optional | World teleportation (`/mvtp`) | | PlaceholderAPI | ❌ Optional | Dynamic placeholders |
| Command | Description | Permission |
| -------------------------------------------- | ---------------------------- | ---------------- |
| `/portais criar
# Portal Types
Teleport players using a warp plugin:
```text
/warp
```text /portais criar spawn warp spawn ```
Teleport players between worlds using Multiverse:
```text
/mvtp
```text /portais criar mines mvtp mines_world ```
### `comando`
Execute any custom command.
Use `{player}` as a placeholder.
```text /portais criar vip comando /warp vip /portais criar kit comando /kit vip {player} ```
# Portal Selection System
Creating portals is simple:
Get the selection tool:
```text GOLDEN_AXE ```
Left-click a block to set Position 1
Right-click a block to set Position 2
Create the portal:
```text
/portais criar
The selected region becomes an active portal area. Players entering the region will be teleported automatically.
# Permissions
| Permission | Description | Default | | ---------------- | -------------------------------------------- | -------- | | `portais.admin` | Full access (includes all permissions below) | OP | | `portais.create` | Create portals | OP | | `portais.delete` | Delete portals | OP | | `portais.edit` | Edit portals | OP | | `portais.reload` | Reload configurations | OP | | `portais.use` | Use portals | Everyone |
Restrict a portal to specific players:
```text /portais editar myPortal permissao portais.vip ```
Then give the permission:
```text portais.vip ```
to your VIP group.
# Editable Portal Properties
```text
/portais editar
| Property | Description | | ------------------- | ------------------------------- | | `destino` | Portal destination | | `delay` | Teleport delay | | `cooldown` | Cooldown between uses | | `permissao` | Required permission | | `ativo` | Enable/disable portal | | `mensagem`
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- eugabrixz
- Version
- 1.1
- Downloads
- 54
- Endorsements
- 1
- Category
- game-mechanics
- Created
- 6/8/2026
- Updated
- 6/4/2026
- Game Versions
- 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
- Tags
- game-mechanics, technology, transportation
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does PortaisCore support?
The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.
What is the latest version of PortaisCore?
Version 1.1, published 2026-06-04 with 54 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await