PlumbillerPublic is a Public meteor client addon created by Plumbiller. The addon is in active development.
Cumtributions are whalecum, you can do so by creating a pull request on https://github.com/Plumbiller/PlumbillerPublic
If you find any bugs or have any suggestions, please open an issue on https://github.com/Plumbiller/PlumbillerPublic/issues
Toggle your skin layers rapidly for a cool skin effect. This is a module I that as far as I know is only available for paid clients, such as Mio Client, which in my opinion is a waste of money. I hope everyone will use this feature and realize that paid clients suck. In fact I think my module adds more customization options than any paid client. Open source FTW!
- Choose between Horizontal, Vertical, or Random flicker modes.
- Customize the direction: Left -> Right / Right -> Left or Top -> Bottom / Bottom -> Top.
- Select how many parts to flicker at once: One by One, Multiple Parts, or All Simultaneously.
- Fully configurable delays and randomization options.
- Select the skin parts you want to be flickered.
- This module let the player automatically rename items in bulk using anvils.
- You can set a prefix and/or suffix for the items, maintaining the original name or modifing it too.
- Restricted areas are highly confurable zones that automatically manages (if you want to) the teleportation of allowed players in specific areas.
- All restricted areas are stored LOCALLY in your installation folder (for example .minecraft) in the PlumbillerAddon directory. Coordinates of the restricted areas are obviously stored in in a .json archive but remain private (as long as you don't actively share the archive).
- You can enable or disable the rendering of areas if you want to, and change its color. When the player is near a border, it renders it too, you can also customize the color of borders or disable it completely by setting the transparency (alpha) to 0, if you just wanna see the outline.
- The HUD displays the name of the area the player is currently in. In parentheses it also displays the number of players that are allowed in the area. The HUD can be customized too, you can change the scale, transparency or disable it completely.
- In order to render the areas and automatically manage your teleport requests (if enabled), you need to enable the RestrictedAreas module in the meteor menu.
- Note: I recommend using this module in case teleport requests from random players are annoying for you when you are in your homes or other private areas, and you don't want to accidentally accept a teleport request from a stranger, or if you want to automatically accept teleport requests from trusted players in a specific area.
- As you can see in the image you can configure the HUD if you want more visual information about the area you are in, and how many players are allowed there. You can change the size, transparency or disable it.
- You can also choose if you want to render the area or not, and what colors you want to use for the lines and border (my favourite is rainbow mode). You can also choose between solid or pulsating render mode, tho I don't personally like the pulsating mode, but whatever.
- You will also see a title displaying on screen when entering an area, or Wilderness when exiting. This can also be disabled.
- Last but not least (and the whole point of this module in the first place), you can set the command to accept trusted players in the area, and the command to deny the rest of the players. In the image you can see these are set to /tpy and /tpn, which are the commands for 6b6t server. If your server has different commands such as /tpaccept or /tpdeny you can change the default values.
- If your server has a command to toggle on and off teleport requests you can configure it here (for 6b6t is /tpt). This will make you automatically completely disable teleport requests when inside a restricted area with no trusted players, and enable it back when you exit the area or allow at least 1 player. Basically it automatically manages /tpt for you. As always, you can disable this too if you wanna manage /tpt by yourself.
The restricted area command is a meteor client command, meaning it is not a slash command, it's used by running .restrictedarea (subcommands) or its alias which is .ra (subcommands).
This command creates a new restricted area. It requires 2 arguments: the name of the area and optionally how big you want the area to be in every axis. The default size is 100 blocks.
This command deletes an existing restricted area. It requires 1 argument: the name of the area.
This command lists all the restricted areas.
This command saves a player as trusted in a specific area. It requires 2 arguments: the name of the area and the player to allow. If the autoaccept (/tpy) config is enabled, it will automatically accept the allowed players' teleport requests when inside the area.
This command revokes a player's access to a specific area where you have previously allowed them with the allow subcommand. It requires 2 arguments: the name of the area and the player to revoke.
This command lists all the players that have access to a specific area. It requires 1 argument: the name of the area.
If the auto accept config is enabled and the module detects a trusted player teleport request, it won't actually accept it immediately, instead it will wait for 10 seconds before accepting it. If you change your mind and you decide you don't want to accept the request from this trusted player, you always have this 10 seconds window to type .ra cancel and it won't be accepted. You can't disable this. Auto accept will always take 10 seconds to execute, just in case.
- .ra modify name (area name) (new name)
- .ra modify area (area name) (new size)
- .ra modify position (area name) < ~ ~ ~ | x y z >
- This module fixes the tab list sorting on 6b6t.
- It automatically sorts players based on a customizable rank hierarchy (e.g., OWNER > Legend > APEX ...) or alphabetically.
- You can define a custom list of ranks and their order in the module settings, and the sorting method is fully configurable.
- Allows you to scroll in tab so you are able to see more players.
- You can define the scroll mode :one by one, by columns, full tab.
- Includes a feature to detect and tag bots in the tab list.
- You can define bot patterns using wildcards (e.g.,
NotSus####for 4 digits,Saturn*for any suffix). - Detected bots are assigned a specific "Bot" rank priority (configurable in the hierarchy).
- Bots get a special
[Bot]tag in the tab list (Dark Green tag, Green username).
- Integrated with Meteor Client friends.
- "Friend" is a distinct rank in the hierarchy, allowing you to place your friends at the top (or anywhere else) in the tab list.
- If a player matches multiple roles (e.g., Prime and Friend), the module picks the highest priority role according to your hierarchy settings.
- Logs all your whisper conversations to HTML files that try to mimic how Discord looks like.
- Logs are saved locally in the
PlumbillerAddon/WhisperLogsfolder. - You can customize the message format to match your server's whisper format if you are not playing 6b6t.

- Ignores all messages from players in
IgnoredPlayers.txt. - Supports wildcards (e.g.
Saturn*). - You can customize the chat and whisper format to match your server's format if you are not playing 6b6t.
.ignore add (player) This command adds a player or a pattern to the ignore list. It requires 1 argument: the name or pattern to ignore. You can use * as a wildcard to ignore all players with a specific pattern, for example Saturn*.
.ignore remove (player) This command removes a player or a pattern from the ignore list. It requires 1 argument: the name or pattern to remove.
.ignore list This command lists all the players and patterns currently in your ignore list.
- Simple module that hides messages from players with gray names which sometimes are inferior and don't deserve to be read.
- Useful for filtering out spam on servers where gray names are common limiters.
- Keep in mind that even tho chat may look like a ranked chat, they can still read you and send you whispers.
- Minecraft
-
Meteor Client
-
Fabric
- Install Fabric Loader for Minecraft.
- Place mods JAR in .minecraft/mods folder
- Launch Minecraft with Fabric profile
- Enable modules in Meteor Client menu
If you are a nerdy good boi and you want to build the mod by yourself, you can use the minecraft version of your choice as long as it's listed in the following list:
1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.10, 1.21.11
To do so, you can use the buildAll task or build specific versions using the custom buildv_(version) tasks. For more information, check the MULTIVERSION.md file.


