You are viewing our Forum Archives. To view or take place in current topics click here.
Plugin Setup for Noobs (Plugins setup for a bukkit server)
Posted:

Plugin Setup for Noobs (Plugins setup for a bukkit server)Posted:

Aiirzy
  • New Member
Status: Offline
Joined: May 31, 201113Year Member
Posts: 12
Reputation Power: 0
Status: Offline
Joined: May 31, 201113Year Member
Posts: 12
Reputation Power: 0
Hello and welcome to Aiirzy's Tutorial on setting up plugins for your minecraft server. This is just a basic start up for your server, recommened plugins if you will.

Okay first you need to setup a server if you havnt done this I recommend you follow Portlands Guide.

Remember that you need to be running a bukkit server for this tutorial.


Chapter 1: Downloading Plugins!!!

Okay im just going to give you a list and you need to go and download them!

PermissionsEx: [ Register or Signin to view external links. ]
McBans: [ Register or Signin to view external links. ] (nothing do download but just open this anyway)
Essentials: [ Register or Signin to view external links. ]
CoreProtect: [ Register or Signin to view external links. ]

Chapter 2: Getting it installed!

After you have downloaded these files you want to drag the jar files into the plugins folder in your bukkit server folder.
Then you want to run the server batch file you made in Portlands tut!
Go back to the plugins folder, you should see new folders for the mods you just put in.
This part is done lets move on to the Setup!

Chapter 3: Plugin setup!

PermissionsEx:

First we are going to make the permissions for all the players.
Now Click on the PermissionsEx folder.
I dont really want to go into telling you what everyone of the lines mean in the code your about to put in but I shall skim over it...

So in this folder there should be a config.yml and a permissions.yml Open the permissions.yml file.
I RECOMEND THAT YOU USE NOTEPAD++ [ Register or Signin to view external links. ] or your favorite text editor.

In this file it will say somthing things delete that shit, were making our own.

Okay so copy and paste this,

groups:                                     
  default:                                 
    default: true                           
    permissions:                           
    - essential.tpadeny                     
    - essential.tpaaccept                   
    - essential.tpahere                   
    - essential.tpa                       
    - essentials.warp                     
    - essentials.home.others           
    - essentials.home                       
    - essentials.sethome                 
    - essentials.back                   
    - essentials.motd                     
    - essentials.mail.send                 
    - essentials.mail                   
    - essentials.afk                       
    - essentials.help                       
    - essentials.spawn                     
    - modifyworld.*                 
  Admins:                                   
    prefix: '&0(&4Admins&0)&7 '             
    permissions:                           
    - '*'
    - permissions.*
users:                                     
 
  Yourname:
    group:
    - Admins
    permissions:
    - permissions.*


This is explains all of these if you want to read it you can, not needed.

[spoil]groups:                                     This is the start, you need this noting really to say about it.
  default:                                  Default, its the name of a group in this case if you a new user to the server or a regular player.
    default: true                           This means that everyone that joins will become this.
    permissions:                            This tells the plugins what the group default will be able to do.
    - essential.tpadeny                     Allows player to deny a teleport.
    - essential.tpaaccept                   Allows player to allow a teleport.
    - essential.tpahere                     To ask a player to be teleported to you.
    - essential.tpa                         To ask player if you can teleport to them.
    - essentials.warp                       Allows warp
    - essentials.home.others                Allows player to goto someones home
    - essentials.home                       Allows people to use /home
    - essentials.sethome                    Allows /sethome
    - essentials.back                       /back lets player goback to death
    - essentials.motd                       /motd allows player to see the MOTD
    - essentials.mail.send                  Player to send mail
    - essentials.mail                       Player to look at mail
    - essentials.afk                        /afk lets player use afk command
    - essentials.help                       gives player /help command
    - essentials.spawn                      lets player use /spawn go back to spawn
    - modifyworld.*                         Lets player **** with the world as in build or place blocks
  Admins:                                   This is the Admin group
    prefix: '&0(&4Admins&0)&7 '             Puts Admin in red before your IGN
    permissions:                            This give you all the permissions for all the commands
    - '*'
    - permissions.*
users:                                      Add the users you want to be admins here just pretty much copy and paste this with the names you want!!!
 
  Yourname:
    group:
    - Admins
    permissions:
    - permissions.*
                        Holy Mother of God that was alot of work just to explain that. If you have a question just PM or add it in the comments[/spoil]



McBans:

Okay now we are going to set up mcbans. Im honestly to lazy to type up my own so Im just going to give you
guys the link with the tutorial on it. If you have any problems again please PM or leave a comment about it.

[ Register or Signin to view external links. ]


CoreProtect:

This plugin is to check who greifed people its very easy and no setup is really requried for this.
Here is the list of commands for you guys.
[ Register or Signin to view external links. ]

Essentials:

Finally the last plugin we have! Lucky for you guys its done hehe. The past 3 plugins we installed set them selfs up. IF you want to poke around with the
config files feel free to do so, but you do want to make sure you dont break anything.

Chapter 4: DONE!!

If you have made it this far your done! Any questions email me at Carson.Dempsey2 @ gmail.com or PM.
I will help you with any problems you may have, anything with setting up other plugins email me.

Tutorial By Aiirzy.Portlands Guide
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.