Open VorTechnix opened 2 months ago
We need a way for players to get WE/WEA wands without creative menu.
//givewand <id> (requiring worldedit and give permissions) will give the player the specified wand
//givewand <id>
worldedit
give
I really don't want to make recipes and have them toggled by worlds settings so let's not even consider that. 😴
The normal WEA register command should do here. It can handle the permissions checks for you.
Work in progress: https://github.com/sbrl/Minetest-WorldEditAdditions/tree/farwand-refactor
Problem
We need a way for players to get WE/WEA wands without creative menu.
Solution
//givewand <id>
(requiringworldedit
andgive
permissions) will give the player the specified wandAlternatives
I really don't want to make recipes and have them toggled by worlds settings so let's not even consider that. 😴