Thanks for visiting our wiki! Click here to order your own game server at SurvivalServers.com

Difference between revisions of "Adding Plugins to CraftBukkit"

From Survival Servers
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Getting Started With Plugins ==
 
== Getting Started With Plugins ==
  
In order for the plugins to work on your server. You will need to have craftbukkit as the  
+
In order for the plugins to work on your server, you will need to have CraftBukkit as the version you are running.
version you are running.
 
  
 
# Head to the following link and look over the plugins you would like to use. [https://dev.bukkit.org/bukkit-plugins Bukkit Plugins]
 
# Head to the following link and look over the plugins you would like to use. [https://dev.bukkit.org/bukkit-plugins Bukkit Plugins]
# Once you have the plugins head to your server panel and look for the FTP login data.
+
# Once you have the plugins head to your server panel and look for the FTP login data. This will be located at the top of the panel.
## This will be located at the top of the panel.
+
# Log into your FTP client.
# Log into your FTP client
+
#: Instructions available at [[FTP_Access|FTP Access]].
<pre> To edit/upload/save/delete files via FTP, use the following method:
+
# Once logged in you should see a plugins folder.
    Stop your server from the panel.
+
# Drag the .jar files into the plugin folder.
    Log in to FTP using WinSCP (a free FTP software) using the connection details found in the "FTP Details" section of the game server control panel. Download link for WinSCP here: http://winscp.net/eng/download.php
+
# Restart your server and refresh the FTP client.
    Navigate to the directory you wish to upload or edit a file.
 
    After editing/uploading/deleting your files in the proper directories, start your server from the panel.
 
</pre>
 
# Once logged in you should see a plugins folder
 
# Drag the .jar files into the plugin folder
 
# Restart your server and refresh the FTP client
 
 
# Your plugins are now loaded and config files generated.
 
# Your plugins are now loaded and config files generated.
# Make the edits to the configs as you like and restart the server
+
# Make the edits to the configs as you like and restart the server.
# Enjoy
+
# Enjoy!

Latest revision as of 01:40, 26 March 2018

Getting Started With Plugins

In order for the plugins to work on your server, you will need to have CraftBukkit as the version you are running.

  1. Head to the following link and look over the plugins you would like to use. Bukkit Plugins
  2. Once you have the plugins head to your server panel and look for the FTP login data. This will be located at the top of the panel.
  3. Log into your FTP client.
    Instructions available at FTP Access.
  4. Once logged in you should see a plugins folder.
  5. Drag the .jar files into the plugin folder.
  6. Restart your server and refresh the FTP client.
  7. Your plugins are now loaded and config files generated.
  8. Make the edits to the configs as you like and restart the server.
  9. Enjoy!


Share your opinion