My users can shutdown my server..

Discussion in 'Bukkit Help' started by Einheitt11, Mar 4, 2012.

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

    Einheitt11

    Hi
    So how the title says my user that have no permission to do shutdown my server or reload it can do it..
    Im using group manager(globalgroups config is the default from essentials, group.yml is setted up right
    Code:
    # Group inheritance
    # any inherited groups prefixed with a g: are global groups
    # These groups are defined in the globalgroups.yml
    # and can be inherited in any worlds groups/users.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and defined in the this groups.yml file.
     
    groups:
      Gast:
        default: true
        permissions:
        - -bukkit.command.kill
        - lwc.deny
        inheritance:
        - g:essentials_default
        - g:bukkit_default
        info:
          prefix: '&eGast'
          build: false
          suffix: ''
      Mitglied:
        default: false
        permissions:
        - lwc.protect
        - lagmeter.command.lag
        - iConomy.user
        - itemrepair.allblocks
        - mobrider.command.goto
        - mobrider.command.attack
        - mobrider.command.go
        - mobrider.command.stop
        - mobrider.command.follow
        - mobrider.players
        - mobrider.animals
        - mobrider.monsters
        - falsebook.blocks.gate
        - falsebook.cart.*
        - falsebook.blocks.readbooks
        - falsebook.blocks.lightswitch.use
        - falsebook.blocks.lightswitch.create
        - falsebook.blocks.hiddenswitch.create
        - falsebook.blocks.hiddenswitch
        - gbrewarder.user
        - essentials.warp
        - essentials.warp.list
        - logblock.me
        - antiguest.*
        inheritance:
        - g:essentials_builder
        info:
          prefix: '&2Mitglied'
          build: true
          suffix: ''
      VIP:
        default: false
        permissions:
        - nocheat.checks.moving.swimming
        inheritance:
        - Mitglied
        - g:essentials_builder
        - g:towny_moderator
        info:
          prefix: '&aVIP'
          build: true
          suffix: ''
      Supporter:
        default: false
        permissions: []
        inheritance:
        - Mitglied
        - g:essentials_builder
        - g:towny_moderator
        info:
          prefix: '&bSupporter'
          build: true
          suffix: ''
      Event:
        default: false
        permissions:
        - essentials.item
        - essentials.chat.color
        inheritance:
        - g:essentials_builder
        - Mitglied
        - Supporter
        - VIP
        info:
          prefix: '&5Event'
          build: true
          suffix: '<Event Team>'
      Moderator:
        default: false
        permissions:
        - lwc.mod
        - worldedit.navigation.jumpto
        - worldedit.navigation.thru
        - dynmap.marker.add
        - dynmap.marker.movehere
        - dynmap.marker.update
        - dynmap.marker.delete
        - dynmap.marker.list
        - dynmap.marker.icons
        - dynmap.marker.addset
        - dynmap.marker.updateset
        - dynmap.marker.deleteset
        - dynmap.marker.listsets
        - dynmap.marker.addicon
        - dynmap.marker.updateicon
        - dynmap.marker.deleteicon
        - dynmap.marker.addarea
        - dynmap.marker.updatearea
        - dynmap.marker.deletearea
        - dynmap.marker.listareas
        - dynmap.marker.addline
        - dynmap.marker.updateline
        - dynmap.marker.deleteline
        - dynmap.marker.listlines
        - nocheat.checks.moving.runfly
        - falsebook.anyic
        - falsebook.blocks.*
        - spectate.use
        - logblock.tools.tool
        - logblock.lookup
        - logblock.rollback
        - logblock.spawnTools
        inheritance:
        - Mitglied
        - g:essentials_moderator
        - g:bukkit_moderator
        - g:towny_moderator
        info:
          prefix: '&9Moderator'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - lwc.admin
        - lagmeter.*
        - iConomy.plus
        - dynmap.dmap.worldlist
        - dynmap.dmap.worldset
        - dynmap.dmap.worldreset
        - dynmap.dmap.mapdelete
        - dynmap.dmap.mapset
        - dynmap.dmap.mapadd
        - dynmap.dmap.perspectivelist
        - dynmap.dmap.shaderlist
        - dynmap.dmap.lightinglist
        - craftbukkituptodate.broadcast
        - craftbukkituptodate.download
        - craftbukkituptodate.changelog
        - craftbukkituptodate.plugin
        - craftbukkituptodate.update
        - nolagg.clear
        - nolagg.monitor
        - nolagg.examine
        - nolagg.log
        - nolagg.clearlog
        - nolagg.fix
        - nocheat.admin
        - nocheat.checks
        - nocheat.checks
        - sc.*
        - falsebook.blocks.readbooks
        - itemrepair.commands.add
        - itemrepair.commands.remove
        - Announcer.reloadannouncer
        - Announcer.announce
        - gbrewarder.admin
        - logblock.clearlog
        - logblock.tools.toolblock
        - logblock.tp
        - logblock.ignoreRestrictions
        inheritance:
        - Moderator
        - Mitglied
        - g:essentials_admin
        - g:bukkit_admin
        - g:towny_admin
        info:
          prefix: '&cAdmin'
          build: true
          suffix: ''
      Besitzer:
        default: false
        permissions:
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&4Besitzer'
          build: true
          suffix: ''
    There are some words on german ;-).
    No error in log but i big problem for my server.(Dont nerv me because of other permissions setted up wrong i only want help with the problem that users can shutdown and reload my server!!)
     
  2. Offline

    FXHNTR

    Are the users op'd or not? I believe that's the only way they can use the /stop command.
     
Thread Status:
Not open for further replies.

Share This Page