Commit Graph

57 Commits

Author SHA1 Message Date
ceze88
5b5e554af8 Release v5.0.5 2024-06-11 14:59:21 +02:00
ceze88
faa070a671
Merge pull request #22 from TeamHRLive/development
[Added] 1.20.6 Support
2024-06-11 14:58:11 +02:00
singh
b6c575c002 [Added] 1.20.6 Support
[Updated] Some NMS changes.
[Fixed] LaggSpike on 1.20.6 on start due to a deprecated method.
2024-06-08 00:28:51 +05:30
dependabot[bot]
5acff4a3ca
Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 (#18)
Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1.
- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 10:29:57 +02:00
ceze88
7b4caaa116 Release v5.0.4 2024-04-05 15:33:36 +02:00
Brianna O'Keefe
c6c8fd5924 version 5.0.3 2024-03-29 11:50:45 -05:00
Christian Koop
c8bd270019
Release v5.0.2 2024-02-26 13:59:42 +01:00
dependabot[bot]
986de0e76b
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3 (#5)
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.0 to 3.6.3.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.5.0...maven-javadoc-plugin-3.6.3)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 13:04:15 +01:00
ceze88
68d050d0f3 Release v5.0.1 2024-02-12 21:21:17 +01:00
ceze88
66f1bc8359 Release v5.0.0 2024-01-13 22:11:50 +01:00
ceze88
990ee86b2e Migrate to dynamic dependency loading 2024-01-13 22:07:26 +01:00
ceze88
bd1fce36dc Release v5.0.0-b11-SNAPSHOT 2023-10-25 16:29:57 +02:00
ceze88
d4737640a7 Fix null owner 2023-09-22 12:49:04 +02:00
ceze88
6413d74253 Release v5.0.0-b10-SNAPSHOT 2023-09-18 22:09:19 +02:00
ceze88
458d9ed2a8 Release v5.0.0-b8-SNAPSHOT 2023-09-18 16:00:48 +02:00
ceze88
5bfd4692cd Release v5.0.0-b8-SNAPSHOT 2023-09-04 20:00:50 +02:00
ceze88
7e9c740fdb Release v5.0.0-b7-SNAPSHOT 2023-08-10 11:49:01 +02:00
ceze88
39775d9350 Fix SemVer 2023-08-10 11:48:38 +02:00
ceze88
df1b89f302 Release v5.0.0-SNAPSHOT-b6 2023-08-04 12:37:43 +02:00
ceze88
7a612f7ff5 Release v5.0.0-SNAPSHOT-b5. Updates to new db system, updates UltimateStacker compatiblility. 2023-08-04 12:35:45 +02:00
Christian Koop
332a058077
Move classes from package com.songoda to com.craftaro 2023-06-29 11:39:53 +02:00
Christian Koop
2190393bf5
Replace deprecated usages of CompatibleSound with XSound 2023-06-29 11:36:01 +02:00
Christian Koop
7047f1566d
Release v5.0.0-SNAPSHOT 2023-06-29 11:25:11 +02:00
Christian Koop
68f1674fca
Migrate API related classes into the new API module
It is not nicely capsuled and needs heavy refactoring!
2023-06-29 11:21:12 +02:00
Christian Koop
4d3c4fca17
Change the project structure to allow a dedicated API module to exist 2023-06-29 10:07:43 +02:00
Brianna
4d6a51bebb Removed API layer.
Merged Legacy into Master.
Redid HopTask system.
Fixed issue preventing redstone from working with hoppers.
Hoppers will now transfer items once per tick.
HopTask is now at least 30% faster.
The hopper filter void will now function at the same time as blacklist and whitelist.
Fixed rare dupe glitch with suction.
SettingManager overhaul.
Support for PlayerPoints added.
2019-05-26 19:33:05 -04:00
Brianna
aa9d8d8d21 Enhanced Module API. 2019-05-01 21:52:58 -04:00
Brianna
0db01630aa Converted HopHandler to HopTask.
Optimized the hop task.
Made it so rejected items without an endpoint doesn't halt all transfer.
Fixed an issue with hopper teleport caching.
2019-04-24 23:02:45 -04:00
Brianna O'Keefe
8b8446b615 Hook handler redone & storage system updated. 2019-03-14 13:40:33 -04:00
Brianna O'Keefe
ce7ca37cbf Fixed null values. 2019-02-12 17:30:42 -05:00
Brianna O'Keefe
147731a8cf Massive rewrite to code base.
Added an animated timer to the autosell feature.
Cleaned up timer appearance for autosell.
Redid GUI structure.
Cleaned up code.
Updated to match Songoda Standards.
Made Updating hoppers more responsive.
Fixed right-click to desync on filter.
Removed brewingstand from 
Fix for complete mess up with filter linking.
You are now shown through lore the amount of currently linked hoppers.
Designed and implemented a better system for filter overflow.
Fixed hopper info dupe.
2019-01-18 13:16:25 -05:00
Brianna O'Keefe
0afbb26338 Added an autosell feature. 2019-01-17 07:38:37 -05:00
Brianna O'Keefe
6057155a7e Removed Arconix & updated hooks. 2019-01-13 05:39:36 -05:00
Brianna O'Keefe
b13a02b6a5 fix 2018-12-28 21:13:23 -05:00
Brianna O'Keefe
424e406f7c Fix for chunk loading. 2018-12-27 03:59:49 -05:00
Brianna O'Keefe
a0fe05eaae Added the ability to link a hopper to more than one hopper. 2018-12-01 06:42:39 -05:00
Brianna O'Keefe
a1be14aaa1 new ci system 2018-11-15 16:53:39 -05:00
The_Creeper_Cow
3368fdf202 Switched to a itemstack based filter 2018-10-26 14:35:44 -04:00
Brianna O'Keefe
f3831a037e MySQL system implemented. 2018-09-27 00:56:23 -04:00
Brianna O'Keefe
c5db4c7794 Deleting files. 2018-09-16 12:37:26 -04:00
Brianna O'Keefe
1a9520033a CommandManager updated to v2 2018-09-16 12:35:52 -04:00
Brianna O'Keefe
4da1f41c15 API 2018-08-30 14:35:35 -04:00
Brianna O'Keefe
d9a492c9ff Lots of code cleaned up.
Started work on a module API.
2018-08-29 14:03:04 -04:00
Brianna O'Keefe
ef08449afb Lots of code cleaned up.
Started work on a module API.
2018-08-29 02:55:26 -04:00
Brianna O'Keefe
f020975edb Added a feature for AutoCrafting items 2018-08-28 00:49:55 -04:00
Brianna O'Keefe
8489ec6a51 You can now teleport through hoppers by pressing shift. 2018-08-27 17:18:44 -04:00
Brianna O'Keefe
19f7fcb373 Boost system. 2018-08-23 01:31:13 -04:00
Brianna O'Keefe
85fa22312c Expanded API 2018-08-21 15:29:25 -04:00
Brianna O'Keefe
5699e77fd8 Expanded API 2018-08-21 14:36:41 -04:00
Brianna O'Keefe
1e2c4677f3 Filter is now a levelup ability.
Teleport is now a levelup ability.

IF you want to just give people teleport and filter perms to go with say a donator rank you may also give them perms for these and remove them from the levels as permissions will override.
2018-08-18 09:34:16 -04:00