You are viewing our Forum Archives. To view or take place in current topics click here.
How do you make yourself a admin on your own server???? +rep
Posted:

How do you make yourself a admin on your own server???? +repPosted:

Dyphate
  • TTG Addict
Status: Offline
Joined: Nov 17, 201112Year Member
Posts: 2,637
Reputation Power: 111
Status: Offline
Joined: Nov 17, 201112Year Member
Posts: 2,637
Reputation Power: 111
I'm trying to make myself a admin on my own server and I'm not sure how. Does anyone know how?
#2. Posted:
sidewoodgaming
  • 2 Million
Status: Offline
Joined: Oct 22, 201112Year Member
Posts: 933
Reputation Power: 39
Status: Offline
Joined: Oct 22, 201112Year Member
Posts: 933
Reputation Power: 39
You mean as in the op
Just type into the console op then your mc name
So for me its 'op sideHD' (without the '')
#3. Posted:
-Deano
  • Spooky Poster
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
Ops usually allow most commands and permissions to be accessed by the player.

If you mean a "rank", you will have to assign them through a permissions plugin such as PermissionsEx or GroupManager.
#4. Posted:
NJRD
  • Christmas!
Status: Offline
Joined: Jun 14, 201410Year Member
Posts: 213
Reputation Power: 9
Status: Offline
Joined: Jun 14, 201410Year Member
Posts: 213
Reputation Power: 9
sidewoodgaming wrote You mean as in the op
Just type into the console op then your mc name
So for me its 'op sideHD' (without the '')
yup exactly but although i think you have to add the / ex:/op yourname (but i could be totally wrong)
#5. Posted:
SwegMuncher
  • New Member
Status: Offline
Joined: Mar 12, 201410Year Member
Posts: 5
Reputation Power: 0
Status: Offline
Joined: Mar 12, 201410Year Member
Posts: 5
Reputation Power: 0
Download a permissions plugin such as Pex,
Once downloaded drag it in your plugins folder and run the server and then stop it.
In your plugins folder you will see it has made a new folder called "PermissionsEx"
Go inside and you will find a "permissions.yml" file.
right click and edit with Notepad++ ( i would suggest getting it) now copy this and paste it.

groups:
Admin:
permissions:
- '*'
options:
build: true
prefix: '&6&l[&bOwner&6&l]
users:


Now start the server and and do the command in console
/pex user (mcusername) group set Admin

Bang! should be done
Please Rep
<3
#6. Posted:
RiotSide
  • New Member
Status: Offline
Joined: Apr 27, 201410Year Member
Posts: 30
Reputation Power: 1
Status: Offline
Joined: Apr 27, 201410Year Member
Posts: 30
Reputation Power: 1
Do exactly the following - /op (your name here) (no parentheses)
#7. Posted:
-Deano
  • PC Master Race
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
SwegMuncher wrote Download a permissions plugin such as Pex,
Once downloaded drag it in your plugins folder and run the server and then stop it.
In your plugins folder you will see it has made a new folder called "PermissionsEx"
Go inside and you will find a "permissions.yml" file.
right click and edit with Notepad++ ( i would suggest getting it) now copy this and paste it.

groups:
Admin:
permissions:
- '*'
options:
build: true
prefix: '&6&l[&bOwner&6&l]
users:


Now start the server and and do the command in console
/pex user (mcusername) group set Admin

Bang! should be done
Please Rep
<3


It's really bad practice to use the wildcard feature to assign all permissions. Quite a lot of plugins use 'unassign' permissions such as Playerheads. Giving that wildcard will prevent the player from using any playerhead because of the available permissions.
The best way to make your permissions is assigning each node or even modifying the plugin.yml to create a parent node that contains all of the relevant ones that you want. Take a look at Factions, for example... kit 0 contains all of the basic permissions that default players would need.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.