sbrl / Minetest-WorldEditAdditions

Extra tools and commands to extend WorldEdit for Minetest
https://worldeditadditions.mooncarrot.space/
Mozilla Public License 2.0
16 stars 3 forks source link

Add `//tool` #113

Open VorTechnix opened 2 weeks ago

VorTechnix commented 2 weeks ago

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. 😴

sbrl commented 2 weeks ago

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

VorTechnix commented 1 week ago

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