Overview
NTicketPortal is a modern Minecraft portal-management plugin (Paper/Folia) that lets you control world access with 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 great 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 plugins folder.
- Start the server once to generate configuration files.
- Open and configure:
Code:
plugins/NTicketPortal/config.yml
- Add your worlds in
teleportsand configure ticket/time rules. - Set a destination spawn for a world:
Code:
/nticketportal setspawn <world>
- Give tickets to players:
Code:
/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 |
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
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.
Join our Discord
