Skip to content

HurixStudio/PocketMineVS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Quickly create plugins for PocketMine-MP with this intuitive extension for Visual Studio Code. Configure settings according to your needs, choose the options that work best for your project, and generate the base of your plugin with a single click. Save time and focus on plugin development rather than configuring your workspace environment. With this extension, creating plugins for PocketMine-MP has never been easier!

Features

To be able to create your plugin, open the command palette Ctrl + Shift + P.

  1. Find the command of the extension by writing the following text then execute the command with your enter key. CommandPalette
  2. Choose the name of your plugin. PluginName
  3. Choose the name of the plugin author, by default it will display the name present in the configuration of the extension (if you have not modified it) you can always modify it during this step. PluginAuthor
  4. Choose the api version you want to use for your pocketmine plugin, when installing the extension, you will have the choice from version 4.18.2 of pocketmine, you can always change it manually in the plugin file .yml which will be created at the end of the steps. PluginAPI
  5. Choose the description of your plugin, such as the name of the author, it will display the default text present in the configuration of the extension. PluginDescription

Requirements

No dependencies are required to use this extension

Extension Settings

Look in the extension settings on Visual Studio Code PocketMine to be able to change the extension's default settings.

The options defined in the extension settings are not final, you can always modify the options when creating your plugin

Define the author name of your pocketmine plugins DefineAuthor

Define the description of your pocketmine plugins DefineDescription

Known Issues

A problem with our extension? Report it to us here

Release Notes

This is the first version of the extension, we will do our best to make regular updates and offer you a complete extension for pocketmine-mp on Visual Studio Code

0.0.1

Implementation of the command to generate the base of a pocketmine plugin easily


Enjoy!

About

Generate the base of a pocketmine-mp plugin

Resources

License

Stars

Watchers

Forks