Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
Why Oreoticket? Web-based and user-friendly interface
Special optimization for minimal resource usage
Easy to use
Very powerful
High security
Ability to connect to a Discord bot and external systems via API
Authentication using a random 25-character code
Automatic detection of the access code
If the code is not detected automatically, the system will ask the user to enter the code manually Features Part 1: Commands /ticket All users have default access.
When this command is executed, a link is sent to the player containing a 25-character code, formatted based on the IP defined in the config file.
This code is used for authentication and automatically verifies and logs the user in.
The code is detected automatically from the URL.
If the code is not detected, the user will be asked to enter it manually.
The code expires after the time specified in the config file. /ticket-admin Required permission: oreoticket.admin
Important: Before using this command, make sure the user’s username is added to the config file under the categories that the user is allowed to manage.
After running this command, similar to /ticket, an ID is generated but with admin access.
This admin ID allows the user to review tickets and change their status (only tickets related to the allowed categories).
Part 2: Config
═══════════════════════════════════════════════════════════
Neoticket - config.yml
═══════════════════════════════════════════════════════════
port: 8080
ip: ""
ticket-cooldown: 50 user-cooldown: 30 admin-cooldown: 30
token-expiry: member: 3600 admin: 1800
categories:
- shop
- info
- support
user-categories: admin1:
- shop
- support admin2:
- info
Additional Notes All data is stored in a database alongside the config file. Keep it secure.
To improve security and prevent spam, increase the ticket cooldown values in the config file. Thank you for using Oreoticket ❤️ Developer API Soon


