Raft Dedicated Server
  • Introducing Raft Dedicated Servers
    • Introducing RTCP (Our custom networking layer)
  • Tutorials
    • Windows: Installing your server
    • Linux: Installing your server
      • GUI based distro: Installing your server
      • CLI based Distro: Installing your server
    • Pterodactyl: Installing your Server
    • Docker: Installing your Server
    • Configuring your server
    • Managing Player Permissions
    • How to create a plugin project
      • How to load my plugin
  • Programming
    • Creating chat commands
    • Creating console commands
    • Player Permissions
Powered by GitBook
On this page
  1. Tutorials

How to create a plugin project

Creating a plugin project has never been so easy !

PreviousManaging Player PermissionsNextHow to load my plugin

Last updated 1 month ago

In order to make it easy for everyone to create plugins, we've created a plugin creator tool which will generate you a plugin project that is ready to start programming and already works. To use the Plugin Creator you have to use a console argument when starting RaftDedicatedServer.exe which is -plugincreator. The easiest way is to start CMD, navigate to your server folder and simply run the command RaftDedicatedServer.exe -plugincreator as shown below.

How does it works ?

1 ) Simply enter your plugin name and press enter. For the example i'm gonna use the name MyAwesomePlugin. &#xNAN;Once you entered your plugin name it should looks like this.

2 ) Now that you entered your plugin name, the plugin creator is asking you if you want to change the project path, we highly recommend you to keep the default path and simply type n or no and press enter. And that's it ! Your plugin should be created !\