How to disable /healme

Discussion in 'Bukkit Help' started by tombik, Aug 26, 2011.

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

    tombik

    I just don't know from what plugin is it? :/ And Google didn't find any answers please help. Thx
     
  2. Offline

    Retricide

    @tombik
    Please list what plugins you are using.
     
  3. Offline

    tombik

    [​IMG]
    Only those with .jar!!
     
  4. Offline

    Lolmewn

    Hooray, I see someone using my Plugin =D
     
  5. Offline

    M1sT3rM4n

    Go in game and type /plugins and post a SS of that.
     
  6. Offline

    tombik

    Yes and they're really great, thx dude ;).
    Here: [​IMG]
     
  7. Offline

    Lolmewn

    AntiCreeper twice?
     
  8. Offline

    Retricide

    My guess would be "/healme" is an alias for WorldGuard's "/heal".
    Sadly, I'm not home so I cannot check the Plugin.yml for WorldGuard, nor can I try it in game.
    If I had to make a guess though, I would probably say WorldGuard.
     
  9. Offline

    Lolmewn

    Nope, this is WG's plugin.yml :
    Code:
    [FONT=Courier New]name: WorldGuard[/FONT]
    [FONT=Courier New]main: com.sk89q.worldguard.bukkit.WorldGuardPlugin[/FONT]
    [FONT=Courier New]version: 5.0-alpha10[/FONT]
    [FONT=Courier New]commands:[/FONT]
    [FONT=Courier New]    stopfire:[/FONT]
    [FONT=Courier New]        description: Halts all fire spread until it is disabled or the server is restarted[/FONT]
    [FONT=Courier New]        usage: /<command>[/FONT]
    [FONT=Courier New]    allowfire:[/FONT]
    [FONT=Courier New]        description: Re-enables fire spread if he has been disabled with /stopfire[/FONT]
    [FONT=Courier New]        usage: /<command>[/FONT]
    [FONT=Courier New]    god:[/FONT]
    [FONT=Courier New]        description: Enable god mode[/FONT]
    [FONT=Courier New]        usage: /<command> [player][/FONT]
    [FONT=Courier New]    ungod:[/FONT]
    [FONT=Courier New]        description: Disable god mode[/FONT]
    [FONT=Courier New]        usage: /<command> [player][/FONT]
    [FONT=Courier New]    heal:[/FONT]
    [FONT=Courier New]        description: Heal yourself or another[/FONT]
    [FONT=Courier New]        usage: /<command> [player][/FONT]
    [FONT=Courier New]    slay:[/FONT]
    [FONT=Courier New]        description: Slay yourself or another[/FONT]
    [FONT=Courier New]        usage: /<command> [player][/FONT]
    [FONT=Courier New]    stack:[/FONT]
    [FONT=Courier New]        description: Stacks items in the player's inventory[/FONT]
    [FONT=Courier New]        usage: /<command>[/FONT]
    [FONT=Courier New]        aliases: ;[/FONT]
    [FONT=Courier New]    region:[/FONT]
    [FONT=Courier New]        description: Adjust protected regions[/FONT]
    [FONT=Courier New]        usage: /<command> <action> ...[/FONT]
    [FONT=Courier New]        aliases: [rg, regions][/FONT]
    [FONT=Courier New]    locate:[/FONT]
    [FONT=Courier New]        description: Set your compass towards a person[/FONT]
    [FONT=Courier New]        usage: /<command> <target>[/FONT]
    [FONT=Courier New]    worldguard:[/FONT]
    [FONT=Courier New]        description: WorldGuard commands[/FONT]
    [FONT=Courier New]        [/FONT][FONT=Courier New]aliases: wg[/FONT]
      [FONT=Courier New]        usage: /<command>
    [/FONT]

    Well, you know what I mean. That font stuff should be gone.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  10. Offline

    Retricide

    Lol, yeah.
    Well, I'm stumped in that case. I've never heard of "SimpleGOD," but perhaps it's not as simple as it would seem?
    I don't know what other Plugin would supply a command like that.
     
  11. Offline

    tombik

    I have loked at SimpleGod plugin and there isn't anything about /healme. But it kinda sucks when players can heal anytime, you know :/. Also i haven't got setted this in permissions so it have to be some special function of some idiot plugin.
     
  12. Offline

    Lolmewn

    Wasn't mine! (no really, it wasn't.)
     
  13. Offline

    Retricide

    @tombik
    Are you currently using permissions?
    If so, paste your permissions setup and which permissions manager you are using.
    If not, I can help you set up permissions later tonight or tomorrow. Setting up permissions will almost certainly fix your problem, or it will help us find out the culprit of /healme.
     
  14. Offline

    efstajas

    @tombik By the way, why do you use SimpleGod? WorldGuard has /god and even per World- Settings for every damage.
     
  15. Offline

    tombik

    using freshly PermissionsEX, here is my permissions.yml:
    Code:
    groups:
        Default:
            default: true
            prefix: null
            suffix: null
            options: null
            inheritance: null
            permissions:
            - worldguard.region.flag.regions.member.*
            - commandbook.spawn
            - simplechestlock.lock
            - sortal.warp
            - sortal.coords
            - bedrockcontrol.destroyblock
            - citizens.use.trader
            - citizens.use.healer
            - citizens.use.blacksmith
            - supplysign.access
            - signreadmore.srm
            - worldguard.region.claim.*
            - worldguard.region.flag.regions.own.*
            - worldguard.region.flag.flags.*
            - worldguard.region.info.own.*
            - worldguard.region.select.*
            - worldguard.region.redefine.own.*
            - worldguard.region.remove.own.*
            - worldguard.region.addowner.own.*
            - worldguard.region.addmember.own.*
            - worldguard.region.removemember.own.*
            - worldguard.region.removeowner.own.*
            - worldedit.selection.expand
            - worldedit.wand
            - worldedit.selection.chunk
            - worldedit.selection.pos
            - worldedit.selection.hpos
            - worldedit.selection.*
            - iConomy.access
            - iConomy.bank.*
            - iConomy.list
            - iConomy.payment
            - iConomy.rank
     
  16. Offline

    Retricide

    @tombik
    Do you get any errors on startup? Just checking.
    I'll take a look when I get home, because I can't see the entire config on my phone.
    Cheers
     
  17. Offline

    tombik

    No errors.

    Well, is there anybody who can help me?? :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  18. Offline

    zipfe

  19. Offline

    tombik

    No, i do not :mad:. can anybody tell me how is this even possible? :O
     
  20. Offline

    Mapatti

    Its ZombieApocalypse but I don't know if it uses permissions.
     
  21. Offline

    tombik

    As we can see it don't. Thank you very much ;). (lock)
     
Thread Status:
Not open for further replies.

Share This Page