Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

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.

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!

External resources



Project members

StimzRx

Owner


Technical information

License
MIT
Client side
unsupported
Server side
required
Project ID