I have no idea what i am doing

Discussion in 'Bukkit Help' started by Goldriderz_TC, Aug 13, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Goldriderz_TC

    I am making my own server and have not a clue what i am doing. My problems consist of:
    i want to create admins and mods, don't know where to start.
    i am using the server signs plugin and i want new people to be able to use the signs at spawn. Which is protected by world guard. How do i let anyone use command signs?
    a kit plugin would be useful, any ideas on a good one?
    for multiverse inventories, i want new people to be able to use it. How?
    When people join the server, i want them to be listed as "member"
    My world has a hub, One world is for factions, another for prison, etc. how do i make it so that factions will be part of the factions world, but not any other world?

    those are my current issues. As you can see, i am a nub with no experience with servers what so ever.
    Any help would be much appreciated
     
  2. Offline

    mmuziek

    essentials.. for commands / kits
    Bpermissions for the ranks and permissions (for sign use and access to multivers inventories and such)

    i dont know how factions work so i cant help you with that
     
  3. 1. For the permissions system the best option in my opinion is PEX.
    2. If they have the right permissions, they should be able to right-click the signs to perform commands, check the permisions the signs plugins uses and add them to the groups through PEX.
    3. You can try this plugin for kits.
    4. Same thing, check the permissions for multiverse-inventories and add them the respective groups through PEX.
    5. In PEX, you can setup the default rank as "member" so that everyone that joins will be a "member" by default.
    6. You can use this plugin so you can disable plugins on different worlds.
     
  4. Offline

    LHammonds

    Congrats and good luck!

    That is done via your permission plugin. I use PermissionsEx and have the start of a tutorial and an example configuration on my site.

    By using permissions of course. :)

    For ServerSigns, create the following permission node in the group that you have everyone inheriting rights from (typically called default):
    Code:
        - serversigns.use.everyone
    
    Once you attach command(s) to the sign, then type the following which will let anyone click the sign:
    Code:
    /svs setpermission everyone
    
    There are tons and its really up to you how you expect one to work. Many people recommend King Kits

    People don't "use it." It is more like YOU configure it from the start. If you have WorldA and WorldB and each with its own Nether/End, and you want to separate those worlds but keep the dimensions together, you create 2 groups and add the worlds you want grouped together in one group. So in this example, you'd create a WorldA group with the /mvinv command and add WorldA, WorldA_nether and WorldA_the_end. Then create a WorldB group and add WorldB, WorldB_nether and WorldB_the_end.

    That is controlled by your permission plugin's prefix setting AND your chat plugin which displays that prefix.

    You could try setting the other worlds as disabled for power and claims or you could use a plugin I hear being recommended several times called PerWorldPlugins or something like that.

    LHammonds
     
Thread Status:
Not open for further replies.

Share This Page