Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated last year
Wanda
Wanda adds a selection wand/tool similar to world-edit's selection wand. However, thats all this mod does. It is intended to be used as a API for other mods to branch off of as I have seen a lack of a central selection tool in the fabric ecosystem.
Commands
- /wand
- Permission Requirement:
wanda.wand
or level 4(OP) - Gives player a Wanda wand.
- Permission Requirement:
Developer Info
The following API's are intended for other developers to use. They can be called by class name in most cases.
WandaAPI
Pair<BlockPos, BlockPos> getPlayerSelection(ServerPlayerEntity);
- Gets a given player's selection, or null, in BlockPos format as a pair in PRIMARY, SECONDARY order.
Server-Side
Wanda is is only needed server-side, but doesn't hurt to have it on the client. If its on a single player world it should function as intended. Please report any issues to the issue page linked below!