NTicketPortal is a powerful world-access management plugin for Paper & Folia. Control portals with tickets, schedules, teleport destinations, and automated actions. Perfect for Survival, RPG, Event, and Economy servers.
- 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.
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
