mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-26 04:35:50 +01:00
Merge branch 'master' of http://www.github.com/CitizensDev/Citizens2
This commit is contained in:
commit
87833c5ce5
6
README
6
README
@ -4,7 +4,7 @@ Citizens is an NPC plugin for the Bukkit API. It was first released on March 5,
|
||||
provides an API itself, which developers can use to create their own NPC characters.
|
||||
|
||||
Compatible With:
|
||||
-Bukkit 1.2.3
|
||||
-Bukkit 1.2.5-R0.1
|
||||
-CitizensAPI 2.0
|
||||
-CraftBukkit 1.2.3
|
||||
-Minecraft 1.2.3
|
||||
-CraftBukkit 1.2.5-R0.1
|
||||
-Minecraft 1.2.5
|
4
pom.xml
4
pom.xml
@ -11,8 +11,8 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<bukkit.version>1.2.4-R0.1-SNAPSHOT</bukkit.version>
|
||||
<craftbukkit.version>1.2.4-R0.1-SNAPSHOT</craftbukkit.version>
|
||||
<bukkit.version>1.2.5-R0.1-SNAPSHOT</bukkit.version>
|
||||
<craftbukkit.version>1.2.5-R0.1-SNAPSHOT</craftbukkit.version>
|
||||
<citizensapi.version>2.0-SNAPSHOT</citizensapi.version>
|
||||
<rhino.version>1.7R2</rhino.version>
|
||||
<build.number>Unknown</build.number>
|
||||
|
@ -297,5 +297,5 @@ public class Citizens extends JavaPlugin {
|
||||
return false;
|
||||
}
|
||||
|
||||
private static final String COMPATIBLE_MC_VERSION = "1.2.4";
|
||||
private static final String COMPATIBLE_MC_VERSION = "1.2.5";
|
||||
}
|
Loading…
Reference in New Issue
Block a user