mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 03:02:11 +01:00
22ffb43ddf
* This method is "hard-coded" and not configurable yet. * Prevent throwing and teleporting into blocks directly, prevent the second throw on glitching into a one thick ceiling (might lead to lots of passable violations at present). * If stuck in a block with the feet (not sand/gravel) without being on ground, throwing is prevented. * Some dependencies were updated, hopefully without conflicts for backwards compatibility (untested).
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>fr.neatmonster</groupId>
|
|
<artifactId>ncpcompatbukkit</artifactId>
|
|
<packaging>jar</packaging>
|
|
<name>NCPCompatBukkit</name>
|
|
<version>static</version>
|
|
|
|
<parent>
|
|
<groupId>fr.neatmonster</groupId>
|
|
<artifactId>nocheatplus-parent</artifactId>
|
|
<version>static</version>
|
|
</parent>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>fr.neatmonster</groupId>
|
|
<artifactId>ncpcompat</artifactId>
|
|
<version>static</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.bukkit</groupId>
|
|
<artifactId>bukkit</artifactId>
|
|
<version>1.5.1-R0.2</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<description>Compatibility for using the Bukkit API only.
|
|
|
|
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
|
|
</project> |