⛲️ Power Wash (Minigame) ☁️ Splash it Clean! [1.19.2 - 1.21.8] icon

⛲️ Power Wash (Minigame) ☁️ Splash it Clean! [1.19.2 - 1.21.8] -----

Clean dirty builds using powerful water jets in the Minecraft!



[​IMG]

The game is played as follows:
Power Wash is a faithful recreation of PowerWash Simulator inside Minecraft. In this game, players use a Power Washers to clean dirty surfaces, removing grime, mud, and dust from walls, floors, objects, and more. Work alone or with friends to complete jobs, level up, and unlock rewards. The plugin is designed to be both satisfying and relaxing, offering progression-based gameplay for Minecraft servers.

TEST SERVER:
testing.mipcraft.eu (157.90.137.69:22022)

[​IMG]

Features:
The plugin is highly configurable, offering a wide array of features:
  • Multiplayer Co-op: Play with friends and clean together.
  • Custom Sprayer Item: Fully customizable washer tool with particles, sounds, range, and more.
  • Dirty Surfaces: Custom rooms/areas with persistent dirt that can be washed away in real time.
  • MySQL Support: Track player progress, stats, and leaderboard integration.
  • PlaceholderAPI Support: Display top scores, rooms completed, and more in your server UI.

Setup:

1. Drop the plugin JAR into your plugins folder and start the server.
2. Modify the configuration in config.yml to suit your needs. Restart if needed.
3. Use commands like "/pw create [room_name]" to create wash zones, use the tools to create dirty block faces.
4. Enjoy!

Setup Video:


Commands:
/pw create [room_name] - Create a new cleaning zone.
/pw edit [room_name] - Edit a cleaning zone.
/pw join [room_name] - Join the game.


PlaceholderAPI:
Player stats:
  • %powerwash_player_uuid%
  • %powerwash_player_name%
  • %powerwash_player_games-played%
  • %powerwash_player_games-completed%
  • %powerwash_player_completion-rate%
  • %powerwash_player_placement%
Top stats:

Structure of top placeholders:
%powerwash_top_games-played_1_name%

powerwash_top_ - is always the same.
games-played_ - can be (games-played, games-completed or completion-rate) - represents top 10 category.
1_ - is a placement number which can be from 1 .. 10.
name - this part can be (uuid, name, games-played, games-completed, completion-rate or placement) - data of the player in this placement of the top 10 category.


Examples:
  • %powerwash_top_games-played_5_name%
  • %powerwash_top_placement_10_games-completed%
  • %powerwash_top_completion-rate_1_completion-rate%
  • %powerwash_top_placement_3_name%
Config:
Code (YAML):
# POWER WASH
# CREATED BY ALANDIODA
# VERSION 1.1.0

# MYSQL INFORMATION
mysql
:
   enabled
: true
   use_local_file
: true
   host
: localhost
   port
: 3306
   database
: powerwash
   username
: username
   password
: password
   tablename_player
: PowerWashDataPlayer
   tablename_rooms
: PowerWashDataRooms
 
# Top 10 update rate (in seconds, 0 = disable)
top_10_update_rate
: 300

# Sprayer Settings
sprayer
:
   item
:
      material
: IRON_HOE
      name
: "&bPower Washer"
      lore
:
     - "&7Spray to clean dirty surfaces."
      - "&7Left-click to toggle spray."
      custom_model_data
: 05
    # Spray range in blocks
   range
: 7.0
    # Sound when spraying
   particles
:
      falling-water-count
: 4
      water
:
        # only can be DUST or REDSTONE
         type
: DUST
         color
:
            r
: 23
            g
: 151
            b
: 255
      splash
:
         type
: SPLASH
         type2
: FALLING_WATER

   sound
:
      enabled
: true
      water
:
         type
: WEATHER_RAIN
         volume
: 0.5
         pitch-min
: 1.9
         pitch-max
: 2.0
      splash
:
         type
: ENTITY_FISH_SWIM
         volume
: 0.5
         pitch-min
: 0.7
         pitch-max
: 0.77

dirt
:
  #Color: A, R, G, B
   colors
:
  - "50, 61, 39, 23"
   - "70, 61, 39, 23"
   - "90, 61, 39, 23"
   - "110, 61, 39, 23"
   - "130, 61, 39, 23"
   - "150, 61, 39, 23"

# Optional: add percentage progress display
progress
:
   show_actionbar
: true
   format
: "▌▌▌▌▌▌▌▌▌▌<number>%▌▌▌▌▌▌▌▌▌▌"
   colors
:
      start
:
         r
: 202
         g
: 213
         b
: 227
      end
:
         r
: 0
         g
: 174
         b
: 255

# Leave Item
leave_item
:
   enabled
: true
   slot
: 8
   material
: RED_BED
   name
: "&cLeave"
   lore
:
  - "&eClick to leave the game."

# Permission Nodes
permission_admin
: PowerWash.admin

# Lobby location
lobby
:
   world
: world
   x
: 0.5
   y
: 100.0
   z
: 0.5
   yaw
: 0.0
   pitch
: 0.0
   return_to_lobby_after_game_ends
: true

# Countdown sound
countdown
:
   sound
: BLOCK_NOTE_BLOCK_PLING
   play_per_sec
: 5
   do_last_count
: 5
   time
: 30

# Formats
formats
:
   commands
:
      no_games_for_player
: '&8 [&bPowerWash&8 ] &cThere is no games you can join!'
      already_in_game
: '&8 [&bPowerWash&8 ] &cYou are already in a game!'
      not_in_game
: '&8 [&bPowerWash&8 ] &cYou are not in a game!'
      game_not_exist
: '&8 [&bPowerWash&8 ] &cA game with this name does not exist!'
      game_already_playing
: '&8 [&bPowerWash&8 ] &cThe game is already running!'
      help
:
     - "&8&m                                                                               &a"
      - "    &e&lHelp &r&e- &aPower Wash"
      - ""
      - "&e/pw join [name] &8- &7Join the game."
      - "&e/pw leave &8- &7Leave game."
      - ""
      - "&8&m                                                                               &a"
      help_admin
:
     - "&8&m                                                                               &a"
      - "    &e&lHelp &r&e- &aPower Wash Admin"
      - ""
      - "&e/pw join [name] &8- &7Join the game."
      - "&e/pw leave &8- &7Leave game."
      - "&e/pw create [name] &8- &7Create a new game."
      - "&e/pw edit [name] &8- &7Edit a game."
      - ""
      - "&8&m                                                                               &a"
   connection
:
      join
: '&8 [&bPowerWash&8 ] &fPlayer &b<player_name> &fhas joined!'
      leave
: '&8 [&bPowerWash&8 ] &fPlayer &b<player_name> &fhas left.'
      rules
:
         lines
:
        - "&8&m                                                                               &a"
         - ""
         - "&aRULES:"
         - "Clean as fast as you can!"
         - "You're given a dirty area and a water tool."
         - "The faster you clean, the better your score."
         - ""
         - "&8&m                                                                               &a"
   countdown
:
      chat
:
         format
: '&8 [&4HideAndSeek&8 ] &fStarting in &a<time>&f!'
         display_per_sec
: 5
      title
:
         format
: '&fStarting in &a<time>'
         sub
: '&aThe game will start soon!'
         display_per_sec
: 5
   end
:
      title
:
         format
: '&aCleaning Complete!'
         sub
: '&7You cleaned &a100 % &7of the map.'

# Scoreboard settings
scoreboard
:
   enabled
: true
   playing
:
      title
: Power Wash
      lines
:
     - ''
      - '&aTime Left
: &f<game_time>'
      - '&aCleaned
: &f<clean_percent>%'
      - ''
      - '&eplay.myserver.net'
 
Other plugins:
[​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG]

Before purchasing, please make sure to read everything on this page to know what you're getting.


Terms and Conditions:

This plugin cannot be refunded.
You are not allowed to redistribute or resell this plugin.
You are not allowed to modify or decompile this plugin.


Support: https://discord.gg/2dcXEtP
Resource Information
Author:
----------
Total Downloads: 7
First Release: Jul 19, 2025
Last Update: Sep 10, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings