Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick fix so the plugin can work again #18

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
49e1f9f
Updated .gitignore
Mowstyl Jan 30, 2018
4be41fd
Updated plugin to work with the last version of pkcore.
Mowstyl Jan 30, 2018
600f4c1
Added more files to .gitignore
Mowstyl Jan 30, 2018
933b4a2
Added new abilities.
Mowstyl Apr 28, 2018
80453a0
Fixed errors
Mowstyl Apr 30, 2018
150be84
Updated AttributeList
Mowstyl Jul 7, 2018
9e3aaf8
Updated to 1.13
Mowstyl Apr 13, 2019
2a8185b
Fixed glowing, water arms and water source
Mowstyl Jul 11, 2019
a82846a
Added potion as ingredient support
Mowstyl Aug 17, 2019
63598a5
Stop filling with multiple bottles
Mowstyl Aug 31, 2019
9cdef38
Fixed waterarms punch hitting multiple times
Mowstyl Mar 11, 2020
c263cf6
Damage cascade fix
Mowstyl Jan 16, 2021
2c85948
Restructured project, added Oraxen support, using NBTAPI
Mowstyl Jan 22, 2021
f6b0527
Support to custom attack value, fixed cascade updating damage
Mowstyl Feb 15, 2021
4b09360
Updated dependencies to 1.18
Mowstyl Dec 24, 2021
493c214
Updated to 1.18.2, now using oraxen repo
Mowstyl Mar 25, 2022
ec09c4f
Fixed oraxen loading after pki. config is now a valid YAML
Mowstyl Jun 7, 2022
299a9e3
Rewritten WaterSource, now using PermanentStorage
Mowstyl Aug 15, 2022
79456fa
Generalized everything, removed ghooks, added join
Mowstyl Aug 18, 2022
767d443
Rewritten stuff
Mowstyl Oct 17, 2022
7be2026
Updated dependencies to 1.19.4
Mowstyl Apr 4, 2023
699a6fd
Bumped version number
Mowstyl Apr 4, 2023
f681685
Updated ArmorEquipEvent, fixed anvils not working
Mowstyl Nov 10, 2023
c77eefd
Added Java 8 support
Mowstyl Nov 10, 2023
1851ca5
NMS glow tests, not working yet
Mowstyl Mar 23, 2024
792b5d7
Re-added glow, now using jitpack PK version
Mowstyl Jun 16, 2024
d2cb5b6
Fixed NPE when player disconnects just after joining
Mowstyl Oct 7, 2024
f8df582
Updated dependencies
Mowstyl Oct 7, 2024
678ac92
Using gradle, removed armor event
Mowstyl Oct 15, 2024
57bd152
Changed major version and jar name
Mowstyl Oct 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .classpath

This file was deleted.

338 changes: 125 additions & 213 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,216 +1,128 @@
#################
## Eclipse
#################
# Java .gitignore from https://github.com/github/gitignore/blob/main/Java.gitignore
# Compiled class file
*.class

*.pydevproject
# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

# Gradle .gitignore from https://github.com/github/gitignore/blob/main/Gradle.gitignore
.gradle
**/build/
!src/**/build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties

# Cache of project
.gradletasknamecache

# Eclipse Gradle plugin generated files
# Eclipse Core
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
# JDT-specific (Eclipse Java Development Tools)
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath


#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates

# Build results

[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.Publish.xml
*.pubxml
*.publishproj

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
App_Data/*.mdf
App_Data/*.ldf

#############
## Windows detritus
#############

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap
.DS_Store


#############
## Python
#############

*.py[cod]

# Packages
*.egg
*.egg-info
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

# JetBrains IDE .gitignore from https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.idea/misc.xml
.idea/vcs.xml
.idea/.name
.idea/.gitignore

# AWS User-specific
.idea/**/aws.xml

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# SonarLint plugin
.idea/sonarlint/

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
17 changes: 0 additions & 17 deletions .project

This file was deleted.

Loading