Adding Plugins to CraftBukkit: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
== Getting Started With Plugins == | == Getting Started With Plugins == | ||
In order for the plugins to work on your server | 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 | # 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. | ||
# Log into your FTP client. | |||
# Log into your FTP client | #: Instructions available at [[FTP_Access|FTP Access]]. | ||
# 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. | |||
# 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 00: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.
- Head to the following link and look over the plugins you would like to use. Bukkit Plugins
- 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.
- Log into your FTP client.
- Instructions available at FTP Access.
- 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.
- Make the edits to the configs as you like and restart the server.
- Enjoy!