SeanOMik
3c79bb028d
Fix plugin for Java 1.16
2021-06-14 12:33:45 -04:00
SeanOMik
90f1c58670
Close #38
...
Implement making a fox sleep with shift right click with an empty hand
2021-06-07 00:40:48 -05:00
SeanOMik
b026691586
Change pom.xml version for new release
2021-04-04 12:32:03 -05:00
SeanOMik
36f98d2b17
Fix #37
2021-04-04 12:28:24 -05:00
SeanOMik
f10dd08d6c
Update for 1.16.5
2021-04-04 12:24:11 -05:00
SeanOMik
8ba7d983cf
Fixes #32 . Kinda hacky but will work for now
2021-02-24 19:53:11 -06:00
SeanOMik
71bfc365c5
Update for 1.16.4
2020-11-08 13:07:46 -06:00
SeanOMik
9ef4aafb55
Fix a crash on some machines
2020-11-02 18:08:54 -06:00
SeanOMik
90b565131a
Update readme
2020-10-28 16:51:18 -05:00
SeanOMik
91a8a54624
Add a permission to allow players to bypass the tame limit.
2020-10-28 16:50:10 -05:00
SeanOMik
de30d65fba
Implement #26 and #28 in new 1.7.7 snapshot
2020-10-27 20:39:56 -05:00
SeanOMik
7b10885dc3
Fix plugin for Java 8 while still having Java 14 work
2020-09-10 11:29:47 -05:00
SeanOMik
7a0f783393
Add line break
2020-09-09 22:57:59 -05:00
SeanOMik
5bf7d7a798
Remove warning to not use Java versions newer than 11
2020-09-09 22:49:46 -05:00
SeanOMik
bdd5cf2db7
Exclude .iml files in the gitignore
2020-09-09 22:47:42 -05:00
SeanOMik
420316bd73
.gitignore the .idea and target directories
2020-09-09 22:44:38 -05:00
SeanOMik
fbee94b40d
Merge pull request #24 from fionera/fix-java-14
...
Add Java 14 support by replacing the final field access
2020-09-09 22:42:11 -05:00
SeanOMik
6e322d8aa2
Change plugin version in pom.xml
2020-09-09 22:41:56 -05:00
SeanOMik
b8c25128f3
Merge remote-tracking branch 'origin/master'
2020-09-09 22:24:57 -05:00
SeanOMik
e25c515d64
Print stack trace when we fail to register entity
2020-09-09 22:24:14 -05:00
Fionera
9f8c6edabe
Add Java 14 support by replacing the final field access
2020-09-08 20:57:30 +02:00
SeanOMik
f8af06fa28
Update README.md
2020-09-08 12:43:23 -05:00
SeanOMik
582a675185
Fixes #20
2020-09-06 14:48:53 -05:00
SeanOMik
bcc5040c8a
Fix #19
2020-09-03 12:39:08 -05:00
SeanOMik
5ed52ff155
Update for spigot 1.16.2
2020-08-27 15:09:31 -05:00
SeanOMik
808f97cb8c
Change .gitignore to add the multiple nms spigot version jar file
2020-08-27 14:05:48 -05:00
SeanOMik
6bc79e58f1
Fix crash when foxes run from wolfs
2020-08-27 14:03:25 -05:00
SeanOMik
e43cd97847
Do some more fixes, and add 1.14 in the single jar which fix 1.14 errors
2020-07-14 16:37:55 -05:00
SeanOMik
1b3c38a64e
Fix some small issues and optimize some entity goals
2020-07-14 13:51:00 -05:00
SeanOMik
304762408f
Update to 1.16.1 and also make one jar work with 1.15 and 1.16.
2020-07-14 12:51:21 -05:00
SeanOMik
034e35d473
Change version number
2020-05-03 12:38:52 -05:00
SeanOMik
c90bebecf9
Fixes #13
2020-05-03 12:36:56 -05:00
SeanOMik
fd9332cc54
Update in code version change log.
2020-03-30 15:02:22 -05:00
SeanOMik
f754c69e72
Completely update the re-implemented plugin to how it was before.
...
Completely update the re-implemented plugin to how it was before.
Changelog:
* Re-add fox naming.
* Added an auto alternative color code translator in LanguageConfig.
Pretty sure this is it, now its time to create a new release!
2020-03-30 14:57:56 -05:00
SeanOMik
2f0dc9c501
Add most features back after the re-implementation removed them.
...
Changes:
* Giving/taking foxes items.
* Change taming food back to chicken.
* Change taming food to only use sweet berries.
* Child fox from breeding is now set to its parent fox type.
* Added code commenting.
* When you tame a fox it gives the player the taming advancement.
Still need to add naming.
2020-03-30 14:18:21 -05:00
SeanOMik
4bcb141a42
Merge branch 'pr/11'
2020-03-30 10:55:52 -05:00
Checkium Folf
80200cf415
Forgot to check if the fox was tamed too
2020-02-22 15:10:24 +00:00
Checkium Folf
5ac36cb9f2
Fix fox running away from players
2020-02-22 15:08:05 +00:00
Checkium Folf
d2f7281a89
Fix removing items of foxes
2020-02-21 23:13:13 +00:00
Checkium Folf
6ae1170e12
New way of implementing foxes
2020-02-21 23:12:03 +00:00
SeanOMik
584b26c7ec
Make some small changes to the latest merge request
2020-02-01 13:01:23 -06:00
SeanOMik
76912d7c01
Merge pull request #3 from fuwwy
2020-02-01 12:58:31 -06:00
SeanOMik
5f83fe4896
Add warning to not use Java >11 if failed to register entity
2020-02-01 12:02:08 -06:00
Checkium Folf
afef958991
EntityTamableFox recode and a few changes
...
- Recoded EntityTamableFox to clean the pathfinder bloat
- Removed sleeping and chosenName as this data is already handled by vanilla
- Improved some logic around interact event
- Added a config option to enable and disable the anvil name GUI
- Fixed a bug where item counts would go to zero if just one was present
2020-01-28 18:14:44 +00:00
SeanOMik
a6408840b2
Add a check to see if the name is null.
...
Without this check I would get a null pointer when you attempt to tame a fox.
2020-01-27 18:41:18 -06:00
Checkium Folf
9e64f9c6f9
Merge remote-tracking branch 'origin/master'
2020-01-27 23:49:11 +00:00
Checkium Folf
72db20b4ae
Attempt at implementing NBT
2020-01-27 23:46:29 +00:00
SeanOMik
1d37d1af95
Update README.md
2020-01-27 17:39:49 -06:00
SeanOMik
12ffd41184
Change file name
2020-01-27 08:18:01 -06:00
SeanOMik
5639d2de82
Remove debug messages
2020-01-27 08:02:38 -06:00