Skip to content

Commit

Permalink
Branch for 1.8.3 (NMS R2) legacy. Requires at minumum ProtocolLib 3.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerDan committed Apr 22, 2016
1 parent 58cd319 commit 1e1456a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is a tagged release version for CraftBukkit 1.8.3. No support is guaranteed.

Copyright (C) 2011-2015 lishid. All rights reserved.

This program is free software: you can redistribute it and/or modify
Expand All @@ -10,4 +12,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<groupId>com.lishid</groupId>
<artifactId>orebfuscator</artifactId>
<packaging>jar</packaging>
<version>3.0.6</version>
<version>3.0.6-R2</version>
<name>Orebfuscator</name>
<description>This release is appropriate for CraftBukkit 1.8.3</description>
<url>http://dev.bukkit.org/server-mods/orebfuscator/</url>

<properties>
Expand All @@ -18,8 +19,8 @@
<url>http://repo.comphenix.net/content/repositories/snapshots/</url>
</repository>
<repository>
<id>repobo-snap</id>
<url>http://repo.bukkit.org/content/groups/public</url>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
</repositories>

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Orebfuscator3
main: com.lishid.orebfuscator.Orebfuscator
version: 3.0.6
version: 3.0.6-R2
author: lishid
softdepend: [ProtocolLib]
load: startup
description: >
The most powerful and efficient Anti Xray
The most powerful and efficient Anti Xray for CraftBukkit 1.8.3
commands:
ofc:
description: Manage Orebfuscator.
Expand All @@ -18,4 +18,4 @@ commands:
/<command> clearcache - Clear all cached chunks
/<command> <enable/disable> - Toggle plugin state
/<command> <enable/disable> world <worldname>
/<command> <enable/disable> <op/perms/cache/axr/notification>
/<command> <enable/disable> <op/perms/cache/axr/notification>

0 comments on commit 1e1456a

Please sign in to comment.