Auxilor
bdce57a4ba
Fixed missing build.gradle
2021-09-24 09:37:51 +01:00
Auxilor
a576525ca4
Don't look into this commit
2021-09-24 09:37:05 +01:00
Auxilor
e36d97cf7e
Don't look into this commit
2021-09-24 09:36:43 +01:00
Auxilor
27a1d88102
Updated to 8.12.2
2021-09-23 09:48:18 +01:00
Will FP
b855c3dc6d
Merge pull request #68
...
Update Buckshot.java
2021-09-23 09:43:08 +01:00
Will FP
ce5953d2ce
Merge pull request #72
...
Fixed artifacts not working with 1.17 blocks.
2021-09-23 09:42:46 +01:00
ryzech
2038ecbcdb
Fixed artifacts not working with 1.17 blocks (would that break 1.165 support?) and made an artifact rarity so artifacts are less likely to get than normal enchants.
2021-09-22 23:40:21 -05:00
chyzman
34850d4296
Update Buckshot.java
2021-09-21 17:10:38 -04:00
Auxilor
a1c4cec942
Updated to 8.12.1
2021-09-19 17:24:12 +01:00
Will FP
68487736e0
Merge pull request #67
...
We don't wanna talk about this, are we?
2021-09-19 17:23:40 +01:00
_OfTeN_
abc9648b16
We don't wanna talk about this, are we?
2021-09-19 18:54:11 +03:00
Auxilor
52a247a8f4
Changed readme to remove reference to spigotmc
2021-09-19 11:24:01 +01:00
Auxilor
865dcf4332
Updated to 8.12.0
2021-09-19 11:22:28 +01:00
Auxilor
540bd0e8b8
Updated to use polymart resource checker
2021-09-19 11:22:15 +01:00
Auxilor
c8afb8ab5b
Updated to eco 6.8.1
2021-09-19 11:21:52 +01:00
Will FP
975d6ee3a1
Merge pull request #66
...
New enchant Dousing
2021-09-19 11:21:07 +01:00
Will FP
5b32004d66
Merge pull request #65
...
New /ecoenchants giverandombook argument (discord suggestion)
2021-09-19 11:20:54 +01:00
Sam Ryan
8be794d78d
Add Requirement keys to dousing config
2021-09-18 18:50:46 -04:00
samerbam
25a9e34f84
Merge branch 'Auxilor:master' into master
2021-09-18 18:49:10 -04:00
Sam Ryan
c09e7e6c60
Added Dousing Enchant.
2021-09-18 18:48:24 -04:00
_OfTeN_
8213279aeb
Added ability to use enchantment types as an argument for /ecoenchants giverandombook
2021-09-18 19:13:13 +03:00
Auxilor
a5cb56dd6d
Fixed weird NoClassDefFound error
2021-09-18 15:58:22 +01:00
Auxilor
06c69b82a0
Added SuppressWarnings for all ItemStack deprecations due to paper
2021-09-18 15:49:48 +01:00
Auxilor
d5f1907259
Updated to 8.11.0
2021-09-18 15:40:46 +01:00
Auxilor
b2135beae9
Changes for Paper enchantment API support; renaming EcoEnchant#getRarity to EcoEnchant#getEnchantmentRarity
2021-09-18 15:39:51 +01:00
Auxilor
6e0a750e9b
Updated to 8.10.16
2021-09-18 14:51:20 +01:00
Auxilor
67ed1f8294
Updated EssentialsX to use proper API (several months after it was introduced)
2021-09-18 14:51:11 +01:00
Auxilor
0bd73ea2ec
Fixed eco 6.8.0 changes
2021-09-17 20:03:36 +01:00
Auxilor
a478ba4f05
Updated to 8.10.15
2021-09-17 19:59:11 +01:00
Auxilor
0312915d33
Updated to eco 6.8.0
2021-09-17 19:58:52 +01:00
Auxilor
c8e5913f5d
Updated to 8.10.14
2021-09-16 20:09:11 +01:00
Auxilor
0178a2b11d
Merge remote-tracking branch 'origin/master'
2021-09-16 20:09:03 +01:00
Auxilor
172157c3fc
Moved more artifact math to separate thread
2021-09-16 20:07:39 +01:00
Auxilor
3e92f9afe1
Updated to 8.10.13
2021-09-14 10:18:54 +01:00
Will FP
f791512c0b
Merge pull request #63
...
Silent lightning option
2021-09-14 10:17:57 +01:00
_OfTeN_
a92108d099
Added "local-lightning-sound: true/false" option for Electroshock, Thor, Zeus and Bolt enchantments
2021-09-14 11:31:27 +03:00
Auxilor
9cda787d0c
Updated to 8.10.12
2021-09-12 19:58:47 +01:00
Auxilor
28bc9846f5
Merge remote-tracking branch 'origin/master'
2021-09-12 19:58:40 +01:00
Auxilor
d0e8969178
Moved melee particles to new thread
2021-09-12 19:58:30 +01:00
Auxilor
431581942d
Reverting lore now uses FastItemStack
2021-09-09 13:04:50 +01:00
Auxilor
96032c81e2
Updated to 8.10.11
2021-09-09 12:42:32 +01:00
Will FP
74c019ebb8
Merge pull request #59
...
Fixes some bugs
2021-09-09 12:41:01 +01:00
Will FP
e4f7c40be5
Merge pull request #58
...
disable-on-players
2021-09-09 12:40:35 +01:00
Akiranya
1f0c9d8a87
BukkitScheduler#runTask() already runs the task on next tick
2021-09-09 17:16:32 +08:00
Akiranya
b9cd266d0e
Fixed Soulbound bug
...
There are some cases where the player's inventory is not empty right after respawning. For example, ItemsAdder gives a death map right after the player respawns. In this case, EcoEnchants won't give back soulbound items to the player, causing the items just disappeared.
I fix this by checking if there is any soulbound items right after respawning, instead of simply checking whether the player's inventory is empty or not.
More robust logic to handle such case is expected. My solution is just a workaround.
2021-09-09 17:05:49 +08:00
Akiranya
a9c345317c
Fixed Necrotic
2021-09-09 16:38:50 +08:00
_OfTeN_
966ab49af1
Added disable-on-players option for Razor, Bladed and Force enchantments
2021-09-08 18:47:30 +03:00
Auxilor
4e1fefdb3a
Updated to 8.10.10
2021-09-08 10:36:47 +01:00
Auxilor
59b098b7e8
Fixed rapid fastbow anticheat trigger
2021-09-08 10:36:36 +01:00
Auxilor
a4baefb092
Updated to 8.10.9
2021-09-06 12:54:01 +01:00