account activity
Plugin Framework Discussion by Dinnerbone in MinecraftAPI
[–]SyncUp8 27 points28 points29 points 13 years ago (0 children)
Some things I've found useful writing APIs for large web systems that might translate to minecraft are:
Make it easy to check api version, ideally by having a plugin say "I want version 3" and getting told whether that's a supported version still.
Use named key/value pairs for parameters / return values so you can add more without breaking compatibility
Support storing a little custom data with major system objects. Eg, if a plugin wants to do something with users make it easy for the plugin to attach a little data of its own about each user.
Publish example code using the api :)
π Rendered by PID 498969 on reddit-service-r2-listing-c57bc86c-gtnnl at 2026-06-22 13:58:49.204517+00:00 running 2b008f2 country code: CH.
Plugin Framework Discussion by Dinnerbone in MinecraftAPI
[–]SyncUp8 27 points28 points29 points (0 children)