Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Links
Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published last month

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
teleportssection. - Configurable Messages – customize player/admin messages directly in
config.yml.

Installation & Usage
- Put NTicketPortal into your server
pluginsfolder. - Start the server once to generate configuration files.
- Open and configure:
plugins/NTicketPortal/config.yml
- Add your worlds in
teleportsand configure ticket/time rules. - Set a destination spawn for a world:
/nticketportal setspawn <world>
- Give tickets to players:
/nticketportal give <world> <amount> <player>
/nticketportal <player> <world>

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

Example Configuration
config.yml
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

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.


