Bump version to 1.1.0-SNAPSHOT, fix README

This commit is contained in:
SydMontague 2020-07-23 19:10:12 +02:00
parent d747fba0ec
commit 47e37768d8
2 changed files with 10 additions and 10 deletions

View File

@ -51,15 +51,15 @@ found here: https://minecraft.gamepedia.com/Map_item_format#Color_table
* prints help for commands
### Permissions
`imagemaps.*` - grants access to all permissions
`imagemaps.place` - grants access to /imagemap place command
`imagemaps.download` - grants access to /download place command
`imagemaps.info` - grants access to /imagemap info command
`imagemaps.list` - grants access to /imagemap list command
`imagemaps.reload` - grants access to /imagemap reload command
`imagemaps.help` - grants access to /imagemap help command
`imagemaps.toggleFixed` - allows to toggle the "fixed" state of frames with a wooden hoe
`imagemaps.toggleVisible` - allows to toggle the "visible" state of frames with a wooden hoe
`imagemaps.*` - grants access to all permissions
`imagemaps.place` - grants access to /imagemap place command
`imagemaps.download` - grants access to /download place command
`imagemaps.info` - grants access to /imagemap info command
`imagemaps.list` - grants access to /imagemap list command
`imagemaps.reload` - grants access to /imagemap reload command
`imagemaps.help` - grants access to /imagemap help command
`imagemaps.toggleFixed` - allows to toggle the "fixed" state of frames with a wooden hoe
`imagemaps.toggleVisible` - allows to toggle the "visible" state of frames with a wooden hoe
All permissions are default true for OPs.

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.craftcitizen.imagemaps</groupId>
<artifactId>ImageMaps</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<name>ImageMaps</name>
<description>Render Images onto maps!</description>