Seriously need help

Discussion in 'Bukkit Help' started by stfupls, Aug 21, 2012.

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

    stfupls

    Guys seriously please help me, i made 5 threats b4 but nobody helps or reply.

    How do i make for a group they can set 3 homes? in groupmanager

    Essentials.sethome
    Essentials.home

    But how do i make it they can use 3 times /sethome

    Pls help please!!
     
  2. Offline

    Lookatmego

    first of all its threads* lol just so you know for future refrences.
    Secondly essentials offers multiple homes in their config.yml for groups. Check there:)
     
  3. Offline

    stfupls

    lol what u mean? sorry but im kinda suck at understanding lol
     
  4. Offline

    Lookatmego

    Essentials the plugin when installed creates a file called config.yml in the essentials folder. In that config.yml there is a section where you can set up how many homes each group can get.
     
  5. Offline

    stfupls

    Can i also do it @ kits like they can type /stone kit every 30 mins and how
     
  6. Offline

    Lookatmego

    no there is an actual section for it, Im at work right now so i cant check it exactly for you but I think it is called "Essentials Home"
     
  7. Offline

    stfupls

    Can u check after work? i cant find essentials home at plugins
     
  8. Offline

    Lookatmego

    its not at plugins its located at

    /plugins/essentials/config.yml
     
  9. Offline

    Snipes01

    Did you read the Essentials page? http://forums.bukkit.org/threads/pl...ated-requirements-updated-march-15-2012.1755/

    Here are the commands and permissions which should give you a hint of what Essentials can do: http://wiki.ess3.net/wiki/Command_Reference/Perm

    When you install Essentials in the config you have the options to for homes and kits.

    Code:
    # Note: All items MUST be followed by a quantity!
    # All kit names should be lower case, and will be treated as lower in permissions/costs.
    # Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
    # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
    kits:
      dtools:
        delay: 10
        items:
          - 277 1 efficiency:1
          - 278 1
          - 279:780 1
      tools:
        delay: 10
        items:
          - 272 1
          - 273 1
          - 274 1
          - 275 1
     
  10. Offline

    Lookatmego

    Why are you showing him the kits section?lol at least show him the homes section so he knows what it looks like
     
  11. Offline

    Snipes01

    All I wanted to show was what it looks like. Its in the config its not that difficult. I can paste the whole config file, but for what.

    Okay for OP:

    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsHome | #
    # +------------------------------------------------------+ #
    ############################################################
    # If no home is set, send players to spawn when /home is used
    spawn-if-no-home: true
    # Allows people to set their bed at daytime
    update-bed-at-daytime: true
    # Set to true to enable per-world permissions for using homes to teleport between worlds
    # This applies to the /home only.
    # Give someone permission to teleport to a world with essentials.world.<worldname>
    world-home-permissions: false
    # Allow players to have multiple homes.
    # Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
    # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
    # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
    sethome-multiple:
      default: 3
      # essentials.sethome.multiple.vip
      vip: 5
      # essentials.sethome.multiple.staff
      staff: 10
    # Set timeout in seconds for players to accept tpa before request is cancelled.
    # Set to 0 for no timeout
    tpa-accept-cancellation: 0
    
     
  12. Offline

    Lookatmego

    Ye thats what i meant I didnt mean the whole config just the essentials home section:) thank you for doing tho aha
     
  13. Offline

    stfupls

    So example group:

    Vip: the permission node =
    Essentials.sethome.multiple.vip

    how much multiple?! omg pls dont give hints just tell me
     
  14. Offline

    Lookatmego

    As snipes01 posted you can see an example there itself. It should look like this:


    sethome-multiple:
    default: 3
    # essentials.sethome.multiple.vip
    vip: 5


    This means that with the permission node essentials.sethome.multiple.vip and essentials.sethome.multiple they get 5 homes. But if they have the permission essentials.sethome.multiple only they get 3 by default since default:3.
     
  15. Offline

    stfupls

    so i got like this:

    Default:

    Essentials.warp
    Essentials.broadcast
    Essentials.sethome-multiple:
    default: 3
    Essentials.blameowbla

    For example

    i geuss its wrong
     
  16. Offline

    Lookatmego

    is this in your permissions? or config? Either way yes its wrong. In the config you need to put default: 3 andd lets say group vip: 5 then in permissions you need to give them the permissions essentials.sethome.multiple and essentials.sethome.vip
     
  17. Offline

    stfupls

    lol seriously thanks for help but i dont understand this fucking codeing lol its so confused..

    cant u just tell me the permissions config like this:

    Group: Vip

    Essentials.blabla
    Essentials.blabla
    Essentials.sethome.vip (or something 5 homes)
    Essentials.blabla

    im suck at codeing but i think you know already ^^
     
  18. Offline

    Lookatmego

    Im at work right now and dont got access to a lot of stuff or I would tbh. However I dont want to be mean but if you read the config and follow instructions the plugins give you, you would know how it all works...its pretty straight forward:confused:

    EDIT: pretty much essentials.multiple.homes.whatever <---that is a permission node that goes in your permissions.yml

    Then in your essentials config follow the template they gave you and read the instructions it tells you
     
    stfupls likes this.
  19. Offline

    stfupls

    thanks alot especialy @ your work i try to figure myself out but u helped my alot ty!
     
  20. Offline

    Lookatmego

    np glad I could help somewhat lol, If I was home I could help you better sorry about that:3
     
  21. Offline

    stfupls

    its ok you gave so much time also you was on work lol amazing work man thanks, now i have a idea how it works not really but MUCH more
     
Thread Status:
Not open for further replies.

Share This Page