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

Developer Reference: More specifications #24

Open
4 of 10 tasks
dktapps opened this issue Dec 2, 2018 · 4 comments
Open
4 of 10 tasks

Developer Reference: More specifications #24

dktapps opened this issue Dec 2, 2018 · 4 comments

Comments

@dktapps
Copy link
Member

dktapps commented Dec 2, 2018

  • Setting up an IDE for development (PhpStorm)
  • Creating your first plugin (with examples)
  • Events spec (needs more work)
  • Scheduler
  • Commands
  • plugin.yml (needs more work)
  • Permissions
  • API versioning
  • How to reliably identify players (document name, UUID, XUID)
  • Anatomy of an Inventory Transaction
  • and more...
@ghost

This comment has been minimized.

@ghost
Copy link

ghost commented Mar 21, 2021

Dylan, for commands do you want everything regarding commands, or just how to register your own command?

@dktapps
Copy link
Member Author

dktapps commented Mar 21, 2021

  • permissions
  • different types of command senders (player, console, rcon, ...)
  • what aliases are and how they are used
  • fallback prefixes
  • what CommandExecutor is used for
  • parsing arguments (and rejecting invalid arguments, e.g. by using InvalidCommandSyntaxException)

etc etc

@SOF3
Copy link
Member

SOF3 commented Mar 22, 2021

@Dapro718 In case you aren't aware, the goal of this issue is not just a tutorial/documentation, but to precisely define some behaviour that were previously unclear. For example, is it valid (when?) to implement CommandSender for other classes from plugins? How exactly is command name/alias clash handled? What are the exact rules for argument grouping (not just spaces)?

@dktapps dktapps transferred this issue from pmmp/DeveloperDocs Nov 11, 2021
@dktapps dktapps changed the title More specifications Developer Reference: More specifications Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants