Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
ValeTickets
PluginLicenseRef-WolfTailVale-Custom-License-v1.0

ValeTickets

ValeTickets intends to make it easy for players to ask for help and for staff to keep track of it. It’s a small plugin with in‑game commands and a tiny web page for staff. I run this in my spare time, so I try to keep it practical and safe.

40
Downloads
0
Followers
7 months ago
Updated
📦
4
Versions
managementutilitypaper
Download Latestv1.21.8_1.5.0View on Modrinth

📖About ValeTickets

ValeTickets - simple ticketing for your server

ValeTickets intends to make it easy for players to ask for help and for staff to keep track of it. It’s a small plugin with in‑game commands and a tiny web page for staff. I run this in my spare time, so I try to keep it practical and safe.

▶️ Quick start

  1. Drop the jar in plugins/ and start the server once.
  2. In‑game (as OP), run /ticketsetup to create the owner account.
  3. Visit http://<server-ip>:<configured-port>/admin and sign in.
  4. Add admins with /ticketadmin add <username>.
  5. Players use /ticket to file tickets and /ticket check to see updates.

If /admin returns 401, the owner account may not exist yet or the credentials are wrong.

📖 What it does

  • Players can open tickets in chat with a short guided flow.
  • Staff can view tickets on a small web dashboard.
  • Optional file uploads (screenshots/logs) with type/size limits.
  • Simple roles: OWNER (can manage accounts) and ADMIN.
  • Basic rate limiting on the public form to reduce spam.
  • In-game notifications when tickets are updated.
  • DiscordSRV integration support planned for future versions.

🎮 Commands

Players

  • /ticket - start a short guided flow to create a ticket
  • /ticket check - view your tickets and their status

Admins

  • /ticketadmin passwd - change your own password

Owner

  • /ticketsetup - create the first owner account (permission: valetickets.setup)
  • /ticketadmin add <username> - add an admin
  • /ticketadmin reset <username> - reset an admin’s password
  • /ticketadmin list - list accounts
  • /ticketreload - reload plugin config and restart the web server (permission: valetickets.reload)

Examples

  • /ticketadmin add alice
  • /ticketadmin reset bob

🌐 Web interface

  • Public form: http://<server-ip>:8765/
  • Admin dashboard: http://<server-ip>:8765/admin
  • Change password: http://<server-ip>:8765/change-password

🔒 Security

  • Passwords are hashed with Argon2id. No plaintext, ever.
  • The plugin ships as a single jar with needed libraries inside.

⚙️ Config

plugins/ValeTickets/config.yml

web:
  enabled: true
  bind: 0.0.0.0
  port: 8765
  # How to show ticket URLs to players
  urlDisplay:
    mode: "ip"                                # "ip", "domain", or "custom"
    domain: "your-server.com"                 # Used when mode is "domain"
    customMessage: "Check our website!"       # Used when mode is "custom"
  uploads:
    enabled: true
    dir: uploads
    maxBytesPerTicket: 104857600   # 100 MB total
    maxBytesPerFile:   10485760    # 10 MB per file
    allowedTypes: ["png", "jpg", "jpeg", "txt"]
  rateLimit:
    windowSeconds: 600
    maxTicketsPerWindow: 3

If anything’s unclear, feel free to open an issue. The plugin is intended to be simple to run on a normal Paper server.

This Plugin was built with the use of GPT-5, Gemini 2.5, and Claude Sonnet 4. As such, profiting off this plugin through redistribution or use in servers with P2W features is prohibited.
Please see license file for more information.

👥 Team & Contributors

wolftailvale
wolftailvaleOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.21.8

🔗 Links

Modrinth Page