LetsPlaytest

⭐ — (1 endorsements) 📥 129 downloads 📌 v1.1.0 📅 3/29/2025
🟠 Updated over a year ago

By breadaise · management

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 3/30/2025 📅 Created: 3/29/2025

🔍 Analysis

  • 🏆 #70 of 234 management mods in this game by downloads

📋 About This Mod

!(https://cdn.modrinth.com/data/cached_images/37806df0652f664ca38e24e391f0f2bf518db1c5.png) ## LetsPlaytest plugin allows server owners to easily whitelist players for a specified duration, enabling exclusive playtesting. Choose between global access, where all players can join without individual whitelisting, or a per-player whitelist for targeted testing. Perfect for gathering feedback and improving your server! **DEPENDENCIES:** - **Java Version:** 17+ - **Server Version:** 1.19.4+ ## FEATURES - **Playtest Mode:** Easily toggle a dedicated playtest mode for server testing. - **Global Whitelist:** Allow all players to join without individual whitelisting for a specified duration. - **Per-Player Whitelist:** Add specific players to the whitelist with customizable expiration times and limits on join counts. - **Database Support:** Choose between SQLite and MySQL for storing player and staff data, with improved structure for ratings and joins. - **Rating System:** Enable players to rate the server with a star system and provide feedback through a user-friendly GUI. Also, reward your players for rating your server! - **Reset Request System:** Allow admins to request a reset of the playtester's ratings, with confirmation and expiration features. - **HEX Color Support:** Use HEX color codes for messages, enhancing visual customization while retaining legacy color codes. - **Notifications:** Inform players of join status and playtest mode activities, including average ratings. - **Command Management:** Intuitive command structure for managing playtests, including adding/removing players and staff, and viewing player lists. ## COMMANDS **Playtest Management** - /playtest toggle - Toggle playtest mode - /playtest global <duration> - Enable global playtest - /playtest disableglobal - Disables global playtest - /playtest status - Views the status of the playtest **Player Management** - /playtest addplayer <player> <duration> - Add a player - /playtest removeplayer <player> - Remove a player - /playtest playerslist - List of playtest players **Staff Management** - /playtest addstaff <player> - Add a staff member - /playtest removestaff <player> - Remove a staff member - /playtest stafflist - List of staff members **Review Management** - /playtest reviews - Views all the playtester’s reviews - /playtest requestreset <player> - Request review reset - /playtest confirmreset - Accept reset request - /playtest denyreset - Deny reset request - /letsrateit - Rate your server - Aliases: /rate, /lri **Configuration** - /playtest reload - Reload plugin configuration ### Permissions: - playtest.admin - Default: Op - playtest.rate - Default: True - playtest.reviews - Default: Op ### Duration Format: - **d:** day(s) // 7d - **h:** hour(s) // 7h - **m:** minute(s) // 7m - **(t):** time(s) // The player will be able to join X times (/playtest addplayer steve 5) ## FILES <details> <summary>Default: config.yml</summary> ``` # LetsPlaytest Plugin Configuration # Thank you for installing my plugin! <3 # Database Configuration database: # Supported types: sqlite, mysql type: sqlite # MySQL Configuration (only used if the type is 'mysql') mysql: host: localhost port: 3306 database: minecraft username: root password: '' notifications: join-alerts: true rewards: enabled: true star-rewards: 5: - "give %player% diamond 3" - "eco give %player% 1000" 4: - "give %player% diamond 1" - "eco give %player% 500" 3: - "give %player% gold 32" 2: - "give %player% iron 3" 1: - "give %player% coal 1" # No hard feelings :) rating: # Whether feedback is required after rating feedback-required: true feedback-min-length: 10 # Minimum characters (0 to disable) feedback-max-length: 200 # Maximum characters (0 to disable) # Rating items configuration # Hex code support is available # Format: &#FFFFFF rating-items: 1: material: "RED_STAINED_GLASS_PANE" custom-model-data: 1001 name: "&fPoor" # Do not add any color other than white, it will be removed automatically. lore: - "&7Click to rate 1 star" - "&eLowest rating" 2: material: "ORANGE_STAINED_GLASS_PANE" custom-model-data: 1002 name: "&fDecent" # Do not add any color other than white, it will be removed automatically. lore: - "&7Click to rate 2 stars" - "&eBelow average" 3: material: "YELLOW_STAINED_GLASS_PANE" custom-model-data: 1003 name: "&fOkay" # Do not add any color other than white, it will be removed automatically. lore: - "&7Click to rate 3 stars" - "&eAverage experience" 4: material: "LIME_STAINED_GLASS_PANE" custom-model-data: 1004 name: "&fGood" # Do not add any color other than white, it will be removed automatically. lore: - "&7Click to rate 4 stars" - "&

!["ABOUT" Section](https://cdn.modrinth.com/data/cached_images/37806df0652f664ca38e24e391f0f2bf518db1c5.png) ## LetsPlaytest plugin allows server owners to easily whitelist players for a specified duration, enabling exclusive playtesting. Choose between global access, where all players can join without individual whitelisting, or a per-player whitelist for targeted testing. Perfect for gathering feedback and improving your server!

DEPENDENCIES: - Java Version: 17+ - Server Version: 1. 19. 4+

## FEATURES - Playtest Mode: Easily toggle a dedicated playtest mode for server testing. - Global Whitelist: Allow all players to join without individual whitelisting for a specified duration. - Per-Player Whitelist: Add specific players to the whitelist with customizable expiration times and limits on join counts. - Database Support: Choose between SQLite and MySQL for storing player and staff data, with improved structure for ratings and joins. - Rating System: Enable players to rate the server with a star system and provide feedback through a user-friendly GUI. Also, reward your players for rating your server! - Reset Request System: Allow admins to request a reset of the playtester's ratings, with confirmation and expiration features. - HEX Color Support: Use HEX color codes for messages, enhancing visual customization while retaining legacy color codes. - Notifications: Inform players of join status and playtest mode activities, including average ratings. - Command Management: Intuitive command structure for managing playtests, including adding/removing players and staff, and viewing player lists.

## COMMANDS Playtest Management - /playtest toggle - Toggle playtest mode - /playtest global - Enable global playtest - /playtest disableglobal - Disables global playtest - /playtest status - Views the status of the playtest Player Management - /playtest addplayer - Add a player - /playtest removeplayer - Remove a player - /playtest playerslist - List of playtest players

Staff Management - /playtest addstaff - Add a staff member - /playtest removestaff - Remove a staff member - /playtest stafflist - List of staff members

Review Management - /playtest reviews - Views all the playtester’s reviews - /playtest requestreset - Request review reset - /playtest confirmreset - Accept reset request - /playtest denyreset - Deny reset request - /letsrateit - Rate your server - Aliases: /rate, /lri

Configuration - /playtest reload - Reload plugin configuration

### Permissions: - playtest.admin - Default: Op - playtest.rate - Default: True - playtest.reviews - Default: Op ### Duration Format: - d: day(s) // 7d - h: hour(s) // 7h - m: minute(s) // 7m - (t): time(s) // The player will be able to join X times (/playtest addplayer steve 5)

Default: config.yml

``` # LetsPlaytest Plugin Configuration # Thank you for installing my plugin! <3

# Database Configuration database: # Supported types: sqlite, mysql type: sqlite

# MySQL Configuration (only used if the type is 'mysql') mysql: host: localhost port: 3306 database: minecraft username: root password: ''

notifications: join-alerts: true

rewards: enabled: true star-rewards: 5: - "give %player% diamond 3" - "eco give %player% 1000" 4: - "give %player% diamond 1" - "eco give %player% 500" 3: - "give %player% gold 32" 2: - "give %player% iron 3" 1: - "give %player% coal 1" # No hard feelings :)

rating: # Whether feedback is required after rating feedback-required: true feedback-min-length: 10 # Minimum characters (0 to disable) feedback-max-length: 200 # Maximum characters (0 to disable)

# Rating items configuration # Hex code support is available # Format: &#FFFFFF rating-items: 1: material: "RED_STAINED_GLASS_PANE" custom-model-data: 1001 name: "&fPoor" # Do not add any color other than white, it will be removed automatically. lore: - "&7Click to rate 1 star" - "&eLowest rating" 2: material: "ORANGE_STAINED_GLASS_PANE" custom-model-data: 1002 name: "&fDecent" # Do not add any color other than white, it will be removed automatically. lore: - "&7Click to rate 2 stars" - "&eBelow average" 3: material: "YELLOW_STAINED_GLASS_PANE" custom-model-data: 1003 name: "&fOkay" # Do not add any color other than white, it will be removed automatically. lore: - "&7Click to rate 3 stars" - "&eAverage experience" 4: material: "LIME_STAINED_GLASS_PANE" custom-model-data: 1004 name: "&fGood" # Do not add any color other than white, it will be removed automatically. lore: - "&7Click to rate 4 stars" - "&

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
breadaise
Version
1.1.0
Downloads
129
Endorsements
1
Category
management
Created
3/29/2025
Updated
3/30/2025
Game Versions
1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
Tags
management, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does LetsPlaytest support?

The author lists 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20. Other versions may work but are untested by the author.

What is the latest version of LetsPlaytest?

Version 1.1.0, published 2025-03-30 with 129 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More management 👤 More by breadaise 🔎 Similar Mods 🌐 Best management (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods