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 support #15

Open
8 of 16 tasks
JStalnac opened this issue Jan 16, 2022 · 0 comments
Open
8 of 16 tasks

Plugin support #15

JStalnac opened this issue Jan 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@JStalnac
Copy link
Owner

JStalnac commented Jan 16, 2022

Todo:

  • Loading plugins
  • Enable
  • Disable
  • Injecting services
  • Plugin dependencies - see branch plugin-dependencies
    • Hard dependencies - required for a plugin to be loaded
    • Optional dependencies - not required unless available
  • Spades - API similar to the Bukkit class in Bukkit/Spigot
  • Events
    • API to SharpSpades.Api
    • Removing a subscription
      • EventManager.Subscribe could return an IDisposable that removes the subscription when disposed
    • Removing an event
      • Similar to the subscription thing
  • Commands (see Commands #12 )
  • Map providers
    • Ability for plugins to make maps available for rotation etc.
    • Way to implement scriptable behaviour to maps
  • Custom game modes (needs Gameplay objectives - Intel and tents etc #14)
  • Plugin resource directory
    • Place where plugins can store files and config etc.
@JStalnac JStalnac added the enhancement New feature or request label Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant