File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,4 +70,23 @@ $id = $api->getImageFromFile(
7070$map = (FilledMap::get())->setMapId($id);
7171/** @var \pocketmine\player\Player $player */
7272$player->getInventory()->addItem($map);
73+ ```
74+
75+ ## 💡 License
76+ ```
77+ ImageOnMap - Easy to use PocketMine plugin, which allows loading images on maps
78+ Copyright (C) 2021 CzechPMDevs
79+
80+ This program is free software: you can redistribute it and/or modify
81+ it under the terms of the GNU General Public License as published by
82+ the Free Software Foundation, either version 3 of the License, or
83+ (at your option) any later version.
84+
85+ This program is distributed in the hope that it will be useful,
86+ but WITHOUT ANY WARRANTY; without even the implied warranty of
87+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
88+ GNU General Public License for more details.
89+
90+ You should have received a copy of the GNU General Public License
91+ along with this program. If not, see <https://www.gnu.org/licenses/>.
7392```
You can’t perform that action at this time.
0 commit comments