Skip to content
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

Plugin rewrite #513

Merged
merged 27 commits into from
Feb 1, 2025
Merged
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
dd051b2
simplify all
suprohub Jan 28, 2025
e03eb22
fmt
suprohub Jan 28, 2025
c1b20db
Consider using derive macro
suprohub Jan 29, 2025
a1f6920
Add new events
suprohub Jan 29, 2025
733317a
Add events call
suprohub Jan 29, 2025
446a4a3
minor fixes
suprohub Jan 29, 2025
4eb78cf
minor fixes
suprohub Jan 29, 2025
3faa827
Merge branch 'plugin-rewrite' of https://github.com/suprohub/Pumpkin …
suprohub Jan 29, 2025
2236842
fix
suprohub Jan 29, 2025
ee952bf
optimize code
suprohub Jan 29, 2025
586fc07
big changes
suprohub Jan 29, 2025
731c5ab
fix skill issue
suprohub Jan 29, 2025
f6bd607
Merge branch 'master' into plugin-rewrite
suprohub Jan 29, 2025
9fd6ad2
fix
suprohub Jan 29, 2025
44ce654
Merge branch 'Pumpkin-MC:master' into plugin-rewrite
suprohub Jan 30, 2025
fdd6322
Consider not specify patch version
suprohub Jan 30, 2025
85566d3
make logger shared
suprohub Jan 30, 2025
b626790
i want test one thing
suprohub Jan 30, 2025
2912618
Add one useful function
suprohub Jan 30, 2025
8319da0
Merge branch 'Pumpkin-MC:master' into plugin-rewrite
suprohub Jan 31, 2025
fc38c0e
add little amouth of docs
suprohub Jan 31, 2025
00b668f
Merge branch 'Pumpkin-MC:master' into plugin-rewrite
suprohub Feb 1, 2025
ca63661
use config instead
suprohub Feb 1, 2025
647df9e
Merge branch 'plugin-rewrite' of https://github.com/suprohub/Pumpkin …
suprohub Feb 1, 2025
9f1d37c
revert changes
suprohub Feb 1, 2025
bcc91a5
Merge branch 'master' into plugin-rewrite
Snowiiii Feb 1, 2025
b1dd121
fmt
suprohub Feb 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pumpkin/src/world/mod.rs
Original file line number Diff line number Diff line change
@@ -631,7 +631,6 @@ impl World {
&position
);
level.clean_chunk(&position).await;
continue;
}
}