Minetest-WorldEditAdditions icon indicating copy to clipboard operation
Minetest-WorldEditAdditions copied to clipboard

Add `//tool`

Open VorTechnix opened this issue 1 year ago • 2 comments

Problem

We need a way for players to get WE/WEA wands without creative menu.

Solution

//givewand <id> (requiring worldedit and give permissions) will give the player the specified wand

Alternatives

I really don't want to make recipes and have them toggled by worlds settings so let's not even consider that. 😴

VorTechnix avatar Oct 02 '24 14:10 VorTechnix

The normal WEA register command should do here. It can handle the permissions checks for you.

sbrl avatar Oct 02 '24 14:10 sbrl

Work in progress: https://github.com/sbrl/Minetest-WorldEditAdditions/tree/farwand-refactor

VorTechnix avatar Oct 10 '24 00:10 VorTechnix