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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
NebulaModTeam
/
nebula
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
124
Star
946
Code
Issues
25
Pull requests
5
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Implement gift command
- #640
#640
Draft
mmjr-x
wants to merge 8 commits into
NebulaModTeam:master
NebulaModTeam/nebula:master
from
mmjr-x:0.10.x-gift-command
mmjr-x/nebula:0.10.x-gift-command
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Draft
Implement gift command
#640
mmjr-x
wants to merge 8 commits into
NebulaModTeam:master
NebulaModTeam/nebula:master
from
mmjr-x:0.10.x-gift-command
mmjr-x/nebula:0.10.x-gift-command
Copy head branch name to clipboard
Commits
Commits on Jan 9, 2024
Added initial version of the gift command (only works with soil atm), made chat command argument respect double quoted strings (and first lvl double quote escaping) and added SendPacketToClient tha…
Show description for 1de3ff0
mmjr-x
committed
1de3ff0
View commit details
Copy full SHA for 1de3ff0
Browse repository at this point
Commits on Jan 12, 2024
Changed the sendPacketToClient to be userId based as username is not guaranteed to be unique, gifts can now also be send by specifying the id instead of username and did some refactoring
mmjr-x
committed
451d8b8
View commit details
Copy full SHA for 451d8b8
Browse repository at this point
Commits on Jan 14, 2024
Made the gift command code more readable and added some helper methods (will also now report about ambiguous usernames if multiple are matching)
mmjr-x
committed
3511bad
View commit details
Copy full SHA for 3511bad
Browse repository at this point
Commits on Jan 15, 2024
Refactored some of the logic
mmjr-x
committed
5bfed9b
View commit details
Copy full SHA for 5bfed9b
Browse repository at this point
Commits on Jan 16, 2024
Experimented with adding a ClientRelayFailurePacket
mmjr-x
committed
ed717ff
View commit details
Copy full SHA for ed717ff
Browse repository at this point
Merge branch 'master' of https://github.com/NebulaModTeam/nebula into 0.10.x-gift-command
mmjr-x
committed
dedc861
View commit details
Copy full SHA for dedc861
Browse repository at this point
Removed all the packetRelay logic and have the relaying now be done in the gift packet processor
mmjr-x
committed
6ea8173
View commit details
Copy full SHA for 6ea8173
Browse repository at this point
Commits on Jan 22, 2024
Some refactoring to make the flow more logical
mmjr-x
committed
1be6f51
View commit details
Copy full SHA for 1be6f51
Browse repository at this point
You can’t perform that action at this time.