Solved Essentials: How to make Players have access to all /tp commands

Discussion in 'Bukkit Help' started by dragonrykr, Jul 4, 2012.

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

    dragonrykr

    I am only asking a question is it possible to make players have access to every /tp command? Please reply me.

    Thanks!
     
  2. Offline

    Omnitv

  3. Offline

    dragonrykr

    i readed and my friends still can't /tp to me
    what about i give them a node
    Code:
    essentials.tp.*
    ???
     
  4. Offline

    Omnitv

    Read the document. This is why I dont like essentials.
    cray_Z clarify please.


    EDIT removed code.
     
  5. Offline

    cray_Z

    Not to be mean, but have people ever heard of, well I dont know, GOOGLE????

    Anyway, here: EDIT: fixed spacing

    Teleport tp essentials.tp Allow access to the /tp command.
    Teleport tp essentials.tp.others Allow players to teleport another player.
    Teleport tp essentials.world.<worldname> Allows players access to a specific world.
    Teleport tpa essentials.tpa Allow access to the /tpa command.
    Teleport tpa essentials.world.<worldname> Allows players access to a specific world.
    Teleport tpaall essentials.tpaall Allow access to the /tpaall command.
    Teleport tpaall essentials.world.<worldname> Allows players access to a specific world.
    Teleport tpaccept essentials.tpaccept Allow access to the /tpaccept command.
    Teleport tpahere essentials.tpahere Allow access to the /tpahere command.
    Teleport tpahere essentials.world.<worldname> Allows players access to a specific world.
    Teleport tpall essentials.tpall Allow access to the /tpall command.
    Teleport tpall essentials.world.<worldname> Allows players access to a specific world.
    Teleport tpdeny essentials.tpdeny Allow access to the /tpdeny command.
    Teleport tphere essentials.tphere Allow access to the /tphere command.
    Teleport tphere essentials.world.<worldname> Allows players access to a specific world.
    Teleport tpo essentials.teleport.hidden Allows teleporting to a hidden player
     
    Omnitv likes this.
  6. Offline

    Omnitv

  7. Offline

    cray_Z

  8. Offline

    dragonrykr

    I know all that Commands but here i have got rank Moderator on my server and it has some commands including /tp command and essentials.tp node and when my moderator tries to use command it tell ,,You don't have access to this command''. I also used the Omnitv's node but again my Moderator doesn't have access to the command. That's the problem.
     
  9. Offline

    Omnitv

    You don't say.....

    Edit:
    Please post youre permissions.yml at pastie or pastebin.
    Pastebin http://pastebin.com/
    Pastie http://pastie.org/
    Or at the code box Symbol {}#
    and then link them here
     
  10. Offline

    cray_Z

     
  11. Offline

    dragonrykr

    Code:
    groups:
      jailed:
        default: false
        build: false
        prefix: '&4[Jailed-Lvl.-10]&4'
      default:
        default: true
        build: true
        prefix: '&f[Default-Lvl.0]&8'
        permissions:
        - lockette.user.create.*
        - essentials.warp.Plots
        - essentials.rules
        - essentials.delhome
        - BlockControl.lava
        - BlockControl.water
        - BlockControl.ice
        - skillz.reset.self
        - skillz.skills
        - skillz.check
        - skyblock.join
        - mailbox.user.*
        - essentials.signs.use.balance
        - essentials.signs.use.buy
        - essentials.signs.use.free
        - essentials.signs.use.disposal
        - essentials.signs.use.warp
        - essentials.signs.use.weather
        - essentials.signs.use.time
        - essentials.signs.use.sell
        - ChestShop.shop.create
        - ChestShop.shop.sell
        - ChestShop.shop.buy
        - factions.kit.fullplayer
        - multiverse.portal.access.worlda
        - multiverse.portal.access.supa
        - multiverse.portal.access.world
        - pvparena.user
        - multiverse.portal.access.portal_a
        - multiverse.portal.access.portal_b
        - multiverse.portal.access.portal_c
        - multiverse.portal.access.portal_d
        - multiverse.portal.access.portal_e
        - multiverse.portal.access.portal_f
        - essentials.list
        - mobarena.use.join
        - mobarena.use.leave
        - mobarena.use.spectate
        - mobarena.use.arenalist
        - mobarena.use.playerlist
        - essentials.help
        - essentials.afk
        - essentials.back.ondeath
        - essentials.back
        - essentials.sethome
        - essentials.home
        - essentials.spawn
        - essentials.warp.AdminList
        - essentials.warp.Alpen
        - essentials.warp.City
        - essentials.warp.Deathrun
        - essentials.warp.Food
        - essentials.warp.Information
        - essentials.warp.shop
        - essentials.warp.list
        - essentials.warp
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
      member:
        build: true
        inheritance:
        - default
        prefix: '&e[Member-Lvl.10]&f'
        permissions:
        - essentials.warp.deathrun2
        - sw.nolog.*
        - sw.noblock.*
        - sw.nolog.fireuse
        - sw.noblock.fire
        - sw.noblock.flintandsteel
        - sw.nolog.flintandsteeluse
        - sw.nolog.obsidianuse
        - skychest.use
        - skyblock.messages
        - essentials.msg
        - essentials.warp.Drva
      builder:
        build: true
        inheritance:
        - member
        prefix: '&c[Builder-Lvl.20]&f'
        permissions:
        - essentials.warp.ContestBuild
        - machinafactory.all
        - machinabuilder.all
        - multiverse.portal.access.portal_g
        - multiverse.portal.access.portal_h
        - essentials.god
        - essentials.fly
        - essentials.repair
        - essentials.pay
        - essentials.worth
        - essentials.mail
        - essentials.mail.send
        - essentials.nick
        - essentials.seen
      miner:
        build: true
        inheritance:
        - member
        prefix: '&7[Miner-Lvl.20]&f'
        permissions:
        - essentials.warp.ContestBuild
        - machinapump.all
        - machinadrill.all
        - multiverse.portal.access.portal_i
        - multiverse.portal.access.portal_j
        - essentials.god
        - essentials.fly
        - essentials.repair
        - essentials.pay
        - essentials.worth
        - essentials.mail
        - essentials.mail.send
        - essentials.nick
        - essentials.seen
      creative:
        build: true
        inheritance:
        - builder
        - miner
        prefix: '&9[Creative-Lvl.30]&f'
        permissions:
        - - essentials.warp.Donacija
        - worldguard.region.info
        - essentials.gamemode
      viperator:
        build: true
        inheritance:
        - builder
        - miner
        prefix: '&d[VIP-Lvl.40]&f'
        permissions:
        - machinaplanter.harvest
        - machinaplanter.activate
        - hoverpad
        - skyblock.newisland
        - multiverse.portal.access.portal_e
        - multiverse.portal.access.portal_f
        - essentials.fireball
        - ChestShop.nofee
        - factions.kit.halfmod
        - essentials.time.set
        - essentials.time
        - essentials.tphere
        - essentials.warp.waterpolo
      moderator:
        build: true
        inheritance:
        - viperator
        prefix: '&3[Mod-Lvl.50]&f'
        permissions:
        - - essentials.tpall
        - - essentials.tpaall
        - - essentials.warp.Donacija
        - skyblock.owner.set
        - skyblock.build
        - essentials.warp.Moderator
        - essentials.tree
        - essentials.bigtree
        - factions.money.kit.standard
        - essentials.gamemode
        - essentials.time
        - essentials.mute
        - essentials.give
        - factions.kit.mod   
        - esentials.tp
        - essentials.tp.use
      helper:
        build: true
        inheritance:
        - moderator
        prefix: '&2[Helper-Lvl.60]&f'
        permissions:
        - skillz.reset.others
        - skyblock.set
        - factions.money.*
        - essentials.kick
        - essentials.ban
        - ChestShop.mod
        - essentials.setwarp
        - essentials.setworth
        - essentials.delwarp
      admin:
        build: true
        prefix: '&1[Admin-Lvl.70]&f'
        permissions:
        - '*'
        - - essentials.killall
        - - essentials.kill.force
        - - essentials.setspawn
        - authme.admin.register
        - authme.admin.unregister
        - factions.*
        - ChestShop.admin
      covice:
        build: true
        prefix: '&6[Co-owner-Lvl.70+]&f'
        permissions:
        - '*'
        - - essentials.setspawn
        - safecreeper.bypass.TNTControl.CanBreakTNT
        - safecreeper.bypass.TNTControl.CanPlaceTNT
        - authme.admin.register
        - authme.admin.unregister
        - authme.admin.reload
        - authme.admin.changepassword
      owner:
        build: true
        prefix: '&5[Owner-Lvl.70+]&f'
        permissions:
        - '*'
        - safecreeper.bypass.TNTControl.CanBreakTNT
        - safecreeper.bypass.TNTControl.CanPlaceTNT
        - authme.admin.register
        - authme.admin.unregister
        - authme.admin.reload
        - authme.admin.changepassword
    Here it is search for group ,,moderator''
     
  12. Offline

    Omnitv

    I grow quite bored of people not reading the fine print., I mean really? is there problemwith your computer monitor.

    I know how to find code.

    Why this? on moderator?
    PHP:
        - - essentials.tpall
        
    - - essentials.tpaall
        
    - - essentials.warp.Donacija
     
  13. Offline

    cray_Z

    EDIT: Fixed spelling, added new perm.






    moderator:

    build: true
    inheritance:
    - viperator
    prefix: '&3[Mod-Lvl.50]&f'
    permissions:
    - - essentials.tpall
    - - essentials.tpaall
    - - essentials.warp.Donacija
    - skyblock.owner.set
    - skyblock.build
    - essentials.warp.Moderator
    - essentials.tree
    - essentials.bigtree
    - factions.money.kit.standard
    - essentials.gamemode
    - essentials.time
    - essentials.mute
    - essentials.give
    - factions.kit.mod
    - essentials.tp
    - essentials.tp.use
    - essentials.tp.others
     
  14. Offline

    Omnitv

    cray_Z...you know what im going to say.
     
  15. Offline

    dragonrykr

    Thank You it has been fixed.:)
     
  16. Offline

    Omnitv

    set to solved on title, done deal. ill go back to sleep now.

    Edited spelling
     
  17. Offline

    cray_Z

    Snip - Fixed
     
  18. Offline

    dragonrykr

    How to set that i forgot xD to be [solved]
     
  19. Offline

    cray_Z

    Edit post > (Prefix) > SOlved
     
  20. Offline

    Omnitv

    Edit title, under thread tools. top right of thread.
    asdasd.png
     
Thread Status:
Not open for further replies.

Share This Page