NTicketPortal

⭐ — (4 endorsements) 📥 86 downloads 📌 v1.2.1 📅 4/11/2026
🟡 Updated this year

By nussesindgesund · adventure

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 5/25/2026 📅 Created: 4/11/2026

🔍 Analysis

  • 🏆 #343 of 383 adventure mods in this game by downloads

📋 About This Mod

!(https://i.imgur.com/dWLmGyh.png) ## Overview NTicketPortal is a modern Minecraft portal-management plugin (Paper/Folia) that controls world access using **ticket items**, **time windows**, and **fully configurable teleport settings**. It is designed to be simple for staff and flexible for server owners. You can configure each world independently: portal availability, ticket requirements, opening hours, open/close console actions, and teleport destination. NTicketPortal is a strong fit for survival, RPG, event, and economy servers where worlds such as Nether, End, or custom dimensions should be gated and controlled. ## Features - **Folia Support** – compatible with modern Paper/Folia environments. - **World Ticket System** – tickets are bound to specific worlds and consumed on use. - **Custom Ticket Item** – material, CustomModelData, display name, lore, and glow effect. - **Daily Time Schedule** – separate open/close hours for each day of the week. - **Automatic Actions** – run console commands when a portal opens or closes. - **Portal Toggle** – quickly enable or disable a portal per world. - **Set Teleport Destination** – configure target teleport locations in-game. - **Multi-world Ready** – configure multiple destinations in the `teleports` section. - **Configurable Messages** – customize player/admin messages directly in `config.yml`. !(https://i.imgur.com/FvUNMSu.png) ## Installation & Usage 1. Put **NTicketPortal** into your server `plugins` folder. 2. Start the server once to generate configuration files. 3. Open and configure: ```text plugins/NTicketPortal/config.yml ``` 4. Add your worlds in `teleports` and configure ticket/time rules. 5. Set a destination spawn for a world: ```text /nticketportal setspawn <world> ``` 6. Give tickets to players: ```text /nticketportal give <world> <amount> <player> /nticketportal <player> <world> ``` !(https://i.imgur.com/MZOTmLm.png) ## Commands | Command | Description | Permission | |---|---|---| | `/nticketportal give <world> <amount> <player>` | Gives a specific amount of tickets for a selected world. | `nticketportal.admin` | | `/nticketportal <player> <world>` | Shortcut command that gives 1 ticket. | `nticketportal.admin` | | `/nticketportal setspawn <world>` | Sets the destination teleport location for a world. | `nticketportal.admin` | | `/nticketportal toggle <world>` | Enables or disables the portal for a selected world. | `nticketportal.admin` | ## How It Works 1. A player attempts to travel through a portal (Nether/End or plugin/command teleport). 2. The plugin validates whether that world portal is currently enabled and open by schedule. 3. If ticket mode is enabled, the player must hold a valid world-bound ticket in the main hand. 4. After validation, one ticket is consumed and the player is teleported to the configured location. !(https://i.imgur.com/c514S7Y.png) ## Example Configuration <details> <summary><strong>config.yml</strong></summary> ```yaml settings: # Timezone used for schedule checks time: 'Europe/Warsaw' teleports: world_the_end: enabled: true ticket: enabled: true item: material: PAPER modeldata: 10001 glow: true name: '<green>End Pass' lore: - '<white>Allows access to world_the_end' time: enabled: true actions: open: - say world_the_end portal is now OPEN! close: - say world_the_end portal is now CLOSED! days: MONDAY: { open: 8, close: 12 } TUESDAY: { open: 8, close: 12 } WEDNESDAY: { open: 8, close: 12 } THURSDAY: { open: 8, close: 12 } FRIDAY: { open: 8, close: 12 } SATURDAY: { open: 8, close: 12 } SUNDAY: { open: 8, close: 12 } teleport: enabled: true location: null ``` </details> !(https://i.imgur.com/pmcWnlb.png) ## Support & Community Need help, found a bug, or want to suggest a feature? Join the Discord server below. Feedback is reviewed and improvements are considered in future updates. (https://discord.com/invite/Kzx66X3zR2)

!(https://i.imgur.com/dWLmGyh.png)

## Overview

NTicketPortal is a modern Minecraft portal-management plugin (Paper/Folia) that controls world access using ticket items, time windows, and fully configurable teleport settings.

It is designed to be simple for staff and flexible for server owners. You can configure each world independently: portal availability, ticket requirements, opening hours, open/close console actions, and teleport destination.

NTicketPortal is a strong fit for survival, RPG, event, and economy servers where worlds such as Nether, End, or custom dimensions should be gated and controlled.

## Features

  • Folia Support – compatible with modern Paper/Folia environments.
  • World Ticket System – tickets are bound to specific worlds and consumed on use.
  • Custom Ticket Item – material, CustomModelData, display name, lore, and glow effect.
  • Daily Time Schedule – separate open/close hours for each day of the week.
  • Automatic Actions – run console commands when a portal opens or closes.
  • Portal Toggle – quickly enable or disable a portal per world.
  • Set Teleport Destination – configure target teleport locations in-game.
  • Multi-world Ready – configure multiple destinations in the `teleports` section.
  • Configurable Messages – customize player/admin messages directly in `config.yml`.

!(https://i.imgur.com/FvUNMSu.png)

## Installation & Usage

1. Put NTicketPortal into your server `plugins` folder. 2. Start the server once to generate configuration files. 3. Open and configure:

```text plugins/NTicketPortal/config.yml ```

4. Add your worlds in `teleports` and configure ticket/time rules. 5. Set a destination spawn for a world:

```text /nticketportal setspawn ```

6. Give tickets to players:

```text /nticketportal give /nticketportal ```

!(https://i.imgur.com/MZOTmLm.png)

## Commands

| Command | Description | Permission | |---|---|---| | `/nticketportal give ` | Gives a specific amount of tickets for a selected world. | `nticketportal.admin` | | `/nticketportal ` | Shortcut command that gives 1 ticket. | `nticketportal.admin` | | `/nticketportal setspawn ` | Sets the destination teleport location for a world. | `nticketportal.admin` | | `/nticketportal toggle ` | Enables or disables the portal for a selected world. | `nticketportal.admin` |

## How It Works

1. A player attempts to travel through a portal (Nether/End or plugin/command teleport). 2. The plugin validates whether that world portal is currently enabled and open by schedule. 3. If ticket mode is enabled, the player must hold a valid world-bound ticket in the main hand. 4. After validation, one ticket is consumed and the player is teleported to the configured location.

!(https://i.imgur.com/c514S7Y.png)

## Example Configuration

config.yml

```yaml settings: # Timezone used for schedule checks time: 'Europe/Warsaw'

teleports: world_the_end: enabled: true ticket: enabled: true item: material: PAPER modeldata: 10001 glow: true name: 'End Pass' lore: - 'Allows access to world_the_end' time: enabled: true actions: open: - say world_the_end portal is now OPEN! close: - say world_the_end portal is now CLOSED! days: MONDAY: { open: 8, close: 12 } TUESDAY: { open: 8, close: 12 } WEDNESDAY: { open: 8, close: 12 } THURSDAY: { open: 8, close: 12 } FRIDAY: { open: 8, close: 12 } SATURDAY: { open: 8, close: 12 } SUNDAY: { open: 8, close: 12 } teleport: enabled: true location: null ```

!(https://i.imgur.com/pmcWnlb.png)

## Support & Community

Need help, found a bug, or want to suggest a feature? Join the Discord server below. Feedback is reviewed and improvements are considered in future updates.

(https://discord.com/invite/Kzx66X3zR2)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
nussesindgesund
Version
1.2.1
Downloads
86
Endorsements
4
Category
adventure
Created
4/11/2026
Updated
5/25/2026
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
adventure, game-mechanics, utility

🔧 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 NTicketPortal 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 NTicketPortal?

Version 1.2.1, published 2026-05-25 with 86 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More adventure 👤 More by nussesindgesund 🔎 Similar Mods 🌐 Best adventure (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods