WReplaceHelper

Quick rating

Community listing page, reviews here may not be monitored by the author.

WReplaceHelper

No reviews yet

Client-side WorldEdit mod: command shortcuts, ultra-easy pattern creation/replacement, and block ID retrieval. Extremely useful for builders.

Mod Loaders
Minecraft

About

Description

# WReplaceHelper

A client-side mod built for players on modded servers, where block IDs are often
long and tedious to type by hand when writing a WorldEdit command.

Fully client-side. Install it only on your own game, no server installation
required. Works on any server that already has WorldEdit installed.

## Features

### Fast //replace building
Hold a block in your hand, add it as source or target with a single command, and
run the automatically generated //replace command, without ever typing a single
block ID by hand.

- `/wr source add` / `/wr target add` - adds the block currently held in hand
- `/wr source remove <n|name>` - removes an entry by index, by name, or by the
  block currently held
- `/wr status` - previews the command before sending it
- `/wr run` - builds and sends the //replace command
- `/wr run --preview` - tests the replace, automatically undone after a few
  seconds (`/wr previewtime` to adjust the duration)
- `/wr run last` - resends the last successfully sent command

### Configurable command shortcuts
A full macro system, configurable entirely in-game (`/wr macro menu`), no file
editing required:
- Chain several commands together (e.g. //copy, //rotate 90, //paste)
- Supports alias-style arguments: `/skk 4` can forward 4 to //stack 4, using
  placeholders such as {args} or {arg1}, {arg2}... (each one optional)
- Automatically saved, persists between sessions

### Block ID lookup
- `/wr id 35:3` -> modern id (minecraft:light_blue_wool)
- `/wr id light_blue_wool` -> legacy id:data
- `/wr id` (no argument) -> converts the block currently held in hand

## Requirements

- Minecraft 1.20.1, Forge 47.4.0+
- WorldEdit-Forge (or FAWE) installed on the server. This mod only sends
  commands, it does not replace WorldEdit itself.

## Installation

Standard client mod installation: drop the .jar file into your mods folder.
No server-side configuration needed.

## Credits

Developed by Ozyr, with advice from Sizzefoule.

# WReplaceHelper

Un mod côté client pensé pour les joueurs sur serveurs moddés, où les IDs de
blocs sont souvent longs et pénibles à taper à la main pour écrire une commande
WorldEdit.

Entièrement côté client. Installe-le uniquement sur ton propre jeu, aucune
installation serveur requise. Fonctionne sur n'importe quel serveur ayant déjà
WorldEdit installé.

## Fonctionnalités

### Construction rapide de //replace
Tiens un bloc en main, ajoute-le comme source ou cible en une seule commande, et
lance la commande //replace générée automatiquement, sans jamais taper un seul
ID de bloc à la main.

- /wr source add / /wr target add : ajoute le bloc actuellement tenu en main
- /wr source remove <n|nom> : retire un élément par numéro, par nom, ou par le
  bloc actuellement en main
- /wr status : prévisualise la commande avant de l'envoyer
- /wr run : construit et envoie la commande //replace
- /wr run --preview : teste le replace, annulé automatiquement après quelques
  secondes (/wr previewtime pour régler la durée)
- /wr run last : relance la dernière commande envoyée avec succès

### Raccourcis de commande configurables
Un vrai système de macros, entièrement configurable en jeu (/wr macro menu),
sans toucher au moindre fichier :
- Enchaîne plusieurs commandes à la suite (par exemple //copy, //rotate 90,
  //paste)
- Supporte des arguments façon alias : /skk 4 peut transmettre 4 à //stack 4,
  via des marqueurs comme {args} ou {arg1}, {arg2}... (chacun optionnel)
- Sauvegardé automatiquement, persiste entre les sessions

### Recherche d'ID de bloc
- /wr id 35:3 -> id moderne (minecraft:light_blue_wool)
- /wr id light_blue_wool -> ancien id:data
- /wr id (sans argument) -> convertit le bloc actuellement tenu en main

## Prérequis

- Minecraft 1.20.1, Forge 47.4.0+
- WorldEdit-Forge (ou FAWE) installé côté serveur. Ce mod se contente d'envoyer
  des commandes, il ne remplace pas WorldEdit.

## Installation

Installation classique d'un mod client : place le fichier .jar dans ton dossier
mods. Aucune configuration côté serveur n'est nécessaire.

## Crédits

Développé par Ozyr, avec les conseils de Sizzefoule.