This commit is contained in:
Internal-Exception
2022-03-06 08:46:09 -05:00
parent f7fe972158
commit 8586ed9965
121 changed files with 21 additions and 572 deletions

View File

@@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>

View File

@@ -1,2 +0,0 @@
# Auto detect text files and perform LF normalization
* text=auto

View File

@@ -1,10 +0,0 @@
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>AuxProtect</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@@ -1,4 +0,0 @@
# AuxProtect
There are many features in this plugin that have not yet been implemented. If you choose to use these features, you will receive no support for them.
Do not fork this resource for personal or financial gain.

View File

@@ -1,4 +0,0 @@
name: AuxProtectBungee
main: dev.heliosares.auxprotect.bungee.AuxProtectBungee
version: 0.9.0
author: Heliosares

View File

@@ -1,81 +0,0 @@
#AuxProtect
#Developed by Heliosares
#https://www.spigotmc.org/resources/auxprotect.99147/
# MySQL functionality is experimental. Use with caution.
# OLD LOGS WILL NOT BE MIGRATED.
MySQL:
use: false
host: localhost
port: 3306
database: database
username: username
password: password
#Prefix to be used for all table names. Editing this after creating your databases will cause all past data to be lost.
table-prefix: ''
purge-cmds:
- 'auxprotect 90d'
- 'auxprotect_spam 30d'
- 'auxprotect_inventory 30d'
Actions:
leash:
Enabled: true
session:
Enabled: true
kick:
Enabled: true
shop:
Enabled: true
bucket:
Enabled: true
mount:
Enabled: true
respawn:
Enabled: true
consume:
Enabled: true
recover:
Enabled: true
money:
Enabled: true
Interval: 600000
pos:
Enabled: true
Interval: 10000
hurt:
Enabled: true
inv:
Enabled: true
command:
Enabled: true
kill:
Enabled: true
land:
Enabled: true
ip:
Enabled: true
username:
Enabled: true
inventory:
Enabled: true
WorldChange: false
Interval: 3600000
launch:
Enabled: true
grab:
Enabled: true
drop:
Enabled: true
pickup:
Enabled: true
itemframe:
Enabled: true
ahlist:
Enabled: true
ahbuy:
Enabled: true
elytra:
Enabled: true
#Automatically check for updates and display notifications in game.
#It's recommended to leave this enabled, as I'm constantly improving the plugin.
checkforupdates: true

Some files were not shown because too many files have changed in this diff Show More