📝 Added copyright notice, updated README.
This commit is contained in:
parent
4dc99283f4
commit
4ab16c7955
2 changed files with 13 additions and 0 deletions
6
.idea/copyright/SBDevelopment.xml
generated
Normal file
6
.idea/copyright/SBDevelopment.xml
generated
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<component name="CopyrightManager">
|
||||||
|
<copyright>
|
||||||
|
<option name="notice" value="This file is part of &#36;project.name. Copyright (c) &#36;originalComment.match("Copyright \(c\) (\d+)", 1, "-", "&#36;today.year")&#36;today.year SBDevelopment - All Rights Reserved Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." />
|
||||||
|
<option name="myName" value="SBDevelopment" />
|
||||||
|
</copyright>
|
||||||
|
</component>
|
|
@ -1,11 +1,18 @@
|
||||||
# MapReflectionAPI
|
# MapReflectionAPI
|
||||||
|
|
||||||
This API helps developer with viewing images on maps. It supports Spigot 1.12 - 1.19.
|
This API helps developer with viewing images on maps. It supports Spigot 1.12 - 1.19.
|
||||||
|
It currently has **no** support for GIFs.
|
||||||
|
|
||||||
## Dependencies:
|
## Dependencies:
|
||||||
|
|
||||||
- [BKCommonLib](https://www.spigotmc.org/resources/bkcommonlib.39590/)
|
- [BKCommonLib](https://www.spigotmc.org/resources/bkcommonlib.39590/)
|
||||||
|
|
||||||
|
## Building:
|
||||||
|
|
||||||
|
To build MapReflectionAPI yourself, you need to run BuildTools for 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.5, 1.17.1,
|
||||||
|
1.18.2 and 1.19.
|
||||||
|
Then run `mvn clean package`.
|
||||||
|
|
||||||
## Credits:
|
## Credits:
|
||||||
|
|
||||||
The source is based on [MapManager](https://github.com/InventivetalentDev/MapManager). It removes the PacketListenerAPI
|
The source is based on [MapManager](https://github.com/InventivetalentDev/MapManager). It removes the PacketListenerAPI
|
||||||
|
|
Loading…
Add table
Reference in a new issue