-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
A bit of spring cleaning in the winter. #808
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
ryderbelserion
commented
Dec 16, 2024
•
edited
Loading
edited
- Update bStats as Bastion has a release with Folia support integrated, I no longer have to maintain it.
- Re-work the quadcrate structures, and allow saving new structures.
- Switch the data.yml to use sqlite as a default file storage.
Signed-off-by: Ryder Belserion <[email protected]>
* Add a crate interact event This is to have proper support for other plugins like Nexo, or ItemsAdder * Add nexo interact listener * add editor.yml * fix isCrateLocation method * add replacement command/feature for /crazycrates set * remove unneeded code * update invalid docs url * change crate to nullable * add {reason} placeholder to force exit * Switch to fully location based for nexo * check if hand is off_hand * spawn display entity above location * update default messages.yml * Add ability to remove crates when using /crazycrates editor * deprecate old way of removing crates * No longer need to sneak, or be in creative mode to remove crates. * always register our editor for normal blocks * Register more of our listeners * return if block is air * fix the last little odd bug * add trim example back to default files * reduce duplicate methods * return if the block clicked is furniture * update key checks * cancel key interactions * simplify interact handling with nexo/vanilla * update editor message * prevent re-adding to the crate editor * add/clean checks to prevent editor messes * remove from editor crate if they don't have the permission * remove dead imports * use Block.isEmpty() * prevent key check if itemstack is empty * add more if hand checks * add config option to pick custom items plugin * chore: remove import * add items adder support for furniture * add "none" option to the config.yml * add isFurniture method * use proper plugin check --------- Signed-off-by: Ryder Belserion <[email protected]>
ryderbelserion
force-pushed
the
spring-cleaning
branch
2 times, most recently
from
December 18, 2024 03:07
f366277
to
73018f3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.