Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
feather-rs
/
feather
Public
Notifications
You must be signed in to change notification settings
Fork
142
Star
2.7k
Code
Issues
66
Pull requests
38
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
feather
feather
server
on
1-18
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 25, 2022
Register default plugins in main.rs
caelunshun
committed
a86d61d
View commit details
Copy full SHA for a86d61d
View code at this point
Browse repository at this point
Commits on Apr 24, 2022
Allow registering custom world generators
caelunshun
committed
373f523
View commit details
Copy full SHA for 373f523
View code at this point
Browse repository at this point
Implement world saving along with a new custom world format.
Show description for 65a51ac
caelunshun
committed
65a51ac
View commit details
Copy full SHA for 65a51ac
View code at this point
Browse repository at this point
Port koskja's block placement code to 1.18 and libcraft-blocks (mostly)
caelunshun
committed
f68d0ab
View commit details
Copy full SHA for f68d0ab
View code at this point
Browse repository at this point
Rename BlockFace => BlockDirection so as not to conflict with the block state
caelunshun
committed
178683f
View commit details
Copy full SHA for 178683f
View code at this point
Browse repository at this point
Commits on Apr 23, 2022
Move ChatBox to quill
caelunshun
committed
5979d36
View commit details
Copy full SHA for 5979d36
View code at this point
Browse repository at this point
Commits on Apr 18, 2022
Generate dimension and biome data in libcraft-generators so the server doesn't need to download + extract the vanilla JAR.
Show description for 66d959f
caelunshun
committed
66d959f
View commit details
Copy full SHA for 66d959f
View code at this point
Browse repository at this point
Fix nasty bugs with chunk sending
caelunshun
committed
bf569b4
View commit details
Copy full SHA for bf569b4
View code at this point
Browse repository at this point
Commits on Apr 17, 2022
Ensure chunks nearest to the player are loaded first
caelunshun
committed
90ede36
View commit details
Copy full SHA for 90ede36
View code at this point
Browse repository at this point
Revamp multiworld support, with plugin-configurable world sources for custom world formats.
Show description for 29e7e06
caelunshun
committed
29e7e06
View commit details
Copy full SHA for 29e7e06
View code at this point
Browse repository at this point
Commits on Apr 13, 2022
Start abstracting away world loading so it can be customized extensively by plugins
caelunshun
committed
7cc2ab3
View commit details
Copy full SHA for 7cc2ab3
View code at this point
Browse repository at this point
Commits on Apr 12, 2022
Respect client settings on view distance and displayed skin parts
caelunshun
committed
ce1feb1
View commit details
Copy full SHA for ce1feb1
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
Implement entity equipment
caelunshun
committed
a4ab2ae
View commit details
Copy full SHA for a4ab2ae
View code at this point
Browse repository at this point
Don't implement Component for all types by default.
Show description for 7859e44
caelunshun
committed
7859e44
View commit details
Copy full SHA for 7859e44
View code at this point
Browse repository at this point
Commits on Apr 10, 2022
vane: Add EntityRef::has<T>
caelunshun
committed
fbb1408
View commit details
Copy full SHA for fbb1408
View code at this point
Browse repository at this point
Fix subtle bug where components of the wrong type were added
caelunshun
committed
7a88267
View commit details
Copy full SHA for 7a88267
View code at this point
Browse repository at this point
Commits on Apr 8, 2022
Update all crates to 2021 edition
caelunshun
committed
9c52b5b
View commit details
Copy full SHA for 9c52b5b
View code at this point
Browse repository at this point
Tell the client its block placements are futile for now
caelunshun
committed
e718574
View commit details
Copy full SHA for e718574
View code at this point
Browse repository at this point
Rework plugin loading to allow disabling plugins through a config file
caelunshun
committed
244867d
View commit details
Copy full SHA for 244867d
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
Remove feather-base, moving its contents into libcraft.
caelunshun
committed
c47ec60
View commit details
Copy full SHA for c47ec60
View code at this point
Browse repository at this point
Update several dependencies
caelunshun
committed
80e0528
View commit details
Copy full SHA for 80e0528
View code at this point
Browse repository at this point
Sort dependencies in all crates
caelunshun
committed
925727b
View commit details
Copy full SHA for 925727b
View code at this point
Browse repository at this point
Restructure feather-server to prepare for static plugins
caelunshun
committed
9b084d1
View commit details
Copy full SHA for 9b084d1
View code at this point
Browse repository at this point
Load block properties from region files
caelunshun
committed
1e44689
View commit details
Copy full SHA for 1e44689
View code at this point
Browse repository at this point
Commits on Apr 6, 2022
Start on new static-linking-based Quill.
caelunshun
committed
e1ea876
View commit details
Copy full SHA for e1ea876
View code at this point
Browse repository at this point
Port all crates to use new libcraft-blocks
Show description for 5640c9c
caelunshun
committed
5640c9c
View commit details
Copy full SHA for 5640c9c
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
Update all crates to use `vane` instead of `hecs`, and delete `feather-plugin-host`.
caelunshun
committed
d3c80d2
View commit details
Copy full SHA for d3c80d2
View code at this point
Browse repository at this point
Commits on Apr 4, 2022
Merge Iaiao's update-1-18 branch into main
caelunshun
committed
cb3ac57
View commit details
Copy full SHA for cb3ac57
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
Clippy 1.59 (#541)
Show description for 67bc206
FussballAndy
authored
67bc206
View commit details
Copy full SHA for 67bc206
View code at this point
Browse repository at this point
Commits on Jan 22, 2022
Change Title's inner value and message type to `Text` (#518)
Show description for 4c9dfbf
Iaiao
authored
4c9dfbf
View commit details
Copy full SHA for 4c9dfbf
View code at this point
Browse repository at this point
Commits on Jan 20, 2022
Add logging filters for new wasmer-wasi logs (#526)
Iaiao
authored
185bdc8
View commit details
Copy full SHA for 185bdc8
View code at this point
Browse repository at this point
Commits on Jan 19, 2022
Add an ability to change gamemode from plugins (#521)
Show description for 77f1ace
Iaiao
authored
77f1ace
View commit details
Copy full SHA for 77f1ace
View code at this point
Browse repository at this point
Improve error handling in biome and dimension loading
Iaiao
committed
46be6ea
View commit details
Copy full SHA for 46be6ea
View code at this point
Browse repository at this point
Commits on Jan 18, 2022
Add empty world generator as a config option (#519)
Iaiao
authored
3779032
View commit details
Copy full SHA for 3779032
View code at this point
Browse repository at this point
Move PlayerJoinEvent, EntityRemoveEvent and EntityCreateEvent to quill-common (#520)
Show description for c754e4f
Iaiao
authored
c754e4f
View commit details
Copy full SHA for c754e4f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.