WEM – White Entities Mask
Turns all entities completely white, allowing for overlaying screenshots later and easily masking out entities.
Turns all entities completely white, allowing for overlaying screenshots later and easily masking out entities.
# Welcomer
Welcomer is a configerable plugin that sends a welcome message to players that join your server!
## Setup
Setup is as simple as downloading the plugin and putting it into your `plugins` folder.
## Configuration
After installing the plugin and running the server go to `plugins/Welcomer` in your server. In there you’ll see a file called `config.yml`
“`
# The message that will be sent to players when they join.
# Use %player% to insert the player’s name.
welcome-message: “u00a7bWelcome to Hunger Games, %player%!”
“`
simply edit `welcome-message:` to a message of your liking!
Replaces some music discs with songs from each Weezer album. The resource pack is client-side only. All music belongs to Weezer. WARNING: SOME SONGS ARE 18+ | New ideas? Email me at [email protected].
WebSender Reloaded, ready to help you!
Send a command to your Minecraft or Hytale server via DrawWEB or similar web scripts.
– Send command with PHP your Bungee, Velocity or Bukkit server!
– BungeeCord/Velocity and Spigot support!
– %100 Customizable config!
– Fast socket system!
– Multiple server support!
– /websender command. Perm: websender.admin
– Important: When you install the plugin, make sure to change the password, otherwise the plugin will not work. Also, if you change the websender port, enter a port that is not used elsewhere on your server.
**Important:** When you install the plugin, make sure to change the password, otherwise the plugin will not work. Also, if you change the websender port, enter a port that is not used elsewhere on your server.
**PHP EXAMPLE:**
If you downloaded version 1.0.1 or lower, the contents of the folder named “ExamplePHP” in the zip are incorrect, you can download version 1.0.2 or 1.2 to get the correct examples.
**Configuration for Plugin v1.5+ (Important)**
If you have installed version 1.5 or higher, you must configure your
“`
WebsenderAPI.php
“`
file according to your server’s Java version. Please follow the steps below.
**Step 1: Update the WebsenderAPI.php File**
1. Open the **.zip** archive you downloaded for the plugin.
1. Find the **WebsenderAPI.php** file located inside the ExamplePHP folder.
1. Replace the existing **WebsenderAPI.php** file on your website with this new one.
# WebConsoleServer
A Minecraft plugin that exposes your server console through a WebSocket connection. Built for [groupez.dev](https://groupez.dev), a test server generator for paid plugins.
## Features
– Real-time console log streaming via WebSocket
– Password-protected authentication
– Log history persistence (loads previous logs on client connection)
– Support for both **Spigot/Paper** and **Velocity** platforms
– Included test web page for quick testing
## Supported Platforms
| Platform | Minecraft Version | Java Version |
|———-|——————-|————–|
| Spigot/Paper | 1.8.8+ | Java 8+ |
| Velocity | 3.3.0+ | Java 21+ |
## Test Web Page
A test web page is included in the `web/` folder. Open `web/index.html` in your browser to connect to the WebSocket server and view console logs in real-time.
## Installation
1. Download the appropriate JAR for your platform from [Modrinth](https://modrinth.com/project/webconsoleserver)
2. Place the JAR in your server’s `plugins` folder
3. Restart your server
4. Configure the plugin in `plugins/WebConsoleServer/config.properties` (Velocity) or `plugins/WebConsoleServer/config.yml` (Spigot)
## Configuration
“`properties
# IP address to bind the WebSocket server (use 0.0.0.0 for all interfaces)
websocket-host=0.0.0.0
# Port for the WebSocket server
websocket-port=8765
# Password for WebSocket authentication (leave empty for no authentication)
websocket-password=changeme
# Maximum number of log lines to keep in history
max-log-history=500
“`
## WebSocket Protocol
### Authentication Flow
1. Client connects to `ws://host:port`
2. Server sends `{“type”:”auth_required”}`
3. Client sends `{“type”:”auth”,”password”:”your_password”}`
4. Server responds with `{“type”:”auth_success”}` or `{“type”:”auth_failed”}`
5. On success, server sends log history followed by `{“type”:”history_complete”}`
### Message Types
| Type | Direction | Description |
|——|———–|————-|
| `auth_required` | Server → Client | Authentication is required |
| `auth` | Client → Server | Authentication request with password |
| `auth_success` | Server → Client | Authentication successful |
| `auth_failed` | Server → Client | Authentication failed |
| `log` | Server → Client | Console log message |
| `history_complete` | Server → Client | All historical logs have been sent |
### Log Message Format
“`json
{“type”:”log”,”message”:”[12:34:56] [INFO] [ServerName]: Your log message here”}
“`
## Building from Source
“`bash
# Build all modules
./gradlew build
# Output JARs are located in target/
# – WebConsoleServer-Spigot-1.0.jar
# – WebConsoleServer-Velocity-1.0.jar
“`
On Windows, use `gradlew.bat` instead of `./gradlew`.
## License
MIT License
## Links
– [groupez.dev](https://groupez.dev) – Test server generator for paid plugins
– [Github](https://github.com/GroupeZ-dev/WebConsoleServer) – Source code
*Note: if you do not use Linux, this mod is not for you*
“[Wayland](https://wayland.freedesktop.org/) is a replacement for the X11 window system protocol and architecture with the aim to be easier to develop, extend, and maintain.”
With the increasing popularity of Wayland compositors on Linux, including several desktop environments switching to Wayland by default, application support for Wayland makes the Linux desktop experience all the better.
While Minecraft does run under XWayland, features like per-monitor HiDPI scaling do not function. If you experience problems related to XWayland, this mod is for you.
# Requirements
A Wayland-supported system GLFW installation and the following JVM flag is required:
“`
-Dorg.lwjgl.glfw.libname=/usr/lib/libglfw.so
“`
To install the proper GLFW on Arch Linux, run:
“`sh
sudo pacman -S glfw-wayland
“`
# Motivation
I wrote this mod after using [Sway WM](https://swaywm.org/) with a HiDPI display. All XWayland applications look blurry, so it is not an option. The community solution was to [patch the system glfw](https://github.com/Admicos/minecraft-wayland), but I’d rather not do that.
# Bug Reports
If you continue to experience problems with Minecraft on Wayland after installing this mod, file a bug report [on the issue tracker](https://github.com/StackDoubleFlow/MCWaylandFix/issues) if it hasn’t already been reported.
# Welcome to Melonpack
Do you like Melons? Do you like Minecraft texture packs? If so, this pack is for you!
This pack makes most things melon! Melons? MELON! tools? MELON! hotbar? MELON!
# Info/Contact
Contact me at “[email protected]” OR “abstractmelon#0115”
**This is an underwater acoustic themed sound package designed around a 1.9+combat system.**
**The current version (0.3a) has been modified:**
– Bow and Arrow sound Effects
– Crossbow sound effects
– Strike sound effects
**FAQ:**
– Q:Will it be ported to an old version?
– A:No plan.
*Using machine translation
中文翻译:
**这是一个围绕 1.9+战斗系统 所制作的水声主题音效包**
**当前版本(0.3a)修改了**
– 弓箭音效
– 弩箭音效
– 打击音效
**常见问题:**
– 将会移植到旧版本吗?
– 目前没有计划
# WasteLand Emeralds

### This resource pack changes the texture of an emerald so that it looks like money
This fontpack changes the color of the default font in Minecraft to be more pleasing to the eye.
To install it, make sure to select it in the resource packs screen and put it on top of other font packs.
# MY OTHER FONTS
– [Marga Font by SourAlien](https://modrinth.com/resourcepack/marga-font-by-souralien)
– [Paramita Font by SourAlien](https://modrinth.com/resourcepack/paramita-font-by-souralien)
– [PP Font](https://modrinth.com/project/pp-font)
– [Anicca Font by SourAlien](https://modrinth.com/resourcepack/anicca-font-by-souralien)
– [Tiny Bold Font](https://modrinth.com/resourcepack/tiny-bold-font)
– [SAS SMALL CAPS FONT](https://modrinth.com/resourcepack/sas-small-caps-font)
– [sas all lowercase font](https://modrinth.com/resourcepack/sas-all-lowercase-font)
– [Samsara Mono by SourAlien](https://modrinth.com/resourcepack/samsara-mono-font-by-souralien)
– [Ostrakon Font by SourAlien](https://modrinth.com/resourcepack/ostrakon-font-by-souralien)
– [Epsilon Font by SourAlien](https://modrinth.com/resourcepack/epsilon-font-by-souralien)
– [Alice Font](https://modrinth.com/resourcepack/alice-font)
– [Sleek DR](https://modrinth.com/resourcepack/sleek-dr)
– [Synesthete’s Dream](https://modrinth.com/resourcepack/synesthetes-dream)
– [HD B&W Font](https://modrinth.com/resourcepack/hd-bw-font)