▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
WERM

WERM

WERM is a modern, all-in-one monetization platform built specifically for Minecraft servers. Think of it as a Tebex alternative—but with better features, lower fees, and a focus on the modern server owner experience.

37
0

WERM - Web Engine for Realm Monetization

WERM Logo

The official Minecraft plugin for WERM - the future of game monetization. Global wallets, instant delivery, and powerful analytics—all with the lowest fees in the industry.

bStats

WebsiteDashboardDiscord


🆕 What's New in v1.0.4

⚡ Performance & Reliability Release

This release adds batch delivery confirmation and async file I/O to improve performance and reliability during high-load scenarios.

FeatureDescription
📦 Batch Delivery ConfirmationUp to 10 confirmations per API call for 90% reduction in network overhead
🔄 Async File I/ONon-blocking queue persistence with debounced writes prevents main thread blocking
🛑 Graceful ShutdownProper executor termination ensures no data loss during server stops
Faster Bulk DeliveriesImproved performance when multiple items need to be delivered at once

Technical Details:

  • Batch size: 10 confirmations per API call
  • I/O thread: Daemon thread named WERM-ConfirmationQueue-IO
  • Shutdown timeout: 5 seconds for graceful termination
  • Debounced writes: 2-second delay to coalesce multiple queue changes

Previous Releases:

v1.0.3 - Performance Optimization
FeatureDescription
🔗 HTTP Connection PoolingNew OkHttp-based connection manager with 5-connection pool and 5-minute keep-alive
📉 Smart PollingDynamic polling with exponential backoff—reduces API calls by up to 75% during idle periods
Faster Response TimesKeep-alive connections eliminate connection setup overhead
🛠️ Improved Resource UsageConnection reuse reduces memory footprint and CPU usage

Technical Details:

  • Connection pool: 5 max idle connections, 5-minute keep-alive
  • Timeouts: 10s connect, 30s read, 10s write
  • Backoff: Up to 4x base interval after consecutive empty responses
  • Instant reset when player joins or delivery found
v1.0.2 - bStats Update
  • 🔧 bStats Update - Updated bStats plugin ID for proper metrics tracking
  • All security hardening from v1.0.1 remains in place
v1.0.1 - Security Features
FeatureDescription
🛡️ Command ValidationBlocks dangerous commands (op, deop, ban, stop) from being executed via deliveries
🔐 TLS 1.2+ EnforcementAll API connections now require modern TLS protocols
📝 Debug RedactionSensitive data (tokens, UUIDs) automatically redacted in debug logs
💾 Confirmation QueuePending delivery confirmations survive server restarts
Input SanitizationPlayer names and UUIDs sanitized before command execution
🌐 Endpoint ValidationHTTPS and domain whitelist enforcement for API endpoints
⏱️ Rate LimitingVerification attempts limited to prevent brute-force abuse
🔄 Auto-DiscoveryProject ID now auto-discovered from API (no hardcoding)

🌐 What is WERM?

What is WERM?

WERM is a modern, all-in-one monetization platform built specifically for Minecraft servers. Think of it as a Tebex alternative—but with better features, lower fees, and a focus on the modern server owner experience.

Platform Features

FeatureDescription
🔍 Server DiscoveryGet your server listed on our public directory where players can find, vote for, and join servers
💰 Global Wallet SystemPlayers have one wallet across all WERM-powered servers (1 credit = 1 USD cent)
🛒 Built-in StorefrontBeautiful, customizable store pages with categories, sales, gifting, and wishlists
Instant DeliveryHybrid delivery system using webhooks + polling ensures items are delivered fast
🗳️ Voting SystemIntegrated voting with Votifier/NuVotifier support to boost your server's ranking
💬 Discord IntegrationDisplay your Discord member count on your server listing
🌍 Multi-Currency SupportAccept payments globally with automatic currency conversion
💸 Lowest FeesStarting at just 3% platform fee (vs 5%+ competitors)

Why Choose WERM?

  • Free Tier Available - Start monetizing with no monthly fees (up to $500/month revenue)
  • Modern Dashboard - Clean, intuitive interface for managing your server and products
  • Real-time Analytics - Track sales, player engagement, and revenue trends
  • Cross-Server Economy - Players can use their wallet credits on any WERM server
  • Open & Transparent - No hidden fees, no surprise charges

✨ Plugin Features

Features

🔗 Account Verification

Players can securely link their Minecraft account to WERM using a simple 6-character verification code. Generate a code on the website, enter it in-game, and you're connected!

📦 Automatic Delivery System

Automatically delivers purchased products to players using configurable console commands. Supports both immediate delivery and requiring players to be online.

💓 Server Heartbeat

Keeps your server status updated on the WERM dashboard with real-time player counts and server version information.

🎮 Player Join Detection

Automatically checks for and delivers pending purchases when players join the server.

⚡ Async Processing

All API calls are processed asynchronously to ensure zero impact on your server's performance.

🛡️ Secure Authentication

Uses secure plugin token authentication to ensure only your server can manage deliveries.

📝 Fully Customizable

All messages are fully configurable with Minecraft color code support (& codes).


📜 Commands

Commands

CommandDescriptionPermission
/werm verify <code>Link your Minecraft account with WERMwerm.verify (default: true)
/werm helpDisplay help informationNone
/werm statusView plugin connection statuswerm.admin (default: op)
/werm reloadReload plugin configurationwerm.admin (default: op)

Aliases: /w


🎯 Permissions

PermissionDescriptionDefault
werm.verifyAllows players to verify their Minecraft accounttrue
werm.adminAdmin commands (reload, status)op

⚙️ Configuration

# WERM Plugin Configuration

# Generate your plugin token at https://wermpay.com/dashboard/servers
plugin-token: "werm_XXXXXXXX_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

# Enable debug logging for troubleshooting
debug: false

# Heartbeat Settings
heartbeat:
  interval: 60              # Send status every X seconds
  send-player-count: true   # Include player count in heartbeat

# Delivery Settings  
delivery:
  interval: 15              # Check for deliveries every X seconds

# Customizable messages (supports & color codes)
messages:
  prefix: "&8[&6WERM&8] &r"
  verify-success: "&aYour Minecraft account has been linked successfully!"
  verify-failed: "&cVerification failed: &7%reason%"
  delivery-received: "&aYou received: &e{product} &ax{quantity}"
  # ... and more customizable messages

📦 Delivery Placeholders

When configuring your product commands in the WERM dashboard, you can use these placeholders:

PlaceholderDescription
{player} or {player_name}Player's username
{uuid} or {player_uuid}Player's UUID
{quantity}Quantity purchased
{product_id}Product ID
{product_name}Product name
{order_id}Order ID
{delivery_id}Delivery ID

Example Commands:

give {player} diamond 64
lp user {player} parent add vip
eco give {player} 1000

🚀 Installation

Installation

  1. Download the WERM plugin JAR file
  2. Place it in your server's plugins folder
  3. Start/restart your server
  4. Generate a plugin token in your WERM Dashboard
  5. Edit plugins/WERM/config.yml and add your plugin token
  6. Run /werm reload or restart your server
  7. ✅ Your server will now appear as online in the WERM dashboard!

📋 Requirements

  • Server Software: Spigot, Paper, Purpur, or any Spigot-based fork
  • Minecraft Version: 1.13+
  • Java Version: 8+
  • WERM Account: Create one here

🔧 How It Works

  1. Setup: Configure the plugin with your unique plugin token from the WERM dashboard
  2. Heartbeat: The plugin sends periodic heartbeats to keep your server status updated
  3. Purchases: When a customer makes a purchase on your WERM store, a delivery is queued
  4. Delivery: The plugin polls for pending deliveries and executes the configured commands
  5. Confirmation: Successful deliveries are confirmed and marked as completed

💬 Support

Need help? Join our Discord Server for support and community discussions.


📄 License

This plugin is provided by WERM for use with the WERM monetization platform.


WERM - The Future of Game Monetization
© 2026 WERM | Made with ❤️ for the Minecraft community

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x1.15.x1.14.x1.13.x1.12.x1.11.x1.10.x1.9.x1.8.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:3 месяца назад
Обновлён:2 месяца назад
Главная