Well, yesterday I made my very first working server for me and my friends (currently me and my 2 bro's and 1 friend are playing). The server has a plugins folder to put plugins in. i have been experimenting with different plugins. The problem is i get confused real easly lol. I have the plugin called Permissions and IChat. I get the grouping part but i dont get how to add a person to the group. If anyone could help i would appreciate it.
Thanks,
xi2fastxi
here is an example
<groups>
<!-- Groups must have distinct integer ids -->
<group color="f" id="0" ignoreChestlocks="false" name="Guest" showTitle="true"/>
<group color="f" id="1" ignoreChestlocks="false" name="Player" showTitle="true"/>
<group color="9" id="2" ignoreChestlocks="false" name="Trusted" showTitle="true"/>
<group color="9" id="3" ignoreChestlocks="false" name="Mod" showTitle="true"/>
<group color="2" id="4" ignoreChestlocks="false" name="Admin" showTitle="true"/>
<group color="3" id="5" ignoreChestlocks="true" name="Owner" showTitle="true"/>
</groups>
<members>
<!-- Attribute group has to be a group id, nicknames shall be written
lowercase. If a nickname and an ip setting apply for the same
player, the higher group is used.
-->
<player group="5" name="(playername)"/>
<player group="4" name="(playername)"/>
<player group="1" name="(playername)"/>
<player group="1" name="(playername)"/>
<player group="1" name="(playername)"/>
<player group="1" name="(playername)"/>
<player group="1" name="(playername)"/>
</members>
this is just a part which i cut out from my permissions file so you can look at it, ofcourse the whole file looks much bigger
see this is where you got me confused. my config file does not even look like that at all for the permissions plugin
Oh you are using the bukkit permissions plugin, sorry i can't help on that, im using different permissions file