so hum yeah
This commit is contained in:
parent
5b21022b76
commit
ad063b04e6
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
||||||
target
|
|
||||||
out
|
|
||||||
20
.idea/.gitignore
vendored
20
.idea/.gitignore
vendored
|
|
@ -1,10 +1,10 @@
|
||||||
# Default ignored files
|
# Default ignored files
|
||||||
/shelf/
|
/shelf/
|
||||||
/workspace.xml
|
/workspace.xml
|
||||||
# Ignored default folder with query files
|
# Ignored default folder with query files
|
||||||
/queries/
|
/queries/
|
||||||
# Datasource local storage ignored files
|
# Datasource local storage ignored files
|
||||||
/dataSources/
|
/dataSources/
|
||||||
/dataSources.local.xml
|
/dataSources.local.xml
|
||||||
# Editor-based HTTP Client requests
|
# Editor-based HTTP Client requests
|
||||||
/httpRequests/
|
/httpRequests/
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
<component name="ArtifactManager">
|
|
||||||
<artifact type="jar" name="creeperpit:jar">
|
|
||||||
<output-path>$PROJECT_DIR$/out/artifacts/creeperpit_jar</output-path>
|
|
||||||
<root id="archive" name="creeperpit.jar">
|
|
||||||
<element id="module-output" name="creeperpit" />
|
|
||||||
<element id="file-copy" path="$PROJECT_DIR$/src/main/resources/plugin.yml" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,31 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="BetterCommentsSettings">
|
|
||||||
<option name="initialized" value="true" />
|
|
||||||
<option name="tags">
|
|
||||||
<list>
|
|
||||||
<CustomTag>
|
|
||||||
<option name="color" value="#FF2D00" />
|
|
||||||
<option name="type" value="!" />
|
|
||||||
</CustomTag>
|
|
||||||
<CustomTag>
|
|
||||||
<option name="color" value="#3498DB" />
|
|
||||||
<option name="type" value="?" />
|
|
||||||
</CustomTag>
|
|
||||||
<CustomTag>
|
|
||||||
<option name="color" value="#474747" />
|
|
||||||
<option name="hasStrikethrough" value="true" />
|
|
||||||
<option name="type" value="//" />
|
|
||||||
</CustomTag>
|
|
||||||
<CustomTag>
|
|
||||||
<option name="color" value="#FF8C00" />
|
|
||||||
<option name="type" value="todo" />
|
|
||||||
</CustomTag>
|
|
||||||
<CustomTag>
|
|
||||||
<option name="color" value="#98C379" />
|
|
||||||
<option name="type" value="*" />
|
|
||||||
</CustomTag>
|
|
||||||
</list>
|
|
||||||
</option>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="CompilerConfiguration">
|
<component name="CompilerConfiguration">
|
||||||
<annotationProcessing>
|
<annotationProcessing>
|
||||||
<profile name="Maven default annotation processors profile" enabled="true">
|
<profile name="Maven default annotation processors profile" enabled="true">
|
||||||
<sourceOutputDir name="target/generated-sources/annotations" />
|
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||||
<outputRelativeToContentRoot value="true" />
|
<outputRelativeToContentRoot value="true" />
|
||||||
<module name="creeperpit" />
|
<module name="creeperpit" />
|
||||||
</profile>
|
</profile>
|
||||||
</annotationProcessing>
|
</annotationProcessing>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module version="4">
|
|
||||||
<component name="FacetManager">
|
|
||||||
<facet type="minecraft" name="Minecraft">
|
|
||||||
<configuration>
|
|
||||||
<autoDetectTypes>
|
|
||||||
<platformType>SPIGOT</platformType>
|
|
||||||
</autoDetectTypes>
|
|
||||||
<projectReimportVersion>1</projectReimportVersion>
|
|
||||||
</configuration>
|
|
||||||
</facet>
|
|
||||||
</component>
|
|
||||||
</module>
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="Encoding">
|
<component name="Encoding">
|
||||||
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
|
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
|
||||||
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
|
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
|
|
@ -1,35 +1,25 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="RemoteRepositoriesConfiguration">
|
<component name="RemoteRepositoriesConfiguration">
|
||||||
<remote-repository>
|
<remote-repository>
|
||||||
<option name="id" value="central" />
|
<option name="id" value="central" />
|
||||||
<option name="name" value="Central Repository" />
|
<option name="name" value="Central Repository" />
|
||||||
<option name="url" value="https://repo.maven.apache.org/maven2" />
|
<option name="url" value="https://repo.maven.apache.org/maven2" />
|
||||||
</remote-repository>
|
</remote-repository>
|
||||||
<remote-repository>
|
<remote-repository>
|
||||||
<option name="id" value="sonatype" />
|
<option name="id" value="spigotmc-repo" />
|
||||||
<option name="name" value="sonatype" />
|
<option name="name" value="spigotmc-repo" />
|
||||||
<option name="url" value="https://oss.sonatype.org/content/groups/public/" />
|
<option name="url" value="https://hub.spigotmc.org/nexus/content/repositories/snapshots/" />
|
||||||
</remote-repository>
|
</remote-repository>
|
||||||
<remote-repository>
|
<remote-repository>
|
||||||
<option name="id" value="spigotmc-repo" />
|
<option name="id" value="central" />
|
||||||
<option name="name" value="spigotmc-repo" />
|
<option name="name" value="Maven Central repository" />
|
||||||
<option name="url" value="https://hub.spigotmc.org/nexus/content/repositories/snapshots/" />
|
<option name="url" value="https://repo1.maven.org/maven2" />
|
||||||
</remote-repository>
|
</remote-repository>
|
||||||
<remote-repository>
|
<remote-repository>
|
||||||
<option name="id" value="papermc-repo" />
|
<option name="id" value="jboss.community" />
|
||||||
<option name="name" value="papermc-repo" />
|
<option name="name" value="JBoss Community repository" />
|
||||||
<option name="url" value="https://repo.papermc.io/repository/maven-public/" />
|
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
||||||
</remote-repository>
|
</remote-repository>
|
||||||
<remote-repository>
|
</component>
|
||||||
<option name="id" value="central" />
|
|
||||||
<option name="name" value="Maven Central repository" />
|
|
||||||
<option name="url" value="https://repo1.maven.org/maven2" />
|
|
||||||
</remote-repository>
|
|
||||||
<remote-repository>
|
|
||||||
<option name="id" value="jboss.community" />
|
|
||||||
<option name="name" value="JBoss Community repository" />
|
|
||||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
|
||||||
</remote-repository>
|
|
||||||
</component>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||||
<component name="MavenProjectsManager">
|
<component name="MavenProjectsManager">
|
||||||
<option name="originalFiles">
|
<option name="originalFiles">
|
||||||
<list>
|
<list>
|
||||||
<option value="$PROJECT_DIR$/pom.xml" />
|
<option value="$PROJECT_DIR$/pom.xml" />
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="21" project-jdk-type="JavaSDK">
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="21" project-jdk-type="JavaSDK">
|
||||||
<output url="file://$PROJECT_DIR$/out" />
|
<output url="file://$PROJECT_DIR$/out" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ProjectModuleManager">
|
<component name="ProjectModuleManager">
|
||||||
<modules>
|
<modules>
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/creeperpit.iml" filepath="$PROJECT_DIR$/.idea/creeperpit.iml" />
|
<module fileurl="file://$PROJECT_DIR$/creeperpit.iml" filepath="$PROJECT_DIR$/creeperpit.iml" />
|
||||||
</modules>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
# CreeperPit's plugin
|
|
||||||
|
|
||||||
## Credits
|
|
||||||
|
|
||||||
* Befaci - Developer & CURRENT Maintainer
|
|
||||||
* Creeper - Creator & Original Developer
|
|
||||||
|
|
@ -1,14 +1,13 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module version="4">
|
<module version="4">
|
||||||
<component name="FacetManager">
|
<component name="FacetManager">
|
||||||
<facet type="minecraft" name="Minecraft">
|
<facet type="minecraft" name="Minecraft">
|
||||||
<configuration>
|
<configuration>
|
||||||
<autoDetectTypes>
|
<autoDetectTypes>
|
||||||
<platformType>PAPER</platformType>
|
<platformType>SPIGOT</platformType>
|
||||||
<platformType>ADVENTURE</platformType>
|
</autoDetectTypes>
|
||||||
</autoDetectTypes>
|
<projectReimportVersion>1</projectReimportVersion>
|
||||||
<projectReimportVersion>1</projectReimportVersion>
|
</configuration>
|
||||||
</configuration>
|
</facet>
|
||||||
</facet>
|
</component>
|
||||||
</component>
|
|
||||||
</module>
|
</module>
|
||||||
16
pom.xml
16
pom.xml
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<groupId>eu.creeper.mc</groupId>
|
<groupId>eu.creeper.mc</groupId>
|
||||||
<artifactId>creeperpit</artifactId>
|
<artifactId>creeperpit</artifactId>
|
||||||
<version>2.0.002-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>creeperpit</name>
|
<name>creeperpit</name>
|
||||||
|
|
@ -52,23 +52,17 @@
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>papermc-repo</id>
|
<id>spigotmc-repo</id>
|
||||||
<url>https://repo.papermc.io/repository/maven-public/</url>
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.papermc.paper</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>paper-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.18.2-R0.1-SNAPSHOT</version>
|
<version>1.18.2-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.jetbrains</groupId>
|
|
||||||
<artifactId>annotations</artifactId>
|
|
||||||
<version>RELEASE</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
|
|
@ -128,4 +128,3 @@ public final class Main extends JavaPlugin implements Listener {
|
||||||
player.setFoodLevel(20);
|
player.setFoodLevel(20);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
name: CreeperPit
|
name: CreeperPit
|
||||||
version: '2.0.002-SNAPSHOT'
|
version: '2.0.01-SNAPSHOT'
|
||||||
main: eu.creeper.mc.creeperPit.Main
|
main: eu.creeper.mc.creeperPit.Main
|
||||||
api-version: '1.18.2'
|
api-version: '1.18'
|
||||||
prefix: CPit
|
prefix: CPit
|
||||||
authors: [ Befaci, creeper ]
|
authors: [ Befaci, creeper ]
|
||||||
description: CreeperPit gameplay management
|
description: CreeperPit gameplay manager
|
||||||
permissions:
|
permissions:
|
||||||
creeperpit.worldguard.*:
|
creeperpit.worldguard.*:
|
||||||
default: "op"
|
default: "op"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user