Skip to content
Hazdryx edited this page Sep 20, 2019 · 59 revisions

DEVIN is a framework for Spigot 1.8+ that gives developers the tools to build better and bigger plugins more efficiently. DEVIN takes care of a lot of the cumbersome code that developers would have to traditionally write so they can spend more time developing a better plugin.

Features

  • Powerful annotated command and sub command framework with automatic tab completion and help command.
  • Connect information to specific players or worlds for temporary or persistent use.
  • Dependency Injection for any and all objects. Automatically used when registering commands and events.
  • An Inventory GUI that gives you the ability to create GUI's with clickable ItemStacks.
  • A MessageSender class for sending messages to one person, a group, or to everyone easily with prefixes.
  • Overall faster development and improved maintainability.