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 }}
EndstoneMC
/
python-example-plugin
Public template
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
4
Star
19
Code
Issues
0
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 27, 2026
Merge pull request #4 from EndstoneMC/dependabot/uv/requests-2.33.0
Show description for 4d35add
wu-vincent
authored
4d35add
View commit details
Copy full SHA for 4d35add
Browse repository at this point
Commits on Mar 26, 2026
chore(deps): bump requests from 2.32.5 to 2.33.0
Show description for f073473
dependabot[bot]
authored
f073473
View commit details
Copy full SHA for f073473
Browse repository at this point
Commits on Mar 23, 2026
Use relative imports for intra-package references
wu-vincent
committed
f792c07
View commit details
Copy full SHA for f792c07
Browse repository at this point
Add @override decorator to Plugin method overrides
wu-vincent
committed
4c3225b
View commit details
Copy full SHA for 4c3225b
Browse repository at this point
Document first-time PyPI trusted publisher setup
wu-vincent
committed
de1c303
View commit details
Copy full SHA for de1c303
Browse repository at this point
Release 0.5.0
github-actions[bot]
committed
484ed20
View commit details
Copy full SHA for 484ed20
Browse repository at this point
Update CHANGELOG for v0.2.0 release
wu-vincent
committed
42fb2ee
View commit details
Copy full SHA for 42fb2ee
Browse repository at this point
Show how to add third-party PyPI dependencies
Show description for 7e8b650
wu-vincent
committed
7e8b650
View commit details
Copy full SHA for 7e8b650
Browse repository at this point
Polish template based on multi-perspective review
Show description for 38902a5
wu-vincent
committed
38902a5
View commit details
Copy full SHA for 38902a5
Browse repository at this point
Add comments and docstrings to example plugin code
Show description for b0a530c
wu-vincent
committed
b0a530c
View commit details
Copy full SHA for b0a530c
Browse repository at this point
Rewrite README as a practical template quickstart
Show description for 7200c1c
wu-vincent
committed
7200c1c
View commit details
Copy full SHA for 7200c1c
Browse repository at this point
Add AGENTS.md to guide AI coding agents
Show description for 6955b4e
wu-vincent
committed
6955b4e
View commit details
Copy full SHA for 6955b4e
Browse repository at this point
Overhaul plugin examples to focus on essential patterns
Show description for 383c855
wu-vincent
committed
383c855
View commit details
Copy full SHA for 383c855
Browse repository at this point
Modernize project template with best practices
Show description for 5ae0e25
wu-vincent
committed
5ae0e25
View commit details
Copy full SHA for 5ae0e25
Browse repository at this point
Commits on Feb 28, 2025
Merge pull request #2 from umarurize/feat/update-api-version
wu-vincent
authored
8639ee7
View commit details
Copy full SHA for 8639ee7
Browse repository at this point
feat: update api version to 0.6
umarurize
authored
03a1b46
View commit details
Copy full SHA for 03a1b46
Browse repository at this point
Commits on Aug 9, 2024
Merge pull request #1 from smartcmd/feat/update-api-version
wu-vincent
authored
2c1a478
View commit details
Copy full SHA for 2c1a478
Browse repository at this point
feat: update api version to 0.5
smartcmd
authored
3e545a5
View commit details
Copy full SHA for 3e545a5
Browse repository at this point
Commits on Jul 28, 2024
refactor: remove permissions related to test
wu-vincent
committed
18ffc83
View commit details
Copy full SHA for 18ffc83
Browse repository at this point
refactor: clean up examples
wu-vincent
committed
ae233b4
View commit details
Copy full SHA for ae233b4
Browse repository at this point
Commits on Jun 4, 2024
feat: add an example of Server.dispatch_command
wu-vincent
committed
9f7def6
View commit details
Copy full SHA for 9f7def6
Browse repository at this point
Commits on Jun 3, 2024
feat: add example of explicitly removing one's permission of using a given command
wu-vincent
committed
6373a74
View commit details
Copy full SHA for 6373a74
Browse repository at this point
Commits on May 14, 2024
docs: update README.md
wu-vincent
committed
44dd3ec
View commit details
Copy full SHA for 44dd3ec
Browse repository at this point
Commits on May 13, 2024
refactor: use hatchling as the build backend instead of setuptools
wu-vincent
committed
5fdfed5
View commit details
Copy full SHA for 5fdfed5
Browse repository at this point
Commits on May 4, 2024
refactor: datetime import in example_listener.py
wu-vincent
committed
5cb7417
View commit details
Copy full SHA for 5cb7417
Browse repository at this point
feat: add `/kickme` command
wu-vincent
committed
30176a3
View commit details
Copy full SHA for 30176a3
Browse repository at this point
Commits on May 2, 2024
refactor: logging messages in player join/quit events due to api change
wu-vincent
committed
4895ea3
View commit details
Copy full SHA for 4895ea3
Browse repository at this point
feat: send current time to all online players
wu-vincent
committed
f4d89d6
View commit details
Copy full SHA for f4d89d6
Browse repository at this point
Commits on Apr 29, 2024
feat: add example for scheduler
wu-vincent
committed
55e33db
View commit details
Copy full SHA for 55e33db
Browse repository at this point
Commits on Apr 26, 2024
feat: update player join/quit log messages
Show description for 778ce1d
wu-vincent
committed
778ce1d
View commit details
Copy full SHA for 778ce1d
Browse repository at this point
Commits on Apr 24, 2024
chore: bump api version
Show description for a7d2d3d
wu-vincent
committed
a7d2d3d
View commit details
Copy full SHA for a7d2d3d
Browse repository at this point
Commits on Apr 11, 2024
feat: add examples of PlayerJoinEvent and PlayerQuitEvent
wu-vincent
committed
59e069b
View commit details
Copy full SHA for 59e069b
Browse repository at this point
Commits on Apr 10, 2024
refactor: update imports due to upstream API change
wu-vincent
committed
01237b7
View commit details
Copy full SHA for 01237b7
Browse repository at this point
Commits on Mar 25, 2024
feat: add an event handler for ServerListPingEvent to customise server info displayed to players
wu-vincent
committed
cb91767
View commit details
Copy full SHA for cb91767
Browse repository at this point
Commits on Mar 23, 2024
docs: update README.md
wu-vincent
committed
7caaea6
View commit details
Copy full SHA for 7caaea6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.