okx-code
2173e8541e
Add HiddenOre
2024-02-22 21:31:00 +00:00
Cola
c5566f6dfc
Implement Paper Methods
2022-04-26 23:51:23 +01:00
Cola
aefb0781ed
1.18.2
2022-03-07 21:27:47 +00:00
Cola
82fb064366
We now have CAVE_AIR + VOID_AIR
2022-01-25 02:41:54 +00:00
Cola
ee1be9844d
Remove system.out
2022-01-25 02:31:17 +00:00
Cola
5878a57604
Part 2
2022-01-25 02:30:37 +00:00
Cola
cb40a1da6e
this vs getPlugin
2022-01-25 02:30:13 +00:00
Cola
a520acacbf
Update readme + convert clear_ores to map intead of 1 replacement mat
2022-01-25 02:28:31 +00:00
Cola
92398215a8
Only register listener if the world is in the config
2022-01-12 13:07:10 +00:00
Cola
096fb2973c
Update ore duster to support world height
2022-01-12 03:21:48 +00:00
AngrySoundTech
9b9ca0ddaa
Update workflow files
2022-01-08 11:55:54 -05:00
Cola
b4b6438179
CivGradle/1.18.1
2021-12-30 04:25:36 +00:00
Cola
9792e54020
Update plugin.yml
2021-12-21 04:21:09 +00:00
AngrySoundTech
9fed6d1bfc
Add Executable bit. How do I forget this every time.
2021-12-14 21:44:02 -05:00
AngrySoundTech
abb785879a
Use gradle
2021-12-14 21:39:45 -05:00
Longboyy
9445c9b319
1.18.1
...
Updated BreakTracking class to account for extra world height.
2021-12-13 05:54:24 +00:00
Cola
eeb43c1f30
Update FakePlayer.java
2021-09-08 18:44:04 +01:00
Cola
64a510e228
1.17.1
2021-07-19 00:01:50 +01:00
Cola
f33c85f85e
POM fix
2021-06-30 21:56:43 +01:00
Cola
b41b548837
v1.8.0 - 1.17 and Java 16
2021-06-30 16:02:50 +01:00
ProgrammerDan
d4fd1a5591
Being a good citizendev and incrementing pom, sorry
2021-01-03 21:48:54 -05:00
ProgrammerDan
d61087ea51
Adding back in a reverted improvement related to drop amount.
2021-01-03 16:42:57 -05:00
ProgrammerDan
f3e6882087
Maximal refactor to standardize alert building without losing functionality. This replaces the prior reverted commit. Hopefully the additional comments also makes clear how these are unique pieces of code and a reduction like reverted would break functionality.
2021-01-03 16:31:38 -05:00
ProgrammerDan
28a3bf324f
Revert "Alerting the player is a separate function now"
...
This reverts commit de91bb06cc .
This commit completely removes the use of aggregator alertUser
StringBuilder, and as a result of the constructs here will only alert
people of transforms / discoveries that have a customPrefix. If no
custom prefix for a drop is defined, no notification will ever be sent.
Aggregation of notifications is straight broken by this commit as well.
It also eliminates the " nearby" custom messaging of generation vs.
drop, just straight up gone?
I'll follow up this revert with a new commit to do the same but safely.
2021-01-03 15:00:36 -05:00
Maxopoly
ffd7a9a9ed
Update repo to new github one
2021-01-01 02:15:24 +01:00
Maxopoly
4a6d1f2bdb
Update to 1.16.4
2020-12-29 02:04:06 +01:00
Maxopoly
ed75b207a0
Update to 1.16 and integrate our Maven setup
2020-07-28 05:03:05 +02:00
Nuclear-Crow
cf7915a73e
brackets, StringBuilder
2020-07-15 23:15:07 +03:00
Nuclear-Crow
883e24843a
brackets
2020-07-15 22:54:24 +03:00
Nuclear-Crow
de91bb06cc
Alerting the player is a separate function now
2020-07-15 14:15:58 +03:00
Nuclear-Crow
9b9ab921b0
cumChance not affected by negative localChance
...
Quite important. Negative values of localChance, which can be output by VeinConfigs, will make next DropConfig chance interval overlap with previous one's, affecting the chance, or nullifying it entirely.
2020-07-15 13:16:54 +03:00
Nuclear-Crow
abeb6bf247
Fixes DropConfig constructor
2020-07-15 13:03:11 +03:00
Maxopoly
54f989e07e
Dont send empty messages
2020-04-22 13:10:56 +02:00
ProgrammerDan
f576b6d677
Fixing some javadoc issues for release
2019-10-02 00:10:51 -04:00
Daniel Boston
e7b1a1ebc9
Update README.md
2019-09-30 00:26:30 -04:00
Maxopoly
f040a99ef8
Fix up PR#34 as suggested
2019-09-29 16:14:08 +02:00
Maxopoly
2ddab6e860
Update to 1.14.4
2019-09-29 04:49:51 +02:00
ProgrammerDan
365d5376b5
1.13.1 direct support. Seems a no-change
2018-09-03 00:02:08 -04:00
ProgrammerDan
dd6a67f5b4
Updating readme
2018-08-21 23:54:37 -04:00
ProgrammerDan
c7a0f679c7
Fixed up some of the speed issues of more intense perblock tracking
2018-08-19 01:10:16 -04:00
ProgrammerDan
0efe2ced94
Checking in some general fixes. Expanding applicability of recent list to gen funtion
2018-08-17 23:49:24 -04:00
ProgrammerDan
736098b2e9
Few more cleanups
2018-08-15 22:46:55 -04:00
ProgrammerDan
7e9493ee74
Cleaning up some initial thoughts, fixing some config issues and some explanations on vein setup. Also randomizing a bit the force faces feature.
2018-08-15 22:40:23 -04:00
ProgrammerDan
c5f64dd6ae
Layering in initial go at veins. Some kruft remains but might be useable
2018-08-15 01:59:37 -04:00
ProgrammerDan
0b941d42c5
Wanted to demonstrate mix n match for dropList and drops, minor config.yml update
2018-08-14 00:37:38 -04:00
ProgrammerDan
45017fb628
Updating FakePlayer to latest spigot build 1782 and adding in a number of great configuration terseness and flexibility features.
2018-08-14 00:33:02 -04:00
ProgrammerDan
d2694e01a9
Working 1.13 pre-release. Compiled against --rev 1.13 mainline spigot.
2018-07-25 02:01:56 -04:00
ProgrammerDan
9d260cca8c
Seems working. Probably final 1.12.2 update, we will see. Fully enables world-specific configs. Some testing remains.
2018-07-19 23:02:33 -04:00
ProgrammerDan
10253e9717
Adding in via most direct path optional multiple world support. Existing configs will continue to work with no change; or, admins can add in multiple world block config settings by world name or uuid.
2018-07-17 23:19:34 -04:00
ProgrammerDan
83cca19260
Layering in world support a bit more carefully.
2018-07-17 00:44:24 -04:00