Skip to content

Commit

Permalink
Update version for beta
Browse files Browse the repository at this point in the history
This plugin has been proven to work fine in the past, however with all
the changes recently. I need to actually get on and test before putting
it up for download.
  • Loading branch information
nsporillo committed Mar 1, 2016
1 parent 1386e41 commit dbf43e2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.porillo</groupId>
<artifactId>skullwalls</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.7-SNAPSHOT</version>
<packaging>jar</packaging>

<name>SkullWalls</name>
Expand Down
32 changes: 16 additions & 16 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: SkullWalls
author: Nick Porillo
main: net.porillo.skullwalls.SkullWalls
website: http://porillo.net
version: 1.6.3
name: SkullWalls
author: Nick Porillo
main: net.porillo.skullwalls.SkullWalls
website: http://porillo.net
version: 1.7

commands:
skull:
Expand All @@ -18,13 +18,13 @@ permissions:
skullwalls.fix: true
skullwalls.whitelist: true
skullwalls.wand.use: true
skullwalls.reload: true
skullwalls.offset: true
skullwalls.rotate: true
skullwalls.reload: true
skullwalls.offset: true
skullwalls.rotate: true
skullwalls.sethead: true
skullwalls.clear:
description: Allows a user to clear their cuboid session.
skullwalls.wand:
description: Allows a user to clear their cuboid session.
skullwalls.wand:
description: Allows a user to get a cuboid wand.
skullwalls.create:
description: Allows a user to create new skull wall
Expand All @@ -43,10 +43,10 @@ permissions:
skullwalls.wand.use:
description: Allows a user to use the wall creation wand
skullwalls.reload:
description: Allows a user to reload the plugin
skullwalls.offset:
description: Allows a user to offset the wall
skullwalls.rotate:
description: Allows a user to rotate a head
skullwalls.sethead:
description: Allows a user to reload the plugin
skullwalls.offset:
description: Allows a user to offset the wall
skullwalls.rotate:
description: Allows a user to rotate a head
skullwalls.sethead:
description: Allows a user to set the name of a head

0 comments on commit dbf43e2

Please sign in to comment.