ImageOnMap

ImageOnMap

148k Downloads

Give map to player

quiquelhappy opened this issue ยท 4 comments

commented

Hello! Could you please add a command for giving a map to a player? I want to implement this in my donation system so people can donate for getting a custom map. It would be cool if the map dropped or queued if the inventory is full, and if there is free space, it could be added directly into a player inv. For example /givemap player_username

commented

Yeah cool idea. We have a PR for getother that allow you to get a map from another player, it's pretty close to what you want to do here. #48 The command as to be something like this. /maptool give

commented

Good to know, will that allow to give maps to a player directly from an specific url?
No it will allow to give a player"s map to another player. For instance /maptoolgive quiquelhappy Map-1 will give my mapitem to you named Map-1. You can add the player you want the map taken from at the end.

I can look into the code to make it happen if that's not the case with this new command :)
Feel free .

commented

I'm waiting for final review #119 from @AmauryCarrade , the command will be /maptool give and /maptool give . The second can be used by command blocks and server console.

commented

Good to know, will that allow to give maps to a player directly from an specific url? I can look into the code to make it happen if that's not the case with this new command :)