Im useless at this...

Discussion in 'Bukkit Help' started by luke7396, Feb 24, 2011.

Thread Status:
Not open for further replies.

  1. i have got the commands on my server but i cant figure out how to make groups, bind people to them and most importantly give that group acess to certain commands...

    (on a note i want to also learn how to make people who just joined instantly go into a group that doesnt allow them to build, use commands, ect...)

    I cant figure out how to do any of this and it would be great is some could give me a tutorial or even a setup they already have made so i can use it; my server is just one hosted off my computer and its for randomers so i need protection from there destructive minds. XD​
     
  2. Offline

    Apostledanub

  3. i have read that and it hasnt really helped all too much. i am now using permissions and im still struggling... i need to know how to make a group that everyone starts in no matter what which stops them from using the commands of the .essientals and the base commands that come with the game.
     
  4. Offline

    Apostledanub

    Even leaving the permissions of the 'default' group blank doesn't help?
     
  5. Offline

    raymondes

    You will need to install anti-build and LWC.


    Install Lwc and Anti-Build. The following is the code that you should have in your permissions file for the 'Default' group.

    Code:
    Default:
      default: true
      info:
        prefix:
        suffix:
        build: false
      inheritance:
      permissions:
        - 'lwc.blockinventory'
    
    That is what i do so that default players cannot do anything except run around and die. lol
     
Thread Status:
Not open for further replies.

Share This Page