FOR BUGS JOIN HERE
RandomWB is a simple and lightweight Minecraft plugin designed to enhance the player experience on your server by sending random, customizable "Welcome Back" messages to returning players. Unlike new players who receive a default welcome message when they join, returning players get a personalized and random message each time they rejoin the server.
The plugin allows server administrators to easily customize and configure the messages in a config.yml file, providing full flexibility over the content and appearance of the messages. You can use both traditional Minecraft color codes (e.g., &a, &6) and HEX color codes (e.g., #FF5733) to make the messages colorful and eye-catching.
Key Features:
- Randomized Messages: Each time a player re-joins the server, the plugin picks a random welcome message from a list of configured messages.
- Customizable Messages: Server administrators can add, remove, and modify welcome messages easily through a config.yml file. This gives full control over what players see when they return to the server.
- Player Personalization: The plugin supports player-specific customization by replacing the %player% placeholder with the player's in-game name, making each message feel more personal.
- Support for Minecraft & HEX Color Codes: Both Minecraft’s built-in color codes (&a, &6, etc.) and HEX color codes (#FF5733) are supported, allowing for rich and vibrant messages that stand out in chat.
- Supports Returning Players Only: Only players who have joined the server before (i.e., returning players) will receive a random message upon rejoining. New players will not be affected by this feature.
- Easy Installation and Configuration: Installation is as simple as adding the .jar file to the server's plugins/ folder and editing the config.yml for message customization. No advanced setup required.
How It Works:
- Installation:
- Place the RandomWB.jar file into the plugins/ directory of your Spigot or Paper server.
- On the first run, the plugin will generate a config.yml file with default settings.
- Edit the config.yml to modify the messages and their colors.
- Configuration:
- The config.yml file contains a list of messages that will be randomly selected when a player rejoins the server. These messages can contain the %player% placeholder, which will be replaced by the player’s username.
- Color codes can be added directly to the messages using either the & notation (e.g., &aWelcome back, %player%!) or HEX codes (e.g., #FF5733Welcome back, %player%!).